2023-02-27 21:35:35 by Benny Siegert | Files touched by this commit (1) |
Log message:
osv-scanner: allow use of the C compiler
With Go 1.20, some code now needs to compile some cgo code that didn't in
older versions.
|
2023-02-16 16:02:10 by Benny Siegert | Files touched by this commit (129) | |
Log message:
Revbump all Go packages after go119 update
|
2023-01-11 18:28:38 by Benny Siegert | Files touched by this commit (123) | |
Log message:
Revbump all Go packages after go119 update
|
2022-12-20 10:09:45 by Thomas Klausner | Files touched by this commit (3) |
Log message:
osv-scanner: rename go modules file to standard name
|
2022-12-19 14:32:03 by Thomas Klausner | Files touched by this commit (5) |
Log message:
security/osv-scanner: import osv-scanner-1.0.1
Use OSV-Scanner to find existing vulnerabilities affecting your
project's dependencies.
OSV-Scanner provides an officially supported frontend to the OSV
database that connects a project's list of dependencies with the
vulnerabilities that affect them. Since the OSV.dev database is
open source and distributed, it has several benefits in comparison
with closed source advisory databases and scanners:
- Each advisory comes from an open and authoritative source
- Anyone can suggest improvements to advisories, resulting in a
very high quality database
- The OSV format unambiguously stores information about affected
versions in a machine-readable format that precisely maps onto a
developer's list of packages
The above all results in fewer, more actionable vulnerability
notifications, which reduces the time needed to resolve them.
|