False positive on org.eclipse.jetty.alpn
See original GitHub issueFalse positive on https://mvnrepository.com/artifact/org.eclipse.jetty.alpn/alpn-api
Identifiers
- cpe: cpe:/a:jetty:jetty:1.1.3.v20160715 Confidence:Low suppress
- maven: org.eclipse.jetty.alpn:alpn-api:1.1.3.v20160715 Confidence:Highest
- cpe: cpe:/a:eclipse:jetty:1.1.3.v20160715 Confidence:Low
See comment from the author: https://github.com/http4s/blaze/issues/235#issuecomment-426927348
Workaround suppression:
<suppress>
<notes>False-positive: it's about the implementation not the api</notes>
<cve>CVE-2017-14798</cve>
<cpe>cpe:/a:eclipse:jetty</cpe>
</suppress>
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Maven - org.eclipse.jetty/jetty-alpn-client - Sonatype OSS Index
Find vulnerabilities, licenses, and versions for org.eclipse.jetty/jetty-alpn-client : Jetty ALPN client services.
Read more >HTTP/2 Request with JMeter fails with "nullSession" (jetty-alpn)
But if I start JMeter without the alpn argument, I see results like this (HTTP/2 with HTTPS): Response code:Non HTTP response code: java.util....
Read more >Jetty11 Operations Guide | The Eclipse Foundation
Eclipse Jetty as a standalone server has no graphical user interface, so configuring and running the server is done from the command line....
Read more >Eclipse Jetty: Programming Guide
If the client application does not explicitly specify the HTTP version, then ALPN will be used by the client. If the server also...
Read more >Index (Jetty :: Javadoc Build 11.0.13 API) - Eclipse
ALPNServerConnection - Class in org.eclipse.jetty.alpn.server · ALPNServerConnection(Connector, EndPoint, ... Removes all authentication results stored.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Suppressing the CVE will suppress this single entry. Suppressing by CPE will prevent future CVEs from being reported against alpn-api - which will reduce the number of FP in the output. If someone is using alpn-api in addition to, for instance, embedded jetty - the embedded version of jetty would still get flagged.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.