Skip to content

Commit

Permalink
Added expat version 2.6.4 as the current version have vulnerability (#…
Browse files Browse the repository at this point in the history
…1956)

* added expat version 2.6.4 as the current version have vulnerability

Signed-off-by: nikhil2611 <[email protected]>

* update internal_sources.yml

Signed-off-by: nikhil2611 <[email protected]>

---------

Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 authored Jan 27, 2025
1 parent caad682 commit fec97fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/software/expat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
internal_source url: "#{ENV["ARTIFACTORY_REPO_URL"]}/#{name}/#{name}-#{version}.tar.gz",
authorization: "X-JFrog-Art-Api:#{ENV["ARTIFACTORY_TOKEN"]}"

version("2.6.4") { source sha256: "fd03b7172b3bd7427a3e7a812063f74754f24542429b634e0db6511b53fb2278" }
version("2.5.0") { source sha256: "6b902ab103843592be5e99504f846ec109c1abb692e85347587f237a4ffa1033" }
version("2.4.9") { source sha256: "4415710268555b32c4e5ab06a583bea9fec8ff89333b218b70b43d4ca10e38fa" }
version("2.4.8") { source sha256: "398f6d95bf808d3108e27547b372cb4ac8dc2298a3c4251eb7aa3d4c6d4bb3e2" }
Expand Down
2 changes: 2 additions & 0 deletions scripts/internal_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@ software:

- name: expat
sources:
- url: https://github.com/libexpat/libexpat/releases/download/R_2_6_4/expat-2.6.4.tar.gz
sha256: fd03b7172b3bd7427a3e7a812063f74754f24542429b634e0db6511b53fb2278
- url: https://github.com/libexpat/libexpat/releases/download/R_2_4_9/expat-2.4.9.tar.gz
sha256: 4415710268555b32c4e5ab06a583bea9fec8ff89333b218b70b43d4ca10e38fa
- url: https://github.com/libexpat/libexpat/releases/download/R_2_4_8/expat-2.4.8.tar.gz
Expand Down

0 comments on commit fec97fb

Please sign in to comment.