Jeremy Long
10ebe49287
minor update to regex for #781
2017-07-03 11:41:51 -04:00
Jeremy Long
6e2b82c446
resolve false positives per issue #781
2017-07-03 07:40:04 -04:00
Jeremy Long
db135f8e11
fix site configuration
2017-07-02 06:38:20 -04:00
Jeremy Long
c3b5d2f620
version 2.0.0
2017-07-01 08:09:38 -04:00
Jeremy Long
02052799ed
fix issue #777
2017-07-01 07:34:39 -04:00
Jeremy Long
5bc1c3f616
coverity suggested changes
2017-06-24 15:58:33 -04:00
Jeremy Long
1db9add9ff
fix issue #774
2017-06-24 07:03:17 -04:00
Jeremy Long
b9e9c837c8
sonar, checkstyle, etc. suggested changes
2017-06-23 06:26:18 -04:00
Jeremy Long
9b289e619a
checkstyle, pmd, sonar, etc. corrections
2017-06-22 21:07:41 -04:00
Phillip Whittlesea
9a30c3d0cb
Merge branch 'master' into issue-730
2017-06-19 21:44:25 +01:00
Jeremy Long
3f7a9b92ec
Merge branch 'bootclasspath_fixes' of https://github.com/anderruiz/DependencyCheck into anderruiz-bootclasspath_fixes
2017-06-19 06:30:45 -04:00
Jeremy Long
5d15c60c68
Merge branch 'stevespringett-master'
2017-06-19 06:20:22 -04:00
Jeremy Long
c748d59146
minor fix to javadoc
2017-06-18 06:25:04 -04:00
Ander Ruiz
0075a7e1ce
Patch for bootclasspath loading
2017-06-13 09:10:39 +02:00
Ander Ruiz
091108a369
Minor trace patch
2017-06-13 09:10:13 +02:00
Phillip Whittlesea
0be494a211
Issue #730 : Remove redundant method from Settings
...
Pull file loading from loadSuppressionData() to make it easier to read
Add test assertion to happy case Ant task test
2017-06-12 01:48:33 +01:00
Phillip Whittlesea
8021aaed4b
Issue #730 : Core tests for multiple suppression files
...
Added updates to Maven plugin documentation
Added upgrade notes to the README
2017-06-12 01:18:10 +01:00
Phillip Whittlesea
584fd2a47b
Issue #730 : Allow multiple suppression files in Maven
...
The core has been extended to handle multiple suppression files
Extended the Ant test to cover multiple suppression files
NOTE: This change is breaking for users of the Maven plugin
2017-06-11 23:30:02 +01:00
Phillip Whittlesea
237dbe7061
Issue #730 : Allow multiple suppression files in Ant
...
The core has not been extended but the Ant task is able to parse and pass to the Settings singleton
NOTE: This change is breaking for users of the Ant Task
2017-06-11 19:08:59 +01:00
Jeremy Long
d498c7c7b0
resolve conflicts
2017-06-04 20:54:17 -04:00
Jeremy Long
66dbcb98d2
updated report to support changes in PR #714
2017-06-04 20:51:27 -04:00
Jeremy Long
422418f396
minor codacy suggested changes
2017-06-04 08:13:59 -04:00
Jeremy Long
31ad7adadd
fix issue #751
2017-06-04 08:03:11 -04:00
Jeremy Long
6b359a7138
codacy, checkstyle, upgrades, etc.
2017-06-04 06:41:30 -04:00
Jeremy Long
ca4da60dc1
fixed coverity reported unguarded read
2017-06-03 08:07:55 -04:00
Jeremy Long
52b2b4794e
Merge branch 'stevespringett-master' of github.com:jeremylong/DependencyCheck into stevespringett-master
2017-06-02 06:45:47 -04:00
Jeremy Long
4293cce282
Merge branch 'master' of github.com:jeremylong/DependencyCheck into stevespringett-master
2017-06-02 06:44:13 -04:00
Jeremy Long
d355cab2f9
minor codacy requested fixes
2017-05-30 06:44:00 -04:00
Jeremy Long
72aec26ede
test cases for fix of issue #710
2017-05-29 08:21:40 -04:00
Jeremy Long
ec448438e5
fix for issue #710
2017-05-29 08:19:22 -04:00
Jeremy Long
1b14c10085
checkstyle corrections
2017-05-27 12:06:49 -04:00
Jeremy Long
576e26144d
updated version
2017-05-27 12:05:08 -04:00
Jeremy Long
e411c03e7f
updates for issue #743 and #746
2017-05-27 11:10:14 -04:00
Jeremy Long
bf5f1df8a7
Merge pull request #744 from ysoftdevs/cvedb-cache
...
Added some caching for CveDB in order to speedup some scans
2017-05-26 07:37:57 -04:00
Šesták Vít
3bdc6988b3
Minor adjustments of caching for CveDB, based on code review
2017-05-24 16:00:37 +02:00
Šesták Vít
e86225c1e1
Added some caching for CveDB in order to speedup some scans
2017-05-24 09:24:40 +02:00
Jeremy Long
c96ef88222
Moved report generation into the engine, cleaned up code, etc.
2017-05-23 21:00:40 -04:00
stevespringett
8206aa9bfd
Added additional check when submitting an invalid payload to nsp. Corrected unit test.
2017-05-23 11:08:54 -05:00
Jeremy Long
122c78648a
updated code to better handle TLS errors
2017-05-21 18:04:26 -04:00
Jeremy Long
d457fd1452
fixed copyright
2017-05-21 07:45:27 -04:00
Jeremy Long
454a875593
Merge branch 'master' of https://github.com/stevespringett/DependencyCheck into stevespringett-master
2017-05-21 07:29:05 -04:00
Jeremy Long
6b5cfe1560
Merge pull request #735 from jeremylong/issue_718
...
Issue 718
2017-05-20 06:07:44 -04:00
Jeremy Long
f584be7f44
Merge pull request #734 from jeremylong/updateJsonReport
...
Update json report
2017-05-20 06:06:39 -04:00
Seth Jackson
1402b20a6b
Suppress UnitTestFramework false positives.
2017-05-18 13:42:20 -04:00
Jeremy Long
898412eaea
default to remove auth schemas for proxy connections - added a property to disable this functionality. Fix for issue #718
2017-05-14 17:19:26 -04:00
Jeremy Long
7f9cf5bb14
Merge branch 'master' into updateJsonReport
2017-05-14 09:26:27 -04:00
Jeremy Long
c4fe921670
updated report template
2017-05-14 09:25:56 -04:00
Jeremy Long
693c08cfd3
Merge pull request #731 from jeremylong/issue_729
...
Issue 729
2017-05-14 09:24:15 -04:00
Jeremy Long
9776f38b97
Merge pull request #726 from sethjackson/suppress-ef
...
Suppress EntityFramework false positives.
2017-05-14 08:52:40 -04:00
Jeremy Long
e218b8ad70
added attempt to resolve system scoped dependency with test cases
2017-05-14 07:45:55 -04:00