Skip to content

Commit adc2ee4

Browse files
committed
chore: ossf security
1 parent c0051c6 commit adc2ee4

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

osv-scanner.toml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[[IgnoredVulns]]
2+
id = "GHSA-968p-4wvh-cqc8"
3+
reason = "@babel/helpers is used in development/testing - it's not used in the final production build"
4+
5+
[[IgnoredVulns]]
6+
id = "GHSA-jr5f-v2jv-69x6"
7+
reason = "We only use axios in examples"
8+
9+
[[IgnoredVulns]]
10+
id = "GHSA-v6h2-p8h4-qcjw"
11+
reason = "Low risk and determined to not be exploitable in our use case"
12+
13+
[[IgnoredVulns]]
14+
id = "GHSA-75v8-2h7p-7m2m"
15+
reason = "Low risk and determined to not be exploitable in our use case"
16+
17+
[[IgnoredVulns]]
18+
id = "GHSA-7fh5-64p2-3v2j"
19+
reason = "Already fixed in our codebase, but not yet released in a new version of the package"
20+
21+
[[IgnoredVulns]]
22+
id = "GHSA-c2qf-rxjj-qqgw"
23+
reason = "Already fixed in our codebase, but not yet released in a new version of the package"
24+
25+
[[IgnoredVulns]]
26+
id = "GHSA-76c9-3jph-rj3q"
27+
reason = "on-headers is used in development/testing - it's not used in the final production build"

0 commit comments

Comments
 (0)