Anthony Whitford
|
df25bbb6d2
|
Replaced json iteration with more efficient entrySet. Also corrected an invalid logging statement.
|
2015-09-07 14:43:34 -07:00 |
|
Anthony Whitford
|
444685bc05
|
Inner class should be static (since it doesn't reference parent).
|
2015-09-07 14:40:32 -07:00 |
|
Anthony Whitford
|
514f8398e2
|
Upgraded commons-lang-2.6 to newer commons-lang3-3.4.
|
2015-09-07 01:09:41 -07:00 |
|
Jeremy Long
|
3bb716b060
|
Merge pull request #336 from awhitford/Timing
Added time measurements for key steps.
|
2015-09-05 21:08:05 -04:00 |
|
Jeremy Long
|
784b78b17c
|
added another timer to pull #336
|
2015-09-05 21:07:29 -04:00 |
|
Jeremy Long
|
d452c5fabb
|
fixed shift operator per issue #335
|
2015-09-05 20:56:18 -04:00 |
|
Anthony Whitford
|
92e1fd3f28
|
Added time measurements for key steps.
|
2015-09-05 00:31:50 -07:00 |
|
Jeremy Long
|
c41a288280
|
added null checks
|
2015-08-28 05:27:00 -04:00 |
|
Dale Visser
|
c60245ea2b
|
Node.js Analyzer: Switched from org.json to Glassfish JSR 353 reference implementation.
|
2015-08-25 17:28:17 -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 |
|
Jeremy Long
|
e484c5754e
|
Merge pull request #312 from dwvisser/rubygems-analyzer-pr
Rubygems analyzer
|
2015-08-25 05:31:10 -04:00 |
|
Jeremy Long
|
481e753ad4
|
corrected spring-security false positives per issue #319 and #311
|
2015-08-23 06:45:35 -04:00 |
|
Dale Visser
|
2db1f8d2b6
|
Random fixes to issues found by IntelliJ IDEA code inspection.
|
2015-08-17 18:55:51 -04:00 |
|
Dale Visser
|
235869fc79
|
rubygems: Reformat and consisitent parameter naming in private methods.
|
2015-08-12 12:08:05 -04:00 |
|
Dale Visser
|
89166e81fb
|
rubygems: Add summary to evidence, inline constants that were only being used once.
|
2015-08-12 12:08:05 -04:00 |
|
Dale Visser
|
2d109b81cf
|
rubygems: Used substring(int) to remove the need for Matcher.find(int).
Also fixed javadoc, made some variables final, shortened a variable name.
|
2015-08-12 12:06:18 -04:00 |
|
Dale Visser
|
5c02b4dccb
|
rubygems: Added new analyzer to META-INF/services. Confirmed correlation with CPE in CLI.
|
2015-08-12 12:06:18 -04:00 |
|
Dale Visser
|
e7f154b58d
|
rubygems: Various refactoring improvements.
|
2015-08-12 12:00:56 -04:00 |
|
Dale Visser
|
c0752575c6
|
rubygems: All evidence assertions now passing.
|
2015-08-12 12:00:43 -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 |
|
Dale Visser
|
7a535b2576
|
node.js: Added parent folder to display file name. Added try-catch for JSONException, logging warning message in that case.
|
2015-08-09 11:32:57 -04:00 |
|
Dale Visser
|
4b17fd88a3
|
node.js: Adding name_project to vendor evidence, as many node.js projects seem to follow this pattern with their CPEs. Also, logging warnings whenever JSON parse doesn't go as expected.
|
2015-08-09 11:18:16 -04:00 |
|
Jeremy Long
|
37f50db00e
|
removed related dependencies from hashCode and equals to resolve issue #293
|
2015-08-09 09:56:20 -04:00 |
|
Jeremy Long
|
ccb87f43b7
|
made suppression notes textarea readonly to resolve issue #306
|
2015-08-09 09:36:55 -04:00 |
|
Jeremy Long
|
d569f39f53
|
Merge branch 'master' of github.com:jeremylong/DependencyCheck
|
2015-08-09 09:10:32 -04:00 |
|
Jeremy Long
|
fb3951772f
|
fixed errors due to null values per issue #309
|
2015-08-09 09:10:18 -04:00 |
|
Dale Visser
|
b4c3046ab5
|
node.js: Added package.json eveidence gathering, using json.org package for the parsing.
|
2015-08-07 15:41:01 -04:00 |
|
Dale Visser
|
2441b92bc6
|
node.js: Initial commit, with analysis test failing.
|
2015-08-07 14:43:08 -04:00 |
|
Dale Visser
|
1f074ff400
|
290: Further refactoring for readability.
|
2015-08-05 17:42:25 -04:00 |
|
Dale Visser
|
4764f61b48
|
290: Added unit tests and implementation to support bzip2.
|
2015-08-05 17:42:10 -04:00 |
|
Dale Visser
|
56424924bb
|
290: Extracted some methods to reduce average method size, and eliminate some duplicate code.
|
2015-08-05 17:42:10 -04:00 |
|
Jeremy Long
|
624f52882e
|
modified how generated keys were returned in an attempt to resolve issue #296
|
2015-08-02 06:28:05 -04:00 |
|
Jeremy Long
|
44f37c12c3
|
checkstyle corrections
|
2015-08-01 06:49:55 -04:00 |
|
Will Stranathan
|
c4d26f9194
|
Removed i18n for SLF4J logging as it was preventing build on jdk1.6
|
2015-07-29 18:29:09 -04:00 |
|
Jeremy Long
|
79b59f2aae
|
checkstyle/pmd/findbugs recommended updates
|
2015-07-29 07:00:30 -04:00 |
|
Jeremy Long
|
5444253ed6
|
added more CVSS details per issue #154
|
2015-07-27 06:56:23 -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
|
1b8dc71980
|
Merge branch 'upmaster' into remove-dependency-extension-property
Former-commit-id: b06adaf9fa3031c27be08523b9689ae58d0cc322
|
2015-07-19 08:06:43 -04:00 |
|
Jeremy Long
|
dc466f1480
|
set objects to null after closing them
Former-commit-id: 3d62a1b66741d69730e39413b8d99b670d744b50
|
2015-07-19 06:21:30 -04:00 |
|
Jeremy Long
|
ba6a783834
|
update to close to set objects to null
Former-commit-id: 9c1caaeca9ca0a472180eb6bf4bb7a7c7fba6e6e
|
2015-07-19 05:49:06 -04:00 |
|
Jeremy Long
|
fe0035fe0e
|
fixed namespaces
Former-commit-id: 8f6f3361021b2efc1843ae93ed1bab44e5f053a4
|
2015-07-16 07:00:17 -04:00 |
|
Jeremy Long
|
a24813b678
|
updated schema and xml report to include the confidence and type of evidence
Former-commit-id: 774764585a15d8d78a615f20f91c3a8aaaf4abb2
|
2015-07-14 08:01:22 -04:00 |
|
Jeremy Long
|
68f1c1a54c
|
changed display code so that all evidence is shown instead of just the used evidence
Former-commit-id: e01f14f244960ddccbd859bf50c0603abe5170d1
|
2015-07-14 07:48:07 -04:00 |
|
Jeremy Long
|
726aa7b894
|
changed tooltip header on evidence count
Former-commit-id: fdf92f87a81d985fd01b19d5ce04517c81608a62
|
2015-07-14 07:41:19 -04:00 |
|
Jeremy Long
|
44c795cd4f
|
patched to resolve issue #261
Former-commit-id: 44ace36f4a02885134a0af0fb44d11d351d8c7f6
|
2015-07-11 07:15:08 -04:00 |
|
Jeremy Long
|
4d5d46d08a
|
Merge pull request #274 from dwvisser/openssl-source-analyzer
OpenSSL source analyzer
Former-commit-id: cc2f02f3722b7480f0ec5f7979892b78dc4076d1
|
2015-07-11 06:29:55 -04:00 |
|
Dale Visser
|
005e401c7f
|
Remove fileExtension property from Dependency class.
Former-commit-id: fc6303c6c835724fe61f882a9df5e2247c7a9b3e
|
2015-07-10 13:48:27 -04:00 |
|
Jeremy Long
|
136830ce22
|
cleaned up logging
Former-commit-id: d9614a2a309e17ceab628b2258f78da0b792a5a8
|
2015-07-10 06:13:41 -04:00 |
|
Jeremy Long
|
afe8e343b1
|
test code to run on cloudbees to debug a build issue
Former-commit-id: b3bba62d28666160682ea15813ea80411f72f9a0
|
2015-07-10 05:56:55 -04:00 |
|