Skip to content
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]: System.Threading.Tasks.Extensions #7317

Closed
Michiocre opened this issue Jan 15, 2025 · 10 comments
Closed

[FP]: System.Threading.Tasks.Extensions #7317

Michiocre opened this issue Jan 15, 2025 · 10 comments

Comments

@Michiocre
Copy link

Package URl

pkg:nuget/[email protected]

CPE

cpe:2.3:a:tasks:tasks:4.6.0:::::::*

CVE

CVE-2020-22475

ODC Integration

None

ODC Version

12.0.0

Description

Description is talking about a Android App called Tasks from Tasks.org.

Copy link
Contributor

Nuget Coordinates

dotnet add package System.Threading.Tasks.Extensions --version 4.6.0

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #7317
   ]]></notes>
   <packageUrl regex="true">^pkg:nuget/System\.Threading\.Tasks\.Extensions@.*$</packageUrl>
   <cpe>cpe:/a:tasks:tasks</cpe>
</suppress>

Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/12790462205

@aikebah
Copy link
Collaborator

aikebah commented Jan 15, 2025

From the report:

image

so no FP to be found

@Michiocre
Copy link
Author

Strange, this is my report when running it using the Azure DevOps Pipeline Extension (would this make a difference).
image

@Michiocre
Copy link
Author

I just read on a different issue that you dont directly support the Azure DevOps Pipeline, sorry for the confusion.

@aikebah
Copy link
Collaborator

aikebah commented Jan 15, 2025

Can you share the evidences that are in your report for the library?

Likely have something to do with additional evidences that are gathered in your scenario. Our FP pipeline has only evidences from msbuild analyzer.

@aikebah
Copy link
Collaborator

aikebah commented Jan 15, 2025

Devops pipeline as a plugin/pipeline tool is not something supported here, but under the hood the Azure Pipeline AFAIK is using the CLI to perform the scan.

@Michiocre
Copy link
Author

Here the evidences.

image

@aikebah
Copy link
Collaborator

aikebah commented Jan 15, 2025

Hmmm... evidence-values (for your pipeline from packages config, in FP pipeline from msbuild) fully match up in type, name, value and confidence. No clue why there is a difference when the evidences are sourced from msbuild versus from packages.config

@aikebah
Copy link
Collaborator

aikebah commented Jan 15, 2025

Running locally I managed to reproduce the FP for both systems msbuild and packages.config
@jeremylong any clue on how this doesn't appear on our FP pipeline?

approved

Copy link
Contributor

Suppress rule has been added to the generatedSuppressions branch.

github-actions bot added a commit that referenced this issue Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants