Jeremy Long
|
cae15a8d7a
|
updated javadoc
Former-commit-id: 264561aed2a9e138d97c4f06c5e27df5b8acf7e9
|
2015-07-08 06:32:20 -04:00 |
|
Jeremy Long
|
70554d1158
|
removed Cpe Updater as it will not currently be used
Former-commit-id: 2d9d5a2082dc386697557943e46399c31633ffbc
|
2015-07-08 06:31:41 -04:00 |
|
Jeremy Long
|
db42da14d1
|
updated documentation
Former-commit-id: f4b200a38c5df345cd5714c4dbf624af57b40481
|
2015-07-08 06:31:08 -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
|
da058fcaf5
|
corrected naming of cpe part update
Former-commit-id: 1e7e29ac28d576c495f96713277eaa7c1b705cfc
|
2015-07-05 06:24:55 -04:00 |
|
Jeremy Long
|
7203c91c70
|
corrected naming of cpe part update
Former-commit-id: aaac06bda3480c23d663f25b1feac34dc57032b9
|
2015-07-05 06:09:17 -04:00 |
|
Jeremy Long
|
44893a2a2c
|
added CPE entries to patch issue #149
Former-commit-id: 472d5456e6a8a9d569908ce8da4f64d05afa96c7
|
2015-07-04 06:40:39 -04:00 |
|
Jeremy Long
|
9fbf8b58a1
|
added archive.scan.depth
Former-commit-id: 4582ae764582a0435b6f672ed86393d37f8e3d05
|
2015-06-29 06:24:43 -04:00 |
|
Jeremy Long
|
70ac55f983
|
Merge pull request #264 from dwvisser/evidence-hashcode-contract
Evidence class compliance with Object.hashCode() contract
Former-commit-id: 94898beb75c867b58a5f8a1cd879b7b47ab47cb5
|
2015-06-29 06:12:17 -04:00 |
|
Jeremy Long
|
890bb4a2c3
|
changed how specification version is handled to resolve 262
Former-commit-id: c902d0683bec70a8254c7110e14b14bf0f3ad54a
|
2015-06-28 07:08:36 -04:00 |
|
Dale Visser
|
888f2aed97
|
Replaced ternary expression with ObjectUtils.equals(), and reformatted using IDE.
Former-commit-id: e72ba88f6e4d29cb00288c34a9d413e455f26b16
|
2015-06-24 15:38:03 -04:00 |
|
Dale Visser
|
e6707c65a5
|
Made magic number constants private.
Former-commit-id: 12539d50efb17790b770934d10b953e0fd180c8a
|
2015-06-24 15:25:03 -04:00 |
|
Dale Visser
|
414912de67
|
Replaced private method with ObjectUtils.compare().
Former-commit-id: 16c4a5a7ed74819351bab55528442183a3244a0c
|
2015-06-24 15:19:24 -04:00 |
|
Dale Visser
|
723ba740e0
|
Repleced testEquality() with StringUtils.equalsIgnoreCase().
Former-commit-id: 559413b9fef79fddbb85bcebda3ed0ca76c908dd
|
2015-06-24 15:12:15 -04:00 |
|
Dale Visser
|
e2389b4992
|
Replaced private method with calls to StringUtils.equalsIgnoreCase()
Former-commit-id: d4c92115e6f90109bfae9487ef3f4c829bf22232
|
2015-06-24 15:01:32 -04:00 |
|
Dale Visser
|
39e587085f
|
Replaced private method with equivalent ObjectUtils.equals() call.
Former-commit-id: 9d460788899a3cb6e0891d63e39f50c3f96fc385
|
2015-06-24 14:57:10 -04:00 |
|
Dale Visser
|
42e77c77a9
|
More expressive/readable code using commons-lang.
Former-commit-id: bf24d6d4672c57fdbe6c1f113ddb25628ec97db4
|
2015-06-24 14:48:48 -04:00 |
|
Dale Visser
|
e8353089f3
|
Made hashCode() implement satisfy the Object.hashCode() contract, i.e., a.equals(b) implies a.hashCode() == b.hashCode()
Former-commit-id: 9f347a57b740b572d2d6a9a9e523de44e384773e
|
2015-06-24 14:41:20 -04:00 |
|
Jeremy Long
|
d76799cfd0
|
changed a warning log message to debug
Former-commit-id: dee9cc935de19052dc0d25b927b6dc4b5948504c
|
2015-06-24 06:16:12 -04:00 |
|
Dale Visser
|
fa16a960a5
|
Added explanatory text to analyzeDependencies() javadoc. Fixed IDE warning about unnecessary ternary expression. Slight code reformat.
Former-commit-id: 2b2887308c853cae85a4a6f9572e3fde20f0c990
|
2015-06-23 11:56:09 -04:00 |
|
Jeremy Long
|
aa66e5ab15
|
removed unused JUL properties file
Former-commit-id: e02cb926d9c52fbd6f8e99dc612dea6707fac51a
|
2015-06-22 05:54:18 -04:00 |
|
Jeremy Long
|
802e4fc238
|
changed default logging for tests to INFO
Former-commit-id: 45b4dc2707e0a267d2ef41a84627c5fee5ba92f1
|
2015-06-22 05:53:51 -04:00 |
|
Jeremy Long
|
2494fec2a7
|
checkstyle/findbugs/pmd corrections
Former-commit-id: 7e1758362e3e3da13678e5e2a8bffa28b8ad5a87
|
2015-06-22 05:53:11 -04:00 |
|
Jeremy Long
|
13db27854b
|
logback test configuration
Former-commit-id: f7af8edab353b7900eb20f088707ad9c38d9330e
|
2015-06-21 20:12:31 -04:00 |
|
Jeremy Long
|
02acd3162e
|
removed simplelogger references
Former-commit-id: 5ab1de428d8d69a9d3f7bd8e80af0779f46b1fa0
|
2015-06-21 20:11:03 -04:00 |
|
Jeremy Long
|
47fa6e67d9
|
converted to logback instead of slfj-simple
Former-commit-id: 1b3854eeb5ad098931d5603b5206d88a900176da
|
2015-06-21 20:10:23 -04:00 |
|
Jeremy Long
|
d61a7b090d
|
removed unused import
Former-commit-id: b5fa9e7692183a4244e23206549b63ac809aec94
|
2015-06-21 07:38:18 -04:00 |
|
Jeremy Long
|
3cdf66a0a4
|
removed LogUtils
Former-commit-id: d2507a7a917e0e8f2a9f4e11379aadbbd4540a43
|
2015-06-21 07:20:36 -04:00 |
|
Jeremy Long
|
765c1b8875
|
dependency management updates
Former-commit-id: 7b853706a10d6caeb547fda15b217ebc7893949a
|
2015-06-21 06:48:25 -04:00 |
|
Jeremy Long
|
f89cefd9ae
|
Merge pull request #241 from dwvisser/autoconf-files-analyzer
Autoconf files analyzer
Former-commit-id: f8e364d31b9a40abfef67ef93d91cb65527be217
|
2015-06-21 06:35:14 -04:00 |
|
Will Stranathan
|
124249a35d
|
Moving all versions into the parent project
Former-commit-id: fb72244825663b3ae063daf4c5b305504532e254
|
2015-06-20 11:20:58 -04:00 |
|
Jeremy Long
|
6d6e9a6df7
|
Merge pull request #258 from dwvisser/dependency-class
Dependency class javadoc and code readability/re-use changes
Former-commit-id: dda65552ee613a836a20901772e93cf2d5cae003
|
2015-06-20 05:47:54 -04:00 |
|
Dale Visser
|
77ae9dfbef
|
Extracted magic numbers in hashCode() to named constants.
Former-commit-id: e023cdf8583859215243244227bdc576b4df75f4
|
2015-06-19 13:47:03 -04:00 |
|
Jeremy Long
|
76333b8647
|
patch to resolve issue #255
Former-commit-id: 0e3f3081929a4bd93ea14a7379567f2f0c776b02
|
2015-06-19 05:39:31 -04:00 |
|
Dale Visser
|
7e2720e673
|
Added explanatory Javadoc comments for relatedDependency behavior and purpose. Added logging whenever there is a collision adding to relatedDependency.
Former-commit-id: 99d3c9527541769e47008a9c919e4727bd2bf623
|
2015-06-18 19:33:57 -04:00 |
|
Dale Visser
|
a7c0ea3602
|
Line reduction in Dependency.equals(), and refactor of Dependency.hashCode() using ObjectUtils and a for loop.
Former-commit-id: e95186fe8aa0eae3c6ee45f4f5c459f86c19c636
|
2015-06-18 19:07:45 -04:00 |
|
Dale Visser
|
374829ecd5
|
DependencyCheck.equals() taking advantage of commons ObjectUtils now.
Former-commit-id: d72ed9b7ee7c0b634b64e90e902d7991534cde79
|
2015-06-18 16:51:56 -04:00 |
|
Jeremy Long
|
6a67c04ca2
|
Merge pull request #256 from dwvisser/deprecation-warning-fixes
Some minor dependency-check-core compiler warning fixes
Former-commit-id: 2a833976d69160acdf2e2d2494f16749064e170f
|
2015-06-17 20:51:04 -04:00 |
|
Jeremy Long
|
1ba21f7f71
|
fixed copyright
Former-commit-id: 8e49185e3efef904af121a69fb04c8c577ef0b6e
|
2015-06-17 20:46:51 -04:00 |
|
Jeremy Long
|
7f710e0782
|
Merge branch 'master' of github.com:jeremylong/DependencyCheck
Former-commit-id: 0050abb5911eb52058d7e43a65d7f3df5dda6f24
|
2015-06-17 20:16:54 -04:00 |
|
Dale Visser
|
5b1f632035
|
Isolated sources of deprecation warnings, and added warning suppression annotations. Also added a minor Enumeration -> Enumeration<JarEntry> "fix"
Former-commit-id: ccfe52d9ed50977ce73b928b09232d8635d7fcf2
|
2015-06-17 15:51:06 -04:00 |
|
Will Stranathan
|
8aca739f54
|
Now switched to slf4j
Former-commit-id: 880512e5998d86026cfec40b1a8a165dd6b4b8e1
|
2015-06-16 18:50:05 -04:00 |
|
Jeremy Long
|
efdfcee7fc
|
minor tweak to test cases to prevent warnings during the test case execution
Former-commit-id: 26e14d162629b3de225193718396fa87bb932d95
|
2015-06-16 14:06:34 -04:00 |
|
Jeremy Long
|
820d7f18c4
|
Merge branch 'more-dependency-management' of https://github.com/hansjoachim/DependencyCheck into hansjoachim-more-dependency-management
Former-commit-id: 80ad346062356e133e8641bae1761dfc8aa396c3
|
2015-06-14 19:59:19 -04:00 |
|
Jeremy Long
|
7a5a5e0211
|
added the hint analyzer to the test case to fix a bug
Former-commit-id: 48062285772215509e00ff74a0d3dcf83f571cb9
|
2015-06-14 16:07:44 -04:00 |
|
Jeremy Long
|
07dda233ec
|
patch for issue #229 to remove bundle vendor from the evidence
Former-commit-id: a5a24422d5edfb23d3ea4d4c617044051d454860
|
2015-06-14 15:51:26 -04:00 |
|
Jeremy Long
|
02209fc039
|
patch for issue #229 and false negative for spring security
Former-commit-id: 8c9cd15ab06a88f675241fe75f1fe193634eddf0
|
2015-06-14 15:50:14 -04:00 |
|
Hans Joachim Desserud
|
0130ab6356
|
Remove commons-io version number from -core
Former-commit-id: e2085764fa4f4ead5e865fb5463523344f7ba228
|
2015-06-13 15:56:57 +02:00 |
|
Jeremy Long
|
46b4761f1a
|
updated test case initialization
Former-commit-id: eb6c0b16c2ca4555d81d8c66db18198991ab8d51
|
2015-06-13 08:32:38 -04:00 |
|
Jeremy Long
|
084371a1e3
|
initial long running test, commented out as not all resources are in repo yet
Former-commit-id: 3811321133cf2dfdf898677803086d8e2aa7e689
|
2015-06-13 08:29:30 -04:00 |
|