Jeremy Long
|
58512e302f
|
resolved conflicts
|
2015-09-13 07:46:46 -04:00 |
|
Jeremy Long
|
290fdc4c0f
|
Merge pull request #350 from awhitford/AnalyzeIO
Replaced code with IOUtils.copy.
Thanks for the PR!
|
2015-09-13 07:40:41 -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
|
620f1b94bc
|
added more false positive suppressions
|
2015-09-13 07:29:17 -04:00 |
|
Anthony Whitford
|
6e1c6b4bed
|
Replaced StringBuffer with more efficient StringBuilder.
|
2015-09-12 19:50:43 -07:00 |
|
Anthony Whitford
|
ce871dfa3e
|
Replaced code with IOUtils.copy.
|
2015-09-12 10:55:33 -07:00 |
|
Hans Joachim Desserud
|
48a6eb1f86
|
Prefer interfaces over concerete classes. Did not change return type for public methods as this might potentially cause problems/need for changes for external users
|
2015-09-12 15:35:56 +02:00 |
|
Hans Joachim Desserud
|
fb85fb5b76
|
Ensure that we assert something. If the iterator doesn't have any values we would never enter the loop, but the test would still be green
|
2015-09-12 15:03:41 +02:00 |
|
Hans Joachim Desserud
|
c39c3cfdae
|
Comment for review
|
2015-09-12 15:02:22 +02:00 |
|
Hans Joachim Desserud
|
e2fa7c666a
|
Unused variable
|
2015-09-12 14:53:01 +02:00 |
|
Hans Joachim Desserud
|
f49cc6fb1f
|
Unused methods in test
|
2015-09-12 14:51:49 +02:00 |
|
Hans Joachim Desserud
|
69bef59473
|
Remove superflous semicolon
|
2015-09-12 14:50:35 +02:00 |
|
Hans Joachim Desserud
|
ca5607d79e
|
Removed empty methods from test
|
2015-09-12 14:14:08 +02:00 |
|
Hans Joachim Desserud
|
903eaed250
|
Remove unused imports
|
2015-09-12 14:06:47 +02:00 |
|
Jeremy Long
|
44c5ba208d
|
added documentation about unused code
|
2015-09-11 05:31:09 -04:00 |
|
Anthony Whitford
|
11a3db5d64
|
Revert "Replaced update or insert property logic with merge property logic."
This reverts commit ece4a51b94.
|
2015-09-10 23:21:44 -07:00 |
|
Anthony Whitford
|
3746df49ee
|
Added type declarations.
|
2015-09-10 00:21:54 -07:00 |
|
Anthony Whitford
|
d98f67eab9
|
Added missing serialVersionUID.
|
2015-09-10 00:20:03 -07:00 |
|
Anthony Whitford
|
fde415e251
|
Added missing serialVersionUID.
|
2015-09-10 00:05:04 -07:00 |
|
Anthony Whitford
|
5702f39181
|
Addressed possible resource leak.
|
2015-09-09 23:54:20 -07:00 |
|
Anthony Whitford
|
45658afd89
|
Replaced empty string equals check with an isEmpty check.
|
2015-09-09 23:20:51 -07:00 |
|
Anthony Whitford
|
ece4a51b94
|
Replaced update or insert property logic with merge property logic.
|
2015-09-09 23:18:38 -07:00 |
|
Jeremy Long
|
fdbec176fa
|
fixed logging statements to use slf4j format syntax instead of String.format syntax
|
2015-09-08 06:31:59 -04:00 |
|
Anthony Whitford
|
96768d8529
|
Replaced Date manipulation with more efficient System call.
|
2015-09-08 01:01:13 -07:00 |
|
Anthony Whitford
|
2689a08026
|
Replaced Date manipulation with more efficient System call.
|
2015-09-07 17:50:02 -07:00 |
|
Anthony Whitford
|
54be70672e
|
Replaced Date manipulation with more efficient System call.
|
2015-09-07 17:49:11 -07:00 |
|
Anthony Whitford
|
b51731d15f
|
Added final keyword.
|
2015-09-07 16:35:23 -07:00 |
|
Anthony Whitford
|
769fcb20d8
|
Removed a now unused import.
|
2015-09-07 16:29:27 -07:00 |
|
Anthony Whitford
|
537c4b3a50
|
Added missing final keywords.
|
2015-09-07 16:28:55 -07:00 |
|
Anthony Whitford
|
a75c17ac5e
|
Added final keywords and elaborated the javax.json imports.
|
2015-09-07 16:28:22 -07:00 |
|
Anthony Whitford
|
9a45c9aa7c
|
Removed unused Cal10n MessageConveyor.
|
2015-09-07 15:21:54 -07:00 |
|
Anthony Whitford
|
01450bacc2
|
Removed a redundant null check, and replaced an addAll with the constructor population.
|
2015-09-07 14:51:26 -07:00 |
|
Anthony Whitford
|
af0255ee09
|
Rather than create a collection, then call addAll to populate, the collection can be created with the collection to clone.
|
2015-09-07 14:48:23 -07:00 |
|
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 |
|