File tree Expand file tree Collapse file tree 3 files changed +50
-0
lines changed
distribution/maven-plugins
testsuite/integration-arquillian/tests/other/webauthn Expand file tree Collapse file tree 3 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 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."
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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."
You can’t perform that action at this time.
0 commit comments