Jeremy Long
|
87efe429da
|
fixed broken schema
|
2016-04-24 09:05:26 -04:00 |
|
Jeremy Long
|
deda02f879
|
updated suppression schema to require a CPE, CVE, or CVSS Below per issue #488
|
2016-04-24 07:20:11 -04:00 |
|
Jeremy Long
|
53776936ca
|
fix FP per issue #469
|
2016-04-09 11:27:08 -04:00 |
|
Jeremy Long
|
531d4923eb
|
Merge pull request #470 from MrBerg/suppress-osvdb
Make it possible to suppress vulnerabilities from OSVDB
|
2016-03-25 19:33:43 -04:00 |
|
Swapnil S. Mahajan
|
ca54daf456
|
Added primary key to "software" table
"software" is a bridge table so there should always be only one record for a pair of cpeEntryId and cveid.
|
2016-03-25 16:55:53 +05:30 |
|
Jonas Berg
|
db26b46be0
|
Make it possible to suppress vulnerabilities from OSVDB
|
2016-03-16 13:59:23 +02:00 |
|
Chad Van Wyhe
|
ac04c173a8
|
fixed trigger compilation and added version number
|
2016-03-07 12:55:18 -06:00 |
|
Jeremy Long
|
9592f058d4
|
add more false positives to the suppression list
|
2016-02-25 18:01:21 -05:00 |
|
I003306
|
01ef14dc92
|
Oracle DB Support
|
2016-02-04 15:23:57 +01:00 |
|
Jeremy Long
|
2b0e2e8d0d
|
corrected link per issuue #443
|
2016-01-17 08:08:15 -05:00 |
|
Jeremy Long
|
cf46767196
|
resolution for issue #439
|
2016-01-16 07:39:48 -05:00 |
|
Jeremy Long
|
46bb19de9b
|
supression rules to resolve issues #437 and #438
|
2016-01-10 07:45:29 -05:00 |
|
Jeremy Long
|
3d84fcd037
|
resolves issue #433
|
2016-01-03 09:18:35 -05:00 |
|
Jeremy Long
|
5961a96a4c
|
Merge pull request #424 from amandel/patch-1
Fix casing of properties table name.
|
2015-12-18 05:55:04 -05:00 |
|
Andreas Mandel
|
ce7e360b70
|
If casing of properties table name.
|
2015-12-17 14:06:16 +01:00 |
|
Edge Dalmacio
|
0b3def38b8
|
added tomcat suppressions
tomcat-embed-el
tomcat-jdbc
tomcat-juli
|
2015-12-17 15:27:17 +08:00 |
|
Jeremy Long
|
3396cb2887
|
fix for issue #416
|
2015-12-10 18:33:31 -05:00 |
|
Jeremy Long
|
0e90f460f4
|
reverted change, using the undocumented SERIALIZED file lock mode
|
2015-12-02 05:46:06 -05:00 |
|
Dale Visser
|
2ed5dc153a
|
Fixed merge conflict in App.java
|
2015-11-23 13:27:22 -05:00 |
|
Jeremy Long
|
09c4708a22
|
update for issue #410
|
2015-11-11 00:58:00 -05:00 |
|
Jeremy Long
|
67a44d2adc
|
added postgres
|
2015-11-01 05:50:08 -05:00 |
|
Jeremy Long
|
f2f3d050bd
|
added 3.0 update schema
|
2015-10-31 07:25:02 -04:00 |
|
Jeremy Long
|
51a8b5a058
|
added mysql dialect
|
2015-10-30 05:41:12 -04:00 |
|
Jeremy Long
|
08d7b3dbce
|
currently unused but contains DDL that may be needed in the future
|
2015-10-26 06:31:43 -04:00 |
|
Jeremy Long
|
6949b3c229
|
update file cannot contain comments
|
2015-10-26 06:30:56 -04:00 |
|
Jeremy Long
|
640674ef72
|
minor - added a comment explaining one of the preoperties
|
2015-10-25 06:21:48 -04:00 |
|
Jeremy Long
|
62dbf99557
|
moved default values to the properties file instead of hard-coding them
|
2015-10-25 05:57:24 -04:00 |
|
Jeremy Long
|
b588c4c900
|
set a default value of four hours for issue #390
|
2015-10-23 06:26:42 -04:00 |
|
Jeremy Long
|
3f230c5a05
|
resolve issue #372
|
2015-10-18 06:32:44 -04:00 |
|
Jeremy Long
|
666e3b1e30
|
fix for issue #384
|
2015-10-16 06:23:03 -04:00 |
|
Jeremy Long
|
3b6c64dc9d
|
move test resource to correct directory
|
2015-10-13 19:03:33 -04:00 |
|
Jeremy Long
|
d742985640
|
resolve issue #377
|
2015-10-13 19:03:19 -04:00 |
|
Jeremy Long
|
3b976d211f
|
upgrdae db schema version
|
2015-10-12 06:15:24 -04:00 |
|
Jeremy Long
|
24b8ff26db
|
Merge branch 'DbMerge' of https://github.com/awhitford/DependencyCheck into awhitford-DbMerge
|
2015-10-12 05:48:03 -04:00 |
|
Jeremy Long
|
02eab65c4e
|
upgrade h2 db schema to 3.0
|
2015-10-12 05:47:00 -04:00 |
|
Jeremy Long
|
d941aa7df3
|
script to upgrade a MySQL db
|
2015-10-12 05:46:33 -04:00 |
|
Jeremy Long
|
bfa9d04d42
|
added another suppression rule
|
2015-10-09 08:33:04 -04:00 |
|
Jeremy Long
|
832d54300a
|
fixed suppression for issue #365
|
2015-10-03 07:41:15 -04:00 |
|
Jeremy Long
|
ba6d3bbe15
|
added suppression for issue #365
|
2015-10-03 07:35:05 -04: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
|
e04809f96b
|
checkstyle/findbugs/pmd/copyright corrections
|
2015-09-19 08:20:14 -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
|
620f1b94bc
|
added more false positive suppressions
|
2015-09-13 07:29:17 -04:00 |
|
Anthony Whitford
|
424cfcfa0c
|
Added optional merge property support via a database dialect. Note that saveProperties was broken and unused, so removed.
|
2015-09-12 14:13:46 -07:00 |
|
Jeremy Long
|
44c5ba208d
|
added documentation about unused code
|
2015-09-11 05:31:09 -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 |
|
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 |
|