DependencyCheck
DependencyCheck copied to clipboard
[FP]: False Positive for System.Threading.Tasks.Extensions.dll and its dependents
Package URl
pkg:generic/[email protected]
CPE
cpe:2.3:a:tasks:tasks:4.6.24705.01:::::::*
CVE
CVE-2022-39349
ODC Integration
None
ODC Version
9.0.7
Description
This vulnerability as per description is for Tasks.org Android app but we are using this package in our .NET Web project. So, this vulnerability looks irrelevant for our case. So, package System.Threading.Tasks.Extensions and its dependent packages such as System.Threading.Tasks should not show any vulnerability for .NET Web project of ours.
CVE-2020-22475 for same packages is also similar case of android application vulnerability which seems to be false positive for our case, so should not get reflected as vulnerability for our project.
Is there any update on above mentioned false positive? @jeremylong @aikebah
@jeremylong @aikebah any update on this false positive ticket??
Hi @aikebah @jeremylong, Can you please expedite the process for this false positive. We are actually near to our release and these particular vulnerabilities causing failure to the pipelines. Please let us know the update. Thanks!!
Facing same issue. Adding the suppression xmls:
<suppress>
<notes><![CDATA[
file name: System.Threading.Tasks.Extensions.dll
]]></notes>
<packageUrl regex="true">^pkg:generic/System\.Threading\.Tasks\.Extensions@.*$</packageUrl>
<cve>CVE-2022-39349</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: System.Threading.Tasks.Extensions:4.5.4
]]></notes>
<packageUrl regex="true">^pkg:nuget/System\.Threading\.Tasks\.Extensions@.*$</packageUrl>
<cve>CVE-2022-39349</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: System.Threading.Tasks.Extensions.dll
]]></notes>
<packageUrl regex="true">^pkg:generic/System\.Threading\.Tasks\.Extensions@.*$</packageUrl>
<cve>CVE-2020-22475</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: System.Threading.Tasks.Extensions:4.5.4
]]></notes>
<packageUrl regex="true">^pkg:nuget/System\.Threading\.Tasks\.Extensions@.*$</packageUrl>
<cve>CVE-2020-22475</cve>
</suppress>
Your support will be much appreciated. Thank you :)