Skip to content

Commit

Permalink
Merge pull request #280 from hiroyoshii/fix-osv
Browse files Browse the repository at this point in the history
add ignore vulns
  • Loading branch information
hiroyoshii authored Oct 22, 2024
2 parents c4c865a + d68d690 commit 0b3e0ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions osv-scanner.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[[IgnoredVulns]]
id = "GHSA-m9xq-6h2j-65r2"
reason = "No markdown is used in go lang application"

[[IgnoredVulns]]
id = "GHSA-xhr3-wf7j-h255"
reason = "No markdown is used in go lang application"

0 comments on commit 0b3e0ed

Please sign in to comment.