-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FP]: No web project GO module used in Keycloak 6.0.1 CVE-2021-4236 #6369
Comments
Maven Coordinates <dependency>
<groupId>org.wildfly.security.elytron-web</groupId>
<artifactId>undertow-server</artifactId>
<version>1.4.0.Final</version>
</dependency> Suppression rule: <suppress base="true">
<notes><![CDATA[
FP per issue #6369
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.wildfly\.security\.elytron-web/undertow-server@.*$</packageUrl>
<cpe>cpe:/a:redhat:undertow</cpe>
</suppress> Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/7443758006 |
Maven Coordinates <dependency>
<groupId>org.wildfly.security.elytron-web</groupId>
<artifactId>undertow-server</artifactId>
<version>1.4.0.Final</version>
</dependency> Suppression rule: <suppress base="true">
<notes><![CDATA[
FP per issue #6369
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.wildfly\.security\.elytron-web/undertow-server@.*$</packageUrl>
<cpe>cpe:/a:web_project:web</cpe>
</suppress> Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/7476995683 |
approved |
Suppress rule has been added to the |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Package URl
pkg:maven/org.wildfly.security.elytron-web/[email protected]
CPE
cpe:2.3:a:web_project:web:1.4.0:::::::*
CVE
CVE-2021-4236
ODC Integration
None
ODC Version
9.0.5
Description
No web project GO module is used in Keycloak 6.0.1
The text was updated successfully, but these errors were encountered: