Commit Graph

2299 Commits

Author SHA1 Message Date
brianf
a0081318b6 Adding version to the composer.lock displayFileName
Changed output to debug
Added basic test for composer parsing, including the new version
2017-09-15 13:27:44 -04:00
brianf
9175b2624d Following the pattern of other analyzers and including the parent name
so the report doesn't list dozens of "package.swift" entries
2017-09-14 12:29:28 -04:00
Erik Lenoir
9db7012042 Branch showSummary on checkForFailure 2017-09-14 15:12:57 +02:00
Erik Lenoir
9a9cf826ab Add TU 2017-09-14 14:01:41 +02:00
Erik Lenoir
60c2e31cea Enhance CSV report, cf #809 2017-09-14 12:46:10 +02:00
Jeremy Long
4358952e17 checkstyle suggested cleanup 2017-09-12 08:55:57 -04:00
Jeremy Long
e45a5a99c3 updated method names to better state what is happening 2017-09-11 12:55:08 -04:00
Jeremy Long
e5eb056324 updated suppressions based on changes to core 2017-09-10 18:06:58 -04:00
Jeremy Long
3a0a170904 removed invalid loopcount output 2017-09-10 08:46:53 -04:00
Jeremy Long
b05bb8a1ee updated to support changes for threadsafety 2017-09-10 08:40:01 -04:00
Jeremy Long
a4768386cc removed unused code 2017-09-10 08:39:33 -04:00
stevespringett
1bfd2d7ac1 Added support for retiring analyzers (disabled by default) and retired the NodePackageAnalyzer. 2017-09-09 21:50:17 -05:00
Jeremy Long
1548f9a4b2 refactored the dependency object to be threadsafe 2017-09-09 20:42:42 -04:00
Jeremy Long
61390b200d Merge branch 'threadsafe' into dependency-updates 2017-09-09 15:47:06 -04:00
Jeremy Long
df737539a5 Merge branch 'master' into threadsafe 2017-09-09 15:46:46 -04:00
Jeremy Long
5bbb386f8c evidence thread-safety updates 2017-09-09 15:42:12 -04:00
stevespringett
bbd59be1d6 Minor modification to XML schema and unit test. 2017-09-08 10:06:32 -05:00
stevespringett
1b1debdb30 Minor modifications to CSV, JSON, and XML reports to include Dependency.isVirtual and Vulnerability.Source 2017-09-08 00:58:27 -05:00
Jeremy Long
37eefc7f8b removed unused imports 2017-09-07 06:12:34 -04:00
Jeremy Long
325ed8e47c converted to integration test as updates from NVD are required for this test which slows down just a standard mvn package 2017-09-07 06:11:50 -04:00
Jeremy Long
33640ccfbb merged master to keep branch up to date 2017-09-07 06:08:06 -04:00
Jeremy Long
519d90e3d0 Merge branch 'master' of github.com:jeremylong/DependencyCheck 2017-09-07 05:46:35 -04:00
Jeremy Long
417fda8c7c lgtm suggested changes 2017-09-07 05:46:21 -04:00
stevespringett
c472608876 Added updateOnly and the loading of user-supplied properties files to scan agent 2017-09-05 22:52:00 -05:00
Jeremy Long
7f92109bde updated to support parallel processing 2017-09-04 08:54:48 -04:00
Jeremy Long
31fb9b0a20 removed synchronization 2017-09-04 08:52:45 -04:00
Jeremy Long
a967735e11 cached the external dependency view 2017-09-04 08:52:20 -04:00
Jeremy Long
3bf69651fd reverted changes 2017-09-03 21:28:19 -04:00
Jeremy Long
ed22b6532f coverity suggested updates 2017-09-03 21:10:33 -04:00
Jeremy Long
c4ee53e147 updated init logic 2017-09-03 21:10:13 -04:00
Jeremy Long
cc256d5ef0 removed unused imports 2017-09-03 16:09:02 -04:00
Jeremy Long
f51a7371b7 removed comments 2017-09-03 16:07:24 -04:00
Jeremy Long
f36f4068f3 removed cleanup in favor of close from autoclosable 2017-09-03 14:34:39 -04:00
Jeremy Long
dc41cb7674 increase wait time on travis 2017-09-03 12:34:36 -04:00
Jeremy Long
ab5de24518 continued work on threading and code improvement 2017-09-03 09:05:55 -04:00
Jeremy Long
795de6f9ea added test case 2017-09-02 06:35:17 -04:00
Jeremy Long
7eda83a434 fixed test cacses 2017-08-31 07:01:43 -04:00
Jeremy Long
190fa55ace commented out invalid test case 2017-08-31 06:03:49 -04:00
Jeremy Long
ff7ebf405c fix test case 2017-08-31 05:48:34 -04:00
Jeremy Long
74a2326e0e Modified CveDB and Settings so that they are no longer singletons; first step in thread safety updates 2017-08-30 06:47:45 -04:00
Jeremy Long
c4b67a1db2 breaking api changes are being made, incrementing major version 2017-08-26 06:42:02 -04:00
Jeremy Long
f700b22358 snapshot version 2017-08-25 07:08:12 -04:00
Jeremy Long
dc1195f8b1 version 2.1.1 2017-08-25 06:42:39 -04:00
Jeremy Long
8f582c55d1 fixed typo per #855 2017-08-24 06:38:54 -04:00
Jeremy Long
e82bbbefe8 updated per issue #854 2017-08-24 06:35:36 -04:00
Jeremy Long
aa033cde4b updated per group discussion https://groups.google.com/forum/#!topic/dependency-check/GcOFleJz-nk 2017-08-24 06:32:10 -04:00
Jeremy Long
2421380d1d added hint per discussion here: https://groups.google.com/forum/#!topic/dependency-check/GcOFleJz-nk 2017-08-23 06:41:39 -04:00
Jeremy Long
0f87dee1a0 Merge branch 'catch_ioexception_parsing_manifest' of https://github.com/mealingr/DependencyCheck into mealingr-catch_ioexception_parsing_manifest 2017-08-23 05:51:15 -04:00
Jeremy Long
5ff9814894 patch for issue #851 2017-08-23 05:43:47 -04:00
Richard Mealing
5d87dc2942 change to skip and remove macOS metadata and non-zip files 2017-08-21 13:51:45 +01:00