Cybersecurity-Projects/PROJECTS/beginner/simple-vulnerability-scanner/internal
CarterPerez-dev 7d69339413 fix: extract osv package string literals to constants
goconst counts occurrences across the whole package (including test files)
when deciding whether to flag a non-test file — the exclusion only suppresses
reports FROM test files. Add unexported constants for severity levels, CVSS
types, ecosystem, and reference types in client.go, and update client_test.go
to use them so the total raw-string count per literal drops below threshold.
2026-05-08 06:30:08 -04:00
..
cli fix: resolve simple-vulnerability-scanner goconst failures 2026-05-08 06:21:26 -04:00
config feat: did a couple things idk 2026-02-28 14:08:36 -05:00
osv fix: extract osv package string literals to constants 2026-05-08 06:30:08 -04:00
pypi feat: did a couple things idk 2026-02-28 14:08:36 -05:00
pyproject fix: suppress gosec G703 false positive on sanitized paths 2026-03-22 22:28:37 -04:00
requirements fix: suppress gosec G703 false positive on sanitized paths 2026-03-22 22:28:37 -04:00
ui feat: did a couple things idk 2026-02-28 14:08:36 -05:00