google / osv-scanner

Vulnerability scanner written in Go which uses the data provided by https://osv.dev
https://google.github.io/osv-scanner/
Apache License 2.0
6.02k stars 337 forks source link

Now that we have updated to go1.21.10, we can remove the ignore line from osv-scanner.toml #996

Closed another-rex closed 1 month ago

another-rex commented 1 month ago

Now that we have updated to go1.21.10, we can remove the ignore line from osv-scanner.toml which was ignoring a vulnerability in go1.21.8

another-rex commented 1 month ago

I think we should keep the file to make adding rules in the future easier, and give an example of an osv-scanner.toml file. Though it's pretty fast to add the file when we need it as well.

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 64.46%. Comparing base (804589a) to head (7c61c0b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #996 +/- ## ========================================== - Coverage 64.47% 64.46% -0.02% ========================================== Files 148 148 Lines 12088 12088 ========================================== - Hits 7794 7792 -2 - Misses 3843 3844 +1 - Partials 451 452 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.