azuredevops icon indicating copy to clipboard operation
azuredevops copied to clipboard

Dependency Check Azure DevOps Extension

Results 28 azuredevops issues
Sort by recently updated
recently updated
newest added

**Describe the bug** We've had an issue with this plugin where it would randomly give a "Cannot read property 'find' of undefined" error when running the Task during our build...

bug

**Describe the bug** The dependency report being published does not find vulnerabilities. However when I run the dependencyCheck CLI listed in the build output on machine the vulnerabilities are found...

bug

Stop fetching OWASP Dependency-Check from GitHub at each build when version parameter is specified to improve performance and reduce unnecessary network traffic.

enhancement

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Would it be possible to add Output Variables to the task? For example, the following could be useful: - Score - Maximum detected violation score - Failed - Whether the...

enhancement

Today the downloader fails with the following error. ``` Downloading Dependency Check latest installer from GitHub.. Cannot read property 'find' of undefined ##[error]Cannot read property 'find' of undefined ##[error]Unhandled error...

bug

I have a nightly build with 1 OWASP analysis per product performed : ![image](https://github.com/dependency-check/azuredevops/assets/22955005/fafcd2aa-3e57-4163-90f9-863989e8085b) but the task "dependency-check-build-task" can't upload the files : ![image](https://github.com/dependency-check/azuredevops/assets/22955005/da5702ca-ee58-47cb-bd86-298bce4e0338) Could you help me please?

bug

When you run `dependency-check-build-task` multiple times within the same pipeline your artifact only stores the files from the last run. This wouldn't be an issue if you were only using...

enhancement

Set up a new table on the summary screen that shows the high level scan data. Set up a details tab that shows the full report.

enhancement