Skip to content

Commit

Permalink
fix: incorrect version coercion in container's pip scanner (#4964)
Browse files Browse the repository at this point in the history
Fixed issue when some pip dependency versions that were not strictly semver were being coerced incorrectly
  • Loading branch information
SteveShani committed Dec 14, 2023
1 parent ac695d2 commit 025d352
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 44 deletions.
98 changes: 55 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"semver": "^6.0.0",
"snyk-config": "^5.0.0",
"snyk-cpp-plugin": "2.24.0",
"snyk-docker-plugin": "6.5.9",
"snyk-docker-plugin": "^6.7.9",
"snyk-go-plugin": "1.23.0",
"snyk-gradle-plugin": "4.0.1",
"snyk-module": "3.1.0",
Expand Down

0 comments on commit 025d352

Please sign in to comment.