Jeremy Long
|
239a9383e0
|
fix for issue #446
|
2016-02-06 08:30:06 -05:00 |
|
Dale Visser
|
2ed5dc153a
|
Fixed merge conflict in App.java
|
2015-11-23 13:27:22 -05:00 |
|
Anthony Whitford
|
b346dfe0a3
|
Minor code tweaks.
|
2015-11-10 00:09:01 -08:00 |
|
Anthony Whitford
|
e5744dd63f
|
Added extra setters with null and empty checks.
|
2015-10-31 10:25:50 -07:00 |
|
Jeremy Long
|
487a45f01b
|
updated field name to make it more clear
|
2015-10-24 06:17:31 -04:00 |
|
Jeremy Long
|
0c5bdfd7b7
|
added a setInt in support of PR #390
|
2015-10-23 06:28:04 -04:00 |
|
Jeremy Long
|
520f3cb09a
|
Merge branch 'NvdCheck' of https://github.com/awhitford/DependencyCheck into awhitford-NvdCheck
|
2015-10-23 05:32:27 -04:00 |
|
Anthony Whitford
|
f2778e5d28
|
Adding a setting to suppress repetitive NVD checks.
|
2015-10-21 23:19:57 -07:00 |
|
Anthony Whitford
|
19a97a1706
|
Demonstrating the benefit of commons-io instead of the simpler string dissection.
|
2015-10-13 23:59:31 -07:00 |
|
Anthony Whitford
|
cd66a9ef61
|
Demonstrating the benefit of commons-io instead of the simpler string dissection.
|
2015-10-13 23:59:11 -07:00 |
|
Anthony Whitford
|
f121430a5d
|
Simplified getFileExtension by leveraging commons-io. Also cut a line from delete.
|
2015-10-13 23:50:41 -07:00 |
|
Jeremy Long
|
3b976d211f
|
upgrdae db schema version
|
2015-10-12 06:15:24 -04:00 |
|
Jeremy Long
|
e7ef4b6906
|
Merge pull request #367 from awhitford/SettingsCleanup
Settings cleanup
|
2015-10-09 07:00:39 -04:00 |
|
Anthony Whitford
|
64f373fb43
|
Removed old warning suppression.
|
2015-10-08 20:58:20 -07:00 |
|
Anthony Whitford
|
bc1830d8eb
|
Removed redundant call to length for substring.
|
2015-10-08 20:57:28 -07:00 |
|
Anthony Whitford
|
f2a2a91682
|
Slight simplification to standard getInt and getLong.
|
2015-10-08 00:56:38 -07:00 |
|
Anthony Whitford
|
274ac339ad
|
Corrected a few bugs in Settings.
|
2015-10-08 00:39:57 -07:00 |
|
Dale Visser
|
e57d62b682
|
Merge branch 'upmaster' into ruby-bundler
Conflicts:
dependency-check-cli/src/main/java/org/owasp/dependencycheck/App.java
dependency-check-cli/src/main/java/org/owasp/dependencycheck/CliParser.java
dependency-check-core/src/main/resources/META-INF/services/org.owasp.dependencycheck.analyzer.Analyzer
|
2015-09-22 14:21:43 -04:00 |
|
Jeremy Long
|
afc1a9f077
|
removed unused settings
|
2015-09-18 06:53:30 -04:00 |
|
Will Stranathan
|
6a7a868b71
|
Initial checkin of ComposerLockAnalyzer
|
2015-09-14 22:14:00 -04:00 |
|
Dale Visser
|
39f13c6e5b
|
Merge branch 'upmaster' into ruby-bundler
|
2015-09-14 17:14:20 -04:00 |
|
Jeremy Long
|
6117e25b97
|
resolved merge
|
2015-09-13 07:49:25 -04:00 |
|
Jeremy Long
|
58512e302f
|
resolved conflicts
|
2015-09-13 07:46:46 -04:00 |
|
Jeremy Long
|
ce564c209b
|
removed deprecated/unused methods
|
2015-09-13 07:43:05 -04:00 |
|
Jeremy Long
|
1fa5ae695d
|
Merge pull request #349 from hansjoachim/warnings
Fixes various warnings
|
2015-09-13 07:37:25 -04:00 |
|
Jeremy Long
|
1f763aeb72
|
Merge branch 'directoryscanner' of https://github.com/hansjoachim/DependencyCheck into hansjoachim-directoryscanner
|
2015-09-13 07:13:47 -04:00 |
|
Jeremy Long
|
fcfb019555
|
suppressed findbugs redundant null check
|
2015-09-13 07:03:55 -04:00 |
|
Jeremy Long
|
d4c1acb126
|
checkstyle fix - empty catch
|
2015-09-13 07:03:15 -04:00 |
|
Anthony Whitford
|
a9a235fc87
|
Replaced StringBuffer with more efficient StringBuilder.
|
2015-09-12 19:53:44 -07:00 |
|
Hans Joachim Desserud
|
9e931b9eb0
|
Remove modified copy of Apache Ant's DirectoryScanner
|
2015-09-12 14:14:54 +02:00 |
|
Hans Joachim Desserud
|
903eaed250
|
Remove unused imports
|
2015-09-12 14:06:47 +02:00 |
|
Dale Visser
|
837d4918f2
|
Merge branch 'upmaster' into ruby-bundler. Fixed omission of --disableBundleAudit option.
Conflicts:
dependency-check-cli/src/main/java/org/owasp/dependencycheck/CliParser.java
|
2015-09-09 18:09:41 -04:00 |
|
Anthony Whitford
|
115f63c330
|
Removed an unused import and combined nested if statements.
|
2015-09-07 14:38:43 -07:00 |
|
Dale Visser
|
a0437bf933
|
Ruby bunder: Code needed to disable the analyzer in the CLI if desired.
|
2015-08-30 15:07:21 -04:00 |
|
Dale Visser
|
a0492fe944
|
Merge branch 'upmaster' into ruby-bundler
Conflicts:
dependency-check-core/src/main/resources/META-INF/services/org.owasp.dependencycheck.analyzer.Analyzer
|
2015-08-27 14:05:36 -04:00 |
|
Dale Visser
|
9e25480baa
|
Merge branch 'upmaster' into node-js-analyzer
Conflicts:
dependency-check-cli/src/main/java/org/owasp/dependencycheck/App.java
dependency-check-cli/src/site/markdown/arguments.md
dependency-check-core/src/main/resources/META-INF/services/org.owasp.dependencycheck.analyzer.Analyzer
|
2015-08-25 13:03:12 -04:00 |
|
Dale Visser
|
5c32ecd8e1
|
Ruby Analyzer: Added bundle-audit analyzer. So far just launches if available and logs the output.
|
2015-08-18 16:59:39 -04:00 |
|
Dale Visser
|
7eb2c89f39
|
rugygems: Added gemspec test resources, test cases, and minimal code to run tests and have evidence gathering test fail.
|
2015-08-12 11:58:46 -04:00 |
|
Jeremy Long
|
a543fbbec9
|
added an additional attempt to remove the temporary directory
|
2015-08-09 10:25:30 -04:00 |
|
Dale Visser
|
2441b92bc6
|
node.js: Initial commit, with analysis test failing.
|
2015-08-07 14:43:08 -04:00 |
|
Jeremy Long
|
79b59f2aae
|
checkstyle/pmd/findbugs recommended updates
|
2015-07-29 07:00:30 -04:00 |
|
Jeremy Long
|
dd3758af43
|
manually merged PR #270
Former-commit-id: 9d4504942f229a7462d59b292e478ea2289ecfed
|
2015-07-24 06:44:54 -04:00 |
|
Jeremy Long
|
ee969a5ed9
|
manually merged PR #278
Former-commit-id: 7811e5832e680589e5b1734e775ee8cab92dd30f
|
2015-07-24 05:36:32 -04:00 |
|
Dale Visser
|
e5fdda60fc
|
Merge branch 'upmaster' into openssl-source-analyzer
Conflicts:
dependency-check-core/src/test/java/org/owasp/dependencycheck/analyzer/PythonPackageAnalyzerTest.java
Former-commit-id: 6d92982227ad0ff7c4381d03eb1bf542dfe7697f
|
2015-07-09 16:14:54 -04:00 |
|
Jeremy Long
|
0a4c3102dd
|
reverted changes as a schema upgrade is not needed at this time
Former-commit-id: 6f97fef5748a3d630a73f790cca8baa4753e1d7a
|
2015-07-09 07:07:10 -04:00 |
|
Dale Visser
|
a3ad598004
|
OpenSSL: Untested changes to get command-line working.
Former-commit-id: f81a410bba6cbc1b71cb7d5fef121eb4f52a780b
|
2015-07-08 14:07:17 -04:00 |
|
Jeremy Long
|
9daa9b6cca
|
reorganized code, made the database file name version independent so that upgrades can be made, and implemented a CPE updates per issue #149
Former-commit-id: fdb57afa28ecffdb7ca90971851844718ecb8bb9
|
2015-07-08 06:20:19 -04:00 |
|
Jeremy Long
|
bdf2ca6e1d
|
added CPE entries to patch issue #149
Former-commit-id: 2bd88a3823d5889ad12952fc3f344e69d571ad05
|
2015-07-04 06:39:54 -04:00 |
|
Jeremy Long
|
621ac3b6ec
|
changed logging level on one delete temp file log entry
Former-commit-id: 2f73b9a97a641bb86b73db76dc82d5e84cde9e17
|
2015-07-04 06:38:39 -04:00 |
|
Jeremy Long
|
802e4fc238
|
changed default logging for tests to INFO
Former-commit-id: 45b4dc2707e0a267d2ef41a84627c5fee5ba92f1
|
2015-06-22 05:53:51 -04:00 |
|