Jeremy Long
abd843d281
simplified conditional
2017-03-11 11:11:31 -05:00
Jeremy Long
c54f9b1144
fixed throws in finally and converted to try with resources
2017-03-11 11:11:02 -05:00
Jeremy Long
318f3e14dd
removed unused code for batching
2017-03-11 11:10:21 -05:00
Jeremy Long
46f227e92e
updated and added test cases
2017-03-11 11:09:31 -05:00
Jeremy Long
a7b6f37503
suppressed another false positive
2017-03-10 16:52:32 -05:00
Jeremy Long
a61bba2f72
code cleanup
2017-03-10 16:40:22 -05:00
Jeremy Long
dfc6d952bd
codacy cleanup
2017-03-10 15:38:00 -05:00
Jeremy Long
046f4605f9
java7 updates and cleanup
2017-03-10 15:30:48 -05:00
Jeremy Long
32590ab7ff
Merge branch 'master' of github.com:jeremylong/DependencyCheck into cvedb
2017-03-10 14:00:53 -05:00
Jeremy Long
efeb084e57
added suppression rule for jcore per issue #679
2017-03-10 06:51:53 -05:00
Jeremy Long
03ec3142c3
updated threadpool size
2017-03-07 06:37:21 -05:00
Jeremy Long
679df936e7
changed CveDB to a singeton
2017-03-07 05:49:12 -05:00
Jeremy Long
5ed5764ab5
Merge branch 'stefanneuhaus-misc_performance_tweaking_and_cleanup'
2017-03-04 14:29:47 -05:00
Jeremy Long
d588092727
Merge branch 'misc_performance_tweaking_and_cleanup' of https://github.com/stefanneuhaus/DependencyCheck into stefanneuhaus-misc_performance_tweaking_and_cleanup
2017-03-04 14:20:01 -05:00
Jeremy Long
295ba0679d
Merge branch 'aikebah-master'
2017-03-04 14:02:40 -05:00
Jeremy Long
bcdf26c88d
Merge branch 'master' of https://github.com/aikebah/DependencyCheck into aikebah-master
2017-03-04 13:51:28 -05:00
Jeremy Long
d6e092bfa2
Merge pull request #676 from jwilk/spelling
...
Fix typos
2017-03-04 13:50:09 -05:00
Jeremy Long
388c1b5af1
java 7 updates
2017-03-04 13:47:53 -05:00
Jakub Wilk
717aea9a03
fix typos
2017-03-02 23:07:35 +01:00
Stefan Neuhaus
4951ee5a62
Cleanup: Codacy conformance
2017-02-28 08:23:57 +01:00
Jeremy Long
666150cf7f
updated per issue #672
2017-02-27 08:35:07 -05:00
Jeremy Long
d8290c0c45
Merge pull request #674 from jeremylong/Prakhash-reportmodifier1
...
Prakhash reportmodifier1
2017-02-26 10:02:01 -05:00
Jeremy Long
e363e8109b
added suppression notes
2017-02-26 09:16:53 -05:00
Jeremy Long
b228d08843
removed typo
2017-02-26 09:16:16 -05:00
Jeremy Long
3e08437808
updated to work with new schema
2017-02-26 07:52:02 -05:00
Jeremy Long
e0d5651b75
updated to add notes
2017-02-26 07:50:35 -05:00
Jeremy Long
59e29b7afe
Merge branch 'notes' into Prakhash-reportmodifier1
2017-02-25 16:09:21 -05:00
Jeremy Long
d180208e34
interim
2017-02-25 16:08:44 -05:00
Jeremy Long
0ce1ef596c
Merge branch 'reportmodifier1' of https://github.com/Prakhash/DependencyCheck into Prakhash-reportmodifier1
2017-02-25 15:55:12 -05:00
Jeremy Long
5f7486f851
updates to 673
2017-02-25 15:53:12 -05:00
Jeremy Long
03559fd106
added more suppression rules for false positives
2017-02-25 06:31:34 -05:00
Jeremy Long
d08357a1c2
fixed typo
2017-02-24 07:10:27 -05:00
Jeremy Long
c1cb87ebde
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2017-02-24 06:30:11 -05:00
Jeremy Long
82fd1cf4d7
additional fp added
2017-02-24 06:30:02 -05:00
Prakhash
a87391e609
formatting issues reported by the codacy is fixed
2017-02-24 14:54:45 +05:30
Prakhash
3071cfd7be
formatting issues reported by the codacy is done
2017-02-24 14:43:46 +05:30
Prakhash
583c2d34d3
schema changes are added with global schema
2017-02-24 14:23:56 +05:30
Prakhash
c9640fbf04
schema file is modified with notes attribute'
2017-02-24 12:15:21 +05:30
Prakhash
192d1de944
name space changes are reverted to the original
2017-02-24 12:06:51 +05:30
Prakhash
aa0314c840
report is modified with the notes element
2017-02-24 11:03:10 +05:30
Hans Aikema
0171b859c6
Merge branch 'master' of https://github.com/jeremylong/DependencyCheck
2017-02-23 11:22:25 +01:00
Jeremy Long
d267e14b73
Merge pull request #666 from colezlaw/grokassembly
...
Updated GrokAssembly and added config
2017-02-22 06:32:45 -05:00
Hans Aikema
79e63f4067
Merge remote-tracking branch 'upstream/master'
2017-02-21 17:35:30 +01:00
Hans Aikema
72d7af5291
Enable running DependencyCheck on Maven 3.0
2017-02-21 17:31:46 +01:00
Stefan Neuhaus
0e313d1910
Fix issue
2017-02-21 17:06:02 +01:00
Stefan Neuhaus
6841f9a009
Fix typo in directory name
2017-02-21 16:17:36 +01:00
Stefan Neuhaus
caeec68999
Refactor CveDB
...
- make class thread-safe and declare so (also DatabaseProperties)
- prepared statements represented by enum: performance gain, eases experiments when tuning for performance
- minor changes/cleanup/code style
2017-02-21 14:32:24 +01:00
Stefan Neuhaus
541915a5a7
Minor improvements in NvdCve20Handler
...
- use addAll() instead of iterating and adding single instances for VulnerableSoftware
- define String constants for certain XML attributes: code style, could facilitate JVM optimizations
2017-02-21 14:30:22 +01:00
Stefan Neuhaus
cb75ab8cca
Use Apache StringUtils.split(String, char) instead of String.split(String)
...
String.split() uses a regex pattern for splitting. As we simply need to split on a single fixed char using the Apache StringUtils is preferable.
2017-02-21 14:23:13 +01:00
Stefan Neuhaus
0f3845b16d
cleanup: remove unused return value
2017-02-21 14:12:12 +01:00