mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
2f405f0680
Previously, grype used fuzzy matcher for Python packages, since there are cases in PEP440 that are not strictly semver. Switch to a library that does PEP440 parsing and comparison for python version constraints. Signed-off-by: Will Murphy <will.murphy@anchore.com>
45 lines
505 B
Text
45 lines
505 B
Text
/.tool-versions
|
|
/go.work
|
|
/go.work.sum
|
|
/.grype.yaml
|
|
|
|
CHANGELOG.md
|
|
/VERSION
|
|
/snapshot/
|
|
/dist/
|
|
*.profile
|
|
.server
|
|
*.fingerprint
|
|
/metadata.json
|
|
/listing.json
|
|
.vscode/
|
|
*.db
|
|
*.db-journal
|
|
!**/test-fixtures/**/*.db
|
|
*.tar
|
|
*tar.gz
|
|
.idea/
|
|
*.iml
|
|
*.log
|
|
.images
|
|
.tmp/
|
|
*.tmp
|
|
coverage.txt
|
|
|
|
# OS files
|
|
.DS_Store
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
/grype/grype
|
|
main
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|