Commit Graph

4770 Commits

Author SHA1 Message Date
Jeremy Long
d06d561a55 initial addition of available version numbers 2017-08-19 16:57:32 -04:00
Jeremy Long
6567c971e1 updated test case 2017-08-19 16:56:36 -04:00
Jeremy Long
d6eac2b3c8 removed test from invoker setup 2017-08-19 16:56:13 -04:00
Jeremy Long
ec3aec6445 Merge branch 'master' of github.com:jeremylong/DependencyCheck 2017-08-19 15:29:33 -04:00
Jeremy Long
a9449fe5ff initial version 2017-08-19 15:02:45 -04:00
Jeremy Long
d7b6988e2e Merge pull request #846 from mattnelson/check_populateSettings
Call populateSettings in CheckMojo#canGenerateReport to address NPE
2017-08-19 12:58:40 -04:00
Jeremy Long
c39e223f0f Merge pull request #847 from volphy/master
Fixed URL of TLS Failures page
2017-08-19 12:48:37 -04:00
Jeremy Long
06f59893af Merge pull request #840 from jeremylong/lucene-usage
Improve Lucene Usage
2017-08-19 12:48:03 -04:00
Krzysztof Wilk
828ff5a1ec Fixed URL of TLS Failures page 2017-08-17 10:53:27 +02:00
Matt Nelson
60b1775e37 Call populateSettings in CheckMojo#canGenerateReport to address NPE 2017-08-15 15:12:29 -05:00
Jeremy Long
bf5aafe455 improve usage of lucene, add stop words, code cleanup, etc. 2017-08-13 13:18:58 -04:00
Jeremy Long
fb2b3159e8 added suppression rule per issue #838 2017-08-13 12:37:17 -04:00
Jeremy Long
9ebbbe6a5b resolve incorrect error reporting per issue #837 2017-08-13 12:18:09 -04:00
Jeremy Long
593fddb1f9 Merge branch 'master' of github.com:jeremylong/DependencyCheck 2017-08-13 10:47:50 -04:00
Steve Springett
333dc96d6f Merge pull request #836 from ktham/fix-nsp-analyzer
Fix NspAnalyzer
2017-08-08 14:15:40 -05:00
Kevin Tham
ade69168d0 Make fixes to NspAnalyzer to correctly parse package.json files
* parse `bundledDependencies` and `bundleDependencies' as a JsonArray
* parse `license` as a JsonObject for older libraries that used license objects
2017-08-08 11:33:50 -07:00
Kevin Tham
89c63ac5c9 Add NspAnalyzerTest.java and package.json files for testing 2017-08-08 11:30:54 -07:00
Jeremy Long
b44862f713 updated log message, see https://github.com/jeremylong/dependency-check-gradle/issues/52 - original message was misleading 2017-08-05 07:53:40 -04:00
Jeremy Long
4da950f37c Merge pull request #830 from stefanneuhaus/documentation-fixes
Documentation fixes
2017-07-29 22:16:47 -04:00
Jeremy Long
10a8bf5356 Merge pull request #829 from stefanneuhaus/fix-postgres-save-properties
Fix save_properties on Postgres
2017-07-29 22:14:42 -04:00
Stefan Neuhaus
a06c6dda40 Also mention the Gradle plugin in the documentation “Using a Database Server” 2017-07-29 20:44:50 +02:00
Stefan Neuhaus
c6c194dddb Fix save_properties on Postgres
“CALL save_property(.)” does not work (tested with Postgres 9.6):
SQL Error [42601]: ERROR: syntax error at or near "CALL"
  Position: 1
  org.postgresql.util.PSQLException: ERROR: syntax error at or near "CALL"
  Position: 1
2017-07-29 19:49:32 +02:00
Stefan Neuhaus
a13d29b0cc Fix link and instructions on nist-data-mirror. 2017-07-29 16:27:55 +02:00
Stefan Neuhaus
1caca99e82 Prepend “analyzers” config group column to configuration table of the Gradle plugin 2017-07-29 14:59:40 +02:00
Stefan Neuhaus
0336fcb7a3 Prepend “proxy” config group column to configuration table of the Gradle plugin 2017-07-29 14:53:00 +02:00
Stefan Neuhaus
95c0d9b9a0 Remove unsupported Gradle proxy configuration setting “connectionTimeout” from documentation 2017-07-29 14:31:55 +02:00
Stefan Neuhaus
240d06d7e4 Reference the Gradle Plugin proxy configuration page in the more general Proxy configuration page 2017-07-29 14:12:33 +02:00
Jeremy Long
2753bb97c8 added synchronization per issue #785 2017-07-26 11:48:50 -04:00
Jeremy Long
9c744211d7 fixed JSON report to generate valid JSON 2017-07-26 09:59:44 -04:00
Jeremy Long
8a8d4fb994 updated temporary data directory logic as the previous implementation did not work correctly 2017-07-26 09:59:21 -04:00
Jeremy Long
d24dac26ea updated setup/teardown so that the settings are properly set 2017-07-25 13:07:16 -04:00
Jeremy Long
93088c2e9a updated error handling for issue #821 2017-07-25 13:01:55 -04:00
Jeremy Long
61ad90c939 corrected json report per issue #821 2017-07-25 10:30:54 -04:00
Jeremy Long
c849af19ed updated per issue #823 2017-07-25 09:42:33 -04:00
Jeremy Long
4f7ce49dea snapshot version 2017-07-23 17:01:38 -04:00
Jeremy Long
c94717bd1c updated README.md per issue #818 2017-07-23 17:01:27 -04:00
Jeremy Long
06cf39b59b cleanup, checkstyle, etc. 2017-07-23 08:34:40 -04:00
Jeremy Long
c3c52c2b2a Merge branch 'stevespringett-master' 2017-07-23 07:43:57 -04:00
Jeremy Long
b4dcd61f58 Merge branch 'master' of https://github.com/stevespringett/DependencyCheck into stevespringett-master 2017-07-23 07:26:55 -04:00
Jeremy Long
89b8f314d8 version 2.1.0 2017-07-23 07:26:37 -04:00
Jeremy Long
e975ba5199 resolve issue #818 2017-07-23 07:11:47 -04:00
Jeremy Long
12d74510cd Coverity suggested cleanup 2017-07-23 06:27:14 -04:00
Jeremy Long
176363492e checkstyle updates 2017-07-22 18:20:11 -04:00
stevespringett
b8edcaeaf8 Adds Maven support for specifying multiple filesets in a 'scanSet'. #773 2017-07-22 15:10:42 -05:00
Jeremy Long
db2a0abcb6 Merge pull request #819 from jeremylong/issue815
Fix Error Reporting in Maven Aggregate Goal
2017-07-22 07:58:23 -04:00
Jeremy Long
84c6320e49 Merge branch 'master' into issue815 2017-07-22 07:25:21 -04:00
Jeremy Long
cc2051b308 removed un-needed prebuild scripts 2017-07-22 07:24:50 -04:00
Jeremy Long
43d71e7665 upgraded invoker version so that the threadcount can be increased to reduce build time 2017-07-22 07:23:49 -04:00
Jeremy Long
37b9f49467 resolve issue #815 2017-07-22 07:22:37 -04:00
Jeremy Long
79d64a617d Merge pull request #817 from jeremylong/bundleaudit
Resolve issue #810
2017-07-22 06:46:50 -04:00