This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirrors
/
DependencyCheck
Watch
1
Star
0
Fork
0
You've already forked DependencyCheck
mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced
2026-05-02 13:14:29 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5caf023677d8b1974e55c5de2129e7966c009b0e
DependencyCheck
/
dependency-check-maven
/
src
/
main
/
java
History
Erik Hooijmeijer
5caf023677
added excludeInternalGroupIds configuration parameter that allows the exclusion of groupIds of internal projects. This is to speed up analysis as internal projects have no public vulnerabilites nor a sonatype listing but do frequently have names that collide with other libraries. The parameter can have multiple values, e.g. <excludeInternalGroupIds><groupId>nl.someinteral.project</groupId><groupId>org.another.one</groupId></excludeInternalGroupIds>
...
Former-commit-id: ffa0716366c6c7b65d1181f2bd945472b75b5483
2014-10-22 19:08:33 +02:00
..
org/owasp/dependencycheck
/maven
added excludeInternalGroupIds configuration parameter that allows the exclusion of groupIds of internal projects. This is to speed up analysis as internal projects have no public vulnerabilites nor a sonatype listing but do frequently have names that collide with other libraries. The parameter can have multiple values, e.g. <excludeInternalGroupIds><groupId>nl.someinteral.project</groupId><groupId>org.another.one</groupId></excludeInternalGroupIds>
2014-10-22 19:08:33 +02:00