Skip to content

Commit 9bfa4cd

Browse files
committed
Supress the false positives reported by scorecards
Closes #37499 Signed-off-by: Bruno Oliveira da Silva <[email protected]>
1 parent 9a3f47d commit 9bfa4cd

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Ignore false positives for https://securityscorecards.dev/viewer/?uri=github.com/keycloak/keycloak
2+
3+
# Suppress TestNG alert:
4+
# - TestNG is brought in as a transitive dependency via groovy-testng.
5+
# - Test dependencies are not included in the server distribution.
6+
# - The latest groovy-testng version doesn't address the CVE.
7+
8+
[[IgnoredVulns]]
9+
id = "GHSA-rc2q-x9mf-w3vf"
10+
reason = "suppressed because TestNG, a transitive dependency from groovy-testng, isn’t included in the server distribution."

js/osv-scanner.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Ignore false positives for https://securityscorecards.dev/viewer/?uri=github.com/keycloak/keycloak
2+
3+
# Reason
4+
[[IgnoredVulns]]
5+
id = "GHSA-9mvj-f7w8-pvh2"
6+
reason = "reason"
7+
8+
# Reason
9+
[[IgnoredVulns]]
10+
id = "GHSA-67mh-4wv8-2f99"
11+
reason = "reason"
12+
13+
# Reason
14+
[[IgnoredVulns]]
15+
id = "GHSA-gxr4-xjj5-5px2"
16+
reason = "reason"
17+
18+
# Reason
19+
[[IgnoredVulns]]
20+
id = "GHSA-jpcq-cgw6-v4j6"
21+
reason = "reason"
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Ignore false positives for https://securityscorecards.dev/viewer/?uri=github.com/keycloak/keycloak
2+
3+
# guava is a test dependency coming from htmlunit3-driver, not shipped with the server distribution.
4+
# There are no plans to upgrading it considering the effort and breaking changes.
5+
[[IgnoredVulns]]
6+
id = "GHSA-5mg8-w23w-74h3"
7+
reason = "suppressed because guava, a transitive dependency from htmlunit3-driver, isn’t included in the server distribution."
8+
9+
# guava is a test dependency coming from htmlunit3-driver, not shipped with the server distribution.
10+
# There are no plans to upgrading it considering the effort and breaking changes.
11+
[[IgnoredVulns]]
12+
id = "GHSA-7g45-4rm6-3mm3"
13+
reason = "suppressed because guava, a transitive dependency from htmlunit3-driver, isn’t included in the server distribution."
14+
15+
# commons-io is a test dependency coming from htmlunit, not shipped with the server distribution.
16+
# There are no plans to upgrading it considering the effort and breaking changes.
17+
[[IgnoredVulns]]
18+
id = "GHSA-78wr-2p64-hpwj"
19+
reason = "suppressed because commons-io, a transitive dependency from htmlunit, isn’t included in the server distribution."

0 commit comments

Comments
 (0)