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
|
054be314f6
|
added targetCompatibility = 1.7 per issue #321
|
2015-08-25 06:13:29 -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
|
b36c4f65e5
|
Merge pull request #322 from wmaintw/master
Remove duplicated configuration items in DependencyCheckTask
|
2015-08-25 05:28:34 -04:00 |
|
Jeremy Long
|
4bdfbcc916
|
Merge pull request #316 from dwvisser/iso-scanning
Help for scanning ISO images on Linux, Mac OS X, and Windows
|
2015-08-25 05:27:10 -04:00 |
|
ma wei
|
519198bb61
|
Merge remote-tracking branch 'upstream/master'
|
2015-08-24 22:29:28 +08:00 |
|
ma wei
|
9a7c342f91
|
modify spec for testing project extension
|
2015-08-24 22:25:03 +08:00 |
|
ma wei
|
761a5ed3dd
|
remove duplicated configuration items in DependencyCheckTask
|
2015-08-24 22:17:16 +08:00 |
|
Jeremy Long
|
481e753ad4
|
corrected spring-security false positives per issue #319 and #311
|
2015-08-23 06:45:35 -04:00 |
|
Dale Visser
|
0b5244d321
|
Markdown escape * character fix
|
2015-08-18 12:37:09 -04:00 |
|
Jeremy Long
|
b6f9715174
|
Merge pull request #318 from dwvisser/code-inspection-fixes
Random fixes to issues found by IntelliJ IDEA code inspection.
|
2015-08-17 19:46:41 -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
|
4c5957ae40
|
ISO scanning: Fixed slight errors in Python file types, and made formatting consistent.
|
2015-08-17 14:49:24 -04:00 |
|
Dale Visser
|
38cd19de15
|
ISO scanning: Added clarification on what can be scanned. Fleshed out file type analyzers page with details. Re-ordered side menu alphabetically to match.
|
2015-08-17 12:16:45 -04:00 |
|
Jeremy Long
|
f66ffbdd63
|
Merge branch 'master' of github.com:jeremylong/DependencyCheck
|
2015-08-16 06:25:02 -04:00 |
|
Jeremy Long
|
8d3f08e529
|
fixed links
|
2015-08-16 06:24:08 -04:00 |
|
Jeremy Long
|
4209c1c406
|
Merge pull request #315 from recena/master
Fixed links
|
2015-08-16 06:17:24 -04:00 |
|
Dale Visser
|
1cd12d0a0c
|
Documentation giving help for scanning ISO images on Linux, Mac OS X, and Windows.
|
2015-08-14 13:51:38 -04:00 |
|
Manuel Recena
|
7eb18e1931
|
Fixed links
|
2015-08-14 12:33:47 +02:00 |
|
ma wei
|
d308e50e1e
|
remove duplicated plugin properties file
|
2015-08-14 17:12:28 +08:00 |
|
Dale Visser
|
88569cb369
|
rubygems: Finished command-line interface integration.
|
2015-08-12 12:08:05 -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
|
bf4eb07342
|
Node.js: Added missing command-line option for disableing Node.js analyzer.
|
2015-08-11 15:27:20 -04:00 |
|
Jeremy Long
|
c856d01b52
|
removed un-needed dependencies
|
2015-08-09 16:05:14 -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
|
8d1f3f723f
|
version 1.3.1-SNAPSHOT
|
2015-08-09 10:25:44 -04:00 |
|
Jeremy Long
|
a543fbbec9
|
added an additional attempt to remove the temporary directory
|
2015-08-09 10:25:30 -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 |
|
Jeremy Long
|
2c00bf4040
|
Merge pull request #305 from wmaintw/master
[new pull request] Implement configuration item "quickQueryTimpstamp" in grade plugin
|
2015-08-07 18:26:03 -04:00 |
|
Dale Visser
|
4f8772bd77
|
node.js: Added parameter to cli.
|
2015-08-07 16:10:56 -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 |
|
ma wei
|
c39eec32f2
|
ignore gradle generated temporary files
|
2015-08-07 10:14:34 +08:00 |
|
ma wei
|
7837718d04
|
update README file
|
2015-08-07 10:13:53 +08:00 |
|
ma wei
|
7069671471
|
fix issue that fail to publish gradle plugin to gradle plugin portal
|
2015-08-07 10:13:27 +08:00 |
|
ma wei
|
d1dbde2890
|
fix issue that fail to publish gradle plugin to maven central
|
2015-08-07 10:13:00 +08:00 |
|
ma wei
|
0472471ac9
|
update the gradle plugin version to 0.0.6
|
2015-08-07 10:11:34 +08:00 |
|
ma wei
|
62a0b8da90
|
add configuration, let user has ability to control HTTP method used during the update process to avoid proxy problem
|
2015-08-07 10:09:40 +08:00 |
|
ma wei
|
810530fabd
|
upgrade dependency check core and utils version to 1.3.0
|
2015-08-07 10:08:37 +08:00 |
|