-
-
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]: Akka.Net Libraries Flagged as outdated Akka Scala Libraries #5836
Comments
Failed to automatically evaluate the false positive. See: https://github.com/jeremylong/DependencyCheck/actions/runs/5647114488 |
Failed to automatically evaluate the false positive. See: https://github.com/jeremylong/DependencyCheck/actions/runs/5647129879 |
Hmmm, the tool doesn't like that version string |
Nuget Coordinates dotnet add package Akka.Cluster.Hosting --version 1.5.7 Suppression rule: <suppress base="true">
<notes><![CDATA[
FP per issue #5836
]]></notes>
<packageUrl regex="true">^pkg:nuget/Akka\.Cluster\.Hosting@.*$</packageUrl>
<cpe>cpe:/a:akka:akka</cpe>
</suppress> Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/5647181434 |
I updated the post to include a single package URI to see if that resolves that issue. |
Will this issue be assigned for resolution or is the only remediation for these false positives going to be adding a suppression entry for each one? These libraries should be tracked going-forward so marking them for suppression isn't a good long term option. |
Package URl
pkg:nuget/Akka.Cluster.Hosting@1.5.7
CPE
cpe:2.3:a:akka:akka:::::::: versions up to (including) 2.4.16
CVE
CVE-2017-1000034
ODC Integration
{"label"=>"CLI"}
ODC Version
8.3.1
Description
All Akka DotNet packages (implemented by Petabridge) are incorrectly detected as Akka Scala packages. I've only added a single package to the package URI field above to allow the automated script attached to this issue post to run. However, this same false positive applies to these packages:
Vendor home page: https://getakka.net/
Vendor source: https://github.com/akkadotnet/akka.net
The only way we have found around this is to add suppressions (attached).
owasp-suppressions.xml.zip
The text was updated successfully, but these errors were encountered: