Jeremy Long
e204971a6c
version 1.3.3
2015-12-10 19:44:38 -05:00
Jeremy Long
d5b3a118bc
minor site tweaks
2015-12-10 19:44:26 -05:00
Jeremy Long
3396cb2887
fix for issue #416
2015-12-10 18:33:31 -05:00
Jeremy Long
3c5beea218
1.3.3-SNAPSHOT
2015-12-02 09:17:28 -05:00
Jeremy Long
e544384dd5
1.3.3-SNAPSHOT
2015-12-02 05:46:28 -05:00
Jeremy Long
0e90f460f4
reverted change, using the undocumented SERIALIZED file lock mode
2015-12-02 05:46:06 -05:00
Jeremy Long
921efc4d2b
updated documentation
2015-11-30 06:50:15 -05:00
Jeremy Long
1b3b4a5906
version 1.3.2
2015-11-29 07:34:45 -05:00
Jeremy Long
5c8b374352
updated documentation
2015-11-28 08:14:00 -05:00
Jeremy Long
e05cef6886
extended the wrong base test case
2015-11-27 07:07:17 -05:00
Jeremy Long
cb39ecacf9
moved dependency-check-gradle to a new repo
2015-11-27 06:54:48 -05:00
Jeremy Long
e6816f94eb
moving documentation of gradle and jenkins plugins under the main parent site
2015-11-26 06:36:35 -05:00
Jeremy Long
8b5dbeab44
removed stack trace in build when bundle audit is not installed
2015-11-25 05:59:58 -05:00
Jeremy Long
29c21c3611
pmd/checkstyle/findbugs corrections
2015-11-25 05:43:04 -05:00
Jeremy Long
e05bed8d65
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2015-11-24 16:12:30 -05:00
Jeremy Long
1b2210aba0
pmd/checkstyle/findbugs corrections
2015-11-24 16:12:23 -05:00
Jeremy Long
7fb1b1d57b
Merge pull request #330 from dwvisser/ruby-bundler
...
Ruby bundler-audit Analyzer
2015-11-24 15:53:00 -05:00
Jeremy Long
a3adf71a1d
avoid npe
2015-11-24 05:43:45 -05:00
Jeremy Long
51d81fab5d
grok assembly exe was hanging, reordered so input stream was processed before error stream to resolve the issue.
2015-11-24 05:34:34 -05:00
Dale Visser
2ed5dc153a
Fixed merge conflict in App.java
2015-11-23 13:27:22 -05:00
Jeremy Long
5f8f156bee
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2015-11-22 07:31:27 -05:00
Jeremy Long
eb03c90d7a
updated documentation
2015-11-22 07:31:17 -05:00
Jeremy Long
fc05471086
bug fix that might be related to #388 , in addition added logging incase the bug fix does not work
2015-11-22 07:30:28 -05:00
Jeremy Long
b9db2dd89f
Merge pull request #409 from awhitford/MinorCodeTweaks
...
Thanks!
2015-11-22 07:14:12 -05:00
Jeremy Long
de7fe21a4f
Merge pull request #411 from hansjoachim/upgrade-slf4j
...
Upgraded slf4j to latest version
2015-11-22 07:07:07 -05:00
Jeremy Long
56f9a7c4f9
Merge pull request #407 from awhitford/DepUpg
...
Upgraded dependencies.
2015-11-22 07:06:38 -05:00
Hans Joachim Desserud
df569a5ae2
Upgraded slf4j to latest version
2015-11-14 10:10:44 +01:00
Jeremy Long
acb9d04c51
updated to be feature complete with 1.3.2-SNAPSHOT
2015-11-11 18:44:19 -05:00
Jeremy Long
09c4708a22
update for issue #410
2015-11-11 00:58:00 -05:00
Anthony Whitford
b346dfe0a3
Minor code tweaks.
2015-11-10 00:09:01 -08:00
Jeremy Long
5f259cb88c
added missed configuration options for new analyzers
2015-11-07 06:37:36 -05:00
Anthony Whitford
fb2aff3310
Upgraded dependencies.
2015-11-06 23:16:12 -08:00
Jeremy Long
3c4c65c28c
corrected NVD CVE URLs
2015-11-04 06:00:04 -05:00
Jeremy Long
15885e3e8c
Merge branch 'awhitford-ModelInterpolationAlt'
2015-11-03 05:52:54 -05:00
Jeremy Long
5508c60e85
resulved conflict
2015-11-03 05:52:22 -05:00
Jeremy Long
ffc341e4b9
Merge pull request #405 from awhitford/StringToChar
...
One character String constants with char constants
2015-11-03 05:43:41 -05:00
Jeremy Long
41a68f7b25
Merge pull request #406 from awhitford/DropCountCharacters
...
Removed unnecessary countCharacter method.
2015-11-03 05:42:28 -05:00
Anthony Whitford
041d3c5312
Removed unnecessary countCharacter method by leveraging StringUtils.countMatches.
2015-11-01 23:19:37 -08:00
Anthony Whitford
8e8b462bc8
Replaced one character String constants with char constants, when applicable.
2015-11-01 22:39:30 -08:00
Jeremy Long
efbc76e06f
Merge pull request #402 from awhitford/SettingsSetters
...
New setters for Settings
2015-11-01 05:52:34 -05:00
Jeremy Long
67a44d2adc
added postgres
2015-11-01 05:50:08 -05:00
Anthony Whitford
92a35b929a
Leveraged the new setters with null and empty checking for Settings.
2015-10-31 10:26:32 -07:00
Anthony Whitford
e5744dd63f
Added extra setters with null and empty checks.
2015-10-31 10:25:50 -07:00
Jeremy Long
f2f3d050bd
added 3.0 update schema
2015-10-31 07:25:02 -04:00
Jeremy Long
0cbecbe3a0
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2015-10-30 05:42:36 -04:00
Jeremy Long
51a8b5a058
added mysql dialect
2015-10-30 05:41:12 -04:00
Jeremy Long
aaf716e54b
Merge pull request #395 from awhitford/IOUtils
...
Leverage IOUtils
2015-10-30 05:32:44 -04:00
Jeremy Long
209fcc7946
Merge pull request #397 from awhitford/ModelInterpolate
...
Improved interpolateString.
2015-10-30 05:31:35 -04:00
Jeremy Long
a5cb131806
Merge pull request #400 from kgeis/patch-1
...
Update index.md.vm
2015-10-30 05:23:09 -04:00
Ken Geis
8fbeb5f5d5
Update index.md.vm
...
update usage examples to match currently used flags (--app -> --project)
2015-10-28 09:26:59 -07:00
Anthony Whitford
a92bdfe30d
Alternative interpolateString implementation leveraging commons-lang3.
2015-10-28 00:08:12 -07:00
Anthony Whitford
7f130ff036
Improved interpolateString.
2015-10-27 23:25:28 -07:00
Jeremy Long
b704f72854
fixed npe
2015-10-27 06:15:34 -04:00
Anthony Whitford
e21f8a97ac
More opportunities to leverage IOUtils.
2015-10-27 01:00:29 -07:00
Anthony Whitford
a8ff403809
Removed unused imports.
2015-10-27 01:00:04 -07:00
Anthony Whitford
22097c0a25
Replaced boiler-plate file read with simpler IOUtils call.
2015-10-27 00:10:32 -07:00
Jeremy Long
92e7d9cf80
improved update failure reporting
2015-10-26 06:36:10 -04:00
Jeremy Long
54d921f275
added test case
2015-10-26 06:32:02 -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
b0ca38bd29
reverted surefire due to IDE integration failures with 2.19
2015-10-26 06:30:16 -04:00
Jeremy Long
cf173ee9e7
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2015-10-25 06:22:36 -04:00
Jeremy Long
aa9908b34a
updated test properties w/ changes that had been made in the main properties
2015-10-25 06:22:30 -04:00
Jeremy Long
640674ef72
minor - added a comment explaining one of the preoperties
2015-10-25 06:21:48 -04:00
Jeremy Long
0c69ab80bb
Merge pull request #382 from awhitford/MojoStreamClose
...
Removed unnecessary OutputStream closing.
2015-10-25 06:04:28 -04:00
Jeremy Long
662557c2f3
Merge pull request #387 from fabioscala/feature/overrideSuppressionFile
...
Allow setting suppression file in gradle plugin
2015-10-25 06:03:15 -04:00
Jeremy Long
346b2c31d2
moved default values to the properties file instead of hard-coding them
2015-10-25 05:58:57 -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
99b140adaa
updated field name to make it more clear
2015-10-24 06:19:00 -04:00
Jeremy Long
387d577d4f
updated field name to make it more clear
2015-10-24 06:18:36 -04:00
Jeremy Long
ab7eee7db9
updated field name to make it more clear
2015-10-24 06:18:09 -04:00
Jeremy Long
487a45f01b
updated field name to make it more clear
2015-10-24 06:17:31 -04:00
Jeremy Long
60665c6bd8
Merge pull request #392 from awhitford/PluginUpgrades
...
Upgraded plugins.
2015-10-23 06:30:17 -04:00
Jeremy Long
8fc9a3d6d1
Merge pull request #391 from awhitford/CpeSetting
...
Change CpeUpdater to use CPE_MODIFIED_VALID_FOR_DAYS
2015-10-23 06:29:51 -04:00
Jeremy Long
05a05f7e88
Merge branch 'awhitford-NvdCheck'
2015-10-23 06:28:34 -04:00
Jeremy Long
0c5bdfd7b7
added a setInt in support of PR #390
2015-10-23 06:28:04 -04:00
Jeremy Long
626e93c7e3
minor changes to patch for PR #390
2015-10-23 06:27:29 -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
c52a0d88df
expanded issue #390 to the CLI
2015-10-23 06:25:47 -04:00
Jeremy Long
84838d19d9
added documentation for issue #390
2015-10-23 06:25:20 -04:00
Jeremy Long
faf335a181
expanded issue #390 to the Ant task
2015-10-23 06:24:14 -04:00
Jeremy Long
5c25351884
removed default value that over-wrote the properties file value
2015-10-23 06:22:58 -04:00
Jeremy Long
520f3cb09a
Merge branch 'NvdCheck' of https://github.com/awhitford/DependencyCheck into awhitford-NvdCheck
2015-10-23 05:32:27 -04:00
Anthony Whitford
e234246618
Upgraded plugins.
2015-10-22 00:18:50 -07:00
Anthony Whitford
5d1d378f61
Shouldn't CPE Updater use the CPE_MODIFIED_VALID_FOR_DAYS setting (not CVE)?
2015-10-21 23:56:28 -07:00
Anthony Whitford
cef3bb7424
Reworked withinDateRange to avoid type conversion between doubles and longs; expressed in long integer math.
2015-10-21 23:27:03 -07:00
Anthony Whitford
ccb03f2763
Added cveValidForHours parameter that can suppress redundant and repetitive checks for NVD CVE changes.
2015-10-21 23:25:18 -07:00
Anthony Whitford
1f6168366b
Added logic to optionally prevent overly repetitive checks for NVD CVE changes.
2015-10-21 23:23:47 -07:00
Anthony Whitford
cd5bf85245
Added a database property for recording the last time the NVD CVE was checked.
2015-10-21 23:21:25 -07:00
Anthony Whitford
f2778e5d28
Adding a setting to suppress repetitive NVD checks.
2015-10-21 23:19:57 -07:00
Jeremy Long
c2e6065ed7
added option to change the name of the report per issue #389
2015-10-20 06:18:28 -04:00
Jeremy Long
fccba5f7fd
Merge pull request #381 from awhitford/SkipMojo
...
Added basic skip option for mojos.
2015-10-20 05:58:16 -04:00
Jeremy Long
3f230c5a05
resolve issue #372
2015-10-18 06:32:44 -04:00
Jeremy Long
dc849c3891
removed duplicate abstract test base
2015-10-18 06:17:21 -04:00
Jeremy Long
2770b58a20
fixing the build
2015-10-18 06:07:23 -04:00
Jeremy Long
37519acfb8
minor performance improvement
2015-10-17 07:42:09 -04:00
Jeremy Long
ad8c7b3cd2
missed one character in my lucene escape util
2015-10-17 07:40:38 -04:00
Jeremy Long
04db8d3208
Merge pull request #385 from awhitford/FileUtils
...
Leverage FilenameUtils
2015-10-16 06:30:53 -04:00
Jeremy Long
666e3b1e30
fix for issue #384
2015-10-16 06:23:03 -04:00
Fabio Scala
dc68781c06
Allow setting suppression file in gradle plugin
2015-10-15 11:24:33 +02:00
Jeremy Long
a7f50d147e
depending on test order this test may fail if ArchiveAnalyzer was previously loaded.
2015-10-14 07:12:04 -04:00
Anthony Whitford
7e639db5de
Leveraging FilenameUtils rather than string dissection.
2015-10-14 00:16:20 -07:00
Anthony Whitford
19a97a1706
Demonstrating the benefit of commons-io instead of the simpler string dissection.
2015-10-13 23:59:31 -07:00
Anthony Whitford
cd66a9ef61
Demonstrating the benefit of commons-io instead of the simpler string dissection.
2015-10-13 23:59:11 -07:00
Anthony Whitford
f121430a5d
Simplified getFileExtension by leveraging commons-io. Also cut a line from delete.
2015-10-13 23:50:41 -07:00
Jeremy Long
2f518dacfc
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2015-10-13 21:24:22 -04:00
Jeremy Long
fded8b6cd3
fixed issue #383
2015-10-13 21:24: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
a13dd58989
Merge pull request #380 from awhitford/TestLint
...
Removed compiler warnings from test code.
2015-10-12 06:46:50 -04:00
Jeremy Long
622b3210ae
Merge pull request #379 from awhitford/HashSetLen
...
Sized the new HashSet to avoid rehashing risk.
2015-10-12 06:46:12 -04:00
Jeremy Long
90c97ed6aa
Merge pull request #376 from awhitford/ComposerExSerial
...
Added missing serialVersionUID to new ComposerException.
2015-10-12 06:45:38 -04:00
Jeremy Long
53a4dfbf88
Merge pull request #378 from awhitford/RmNonCloseStream
...
Removing unused NonClosingStream.
2015-10-12 06:45:20 -04:00
Jeremy Long
f488c57363
Merge branch 'awhitford-DbMerge'
2015-10-12 06:44:00 -04:00
Jeremy Long
0ce830ca9d
fixed test case to correctly initialize the settings
2015-10-12 06:43:32 -04:00
Jeremy Long
30ae418c2c
updated MySQL profile
2015-10-12 06:42:55 -04:00
Jeremy Long
3b976d211f
upgrdae db schema version
2015-10-12 06:15:24 -04:00
Jeremy Long
cca49b5dc2
added information regarding updating the database schema
2015-10-12 06:13:06 -04:00
Jeremy Long
8c2b2070c6
added URL to database upgrade page
2015-10-12 05:53:07 -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
f0d93538ae
changed update script to fail on non-H2 databases; they require manual upgrades
2015-10-12 05:47:50 -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
Anthony Whitford
b5026a45f6
Removed unnecessary OutputStream closing. Also the flush and reset are not necessary since the stream is being closed right away.
2015-10-11 19:09:03 -07:00
Anthony Whitford
79fde3ebc9
Added basic skip option for mojos.
2015-10-11 18:44:25 -07:00
Anthony Whitford
031d648585
Removed compiler warnings from test code.
2015-10-11 17:48:27 -07:00
Anthony Whitford
762b2fe7d6
Leverage Collections.singleton for single entry HashSets.
2015-10-11 17:32:08 -07:00
Anthony Whitford
5db377923e
Sized the new HashSet to avoid rehashing risk.
2015-10-11 16:51:57 -07:00
Anthony Whitford
c3177df739
Removing unused NonClosingStream.
2015-10-11 11:42:03 -07:00
Anthony Whitford
0dc36765f1
Added missing serialVersionUID to new ComposerException.
2015-10-10 16:19:59 -07:00
Jeremy Long
38e61ebd8d
Merge branch 'awhitford-MvnPhase'
2015-10-10 06:15:29 -04:00
Jeremy Long
529b9739b5
changed default phase to VERIFY
2015-10-10 06:14:50 -04:00
Jeremy Long
a014ca7d8a
Merge branch 'MvnPhase' of https://github.com/awhitford/DependencyCheck into awhitford-MvnPhase
2015-10-10 05:59:04 -04:00
Jeremy Long
83701f7d0d
Merge pull request #374 from awhitford/EngineScanTweak
...
Consolidated scan(Set) and scan(List) with scan(Collection).
2015-10-10 05:54:31 -04:00
Jeremy Long
b2500939f3
Merge pull request #375 from skitt/cme-fix
...
Avoid ConcurrentModificationExceptions
2015-10-10 05:52:32 -04:00
Stephen Kitt
1852b9dbb2
Avoid ConcurrentModificationExceptions
...
AggregateMojo.getDescendants() can end up adding descendants while
it's iterating over them. This separates the addition from the
iteration to avoid this.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2015-10-09 17:07:27 +02:00
Anthony Whitford
069474fc71
Consolidated scan(Set) and scan(List) with scan(Collection).
2015-10-09 07:52:43 -07:00
Jeremy Long
e7f518264a
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2015-10-09 08:52:06 -04:00
Jeremy Long
b0b096c3f5
updated version to 1.3.2-SNAPSHOT
2015-10-09 08:51:58 -04:00
Jeremy Long
bfa9d04d42
added another suppression rule
2015-10-09 08:33:04 -04:00
Jeremy Long
7dbe58469a
Merge pull request #371 from awhitford/CpeLucenePerf
...
Re-use Document and Field instances to minimize GC overhead.
2015-10-09 07:03:35 -04:00
Jeremy Long
41b36dabc2
Merge pull request #370 from awhitford/DontLogToString
...
Do not need or want to call toString for a logger parameter.
2015-10-09 07:01:44 -04:00
Jeremy Long
4a685557d9
Merge pull request #369 from awhitford/BadSuppress
...
Removed unnecessary @SuppressWarnings.
2015-10-09 07:01:02 -04:00
Jeremy Long
e7ef4b6906
Merge pull request #367 from awhitford/SettingsCleanup
...
Settings cleanup
2015-10-09 07:00:39 -04:00
Jeremy Long
67502fb9d3
Merge pull request #368 from awhitford/UtilsCleanup
...
Utils cleanup
2015-10-09 06:59:33 -04:00
Anthony Whitford
960283bdcf
Do not need or want to call toString for a logger parameter.
2015-10-09 02:08:07 -07:00
Anthony Whitford
39f30eab7a
Re-use Document and Field instances to minimize GC overhead. See http://wiki.apache.org/lucene-java/ImproveIndexingSpeed
2015-10-09 00:38:55 -07:00
Anthony Whitford
24b4741aaf
Removed unnecessary @SuppressWarnings.
2015-10-08 23:40:14 -07:00
Anthony Whitford
64f373fb43
Removed old warning suppression.
2015-10-08 20:58:20 -07:00
Anthony Whitford
bc1830d8eb
Removed redundant call to length for substring.
2015-10-08 20:57:28 -07:00
Anthony Whitford
f2a2a91682
Slight simplification to standard getInt and getLong.
2015-10-08 00:56:38 -07:00
Anthony Whitford
274ac339ad
Corrected a few bugs in Settings.
2015-10-08 00:39:57 -07:00
Anthony Whitford
1d916286ee
Changing the check phase from compile to verify.
2015-10-07 23:11:53 -07: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
Jeremy Long
c1d0789ac7
the Central analyzer should be enabled by default
2015-09-30 06:37:47 -04:00
Dale Visser
0573d0083e
Ruby Bundler: Throw AnalysisException in initialize if can't run bundle-audit.
2015-09-22 15:07:43 -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
bb6f27b322
updated other tool(s) listed
2015-09-22 06:12:10 -04:00
Jeremy Long
86f424ad37
Merge pull request #358 from wmaintw/master
...
update the version of dependency-check-core that the gradle plugin used
2015-09-22 06:01:19 -04:00
ma wei
ad81bbc761
modify README
2015-09-21 09:26:25 +08:00
ma wei
07e868e6f6
upgrade dependency check core version to 1.3.1
2015-09-21 09:24:58 +08:00
Jeremy Long
b45700df03
version 1.3.1
2015-09-20 07:17:00 -04:00
Jeremy Long
93ce2a8e3a
fixed path in zip to be different then the cli
2015-09-20 07:14:02 -04:00
Jeremy Long
fbc4d46962
updated language list to include php
2015-09-20 06:39:55 -04:00
Jeremy Long
d73d138b3f
checkstyle/pmd/findbugs corrections
2015-09-20 06:39:27 -04:00
Jeremy Long
14ea21d53d
checkstyle/pmd/findbugs corrections
2015-09-20 06:38:47 -04:00
Jeremy Long
2b3791b83e
checkstyle/findbugs/pmd/copyright corrections
2015-09-19 08:20:58 -04:00
Jeremy Long
e04809f96b
checkstyle/findbugs/pmd/copyright corrections
2015-09-19 08:20:14 -04:00
Jeremy Long
9203acff9c
checkstyle/pmd/findbugs patches
2015-09-19 07:52:24 -04:00
Jeremy Long
afc1a9f077
removed unused settings
2015-09-18 06:53:30 -04:00
Jeremy Long
fc57851113
added options to disable analyzers
2015-09-18 06:52:36 -04:00
Jeremy Long
1f1d3f843f
Merge branch 'colezlaw-composer-json'
2015-09-18 05:47:35 -04:00
Jeremy Long
b389260dec
updated copyright
2015-09-18 05:47:06 -04:00
ma wei
1f37a5ff8f
update the example command in README file
2015-09-17 17:17:41 +08:00
ma wei
815d60eca2
update README, fix typo which would lead to unable to apply this plugin
2015-09-17 17:15:42 +08:00
Dale Visser
877a584a26
Ruby Bundler: Disable Gemspec analysis if successful init. Moved to new analysis phase after init, before info collection.
2015-09-15 12:27:26 -04:00
Dale Visser
0c60c9ff75
Merge branch 'upmaster' into ruby-bundler
2015-09-15 11:59:59 -04:00
Will Stranathan
6a7a868b71
Initial checkin of ComposerLockAnalyzer
2015-09-14 22:14:00 -04:00
Jeremy Long
b5a070b228
Merge pull request #345 from hansjoachim/upgrades
...
Upgrade jmockit to 1.19
2015-09-14 19:29:15 -04:00
Dale Visser
39f13c6e5b
Merge branch 'upmaster' into ruby-bundler
2015-09-14 17:14:20 -04:00
Jeremy Long
8c98da09f0
Merge pull request #355 from hansjoachim/warnings
...
Warnings
2015-09-13 19:31:16 -04:00
Jeremy Long
ed70a7200c
Merge pull request #356 from awhitford/CompilerWarn
...
Enabled Compiler Lint Check and Deprecation Warnings
2015-09-13 19:28:26 -04:00
Anthony Whitford
ea4410cd16
Added missing serialVersionUID.
2015-09-13 10:57:54 -07:00
Anthony Whitford
9d9b1cbcd5
Replaced hashCode to leverage builder instead of deprecated ObjectUtils methods.
2015-09-13 10:55:02 -07:00
Anthony Whitford
f17d8f38fb
Replaced equals and hashCode to leverage builders instead of deprecated ObjectUtils methods.
2015-09-13 10:48:03 -07:00
Anthony Whitford
0efc9d1cd2
Added missing serialVersionUID.
2015-09-13 10:34:19 -07:00
Anthony Whitford
4f5d5f1afd
Added missing serialVersionUID.
2015-09-13 10:30:08 -07:00
Anthony Whitford
c4d8d7abf4
Removed redundant maven-compiler-plugin declaration.
2015-09-13 10:22:44 -07:00
Anthony Whitford
3fad29a709
Enabled lint check and deprecation warnings during compilation.
2015-09-13 10:22:25 -07:00
Hans Joachim Desserud
665f204c1f
Code review: remove outcommented @Override annotation
2015-09-13 19:05:53 +02:00
Hans Joachim Desserud
362b651823
Unused imports
2015-09-13 17:06:44 +02:00
Hans Joachim Desserud
49b56588b8
Replace with foreach
2015-09-13 17:04:46 +02:00
Hans Joachim Desserud
c7a763ffdc
Remove inheritance from Junit3 class and empty, unused methods
2015-09-13 17:01:32 +02:00
Hans Joachim Desserud
5435ddad9f
Place array designator on the type
2015-09-13 16:46:14 +02:00
Hans Joachim Desserud
0ecd466c4c
Add missing @Override annotations
2015-09-13 14:52:08 +02:00
Jeremy Long
6117e25b97
resolved merge
2015-09-13 07:49:25 -04:00
Jeremy Long
ee10f09bc6
Merge branch 'awhitford-StringB'
2015-09-13 07:47:11 -04:00
Jeremy Long
58512e302f
resolved conflicts
2015-09-13 07:46:46 -04:00
Jeremy Long
ce564c209b
removed deprecated/unused methods
2015-09-13 07:43:05 -04:00
Jeremy Long
7296d49693
Merge pull request #352 from awhitford/mpirp
...
Upgraded maven-project-info-reports-plugin from 2.8 to 2.8.1.
2015-09-13 07:41:01 -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
b2ba6d38b8
Merge branch 'hansjoachim-directoryscanner'
2015-09-13 07:29:56 -04:00
Jeremy Long
620f1b94bc
added more false positive suppressions
2015-09-13 07:29:17 -04:00
Jeremy Long
c8fb5d1a9a
excluded ant-launcher
2015-09-13 07:28:41 -04:00
Jeremy Long
1f763aeb72
Merge branch 'directoryscanner' of https://github.com/hansjoachim/DependencyCheck into hansjoachim-directoryscanner
2015-09-13 07:13:47 -04:00
Jeremy Long
fcfb019555
suppressed findbugs redundant null check
2015-09-13 07:03:55 -04:00
Jeremy Long
d4c1acb126
checkstyle fix - empty catch
2015-09-13 07:03:15 -04:00
Jeremy Long
862bf43685
suppressed checkstyle warnings
2015-09-13 07:02:41 -04:00
Jeremy Long
f83139a9ee
fixed line length checkstyle finding
2015-09-13 07:02:13 -04:00
Jeremy Long
3d938b3edf
added findbugs annotations to allow suppression
2015-09-13 07:01:28 -04:00
Jeremy Long
6c6ae66e36
added SuppressionCommentFilter so we can suppress individual findings
2015-09-13 07:01:10 -04:00
Jeremy Long
813e423bec
added findbugs annotations to allow suppression
2015-09-13 07:00:27 -04:00
Anthony Whitford
a9a235fc87
Replaced StringBuffer with more efficient StringBuilder.
2015-09-12 19:53:44 -07:00
Anthony Whitford
6e1c6b4bed
Replaced StringBuffer with more efficient StringBuilder.
2015-09-12 19:50:43 -07:00
Anthony Whitford
2214059a63
Upgraded maven-project-info-reports-plugin from 2.8 to 2.8.1. Also enabled cim report (since ci is being used).
2015-09-12 18:48:30 -07: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
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
9e931b9eb0
Remove modified copy of Apache Ant's DirectoryScanner
2015-09-12 14:14:54 +02:00
Hans Joachim Desserud
b26d9ea1e0
Replace use of included DirectoryScanner with Apache Ant's
2015-09-12 14:14:53 +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
0859eab2dc
corrected documentation
2015-09-12 06:59:19 -04:00
Jeremy Long
f0f84722ba
removed unused import
2015-09-12 06:59:07 -04:00
Hans Joachim Desserud
17b8ba7069
Upgrade jmockit to 1.19
2015-09-12 12:40:01 +02:00
Jeremy Long
eb91152cfa
updated the dependency-check-ant documentation
2015-09-11 06:53:58 -04:00
Jeremy Long
08c1b6879e
changed scope on ant dependencies to provided
2015-09-11 06:15:59 -04:00
Jeremy Long
0077a8f67c
removed link to usage.html as it was removed
2015-09-11 06:15:26 -04:00
Jeremy Long
a89cc67bd2
fixed hyperlink (usage->index)
2015-09-11 06:14:47 -04:00
Jeremy Long
388415ecc2
fixed hyperlink
2015-09-11 06:13:30 -04:00
Jeremy Long
44c5ba208d
added documentation about unused code
2015-09-11 05:31:09 -04:00
Jeremy Long
d3a51857cb
Merge pull request #344 from awhitford/DbOpts
...
Db opts
2015-09-11 05:25:16 -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
f3be8ae608
Merge remote-tracking branch 'jeremylong/master' into DbOpts
2015-09-10 23:17:46 -07:00
Jeremy Long
0577c9121c
merge conflicts resolved
2015-09-10 06:47:38 -04:00
Jeremy Long
058f51e8c1
removed the shade plugin
2015-09-10 06:43:43 -04:00
Jeremy Long
698444caec
changed the name of the data directory
2015-09-10 06:42:48 -04:00
Jeremy Long
d575df4b19
updated release to correctly bundle the zip
2015-09-10 06:42:25 -04:00
Jeremy Long
bee98513a2
cleaned up notices because additional notices are no longer added by shade
2015-09-10 06:41:48 -04: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
Dale Visser
837d4918f2
Merge branch 'upmaster' into ruby-bundler. Fixed omission of --disableBundleAudit option.
...
Conflicts:
dependency-check-cli/src/main/java/org/owasp/dependencycheck/CliParser.java
2015-09-09 18:09:41 -04:00
Jeremy Long
57ae0f1676
resolved command line invocation of aggregate resulting in missing html report ( #189 )
2015-09-09 06:15:17 -04:00
Jeremy Long
48e644e007
removed un-needed call to log.isDebugEnabled()
2015-09-09 05:58:51 -04:00
Jeremy Long
49a04fa913
Merge branch 'awhitford-FluidoSkin14'
2015-09-08 06:43:06 -04:00
Jeremy Long
df943bcf75
Merge branch 'FluidoSkin14' of https://github.com/awhitford/DependencyCheck into awhitford-FluidoSkin14
2015-09-08 06:35:14 -04: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
Jeremy Long
4b2b4e5482
Merge pull request #343 from awhitford/CodeTweaks
...
Code tweaks
2015-09-08 06:20:18 -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
480fa50af5
Corrected Javadoc to eliminate warning.
2015-09-07 17:01:24 -07:00
Anthony Whitford
b51731d15f
Added final keyword.
2015-09-07 16:35:23 -07:00
Anthony Whitford
c09650a136
Removed unused slf4j-ext and slf4j-jdk14 dependency declarations.
2015-09-07 16:30:58 -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
85604e8afa
Logback-core is a transitive dependency from logback-classic -- no need to explicitly mention it. JSoup type is jar by default, so no need to mention that. SLF4J-Ext does not seem to be used, so can drop that. H2 only has runtime scope.
2015-09-07 16:01:10 -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
115f63c330
Removed an unused import and combined nested if statements.
2015-09-07 14:38:43 -07:00
Anthony Whitford
f9dbc4f7bf
Upgraded Fluido Skin to 1.4 (from 1.3.1).
2015-09-07 10:54:01 -07:00
Jeremy Long
83263f8dee
Update README.md
...
added build badge
2015-09-07 07:43:33 -04:00
Jeremy Long
a452ade957
Merge pull request #339 from awhitford/DependencyUpgrades
...
Upgraded dependencies.
2015-09-07 07:36:47 -04:00
Jeremy Long
1f48af024e
Merge pull request #338 from awhitford/PomCleanup
...
Pom cleanup
2015-09-07 07:34:07 -04:00
Jeremy Long
0a643d7195
Merge pull request #340 from awhitford/CommonsLang3
...
Upgraded commons-lang-2.6 to newer commons-lang3-3.4.
2015-09-07 07:30:52 -04:00
Jeremy Long
c3835b9da7
removed erroneous short cli argument for exclude
2015-09-07 07:27:39 -04:00
Jeremy Long
bb1a96cf7a
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2015-09-07 07:25:36 -04:00
Jeremy Long
56360301d7
changed debug message to an error
2015-09-07 07:25:29 -04:00
Jeremy Long
435cccdeae
Merge pull request #341 from awhitford/CommonsCli131
...
Upgraded commons-cli to 1.3.1 (from 1.2).
2015-09-07 07:24:48 -04:00
Anthony Whitford
b11b472933
Upgraded commons-cli to 1.3.1 (from 1.2). See http://commons.apache.org/proper/commons-cli/release_1_3.html for upgrade details.
2015-09-07 02:27:10 -07:00
Anthony Whitford
514f8398e2
Upgraded commons-lang-2.6 to newer commons-lang3-3.4.
2015-09-07 01:09:41 -07:00
Anthony Whitford
90935fef25
Upgraded dependencies.
2015-09-07 00:40:30 -07:00
Anthony Whitford
9b5ce1c3a6
Upgraded shade plugin to 2.4.1 (from 2.3).
2015-09-06 23:20:15 -07:00
Anthony Whitford
8ad1639b02
License is inherited from Parent POM -- no need to restate unless it is different.
2015-09-06 22:30:01 -07:00
Anthony Whitford
6d70332cd6
Centralized the Versions report to the parent pom.
2015-09-06 22:21:50 -07:00
Anthony Whitford
717f6240e3
Centralized javadoc reporting to parent pom.
2015-09-06 20:51:56 -07:00
Anthony Whitford
ab782054a1
Missed this lingering redundant maven-project-info-reports-plugin declaration.
2015-09-06 13:37:04 -07:00
Anthony Whitford
b481f01217
Moved the maven-plugin-plugin declarations into the maven module since it is unique to that module.
2015-09-06 13:05:17 -07:00
Anthony Whitford
d0f884f5b2
Centralized the maven-surefire-report-plugin to the parent pom. Note that gradle and jenkins modules are skipped since it does not apply.
2015-09-06 12:56:36 -07:00
Anthony Whitford
51e66354b0
No need to explicitly add a jar goal when it implicitly exists already for a jar module.
2015-09-06 11:18:56 -07:00
Jeremy Long
1efe90f445
Merge pull request #337 from awhitford/Checkstyle
...
Thanks again!
2015-09-06 06:12:19 -04:00
Anthony Whitford
7b47b7549d
Removed redundant declarations for maven-compiler-plugin and maven-jar-plugin.
2015-09-06 01:42:01 -07:00
Anthony Whitford
7ccb77fb57
Removed unnecessary property for findbugs-maven-plugin since it is now only declared once.
2015-09-06 01:32:00 -07:00
Anthony Whitford
a32fa69823
Moved taglist-maven-plugin to the parent pom. (Gradle and Jenkins modules don't have them -- before or after.) This will make it easier to manage and evolve.
2015-09-06 01:29:17 -07:00
Anthony Whitford
ece4cb03ad
project.build.sourceEncoding is already specified in the parent pom, so this is not necessary.
2015-09-06 00:53:53 -07:00
Anthony Whitford
5c53b6528f
Centralized the findbugs-maven-plugin to the parent pom. Gradle and Jenkins modules skip it naturally. The onlyAnlyze setting for utils is maintained via a property. Also was able to upgrade to latest plugin, version 3.0.2.
2015-09-06 00:51:28 -07:00
Anthony Whitford
9b92007eff
Centralized cobertura plugin to the parent pom and was able to upgrade it from 2.6 to 2.7.
2015-09-06 00:23:24 -07:00
Anthony Whitford
e433809f4d
Moved maven-jxr-plugin and maven-project-info-reports-plugin reporting declarations into the parent pom. No need to duplicate in child modules. Utils did not have project-info reports, but there does not seem to be a good reason. Also note that the JXR plugin is naturally skipped when it does not apply (there is no java code), so not necessary to explicitly skip it for gradle and jenkins modules.
2015-09-05 23:57:53 -07:00
Anthony Whitford
d74218004a
Reporting section for jenkins module is completely redundant with the parent pom. It can be removed and will generate the same report.
2015-09-05 23:17:28 -07:00
Anthony Whitford
c35276e3df
Reporting section for gradle module is completely redundant with the parent pom. It can be removed and will generate the same report.
2015-09-05 23:15:35 -07:00
Anthony Whitford
064236ed5b
Added Dependency plugin to Reporting section because it has an excellent Dependency Analysis Report.
2015-09-05 22:56:36 -07:00
Anthony Whitford
2a50dcba9d
Removed Checkstyle and PMD violations.
2015-09-05 22:25:59 -07:00
Anthony Whitford
f7974b324b
Exclude generated HelpMojo.java file from Checkstyle analysis.
2015-09-05 22:25:38 -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
39e465261f
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2015-09-05 21:07:47 -04:00
Jeremy Long
784b78b17c
added another timer to pull #336
2015-09-05 21:07:29 -04:00
Jeremy Long
22c68ed8ef
Merge pull request #331 from wmaintw/master
...
add compatibility supports
2015-09-05 21:00:15 -04:00
Jeremy Long
c4c670a3b1
Merge pull request #334 from awhitford/MavenPluginWarnings
...
Removed deprecated code.
2015-09-05 20:59:05 -04:00
Jeremy Long
17a05cc1d4
removed excessive logging used to debug
2015-09-05 20:56:54 -04:00
Jeremy Long
d452c5fabb
fixed shift operator per issue #335
2015-09-05 20:56:18 -04:00
Jeremy Long
2cf974ef02
maven-reporting-api cannot be scoped to provided
2015-09-05 07:09:01 -04:00
Jeremy Long
1f0e789575
fixed bug that might contribute to issue #189
2015-09-05 06:48:00 -04:00
Anthony Whitford
92e1fd3f28
Added time measurements for key steps.
2015-09-05 00:31:50 -07:00
Jeremy Long
49736a87aa
Merge branch 'awhitford-FixSite'
2015-09-03 05:32:06 -04:00
Anthony Whitford
d009e39842
Removed unnecessary maven-site-plugin dependency, and maven-plugin-annotations dependency is provided.
2015-09-03 01:47:46 -07:00
Anthony Whitford
c2b8901537
Removed deprecated code.
2015-09-03 01:25:53 -07:00
Anthony Whitford
dd910cb5ec
Updated plugins.
2015-09-03 00:48:06 -07:00
Jeremy Long
4632753f02
commented out initial attempt at issue #22 to resolve issue #327
2015-09-02 06:42:36 -04:00
Jeremy Long
3fdcd12b4f
maven dependencies should be marked as provided per issue #329
2015-09-02 06:05:56 -04:00
ma wei
94d1d611c7
add compatibility supports
2015-09-02 13:45:06 +08:00
Jeremy Long
27b54a0bfa
changed taskdef.properties file name
2015-09-01 06:37:44 -04:00
Jeremy Long
1b1ecd0748
split monolithic taskdef into three primary taskdefs
2015-08-31 06:59:57 -04:00
Dale Visser
1e29d2e751
Merge branch 'upmaster' into ruby-bundler
...
Conflicts:
dependency-check-cli/src/main/java/org/owasp/dependencycheck/CliParser.java
2015-08-30 15:11:33 -04:00
Dale Visser
a0437bf933
Ruby bunder: Code needed to disable the analyzer in the CLI if desired.
2015-08-30 15:07:21 -04:00
Dale Visser
73e0292a4b
Ruby Bundler: Added informative message about updating DB. Switched most log messages to debug level.
2015-08-30 14:52:55 -04:00
Dale Visser
c393e74160
Ruby bundler: Better message and logging when bundle-audit not found.
2015-08-30 14:31:58 -04:00
Dale Visser
80c4666198
Ruby bundler: More method extractions to eliminate monolithic method.
2015-08-30 14:16:32 -04:00
Dale Visser
ea7bd1f700
Ruby bundler: tidied up how extracted method is used.
2015-08-30 14:06:47 -04:00
Dale Visser
b3a55cc85d
Ruby bundler: extracted method
2015-08-30 13:57:30 -04:00
Dale Visser
036200350d
Ruby bundler: add needed null checks to avoid NPEs.
2015-08-30 13:50:22 -04:00
Jeremy Long
e630c484ff
implementing the purge feature as requested in issue #328
2015-08-30 07:02:26 -04:00
Dale Visser
713e9658c5
Ruby bundler: got description working. Added boilerplate text describing differences from standard D-C vulnerability report.
2015-08-29 12:29:44 -04:00
Dale Visser
782039810e
Ruby Bundler: Added URL to report.
2015-08-29 11:33:16 -04:00
Dale Visser
b473d8ab9c
Ruby Bundler: Added URL to report.
2015-08-29 11:28:38 -04:00
Dale Visser
2eb6918fb3
Ruby Bundler: Clean up report a little bit, and grouped vulnerabilities under dependencies, when appropriate.
2015-08-29 11:06:24 -04:00
Jeremy Long
29626666a7
removed debug logging
2015-08-29 08:38:49 -04:00
Jeremy Long
dc41c9a671
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2015-08-29 08:02:42 -04:00
Jeremy Long
83af70bb59
corrected argument name for the purge nvd option
2015-08-29 07:57:54 -04:00
Jeremy Long
b293873640
finished deprecating the application name argument in favor of project name per issue #320
2015-08-29 07:12:40 -04:00
Jeremy Long
8bb92815cb
added argument to purge local NVD per issue #328
2015-08-29 06:58:13 -04:00
Jeremy Long
7a8f7199c8
renaming app argument to project per issue #320
2015-08-29 06:48:52 -04:00
Dale Visser
6f4ce34840
Ruby Bundler: Added CVSS score and a little hack to avoid dependency bundling.
2015-08-28 21:31:01 -04:00
Dale Visser
8853552161
Ruby Bundler: Successfully adding vulnerability into report, though all displayed info not looking great.
2015-08-28 19:56:35 -04:00
Dale Visser
95d3d17d83
Ruby Bundler: Now successfully creating temp files for dependency objects.
2015-08-28 13:58:49 -04:00
Jeremy Long
3594280b04
Merge pull request #326 from dwvisser/doc-updates
...
Added previously overlooked documentation for CMake, Node.js and Ruby Gems Analyzers
2015-08-28 06:12:54 -04:00
Jeremy Long
1e447c6e3e
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2015-08-28 05:27:16 -04:00
Jeremy Long
c41a288280
added null checks
2015-08-28 05:27:00 -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
1fffebd497
Docs: Added Ruby Gemspec analyzer page, fixed typos on Node.js page.
2015-08-26 14:40:36 -04:00
Dale Visser
62c05049a7
Docs: Added node.js page, fixed typos in Python page.
2015-08-26 14:25:32 -04:00
Dale Visser
0fdf377d45
Docs: Added CMake analyzer page.
2015-08-26 14:11:30 -04:00
Dale Visser
6ca8e2644a
Docs: Fixed sidebar links to OpenSSL and Python analyzer pages.
2015-08-26 13:59:28 -04:00
Dale Visser
4a3061db6d
Docs: Added CMake to landing page, and links to Autoconf and CMake. Added missing analyzers to analyzers list. Shortened my analyzer URLs, though not all in site index yet.
2015-08-26 13:54:15 -04:00
Dale Visser
61ac81518a
Docs: Added Ruby and Node.js to landing page. Added table row for Node.js in Analyzers list.
2015-08-26 12:27:38 -04:00
Jeremy Long
acd4b4371d
Merge pull request #323 from wmaintw/master
...
Implement the nested configuration for proxy and cve related settings
2015-08-26 06:05:38 -04:00
Jeremy Long
1d20291d44
Merge branch 'dwvisser-node-js-analyzer'
2015-08-26 06:03:32 -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
ma wei
facd803943
update README file
2015-08-25 23:17:12 +08:00
ma wei
05c8a6282d
upgrade to 0.0.7
2015-08-25 23:06:34 +08:00
ma wei
3f9ae34203
refactor: change method name for override settings
2015-08-25 19:50:50 +08:00
ma wei
afb85309a2
implement nested configuration for CVE settings
2015-08-25 19:49:03 +08:00
ma wei
2c5e64d0d5
update README for configuration change
2015-08-25 19:17:55 +08:00
ma wei
ddb8c432be
implement the nested configuration for proxy settings
2015-08-25 19:11:27 +08: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
271016f0fa
Added verbose flag to get as much reportable info as possible.
2015-08-19 15:33:50 -04:00
Dale Visser
4493f895c6
Added test resources to cover interesting bundle-audit cases.
2015-08-19 15:26:17 -04:00
Dale Visser
5c32ecd8e1
Ruby Analyzer: Added bundle-audit analyzer. So far just launches if available and logs the output.
2015-08-18 16:59:39 -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
Jeremy Long
707de56612
Merge pull request #302 from dwvisser/290-add-bz2-format
...
Add bzip2 format to ArchiveAnalyzer
2015-08-06 07:02:21 -04:00
Jeremy Long
921b0eb229
Merge pull request #301 from dwvisser/run-against-cached-db-pr
...
Help page for how to use multiple local snapshots of the NVD
2015-08-05 22:54:33 -04:00
Jeremy Long
9afb92f0ed
Merge pull request #303 from colezlaw/homebrew-cli-instructions
...
Added homebrew installation instructions
2015-08-05 22:52:36 -04:00
Will Stranathan
1ded88e089
Added homebrew installation instructions
2015-08-05 20:58:20 -04:00
Dale Visser
1f074ff400
290: Further refactoring for readability.
2015-08-05 17:42:25 -04:00
Dale Visser
4764f61b48
290: Added unit tests and implementation to support bzip2.
2015-08-05 17:42:10 -04:00
Dale Visser
56424924bb
290: Extracted some methods to reduce average method size, and eliminate some duplicate code.
2015-08-05 17:42:10 -04:00
Dale Visser
4c3831ec74
Removed superfluous phrase.
2015-08-05 12:03:21 -04:00
Dale Visser
ba564a6aed
Added page to site that documents how to take daily snapshots of the NVD,
...
and run D-C cli against those snapshots.
2015-08-05 11:57:23 -04:00
Jeremy Long
d529e88242
version 1.3.0
2015-08-04 21:19:19 -04:00
Jeremy Long
5d6ad8bc6c
added gradle to the site
2015-08-04 14:07:34 -04:00
Jeremy Long
01769a6f38
added gradle to the site
2015-08-04 14:07:15 -04:00
Jeremy Long
a43cc38739
added logo
2015-08-04 12:07:11 -04:00
Jeremy Long
085069c2c7
added logo
2015-08-04 12:06:55 -04:00
Jeremy Long
816a6d057a
updated so that *.sh files are marked as executable
2015-08-02 07:24:36 -04:00
Jeremy Long
19ab099f98
added 0755 to *.sh
2015-08-02 07:10:20 -04:00
Jeremy Long
99a1097953
making the world a better place - avoid the hate #287
2015-08-02 06:54:10 -04:00
Jeremy Long
673cf7018b
initial gradle site documentation
2015-08-02 06:33:45 -04:00
Jeremy Long
624f52882e
modified how generated keys were returned in an attempt to resolve issue #296
2015-08-02 06:28:05 -04:00
Jeremy Long
654ab4a289
added cleanup steps to remove temp resources, etc.
2015-08-01 07:01:50 -04:00
Jeremy Long
ec86dc5734
changed packaging
2015-08-01 07:01:05 -04:00
Jeremy Long
44f37c12c3
checkstyle corrections
2015-08-01 06:49:55 -04:00
Jeremy Long
d0b704d7f4
corrected data directory path when running test cases
2015-08-01 06:08:35 -04:00
Jeremy Long
7452942091
Merge pull request #297 from dwvisser/broken-cli-docs-link
...
Fixed broken link to CLI instructions in main project README.
2015-08-01 05:52:00 -04:00
Dale Visser
ea4ea680a2
Fixed broken link to CLI instructions in main project README.
2015-07-31 10:28:55 -04:00
Jeremy Long
ac7ae3d8df
disabled test case for JDK6 to resolve issue #294
2015-07-31 05:28:53 -04:00
Jeremy Long
4fa5f2ac72
reverted plugin-plugin version to resolve issue #294
2015-07-31 05:28:18 -04:00
Jeremy Long
8b1a44fe42
Merge pull request #295 from colezlaw/issue-294
...
Removed i18n for SLF4J logging as it was preventing build on jdk1.6
2015-07-30 05:35:46 -04:00
Will Stranathan
c4d26f9194
Removed i18n for SLF4J logging as it was preventing build on jdk1.6
2015-07-29 18:29:09 -04:00
Jeremy Long
79b59f2aae
checkstyle/pmd/findbugs recommended updates
2015-07-29 07:00:30 -04:00
Jeremy Long
1eecd13ea7
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2015-07-28 06:33:52 -04:00
Jeremy Long
1ae3a63f5c
final tested patch for issue #285
2015-07-28 06:33:40 -04:00
Jeremy Long
561694a991
Merge pull request #292 from willis7/master
...
Fix bug introduced with #282
2015-07-28 06:07:48 -04:00
Jeremy Long
096af016ef
documented shallow clone per issue #283
2015-07-28 05:40:08 -04:00
Sion Williams
498835015a
outputDirectory should have been called using the method rather than directly calling the property. This now fixes the failing integration test in the last commit.
2015-07-27 22:33:39 +01:00
Sion Williams
cafa0d6578
Integration test spec proves outputDirectory value is not being honoured when changed using dsl.
2015-07-27 22:03:19 +01:00
Jeremy Long
5444253ed6
added more CVSS details per issue #154
2015-07-27 06:56:23 -04:00
Jeremy Long
d0ae12a167
working patch for issue #285
2015-07-27 06:53:50 -04:00
Jeremy Long
e323c7f810
patch for issue #285
2015-07-25 07:18:33 -04:00
Jeremy Long
dd3758af43
manually merged PR #270
...
Former-commit-id: 9d4504942f229a7462d59b292e478ea2289ecfed
2015-07-24 06:44:54 -04:00
Jeremy Long
94ae6e76f1
manually merged PR #282
...
Former-commit-id: cf2ae5572602f7258b4c617097ab003fe3f644c6
2015-07-24 05:50:55 -04:00
Jeremy Long
ee969a5ed9
manually merged PR #278
...
Former-commit-id: 7811e5832e680589e5b1734e775ee8cab92dd30f
2015-07-24 05:36:32 -04:00
Jeremy Long
a547a219a4
grammar police caught me ( #285 )
...
Former-commit-id: 83a94b573aea686ba8cc8c6620e1495c46cd425b
2015-07-23 05:16:39 -04:00
Jeremy Long
d4eba634ea
reduced logging levels in test as build issue was resolved
...
Former-commit-id: e1c8cd3ef9f19d5c0d17dc59d6feed6474118602
2015-07-22 06:45:17 -04:00
Jeremy Long
0927897451
documented argument for new config option to limit symbolic link depth per #285
...
Former-commit-id: cf8775d8d539c37e68f7c34692aa5c249b4cef26
2015-07-22 06:44:51 -04:00
Jeremy Long
63e5a2c5ba
initial patch to add symbolic link depth per issue #285 ; more testing needs to be performed
...
Former-commit-id: bc40f8cfc1410c46e402ce6931e53f377b5c60ee
2015-07-22 06:43:52 -04:00
Jeremy Long
a7f3f1d806
initial patch to add symbolic link depth per issue #285 ; more testing needs to be performed
...
Former-commit-id: f0fb24c29703f7ec390f94560a224adf936f898c
2015-07-22 06:43:41 -04:00
Jeremy Long
97d3a2986c
corrected merge conflict
...
Former-commit-id: 5653364b7053ae119dd2d0a604258ccd80f4a061
2015-07-21 07:06:11 -04:00
Jeremy Long
d3b20757ef
changed to BaseDBTest instead of BaseTest to reesolve build errors per issue #273
...
Former-commit-id: 392b26cac4595d6dd6c9a4ffbd2d76f851c8c7ed
2015-07-21 07:04:39 -04:00
Jeremy Long
d99804f14e
Merge pull request #284 from dwvisser/remove-dependency-extension-property
...
Remove dependency file extension property
Former-commit-id: 4f21b07f05c0ff74918d1394afaa7cedd693ecf0
2015-07-20 05:35:49 -04:00
Dale Visser
1b8dc71980
Merge branch 'upmaster' into remove-dependency-extension-property
...
Former-commit-id: b06adaf9fa3031c27be08523b9689ae58d0cc322
2015-07-19 08:06:43 -04:00
Jeremy Long
dc466f1480
set objects to null after closing them
...
Former-commit-id: 3d62a1b66741d69730e39413b8d99b670d744b50
2015-07-19 06:21:30 -04:00
Jeremy Long
ba6a783834
update to close to set objects to null
...
Former-commit-id: 9c1caaeca9ca0a472180eb6bf4bb7a7c7fba6e6e
2015-07-19 05:49:06 -04:00
Jeremy Long
b2edf5683c
minor reformat
...
Former-commit-id: b5431379bfd281a25a11cd17c203bfbe294c55a8
2015-07-19 05:48:27 -04:00
Jeremy Long
dacb91b9a8
cleaned up test cases to properly close the DB
...
Former-commit-id: 7333e882aebfe54b94a4d70cdb55ca2fbd3f3c51
2015-07-17 15:31:00 -04:00
Jeremy Long
7ac71a7b2a
additional logging
...
Former-commit-id: 6c91f3482dfe9980d33b1b8ac6c43c6988c08e60
2015-07-17 15:30:31 -04:00
Jeremy Long
4b44bb5426
modified test case
...
Former-commit-id: 5499e7a8021b0b24d4db640e1381a94d9c02dc0c
2015-07-17 15:29:57 -04:00
Jeremy Long
8cd68c7c16
improved logging
...
Former-commit-id: 5b6741a1d561cbf4c20ef98907ce99a2b245b42e
2015-07-17 08:45:43 -04:00
Jeremy Long
0ae228d6f8
added try/catch to tests to correctly close the db
...
Former-commit-id: 8f71f57a7724340a8526a35bd0e42748f02530c5
2015-07-17 08:45:33 -04:00
Jeremy Long
6a2ed23822
switched to debug logging in test
...
Former-commit-id: 4d42f08ac2fdc58ce1eeb4ab3f27d1efa72a6a46
2015-07-17 08:24:33 -04:00
Jeremy Long
fe0035fe0e
fixed namespaces
...
Former-commit-id: 8f6f3361021b2efc1843ae93ed1bab44e5f053a4
2015-07-16 07:00:17 -04:00
Jeremy Long
aeabaf8513
fixed failing test due to renaming the schema
...
Former-commit-id: 2cbc4b84cb28e72c163cde3b2d1e5f8c66ae5b42
2015-07-16 06:51:40 -04:00
Jeremy Long
43907e07c2
Merge pull request #279 from dwvisser/fix-properties-file
...
Eliminated duplicate key in dependencycheck.properties file
Former-commit-id: a5fcb23d750c366340c8a6af801b9ac6e9ac19b8
2015-07-15 08:20:27 -04:00
Jeremy Long
2413dc9a41
corrected package
...
Former-commit-id: 3d7e08e0730cb6c03eb43221dc77afc3b1a3c2d3
2015-07-15 08:18:02 -04:00
Dale Visser
2d92c9d240
Commented out first instance of cpe.url, and moved 2nd instance up. Assumption: the 2nd value was being used.
...
Former-commit-id: 2cae0ca086b2fb666d883dc1a3fbcb174465aa2b
2015-07-14 18:00:45 -04:00
Jeremy Long
a24813b678
updated schema and xml report to include the confidence and type of evidence
...
Former-commit-id: 774764585a15d8d78a615f20f91c3a8aaaf4abb2
2015-07-14 08:01:22 -04:00
Jeremy Long
dffb2887d6
added task to copy xsd to the site
...
Former-commit-id: ec6bffd48bc2b98cb5b992ebcc0862e89897c255
2015-07-14 08:00:42 -04:00
Jeremy Long
68f1c1a54c
changed display code so that all evidence is shown instead of just the used evidence
...
Former-commit-id: e01f14f244960ddccbd859bf50c0603abe5170d1
2015-07-14 07:48:07 -04:00
Jeremy Long
726aa7b894
changed tooltip header on evidence count
...
Former-commit-id: fdf92f87a81d985fd01b19d5ce04517c81608a62
2015-07-14 07:41:19 -04:00
Jeremy Long
44c795cd4f
patched to resolve issue #261
...
Former-commit-id: 44ace36f4a02885134a0af0fb44d11d351d8c7f6
2015-07-11 07:15:08 -04:00
Jeremy Long
4d5d46d08a
Merge pull request #274 from dwvisser/openssl-source-analyzer
...
OpenSSL source analyzer
Former-commit-id: cc2f02f3722b7480f0ec5f7979892b78dc4076d1
2015-07-11 06:29:55 -04:00
Jeremy Long
52cdff14bd
minor update
...
Former-commit-id: 074158f04f25d94c003f970a0d7c4b4c0180fc0b
2015-07-11 06:04:55 -04:00
Jeremy Long
0372167f25
updated documentation to resolve issue #268
...
Former-commit-id: 78f6158c5c053a7595dd2dc702c015c257a2a00f
2015-07-11 06:02:46 -04:00
Dale Visser
005e401c7f
Remove fileExtension property from Dependency class.
...
Former-commit-id: fc6303c6c835724fe61f882a9df5e2247c7a9b3e
2015-07-10 13:48:27 -04:00
Jeremy Long
479212dd60
Merge branch 'master' of github.com:jeremylong/DependencyCheck
...
Former-commit-id: 2e6f7993d6389db4bf7957928ae4772a9cc54887
2015-07-10 07:10:34 -04:00
Jeremy Long
0af9239906
added CVE URL arguments per feature request #268
...
Former-commit-id: a33128070eb9bcc365de1788ebc84c187731568d
2015-07-10 07:10:13 -04:00
Jeremy Long
13d871ab21
Merge pull request #277 from hmolsen/patch-1
...
fix broken link to suppression site
Former-commit-id: cc663d3a7fdbe4fc952cfa255181ef505f2fe2ce
2015-07-10 06:44:22 -04:00
Jeremy Long
136830ce22
cleaned up logging
...
Former-commit-id: d9614a2a309e17ceab628b2258f78da0b792a5a8
2015-07-10 06:13:41 -04:00
Jeremy Long
afe8e343b1
test code to run on cloudbees to debug a build issue
...
Former-commit-id: b3bba62d28666160682ea15813ea80411f72f9a0
2015-07-10 05:56:55 -04:00
hmolsen
f7c2cdff9b
fix broken link to suppression site
...
Former-commit-id: e6c6a4a990da7cd9360654a7b9d12fa15d2d4dd5
2015-07-10 10:33:59 +02:00
Dale Visser
a7abe97ca0
OpenSSL: Forgot to 'git add' new files in previous commit.
...
Former-commit-id: 7219edc255d239995d5bbb5cbe587e999a7160a8
2015-07-09 17:13:03 -04:00
Dale Visser
5354137c76
OpenSSL: Site doc additions, including about Autoconf analyzer.
...
Former-commit-id: 35253cfbf5cfcf04b2f3fe39f0891cd0bf1155b4
2015-07-09 17:11:06 -04:00
Dale Visser
433c2e5916
OpenSSL: Updates to use FileFilter instead of file extension.
...
Former-commit-id: 974bc28171b5b3ac3e772c93447489e1afb797f1
2015-07-09 16:35:04 -04:00
Dale Visser
e5fdda60fc
Merge branch 'upmaster' into openssl-source-analyzer
...
Conflicts:
dependency-check-core/src/test/java/org/owasp/dependencycheck/analyzer/PythonPackageAnalyzerTest.java
Former-commit-id: 6d92982227ad0ff7c4381d03eb1bf542dfe7697f
2015-07-09 16:14:54 -04:00
Jeremy Long
b227cf890b
checkstyle recommended updates
...
Former-commit-id: 17e3e4580553c07b33533f1e9f6cb5f33177f78e
2015-07-09 07:07:36 -04:00
Jeremy Long
0a4c3102dd
reverted changes as a schema upgrade is not needed at this time
...
Former-commit-id: 6f97fef5748a3d630a73f790cca8baa4753e1d7a
2015-07-09 07:07:10 -04:00
Jeremy Long
54094ebc21
removed unfinished JavaScriptAnalyzer
...
Former-commit-id: 9d7d7e82da91cea21ea87b8d933093e738571ba2
2015-07-09 06:37:29 -04:00
Jeremy Long
bf3fe6404a
reverted changes as a schema upgrade is not needed at this time
...
Former-commit-id: 22671cb1c7e2e6db26f704f12b5fb86100586221
2015-07-09 06:18:30 -04:00
Jeremy Long
58888ac389
Merge pull request #271 from wmaintw/master
...
Add ability to dependency-check-gradle plugin for customize CVE urls, report output directory and some bug fixing
Former-commit-id: bd78214d389ae52fab0c0280910469289d7b699c
2015-07-09 06:02:17 -04:00
Jeremy Long
07df8ecc02
Merge pull request #275 from dwvisser/filetype-analyzer-pr
...
Modify AbstractFileTypeAnalyzer to use FileFilter instead of just file extensions
Former-commit-id: ea2d82e9203f3d3556f7621960bb1e35d839db95
2015-07-09 05:51:37 -04:00
Jeremy Long
c86becb169
Merge pull request #276 from colezlaw/homebrew-instructions
...
Added homebrew instructions
Former-commit-id: 07b4ce33f2b1e96556761c1e31878180f23dc41e
2015-07-09 05:22:17 -04:00
Will Stranathan
98a43606ce
Added homebrew instructions
...
Former-commit-id: 05167f240768a8136e580544875454b3f2fdbdfe
2015-07-08 22:22:28 -04:00
ma wei
5b2353e612
add license information for these gradle script files
...
Former-commit-id: 1ecf5c52dc82e1fd55172385f303dc5022bad801
2015-07-09 10:20:12 +08:00
Dale Visser
a3ad598004
OpenSSL: Untested changes to get command-line working.
...
Former-commit-id: f81a410bba6cbc1b71cb7d5fef121eb4f52a780b
2015-07-08 14:07:17 -04:00
Jeremy Long
c02d1d73b8
Merge branch 'hansjoachim-reporting'
...
Former-commit-id: 9612b8a07e11bfa93d94b71d079bc98d28a73b87
2015-07-08 06:59:11 -04:00
Jeremy Long
77c99e1d7c
Merge branch 'reporting' of https://github.com/hansjoachim/DependencyCheck into hansjoachim-reporting
...
Former-commit-id: 272d25200c1635371806df3bc1d7ad7754cba475
2015-07-08 06:48:14 -04:00
Jeremy Long
055d34818a
updated documentation to resolve issue #269
...
Former-commit-id: ae4668c9182f181f1c01c17e0737b892fe8078ba
2015-07-08 06:39:37 -04:00
Jeremy Long
3a06503b74
commented out test case
...
Former-commit-id: c62a28c8a39c42e6c458387c03445c86deb6454c
2015-07-08 06:32:52 -04:00
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
Dale Visser
30087b5e79
OpenSSL: Minor code edits/refactoring.
...
Former-commit-id: 5c0247772406b55a0e1e7219b83389a5ed0605f4
2015-07-07 17:48:50 -04:00
Dale Visser
c214b70459
OpenSSL: Analyzer unit test passes.
...
Former-commit-id: 06d36762375a5fc55bc7f30a7857713ce332fceb
2015-07-07 17:37:31 -04:00
Dale Visser
ad0b6c28ba
Added long hexadecimal to version string conversion function, and passing unit test.
...
Former-commit-id: 846e2a3c07016974c396770397304875fd36b7f6
2015-07-07 16:48:38 -04:00
Dale Visser
8127dc2620
OpenSSL: Initial skeleton of OpenSSLAnalyzer and unit test suite. Fixed package imports in PythonPackageAnalyzerTest.java
...
Former-commit-id: b27fa07cde451c0a19e5ce3f2d46701f02dda47e
2015-07-07 15:51:33 -04:00
ma wei
fed5d3efc0
add read-me info about customize report output directory
...
Former-commit-id: be8ba701e31f0c90fd686e90ebbf752b96665521
2015-07-07 14:08:48 +08:00
ma wei
ed3c806869
update the version of dependency-check-gradle to 0.0.5
...
Former-commit-id: facbe13d3bd077b5540e8c20d6b3b1bb3d1b4e3f
2015-07-07 13:57:15 +08:00
ma wei
b8a32eb086
add ability for customize report output directory
...
Former-commit-id: fdf53b2768ecd38f16de676ddd35e63fcd1cfad0
2015-07-07 13:45:55 +08:00
ma wei
e537ce155e
upgrade the version of dependency check utils
...
Former-commit-id: 34ef2d92888cf2e108cc0759fd1ba04fb795abe3
2015-07-07 13:45:21 +08:00
Dale Visser
be506964b0
Fixed javadoc. Some reformatting of FileFilterBuilder.
...
Former-commit-id: 66a81beb1f1361b16743a762f6941dfef626ca4a
2015-07-06 14:16:44 -04:00
Dale Visser
df39b490f5
Made extension file filtering case-insensitive.
...
Former-commit-id: e7bc80227edcf0d4fb9503eb39d43260b7db028e
2015-07-06 13:50:00 -04:00
Dale Visser
e3256e4bb9
Removed unused imports from AbstractFileTypeAnalyzer.
...
Former-commit-id: 79af85c863a4b64a113f88c3bab75ba038bcec0b
2015-07-06 13:44:08 -04:00
Dale Visser
4d01d636cc
Changed AbstractFiletypeAnalyzer to expose getFileFilter() instead of getSupportedExtensions(), and
...
refactored existing implementations to return a FileFilter instance. The new FileFilterBuilder class
encapsulates building of a filter that can consider the full filename or other attributes, in addition
to file extension.
Former-commit-id: 9c968c77cc2285d571d38b1a8486d05b09b12aa4
2015-07-06 13:35:49 -04:00
Hans Joachim Desserud
1bf07036e8
Merge branch 'master' into reporting
...
Conflicts:
dependency-check-cli/pom.xml
Former-commit-id: f381a7191effbe65f852c76e5e19033e4a264171
2015-07-06 18:36:49 +02: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
bdf2ca6e1d
added CPE entries to patch issue #149
...
Former-commit-id: 2bd88a3823d5889ad12952fc3f344e69d571ad05
2015-07-04 06:39:54 -04:00
Jeremy Long
621ac3b6ec
changed logging level on one delete temp file log entry
...
Former-commit-id: 2f73b9a97a641bb86b73db76dc82d5e84cde9e17
2015-07-04 06:38: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
Jeremy Long
4907c20ba6
Merge pull request #263 from dwvisser/engine-javadoc
...
Added explanatory text to analyzeDependencies() javadoc.
Former-commit-id: a23881a1e1d2b8c247176acb525f2e9ade601cca
2015-06-24 06:00:35 -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
190e17e6b9
converted to logback instead of slfj-simple
...
Former-commit-id: ad06d3bf039bbb30b1f10ce2ae5861000b1c05f6
2015-06-21 20:11:27 -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
aba7b47fa8
removed logback-classic version number because it is in dependency-management
...
Former-commit-id: 231224b23957508f2084ec06f1debf09b6513b90
2015-06-21 20:09:14 -04:00
Hans Joachim Desserud
c1ae4f8cc2
Replaced version numbers for reporting plugins in maven module
...
Former-commit-id: e7ec67e0692d4233a2d6d651f50b0cd250c4587b
2015-06-21 17:52:48 +02:00
Hans Joachim Desserud
4f43793e17
Bonus: fixed copyright symbol
...
Former-commit-id: 49d9f8af2055135238aa656cb69e20089a22e9fe
2015-06-21 17:43:04 +02:00
Hans Joachim Desserud
8fd32ebd5e
Replaced version numbers for reporting plugins in cli module
...
Former-commit-id: c686c6f452ff1c514924d3c7dee59eaac4463af1
2015-06-21 17:42:13 +02:00
Hans Joachim Desserud
0b2059462b
Replaced version numbers for reporting plugins in ant module
...
Former-commit-id: 6eaa38d2988142c07b92e94933564d652b7852d3
2015-06-21 17:31:42 +02:00
Hans Joachim Desserud
b0df41213a
Use properties in reporting version numbers in root pom
...
Former-commit-id: 77b71beee1caeaa94712a8e3392952ea4bc78689
2015-06-21 14:42:15 +02:00
Hans Joachim Desserud
f421f30122
Add (and sync) reporting plugins for jenkins module
...
Former-commit-id: 0148cb4c9576f800f684299141e2e97b7d493bdd
2015-06-21 14:38:41 +02:00
Hans Joachim Desserud
358ac46393
Replace reporting plugin version numbers with properties in core module
...
Former-commit-id: dbd8588f6f259e03203700ebc2075fb8b84ff575
2015-06-21 14:27:25 +02:00
Hans Joachim Desserud
ebd98b9094
Move reporting-plugin-version properties to root pom
...
Former-commit-id: eeff5c2d0f0fce884c3c12b071d030e4f0107302
2015-06-21 14:27:25 +02:00
Hans Joachim Desserud
c713bb0353
Move reporting plugin version numbers into properties
...
Former-commit-id: a3cbc3ba8647dc2118e6c35f2819c87eb2f98e6f
2015-06-21 14:27:24 +02:00
Jeremy Long
d61a7b090d
removed unused import
...
Former-commit-id: b5fa9e7692183a4244e23206549b63ac809aec94
2015-06-21 07:38:18 -04:00
Jeremy Long
9f1a894b86
removed duplicate slfj4-api
...
Former-commit-id: 480d6b7a79bfb7a52bd341d9fdef47cb6f9f1c4c
2015-06-21 07:37:59 -04:00
Jeremy Long
cc86d73719
removed unused import
...
Former-commit-id: 298698b4a56a0fd267ee6bc81e5abe46156b94f6
2015-06-21 07:21:42 -04:00
Jeremy Long
86b1802d16
version for slf4j-api was moved to dependency-managment in parent
...
Former-commit-id: c7a6567c4b0077a512765beb9ee864b9f7fa5459
2015-06-21 07:21:14 -04:00
Jeremy Long
3cdf66a0a4
removed LogUtils
...
Former-commit-id: d2507a7a917e0e8f2a9f4e11379aadbbd4540a43
2015-06-21 07:20:36 -04:00
Jeremy Long
faeee200d3
removed unused classes
...
Former-commit-id: 0f642f99d1ab168a3c97653b5abbda7ab313732a
2015-06-21 07:20:01 -04:00
Jeremy Long
4b34734919
Merge branch 'colezlaw-dependency-management'
...
Former-commit-id: 221f40ba56ebaa05bbf2f0eb208fdeba03252170
2015-06-21 06:48:43 -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
Jeremy Long
23dfa8645c
Merge branch 'master' of github.com:jeremylong/DependencyCheck
...
Former-commit-id: 179e9bb323f6a225d44393ac80e1d983b6af8947
2015-06-21 06:19:18 -04:00
Jeremy Long
9556e7bf51
added logback
...
Former-commit-id: 2d42135f5f38ae09c84d95add075b09a62b8c347
2015-06-21 06:19:10 -04:00
Jeremy Long
7fa306dd9a
added logback instead of JUL to resolve issue #164
...
Former-commit-id: 226e52fc03b22501358d6d147d3fa042c274f1f4
2015-06-21 06:18:54 -04:00
Jeremy Long
d9a322b533
added logback
...
Former-commit-id: 3179f2fd13329ce3b83126b70dfa516c551978a4
2015-06-21 06:15:40 -04:00
Jeremy Long
fde1b21d1f
added logback
...
Former-commit-id: a1f23b3181e642a41ba5e1b767b86b103d4ad134
2015-06-21 06:14:49 -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
4ed642ed5d
changed the lifecycle of the aggregate mojo
...
Former-commit-id: d8cbcc207d921a66baea8c7763329defc170a512
2015-06-19 06:42:25 -04:00
Jeremy Long
556be02696
removed the logFile as it is no longer used
...
Former-commit-id: 4fc60afe005df06712abe7478b431ba3c4c29562
2015-06-19 06:41:55 -04:00
Jeremy Long
572418a2f5
removed the logFile as it is no longer used
...
Former-commit-id: 51466302d3697dcb07673493cd33776a4bd395c3
2015-06-19 06:41:33 -04:00
Jeremy Long
fce742910e
removed the logFile configuration as we now use the ant logger
...
Former-commit-id: 250f861439d7fbe4b2916c258aa6dd96ce5feca6
2015-06-19 06:40:56 -04:00
Jeremy Long
370b0cb049
removed the unused logFile property
...
Former-commit-id: 882b8abad919c9635919f5b6891845d6523c00b9
2015-06-19 06:40:07 -04:00
Jeremy Long
76333b8647
patch to resolve issue #255
...
Former-commit-id: 0e3f3081929a4bd93ea14a7379567f2f0c776b02
2015-06-19 05:39:31 -04:00
Jeremy Long
ce7d12e850
Merge branch 'master' of github.com:jeremylong/DependencyCheck
...
Former-commit-id: e7876e1969de54e1d9a139fb7e40f26748687c5b
2015-06-19 05:35:10 -04:00
Jeremy Long
63d92c62a5
additional checks added as part of issue #257
...
Former-commit-id: 9a9154adcc42688f600a9a6cce49a919fd08f482
2015-06-19 05:34:52 -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
f4ce087649
moved files
...
Former-commit-id: 4041a13f94723e6002e82b926916d60946b3a4d2
2015-06-17 20:48:50 -04:00
Jeremy Long
4566ce7de8
added package-info
...
Former-commit-id: e3d0de42bc1e66cead82b043da10cd5c148fb9a1
2015-06-17 20:48:41 -04:00
Jeremy Long
a898e61a7a
added package-info
...
Former-commit-id: be01f5e10b7550bfb180af62d111574a3d988079
2015-06-17 20:48:17 -04:00
Jeremy Long
6d524bdc99
added The OWASP Foundation
...
Former-commit-id: 29b73f7bb17368be8c1d0b5547290365eaedefb9
2015-06-17 20:47:24 -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
Jeremy Long
acb78c18bf
Merge pull request #254 from colezlaw/issue-239
...
Now switched to slf4j
Former-commit-id: 7b2e8bc1351455620912bdcb761d639cb5588986
2015-06-17 20:16:42 -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
1b4cb1379a
Merge branch 'hansjoachim-more-dependency-management'
...
Former-commit-id: 043ec0799ce163e2a1ea38f9a7ed2113b2a892b9
2015-06-16 05:38:03 -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
a372882c18
Upgrade maven-core, -plugin-api and -settings dependencies to version 3.3.3
...
Former-commit-id: 92d1b4c84ccdc70bd3dd7ae29484ac546adea6b5
2015-06-13 15:57:01 +02:00
Hans Joachim Desserud
91c05598b2
Move -maven depency version numbers to the parent pom
...
Former-commit-id: 64013140d893a6b9ed356c515a94951ad1c92dd4
2015-06-13 15:56:59 +02:00
Hans Joachim Desserud
0130ab6356
Remove commons-io version number from -core
...
Former-commit-id: e2085764fa4f4ead5e865fb5463523344f7ba228
2015-06-13 15:56:57 +02:00
Hans Joachim Desserud
581a3f8388
Move commons-io version number to parent pom
...
Former-commit-id: b065059630f6c06f522a1b3c0e56d99c78f363ae
2015-06-13 15:56:55 +02:00
Hans Joachim Desserud
2587ad21c0
Add upgrade warnings/notes
...
Former-commit-id: e35d3be893841c3a8c6a958888d87ff304e22360
2015-06-13 15:56:54 +02:00
Hans Joachim Desserud
8b56349daa
Move commons-cli version number to parent pom
...
Former-commit-id: e80c5831d491189c867cdceb3255c655e3b76027
2015-06-13 15:56:52 +02:00
Jeremy Long
25f2eb69b9
fixed bug related to temp files
...
Former-commit-id: 5b492bb592122645a7a7afda34b23f54da8c2fa4
2015-06-13 08:41:19 -04:00
Jeremy Long
46b4761f1a
updated test case initialization
...
Former-commit-id: eb6c0b16c2ca4555d81d8c66db18198991ab8d51
2015-06-13 08:32:38 -04:00
Jeremy Long
4d3f96f979
fixed bug related to temp files
...
Former-commit-id: 3d1a5c6d30411ab026b2f072a8aee25106bf9691
2015-06-13 08:30:05 -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
Jeremy Long
f5aaaf1c63
fixed bug related to an incorrect file path, resulted in NPE in the dependency bundling analyzer in rare cases
...
Former-commit-id: ac1846686bc1c96feaa4c3966dd91f6ad425542f
2015-06-13 08:26:18 -04:00
Jeremy Long
316bab6fff
fix for issue 232 - dependencies in seperate war files were being combined as related in cli
...
Former-commit-id: d43f3689be374468a6877436a2b1c94d13897c30
2015-06-13 08:25:20 -04:00
Jeremy Long
65a5d38fc6
updated test configuration
...
Former-commit-id: 598f069d1618f8941d480a1f6020ea9969a66222
2015-06-13 08:23:54 -04:00
ma wei
aa927e9168
refactor the build.gradle file, extract publish tasks to separated gradle file
...
Former-commit-id: 539b8d16917a8a60e07a7f1466ce9ad0c84ca94e
2015-06-11 10:11:07 +08:00
Jeremy Long
7b0a120e66
added test-jar back
...
Former-commit-id: 98de0ae9efde8e5fba07f19d327703c52c5a67e7
2015-06-10 05:35:47 -04:00
Jeremy Long
143ce58cb3
patch for issue #251
...
Former-commit-id: b63ab10ddf415eb5b5b7d0f2a7fc2e343e3f2aef
2015-06-07 17:45:59 -04:00
Jeremy Long
9244b44ce6
Merge branch 'hansjoachim-plugins'
...
Former-commit-id: f88e9750d80b430e36b9557d5d8832bec15b4efc
2015-06-07 17:14:36 -04:00
Hans Joachim Desserud
4720312b26
Upgraded several plugins to latest version
...
Former-commit-id: 0e7cc8f6d90a31fcf59171f2432957efabe9e813
2015-06-07 17:50:42 +02:00
Jeremy Long
d43610701b
added suppression entries per issuue #237
...
Former-commit-id: b600d89b0da9414f8f48d7d0fe3d447b75418c9c
2015-06-07 07:38:55 -04:00
Jeremy Long
243b0b2c21
removed test-jar
...
Former-commit-id: c6f5ee69992ba24185941e5488212f0e47286ec2
2015-06-07 07:09:32 -04:00
Jeremy Long
930894ced5
changed provided scoped dependencies to the correct test scope per issue #244
...
Former-commit-id: a6882023e79e158ab664ea3c39b6419b0940ce26
2015-06-07 07:09:03 -04:00
Jeremy Long
63ce7850e1
Merge branch 'hansjoachim-upgrades'
...
Former-commit-id: 6e19e7b75a4481314adb9b74586541a582a98018
2015-06-07 06:43:02 -04:00
Hans Joachim Desserud
984a38ce91
Renamed field to avoid shadowing
...
Former-commit-id: 05c0f0784d3ef4aa688e4700c790dc44d9c6d133
2015-06-06 14:05:06 +02:00
Hans Joachim Desserud
12ce2275e0
Replace deprecated use of extending BuildFileTest with BuildFileRule now that the latter is available in ant-testutil
...
Former-commit-id: c06ccc49f15012ef545b94d8e601c5ae0f012190
2015-06-06 14:05:06 +02:00
Hans Joachim Desserud
214b88ea1c
Move Apache Ant dependency declaration to dependencyManagment and upgrade to 1.9.5
...
Former-commit-id: 9be839121e7423007ff293b44aa69327b7821a2c
2015-06-06 14:05:05 +02:00
Jeremy Long
980e00e824
Merge pull request #248 from colezlaw/xpathfix
...
Fixed the Xpath expression to be more accurate and to find the getLog…
Former-commit-id: 43c480a97da111436353fbb1bb6f686eddaf89dd
2015-06-06 06:13:33 -04:00
ma wei
80276d5e4d
adjust format in README
...
Former-commit-id: 7bcc077020394df43130bcd35d60cf1063b6c815
2015-06-06 10:33:43 +08:00
ma wei
28c2db9edc
adjust format in README
...
Former-commit-id: 6a905bf23bec0f939974d83d53941a54d0dd851a
2015-06-06 10:32:02 +08:00
ma wei
5e66f70cf0
Update README, add usage for install plugin from MavenCentral
...
Former-commit-id: 26c9119b6eeb042e46f9855a2c51c48a0675419b
2015-06-06 10:29:50 +08:00
ma wei
4e41187bf3
Modify version to 0.0.4, changed the GroupId in order to release to MavenCentral
...
Former-commit-id: 7f57d17742215afcf3a9e2b4aa82e93d7444439e
2015-06-06 10:28:52 +08:00
Will Stranathan
0a09760aec
Fixed the Xpath expression to be more accurate and to find the getLogger statement
...
Former-commit-id: 2ecf96fe54d6f417f1fbf4b51092b73ed0d8a015
2015-06-05 22:03:13 -04:00
Jeremy Long
500ad62470
Merge pull request #247 from dwvisser/analyzer-logger-fix
...
Fixed logger name in PythonPackageAnalyzer.
Former-commit-id: 3fe7f3cce7db8733ef534b556cfd4023d9a210fc
2015-06-05 20:00:04 -04:00
Jeremy Long
1204d98e8d
added rough rule to look for copy paste errors regarding loggers (i.e. obtaining the logger for the wrong class per PR #247 )
...
Former-commit-id: ca6b2566ea496909ea4ab4f48241bb664b130183
2015-06-05 19:59:40 -04:00
Dale Visser
ae3596ac99
Fixed logger name in PythonPackageAnalyzer.
...
Former-commit-id: 759bdd58e3af6050014ef34cf40056fb83592249
2015-06-05 14:43:45 -04:00
Jeremy Long
d662c693f1
updated version numbers
...
Former-commit-id: 68c36d5c7f9b57e8b14fa9cd96fb6e74e34e4c19
2015-06-05 09:21:01 -04:00
Jeremy Long
1820cd0ae8
1.2.12-SNAPSHOT
...
Former-commit-id: 0099793057b121184d59f9aabfeb92b6df7ecaac
2015-06-05 09:20:49 -04:00
Jeremy Long
c5e144d211
Merge pull request #236 from ercpe/fix-dbstatements
...
Fix table name in dbStatements
Former-commit-id: 5ea4b843251c9c3c4d1a6b7cbf0d2b6599add3e8
2015-06-05 07:26:29 -04:00
Jeremy Long
e1c041a250
1.2.12-SNAPSHOT
...
Former-commit-id: 5136f7af23b3de02e6375350c2b850518ef6a3a8
2015-06-05 07:26:17 -04:00
Jeremy Long
82dff86802
added an Oxford comma for consistency
...
Former-commit-id: 4b6d06035396759018a6a4a843d6c573178cc5d6
2015-06-05 07:06:19 -04:00
Jeremy Long
b2019d7633
Merge pull request #243 from dwvisser/docs-index-update
...
Add Python, .NET to project description, fixed broken links
Former-commit-id: f192013295457df2d53853e27bc2cbcc8f09ef7b
2015-06-05 06:51:45 -04:00
Jeremy Long
f6afea0004
fix for issue #238
...
Former-commit-id: 3e2d26a90fb14975d01be395c9ac6a6a80297e2d
2015-06-05 06:10:41 -04:00
Jeremy Long
309eb502cd
Merge branch 'master' of github.com:jeremylong/DependencyCheck
...
Former-commit-id: 9f114b5a00713330c15cd4b24578bee1904074ee
2015-06-05 05:58:44 -04:00
Dale Visser
712252eb6b
Fixed broken links.
...
Former-commit-id: b14061de70552c56a81742c1bc35ffb322f75d54
2015-06-04 10:38:01 -04:00
Dale Visser
c3baf36eb5
Added .NET and Python to description on site index page.
...
Former-commit-id: 94f09b4e66452afc111db493d4e7195170441b5d
2015-06-04 10:23:56 -04:00
Dale Visser
771fd77088
AutoconfAnalyzer: Some 'diff' whitespace fixes.
...
Former-commit-id: 98b756d97d38068550a416eb1df0c7fa2e217504
2015-06-03 15:05:13 -04:00
Dale Visser
7d3ac21e42
AutoconfAnalyzer: Some code refactoring to eliminate duplicate code
...
and redundant condition checking, plus fixes/additions to Javadoc.
Former-commit-id: 1c18377b6d871f354915ca210df6ee22534553ba
2015-06-03 14:50:49 -04:00
Dale Visser
cc3a72f4fd
AutoconfAnalyzer: Added 'configure' extension for analyzing Autoconf
...
output configure scripts for the package metadata shell variables
generated by autoconf. Passing tests that look at metadata generated
in Readable's and Binutil's configure scripts.
Former-commit-id: d20bb17ccf4fde848dede4b87805241387e73f89
2015-06-03 14:50:24 -04:00
Dale Visser
d87fa374ec
Autoconf analyzer: added configure.in and unquoted values processing.
...
Former-commit-id: 4cedd800c60250f19deaebf8cdff9db4e310e7ab
2015-06-03 14:50:24 -04:00
Dale Visser
154a576388
AutoconfAnalyzer: added analyzer to service registry; added needed command-line hooks, flags.
...
Former-commit-id: bc4cc6082b4181286e62e736f4d5751e60379779
2015-06-03 14:50:17 -04:00
Dale Visser
29fe71b82c
AutoconfAnalyzer: Minor code fixes to address some static analysis warnings.
...
Former-commit-id: a8ad815fd8fbcf1b21141093d92da0758c344d01
2015-06-03 14:50:09 -04:00
Dale Visser
e960fd31fa
AutoconfAnalyzer: Added unit test for Readable's configure.ac, which makes full usage of
...
available AC_INIT parameters.
Former-commit-id: e545f3f85b70f15c1650528af9afd940984478a1
2015-06-03 14:49:45 -04:00
Dale Visser
132fb87c2c
Initial AutconfAnalyzer implementation, along with passing unit tests utilizing
...
GNU Ghostscript's configure.ac.
Former-commit-id: 50f2c5bc8ba83f346471cde091b4cc46947ed246
2015-06-03 14:39:49 -04:00
ma wei
6e281e0b66
Add gradle task to publish this plugin to Maven Central
...
Former-commit-id: dc5bfcbc382d7eb5f227c655214560082c8b9633
2015-06-02 14:14:06 +08:00
ma wei
a86ff9dfd1
Add ability for user to configure CVE url in gradle build file
...
Former-commit-id: 186b03ff55c9cab1c7bd788e5ea5ba1f8e79241e
2015-06-02 14:03:03 +08:00
Johann Schmitz
3ea33f1dd6
Fix table name in dbStatements
...
Changed table name to "software" to avoid SQL errors on MySQL (case sensitive)
Former-commit-id: c5097a534c778db2e919ce26d54ba175767e8c8a
2015-05-27 16:44:42 +02:00
Johann Schmitz
b645fd495f
Fix table name in dbStatements
...
Changed table name to "cpeEntry" to avoid SQL errors on MySQL (case sensitive)
Former-commit-id: 0b9bedaad63a4310c4b3aa69fc0351a1b27f55ce
2015-05-27 10:18:20 +02:00
Jeremy Long
5e635224e2
Merge pull request #235 from wmaintw/master
...
Add license information and modify the legalese for the gradle plugin
Former-commit-id: b880c195086735cab18ee3c78ef2f074aff625d8
2015-05-25 11:32:51 -04:00
ma wei
54d8becd74
Add license information and modify the legalese
...
Former-commit-id: 4586da1e5e89cc90cdd67f7a06ee3d7fe2e5871f
2015-05-25 12:23:58 +08:00
Jeremy Long
87243537e7
fixed documentation (path to mono) per issue #234
...
Former-commit-id: bc56be22a694aea6868bb7a23b38bd992e3c7bbd
2015-05-23 07:13:33 -04:00
Jeremy Long
0604361d4e
Merge branch 'wmaintw-master'
...
Former-commit-id: 16f0045f42b6bb19b7f3e0a7e74afee4a5a62e4c
2015-05-23 06:48:08 -04:00
Jeremy Long
399c052129
Merge branch 'master' of https://github.com/wmaintw/DependencyCheck into wmaintw-master
...
Former-commit-id: 2974aad3031a4b5746f735640f9fdee430e5b709
2015-05-23 06:46:11 -04:00
Jeremy Long
362c7e9c04
added notes for future enhancement
...
Former-commit-id: 2886464dc1fd657b79f1763eec2862bbf2c11af7
2015-05-23 06:39:23 -04:00
ma wei
c4843253c0
update version in README
...
Former-commit-id: f34bbf1704c329035cb12b739b40505cdae88230
2015-05-22 15:14:21 +08:00
Jeremy Long
928d8dbb15
Merge pull request #233 from dwvisser/add-dvisser-as-contributor
...
Added Dale Visser to the developers list.
Former-commit-id: d960cd48ef9541c57ca6b9e545f23a6833105392
2015-05-17 07:20:42 -04:00
ma wei
7f528d8d4a
update proxy setting usage
...
Former-commit-id: fd11b04a2a68619e9481e9d1341ef64b96dbf9d8
2015-05-15 11:39:52 +08:00
ma wei
8ddf4a0e72
add ability for user to customize proxy setting
...
Former-commit-id: 8b5093ccc75751bbea1415334bd5f4335bc5bbc6
2015-05-15 11:33:17 +08:00
Dale Visser
5c589136e5
Added Dale Visser to the developers list.
...
Former-commit-id: 678f9e701a59148288b20a62978343d4633b2fb2
2015-05-14 11:06:57 -04:00
ma wei
00f10771d9
modify the plugin version to 0.0.2 in README
...
Former-commit-id: aab6f65c20e565647a7fd91f04af63aeedeab32f
2015-05-14 11:27:02 +08:00
ma wei
583a5cda61
upgrade dependency-core version to 1.2.11
...
Former-commit-id: c36d8d962a352c574cacabc73a4e12c1bb6c7a7a
2015-05-14 11:25:18 +08:00
ma wei
f9e5ebccfd
modify usage for multiple sub project
...
Former-commit-id: 295bd3be8cc8901c7d103b51d6a4041b53bbcb3e
2015-05-14 11:24:29 +08:00
ma wei
77eebb6c1b
update version to 0.0.2
...
Former-commit-id: d999f6fe3e9f5d6c309bdbda5581fb586e895930
2015-05-14 11:06:34 +08:00
ma wei
53d01e5fe1
update usage for multiple sub project
...
Former-commit-id: 16aac082aa5f52f01db8f6935252306bd176860b
2015-05-14 11:04:39 +08:00
ma wei
3d08e8db06
generate report for each sub project in different directory
...
Former-commit-id: f13f90e93121734706ad2bc43bf47d70533b117c
2015-05-14 10:48:15 +08:00
Jeremy Long
50a3ce2036
fixed typo in file name
...
Former-commit-id: eec0a010dd1c88cbf933446920f2d5a53932714a
2015-05-13 08:12:30 -04:00
Jeremy Long
a127948c4c
sorted projects in each list
...
Former-commit-id: 5b36f4f7b35f2eff178779307466976767e2e933
2015-05-13 06:36:19 -04:00
Jeremy Long
36b406f7ec
added a link to the python analyzer
...
Former-commit-id: fa73940acd758656f3876cff9d3b8e475ef430e1
2015-05-13 06:35:35 -04:00
Jeremy Long
3c50e9f784
fixed markdown syntax and added a link to the python analyzer
...
Former-commit-id: 286dd35ae2c1480a7bd2fac2a4f0d59d7990a12f
2015-05-13 06:35:18 -04:00
ma wei
51e2af148e
modify code format in README.md
...
Former-commit-id: 5aabb0ec41022da8a2e0c83fc0317e7cbcc4cb95
2015-05-13 10:22:36 +08:00
ma wei
d7351f97fe
add ability to publish this plugin to Gradle Plugin Portal
...
Former-commit-id: 7dd9400a1871db2c880cecee3297734f39b3be4e
2015-05-13 10:17:07 +08:00
Jeremy Long
1a042fab4b
version 1.2.11
...
Former-commit-id: a7da992577504112a168f71e0dde9364d2a68ad0
2015-05-12 06:02:29 -04:00
Jeremy Long
c3f000c5ef
version 1.2.11
...
Former-commit-id: cd3b5ef7fa3dce4e40933c9278b2a2a46fcf6f20
2015-05-12 06:02:29 -04:00
Jeremy Long
e848dd5bee
version 1.2.11
...
Former-commit-id: 3b4665a8697668081e87f7082ed26931cd98b022
2015-05-12 06:02:28 -04:00
Jeremy Long
566e11f755
version 1.2.11
...
Former-commit-id: 2650031e6240ca78460d1f4eca9d533a51404bff
2015-05-12 06:02:28 -04:00
Jeremy Long
13aa00e465
version 1.2.11
...
Former-commit-id: 962ba27959c0648f7c271cbe3b10235c390f561e
2015-05-12 06:02:28 -04:00
Jeremy Long
e9df060e0c
version 1.2.11
...
Former-commit-id: 25145940a45388db1a01e954246ebcc50cda41d9
2015-05-12 06:02:28 -04:00
Jeremy Long
c4724e8020
version 1.2.11
...
Former-commit-id: 90b6adbbf9a01bee641cdca7e2fda2cacd6266bc
2015-05-12 06:02:27 -04:00
Jeremy Long
9c36087dae
updated sample report
...
Former-commit-id: 3147df8191930f55ffcb6810b0d5751fbb93b2fd
2015-05-12 05:23:45 -04:00
ma wei
51c3ebcdb8
add ability to publish this plugin to Bintray
...
Former-commit-id: 61b03346bf2f3035d52f86c88d8d655099ed5eb7
2015-05-12 16:45:40 +08:00
ma wei
f29e4a5d36
remove unused code
...
Former-commit-id: 1844b759f255550545b4ead5e527289c2ad8b1a7
2015-05-12 16:22:15 +08:00
Jeremy Long
99dd04a1c1
findbugs correction
...
Former-commit-id: 79dc73b57f2d025754e0fc717610e9a067f1a155
2015-05-11 20:31:50 -04:00
Jeremy Long
29c47e3e96
findbugs correction
...
Former-commit-id: 55b3830b5d31908e452ea6c688b0213aa04a7f41
2015-05-11 20:31:36 -04:00
Jeremy Long
659248ff22
findbugs correction
...
Former-commit-id: 3c3c89dfa3bb71a23db3ff5e5f80ef098a8f5e9a
2015-05-11 20:31:25 -04:00
Jeremy Long
71a7e8d2dc
findbugs correction
...
Former-commit-id: a58d1242d8a3ea307a83314f7b77e66f392d4ef3
2015-05-11 20:31:14 -04:00
Jeremy Long
caabdc6584
checkstyle corrections
...
Former-commit-id: 14e427f40af0fd7577d0711a80003e53811ef4e3
2015-05-10 08:30:52 -04:00
Jeremy Long
0b92d2ec17
checkstyle corrections
...
Former-commit-id: fe41cc533ce48a09ad80321018150d0a6b396eff
2015-05-10 08:30:43 -04:00
Jeremy Long
db8bcd8fd6
checkstyle corrections
...
Former-commit-id: 0d71fe52d044822ed051e7f9692a46bc76abe739
2015-05-10 08:30:33 -04:00
Jeremy Long
17cb96ef41
checkstyle corrections
...
Former-commit-id: d7f292f1a188081247290db6a372a2f53decced9
2015-05-10 08:19:04 -04:00
Jeremy Long
2248380c90
checkstyle corrections
...
Former-commit-id: 2326fa7a3cf7e2e478a4fd0edf773a449e8688a6
2015-05-10 08:19:03 -04:00
Jeremy Long
ffe64d2f8f
checkstyle corrections
...
Former-commit-id: 2382f87c687a9c22e60dd399298ec2693c2f52ef
2015-05-10 08:19:03 -04:00
Jeremy Long
a0c624fca6
checkstyle corrections
...
Former-commit-id: effc24928a851553bdaf23bd0f589add9db6c7c6
2015-05-10 08:19:02 -04:00
Jeremy Long
31022ea8de
checkstyle corrections
...
Former-commit-id: 0fd9070170429a79aa7efdd9c7c5d85e88e8a10f
2015-05-10 08:19:02 -04:00
Jeremy Long
0d0de4d5b3
checkstyle corrections
...
Former-commit-id: f830829cad039031b0e9a630c10ca95fd64a2e24
2015-05-10 08:19:02 -04:00
Jeremy Long
1fdb4c4627
checkstyle corrections
...
Former-commit-id: 982cd5df66cc4b41e73deddd7e1ae749a2cb955e
2015-05-10 08:19:01 -04:00
Jeremy Long
76665c54e2
checkstyle corrections
...
Former-commit-id: 61ed77caae7ee3f9ca10cafa511fa8cbcdd24fa2
2015-05-10 08:19:01 -04:00
Jeremy Long
04166766da
checkstyle corrections
...
Former-commit-id: 7a96e04aeb874f27248375b47ad7d1f0aee6b8dc
2015-05-10 08:19:01 -04:00
Jeremy Long
aa7f903210
checkstyle corrections
...
Former-commit-id: 0067c70b027c153e56a7e48d7fe1066aadba9016
2015-05-10 08:19:01 -04:00
Jeremy Long
c4ca53cdf9
checkstyle corrections
...
Former-commit-id: 585bac09a04d92bd9f503ee93beb9260cf65e63c
2015-05-10 08:19:00 -04:00
Jeremy Long
d5885acd6e
checkstyle corrections
...
Former-commit-id: 02db425ee86feb94346bfaf6e7cb8eb6b3b078b3
2015-05-10 08:19:00 -04:00
Jeremy Long
550b3332a3
checkstyle corrections
...
Former-commit-id: ca9d957a11e4f1b4184ac19b8938314a43b09d36
2015-05-10 08:19:00 -04:00
Jeremy Long
93b98576b8
checkstyle corrections
...
Former-commit-id: 4235986f29cd91b212024844edf4360d1204deba
2015-05-10 08:19:00 -04:00
Jeremy Long
e6f2c25167
checkstyle corrections
...
Former-commit-id: 7f488144815cb3065b6f5304a3d44e700319f4e9
2015-05-10 08:18:59 -04:00
Jeremy Long
0b207c6141
added test cases
...
Former-commit-id: 2f23cb9e248dfbbc7be40252172c560b48acef57
2015-05-10 07:16:48 -04:00
Jeremy Long
3ed5e85646
added code to strip -py2 from the identified version
...
Former-commit-id: 4e8f8f21a3ac21099b6ea4524f5299da95973943
2015-05-10 07:16:22 -04:00
Jeremy Long
4068da33c8
updated to resolve issue #218
...
Former-commit-id: b99559ce5f57014d6f94961cb321097793436678
2015-05-09 08:00:21 -04:00
Jeremy Long
d1d53ee65b
updated to use HTTP or HTTPS as appropriate for the download URL
...
Former-commit-id: a285898cfb8ae9d2dd92549b8136c64cc551d1a4
2015-05-09 07:58:40 -04:00
Jeremy Long
38413c4f64
updated to determine if HTTP or HTTPS should be used when downloading the artifacts
...
Former-commit-id: b3281bfc2a57e4fd94298e06179ff5f268dfc51b
2015-05-09 07:54:56 -04:00
Jeremy Long
a6bb6cd170
fixed bug causing false positives on CPE entries with a vendor or product descriptor that is two or less characters as part of fix for #229
...
Former-commit-id: b4c9c8bcb2b5f542933747067b516b9247443d96
2015-05-09 05:28:31 -04:00
Jeremy Long
145bf70420
updated documentation per issue #230
...
Former-commit-id: 28c50979be4f2fbdbab36cc75d65c45d7729ff27
2015-05-08 19:03:15 -04:00
Jeremy Long
e2c92c57e6
updated documentation per issue #230
...
Former-commit-id: e3c4e4efb1720ed0fcfb8d530857ca445852c4da
2015-05-08 19:02:47 -04:00
ma wei
1fa59270c1
add README
...
Former-commit-id: d1a87185137952bdfeaf6dd2543e0ff748e37859
2015-05-08 16:04:29 +08:00
ma wei
d5c1fda958
rename plugin name to 'dependency-check'
...
Former-commit-id: 240e44081b0f0a6e2678f8b2c37ef8684f245ffd
2015-05-08 16:04:18 +08:00
ma wei
b0e34fd062
add gradle task, utilize dependency-check-core functions to check dependency vulnerabilities
...
Former-commit-id: bef42df0ed3869fbceb4fe3ec459228031554439
2015-05-08 15:35:55 +08:00
ma wei
8fbf8df0bd
initial check in
...
Former-commit-id: 2be8565868e6c8d62f86fcd7c70d350464c667c6
2015-05-07 11:25:31 +08:00
Jeremy Long
bcc2173768
changed confidence of maven identifier per issue #229
...
Former-commit-id: f5d4ad0fa35e4b6bf1975dc3aa8dc3bb862011fe
2015-05-06 16:24:15 -04:00
Jeremy Long
aa1df53ab0
fixed copy/paste error when checking for oss parent group/artifact
...
Former-commit-id: 432420dd19272d47e3073c0c6513de69c75c4409
2015-05-06 06:46:03 -04:00
Jeremy Long
fb6a2a2c37
fixed typo
...
Former-commit-id: 5ddb2be656057820ae6a6b347d1738fe5096165d
2015-05-06 06:45:25 -04:00
Jeremy Long
f403fc732c
added additional test dependencies
...
Former-commit-id: d0726c02f7fb3ea07d6558d9344c51b23532e379
2015-05-06 06:36:05 -04:00
Jeremy Long
03aa7c56a2
corrected markdown syntax
...
Former-commit-id: 00ae7bfdb5b956f8c848b97fe218aa40f02de7be
2015-05-05 19:38:52 -04:00
Jeremy Long
547d6d4bcc
fixed formating issues
...
Former-commit-id: d602cf23c16ec7b1a7e77011ab7dd0e08579aa18
2015-05-05 19:38:28 -04:00
Jeremy Long
2cba8f906d
fixed formating issues
...
Former-commit-id: cecd4d7cddac6bf4ce7e9c7012c613a24766ccc4
2015-05-05 19:38:05 -04:00
Jeremy Long
bb5ee6a347
added related works
...
Former-commit-id: ced0b755e4d6c0c19b0de1cc9d33f5a934ad8ec2
2015-05-05 19:35:03 -04:00
Jeremy Long
34604efde4
added content to resolve issue #220
...
Former-commit-id: e7d0a7739051f098f36a818fbdfec4eed920647c
2015-05-05 18:42:46 -04:00
Jeremy Long
c232a4fbad
updated and linked documentation
...
Former-commit-id: 175e477cc1d6bf395a2b83a96a56174b8c7a67cb
2015-05-05 05:38:28 -04:00
Jeremy Long
0c5dfdbe24
added more documentation
...
Former-commit-id: 1f3ef3a136bf05da797236b898371b4f7edb56a4
2015-05-04 06:21:46 -04:00
Jeremy Long
c0f9a382b3
minor fix to sorting
...
Former-commit-id: de65b06be56d1d6ed3d6913819227b7f49f916d5
2015-05-03 07:54:15 -04:00
Jeremy Long
8ca32fcace
patched issue #219
...
Former-commit-id: bc925ade007ee8736c65fd039f26a26812c0a5b4
2015-05-03 07:42:32 -04:00
Jeremy Long
0461a9fc89
moved string interpolation to Model
...
Former-commit-id: 111849899d090f7ca5433fd6c8688e1ba7b80cda
2015-05-03 07:22:37 -04:00
Jeremy Long
2b600290ae
added tests for Model
...
Former-commit-id: c02ad169f661616b9ab51779bb0fad6642cf30b7
2015-05-03 07:21:41 -04:00
Jeremy Long
56fd3f2566
moved interpolate string test to ModelTest
...
Former-commit-id: 399a9f462da994e9687345bca2f510c2bd393921
2015-05-03 07:21:15 -04:00
Jeremy Long
142e06e752
Removed code duplication by using the JarAnalyzer's setPomEvidence
...
Former-commit-id: fea72403f300fe9d3ca095d94e7368a2426182c1
2015-05-03 07:20:44 -04:00
Jeremy Long
cbf2a047be
moved string interpolation from JarAnalyzer to Model
...
Former-commit-id: dcc442ef1d938ccd8db82fc20f10b3c1aef0818b
2015-05-03 07:19:31 -04:00
Jeremy Long
1880e22d22
added equals, hashcode, and tostring
...
Former-commit-id: d29f3d164d55448bf8a38ef73f2071f44b67a865
2015-05-03 07:18:53 -04:00
Jeremy Long
963b1eae1c
fixed unit test
...
Former-commit-id: d4560b518805dcdf20d17f92c7b214dad2fa9676
2015-05-02 20:53:35 -04:00
Jeremy Long
d173573e6c
minor format/comment updates
...
Former-commit-id: 40f4da7591189b7f3b31a51120df75c709f18f04
2015-05-02 20:52:57 -04:00
Jeremy Long
b6c0426c1c
refactored initialization of the analyzer
...
Former-commit-id: c9e32fbd039c87eafc25bf0bf62dad23c6a7279a
2015-05-02 07:31:05 -04:00
Jeremy Long
4f18e9ee7f
auto-format changed indentations
...
Former-commit-id: 1ef56dd84a5167644c2767cefdee54d555175c55
2015-05-02 07:30:15 -04:00
Jeremy Long
e227b90370
add table sorting per issue #222
...
Former-commit-id: 74e47bf4c0d109e3e3e0372f5b13804025196fc1
2015-05-01 05:36:38 -04:00
Jeremy Long
360b112bd2
added Node Security Project
...
Former-commit-id: ddf86a1e16684666c3dc62c57ebeec68fe471dec
2015-04-29 16:12:56 -04:00
Jeremy Long
ff7027439d
initial version of Python Analyzer documentation
...
Former-commit-id: acf1de698829521f47299b12e6f44b30675a3bec
2015-04-29 16:12:30 -04:00
Jeremy Long
a5ed91611a
minor update to documentation
...
Former-commit-id: 8ded385a196c8c4e120b2f33646954310d8903bf
2015-04-29 16:12:03 -04:00
Jeremy Long
168b1c3684
minor update to documentation
...
Former-commit-id: b41917cd2cd2dbb1c3099f32bb3cb453ed6b9157
2015-04-29 16:11:25 -04:00
Jeremy Long
7e1141ff16
Merge pull request #217 from dwvisser/python-github-pr
...
Add Analyzers for Python Distribution Files and Packages
Former-commit-id: 972a63525744bbbd510b4ae2d92028dc3079787a
2015-04-26 08:14:03 -04:00
Jeremy Long
168d55c54c
removed un-needed plugin
...
Former-commit-id: 406dd00f2803302e68f16d3f52503845c581a3f1
2015-04-23 06:18:27 -04:00
Jeremy Long
d5ed2bc765
updated site structure and data
...
Former-commit-id: 9745b59268f55930b3fdff9c24ad219715cb714a
2015-04-22 20:21:31 -04:00
Jeremy Long
940a4613ee
updated list
...
Former-commit-id: 02501953376253591f9af5ee8372af51a6357b90
2015-04-22 20:20:57 -04:00
Dale Visser
4f6d96e16b
Added class, mozilla, sendfile and yacc to suppression, since all are *not* Python-based.
...
Former-commit-id: d4467d0b1ca70134a61c7f039180ec6dc115de6b
2015-04-21 16:53:14 -04:00
Dale Visser
707d9925a8
Added file, gnupg, mongodb, openssl and sendmail to suppression, since all are *not* Python-based.
...
Former-commit-id: a3bb880e64a207d48e9efdbd8520aa37f9886c26
2015-04-21 16:08:44 -04:00
Dale Visser
657340c912
Suppression of site-packages with vendor = python_software_foundation.
...
Former-commit-id: 2473db879a0edfac46618cde9d474a9ebd1be2dc
2015-04-20 16:17:15 -04:00
Jeremy Long
3e220704a1
updated documentation
...
Former-commit-id: 8445473727eb9d6b0122fa640a107ebeef8f5001
2015-04-19 08:15:04 -04:00
Jeremy Long
4a2309a3f8
updated documentation
...
Former-commit-id: a41eadec0c691ce907b64a688a60325dd61f9ae7
2015-04-19 08:14:55 -04:00
Jeremy Long
09122be7be
externalized sql statements as part of issue #216
...
Former-commit-id: ea18ad69c2e7b6cc9d276fc30333d2fd16926858
2015-04-16 06:08:33 -04:00
Jeremy Long
e26ec47ad7
externalized sql statements as part of issue #216
...
Former-commit-id: 3af237a7f227f741fd4a948de5281a978ce59fec
2015-04-15 06:26:36 -04:00
Dale Visser
05ae73eea2
Suppress all mappings to python:python CPEs coming from site-packages or dist-packages.
...
Added command-line options to disable Python scanning.
Former-commit-id: cf8f1188f77316e7974a02d4dabf156462b9e1d2
2015-04-14 10:39:22 -04:00
Dale Visser
511d2b9457
Added PythonPackageAnalyzer, for directly analyzing Python library, a.k.a.,
...
package, source code.
Former-commit-id: 3154ea4ecddd794cb3e7f3686972fd7a6cc2177c
2015-04-14 10:37:38 -04:00
Dale Visser
bf96c24ec3
Added capability to scan Python egg distribution format (.egg and .zip).
...
Changed copyright notices to IDA, and added as possible copyyright holder in
checkstyle-header file, and some whitespace fixes.
Former-commit-id: ac4288dff7c3c40e64dc733791c80035f73cc602
2015-04-14 10:36:28 -04:00
Dale Visser
e328ec990c
Added capability to scan extracted egg and wheel metadata in the local Python
...
environment.
Former-commit-id: b0259d38134bf18b1eb72db9951dbe2d04ba8fb9
2015-04-14 10:32:04 -04:00
Dale Visser
a5dee0cb27
Added PythonDistributionAnalyzer, including unit tests with test data, with
...
capability to analyze the Python wheel distribution format. Using
javax.mail.internet.InternetHeaders to parse metadata files.
Former-commit-id: 478ab6be7b0f30f7991144039e33a6f69dd261ed
2015-04-14 10:30:36 -04:00
Jeremy Long
7fb5d5bde5
resolved issue #213
...
Former-commit-id: e50ac440ea63132f387c28fc2f8e0f3ff81d9896
2015-04-14 07:03:07 -04:00
Jeremy Long
5a329b4a6d
version 1.2.11-SNAPSHOT
...
Former-commit-id: c0aa23ec9d12d6cb175aa43356f492dae78d7c3a
2015-04-14 07:02:41 -04:00
Jeremy Long
500f6c5b6f
version 1.2.10
...
Former-commit-id: 0da4b8daeb214ee8b1ee3410cde0e4842f9c8003
2015-04-13 17:33:43 -04:00
Jeremy Long
29f76ba62a
updated to resolve issue #210
...
Former-commit-id: cc5f3b351cee90af187712b328ab35d599ccbba6
2015-04-07 08:58:40 -04:00
Jeremy Long
70e0c84a20
updated pom parsing to resolve issue #210
...
Former-commit-id: e1092139cc27a01fba8ecfa37aa3904ee96154e6
2015-04-07 08:56:45 -04:00
Jeremy Long
3dd95180e0
initial test of pom utils
...
Former-commit-id: f9515f9647fbb134a97ae944189167a020858048
2015-04-07 08:55:43 -04:00
Jeremy Long
dcd8fc0320
added pojo class to hold data from pom.xml
...
Former-commit-id: cf66a8d5a6fe180b7253813af1ea7ff20695957f
2015-04-07 06:59:58 -04:00
Jeremy Long
bcd9fb0be9
updated to correctly use utility class PomUtils
...
Former-commit-id: 4c8cb205df42785aa71fa5f0621a52946000c200
2015-04-07 06:58:58 -04:00
Jeremy Long
a088d20612
replaced jaxb with sax parser
...
Former-commit-id: 68b01f1943cae8778cb9dd257f84f1c5321aadf4
2015-04-07 06:58:00 -04:00
Jeremy Long
29fb347bbb
replaced jaxb with sax parser
...
Former-commit-id: a1c0325c9d68675931947a5beade6f0ee65814ba
2015-04-07 06:57:13 -04:00
Jeremy Long
b2a436b3bc
replaced jaxb with sax parser
...
Former-commit-id: 3a68df99ece4b86e13b266650ad4ab496a864704
2015-04-07 06:57:09 -04:00
Jeremy Long
d288912df1
replaced jaxb with sax parser
...
Former-commit-id: e414ec7919c8709a9d099f7dbcbf349161206c22
2015-04-07 06:57:09 -04:00
Jeremy Long
7bde6baaac
replaced jaxb with sax parser
...
Former-commit-id: a52e0ca02d5bb11aead699d62a38e50b1dd6670b
2015-04-07 06:57:08 -04:00
Jeremy Long
26ca6d9b77
replaced jaxb with sax parser
...
Former-commit-id: ad48ae623b717e9ffb4b1918ba039805931e9998
2015-04-07 06:57:08 -04:00
Jeremy Long
961626a136
removed jaxb
...
Former-commit-id: 0f7887da58f135eed0e669209e33409000d1807d
2015-04-07 06:57:07 -04:00
Jeremy Long
641a311537
removed jaxb
...
Former-commit-id: 2a307afe8d3381572133af1ae9d0cd489e3ae934
2015-04-07 06:57:07 -04:00
Jeremy Long
995ba02357
removed jaxb
...
Former-commit-id: 413724fb7e584e246764add0979e20e260b14343
2015-04-07 06:57:07 -04:00
Jeremy Long
fb3e6e4208
removed jaxb
...
Former-commit-id: 881feef75155fc031df63f187d01ad8e150075e8
2015-04-07 06:57:06 -04:00
Jeremy Long
e5363f7c8f
removed jaxb
...
Former-commit-id: eb799f07859ef7476d71e1265a162fd32907c637
2015-04-07 06:57:06 -04:00
Jeremy Long
d1a128b897
removed jaxb
...
Former-commit-id: f477e060a011528b7a5c8bfd50382f6684b4e607
2015-04-07 06:57:06 -04:00
Jeremy Long
2b5fb4d75a
removed jaxb
...
Former-commit-id: 551ef5c2b41551e08252a1e14574190a840b3055
2015-04-07 06:57:06 -04:00
Jeremy Long
6439ddde23
removed jaxb
...
Former-commit-id: 0a2fee66a643fd6d5ac6a1be279a59dc401a362a
2015-04-07 06:57:05 -04:00
Jeremy Long
f2994ed4ff
removed jaxb
...
Former-commit-id: c6113b6436bc4789c68482358355f732d7f9f465
2015-04-07 06:57:05 -04:00
Jeremy Long
019bf67f93
removed jaxb
...
Former-commit-id: 4cf9a4a3d4f05efb2fa49f63339d144a3888e03d
2015-04-07 06:57:05 -04:00
Jeremy Long
78c1dcd0d0
removed jaxb
...
Former-commit-id: 76e89bd3b8b91b8a740427d56b5db36c1a990860
2015-04-07 06:57:04 -04:00
Jeremy Long
e07b30df85
removed jaxb
...
Former-commit-id: 5b4dd75c3b11a5b342a59ff33da7b55d4d18b8cd
2015-04-07 06:57:04 -04:00
Jeremy Long
96cd517c36
removed jaxb
...
Former-commit-id: 1e93d173b0fb6e9252c755ba792564237710c9be
2015-04-07 06:57:04 -04:00
Jeremy Long
2cb8e00c99
removed jaxb
...
Former-commit-id: 3e74c70e0423bd455f7043bbfd5725295d3a5600
2015-04-07 06:57:03 -04:00
Jeremy Long
92f093009e
removed jaxb
...
Former-commit-id: aca14c70fed2421dc444eec2256e290154dc9ff6
2015-04-07 06:57:03 -04:00
Jeremy Long
27256a1854
removed jaxb
...
Former-commit-id: e5eaaa4d41b7d4c105979151b39e4627c268229a
2015-04-07 06:57:03 -04:00
Jeremy Long
ba782ca56f
removed jaxb
...
Former-commit-id: e9ba1c00a0d2cc00584d1a16a1b2e383d5b5bcb7
2015-04-07 06:57:02 -04:00
Jeremy Long
3f3e33a366
removed jaxb
...
Former-commit-id: beb3d86fc7a6cf9668c89985e9799d63551b95f9
2015-04-07 06:57:02 -04:00
Jeremy Long
343fd75477
removed jaxb
...
Former-commit-id: 9f33ebbd388afe6e022f909a20ca463ca6958f5a
2015-04-07 06:57:02 -04:00
Jeremy Long
7bcfb6ff49
removed jaxb
...
Former-commit-id: ab8aceb365aa303ff4dc99b4eedc89bfd7dce3fd
2015-04-07 06:57:01 -04:00
Jeremy Long
78ec08792f
removed jaxb
...
Former-commit-id: 4c0685feb62da31bc0deb6f5c310df6eb20e21df
2015-04-07 06:57:01 -04:00
Jeremy Long
461b41f300
removed jaxb
...
Former-commit-id: a854bb2d722766fcc336563c12b0fea6a7d8d031
2015-04-07 06:57:00 -04:00
Jeremy Long
5b246424fb
removed jaxb
...
Former-commit-id: 417c552c2311709c35c82999f773fab484b6bd80
2015-04-07 06:57:00 -04:00
Jeremy Long
6af4b4cd5e
removed jaxb
...
Former-commit-id: 621b2070136bad0374dd37ec12e788a789498d87
2015-04-07 06:57:00 -04:00
Jeremy Long
6d348eb5a7
removed jaxb
...
Former-commit-id: 4f0eeb2569e46b55821492771776f5573bb0def8
2015-04-07 06:57:00 -04:00
Jeremy Long
b26f6b697a
removed jaxb
...
Former-commit-id: 376893da54ccb8e3d27aeb03734b6814dc846500
2015-04-07 06:56:59 -04:00
Jeremy Long
554510bb78
removed jaxb
...
Former-commit-id: 2e945592f021a0c3508cf153ad84bcb2c0102de7
2015-04-07 06:56:59 -04:00
Jeremy Long
3f2e5b7c69
removed jaxb
...
Former-commit-id: 975161363155f5b297a18bce8765e2479c3a6177
2015-04-07 06:56:59 -04:00
Jeremy Long
3c4989f5ca
removed jaxb
...
Former-commit-id: 9b590ecce2ad7a2c960aaf5c6d3b9825c2059045
2015-04-07 06:56:58 -04:00
Jeremy Long
d33c649be6
removed jaxb
...
Former-commit-id: 0db8ef041849af552d6b066045bbf6ff2d96f686
2015-04-07 06:56:58 -04:00
Jeremy Long
c55954e5e8
removed jaxb
...
Former-commit-id: e6c17d8f70b15886dc32b635e0b7cd2e5fdb427a
2015-04-07 06:56:58 -04:00
Jeremy Long
678311e65b
removed jaxb
...
Former-commit-id: c4ab6153cbaedd5b06b6c725145f53266b8e99c2
2015-04-07 06:56:57 -04:00
Jeremy Long
ab1d3075e8
removed jaxb
...
Former-commit-id: 88ba3f6e18e6276fb60e7d3c9eb7ee8891cade8e
2015-04-07 06:56:57 -04:00
Jeremy Long
0a6f8b7ac1
removed jaxb
...
Former-commit-id: 1452d82d2388610b3becb43d6fd50f9e7b4231f4
2015-04-07 06:56:57 -04:00
Jeremy Long
422a1f78fc
removed jaxb
...
Former-commit-id: 41fa4ae4098fcde985a888141fc6f3229c3ca680
2015-04-07 06:56:56 -04:00
Jeremy Long
f21af8bd1e
removed jaxb
...
Former-commit-id: d33ce17573b849f6b7426d813b1a6e882122c399
2015-04-07 06:56:56 -04:00
Jeremy Long
924278e387
removed jaxb
...
Former-commit-id: 20d7bfb8bd4c9a097da746de0d087add935f51ff
2015-04-07 06:56:56 -04:00
Jeremy Long
c6ea4466fb
removed jaxb
...
Former-commit-id: 104c5d60aecfd53603e8e59edc58335949334319
2015-04-07 06:56:55 -04:00
Jeremy Long
318cc7a8fb
removed jaxb
...
Former-commit-id: f4bc144353738f9742b6e746005907577aa5def9
2015-04-07 06:56:55 -04:00
Jeremy Long
9554a30286
added test dependency
...
Former-commit-id: 424bb6900a580fd5fa1e58979e28329273a17199
2015-04-06 19:59:56 -04:00
Jeremy Long
5336da52d9
added Hugo Costa as a contributor
...
Former-commit-id: c7b9bf343a5087d1e6b384a6e38e38ba6900e900
2015-04-06 19:59:31 -04:00
Jeremy Long
bd0c2e4ee4
added test dependency to test issue #210
...
Former-commit-id: cdb4911037e3e74cb3e56f488c3c496595f08187
2015-04-05 16:41:56 -04:00
Jeremy Long
64aad66adc
changed config on javadoc so it does not fail with jdk8
...
Former-commit-id: 6300a8fd8bf2c6314f5a963fb10fd85cf3e59ac8
2015-04-05 12:54:36 -04:00
Jeremy Long
587bf131db
updated sample report
...
Former-commit-id: b04eedcc48cd6461585742dd2e2b9b9661d6875b
2015-04-05 11:03:40 -04:00
Jeremy Long
fc96c727ec
added logo
...
Former-commit-id: 28f42f846833db2ae8fe5f5d7504678067db836c
2015-04-05 10:46:27 -04:00
Jeremy Long
d17bd5bd9e
added logo
...
Former-commit-id: 9a831f9ba0d3af212e681dd8ac6a3cecdf2cf851
2015-04-05 10:45:19 -04:00
Jeremy Long
b22a935a6c
updated package info
...
Former-commit-id: 4050b01bfc1c92862fc71f23239c1d5202a5126e
2015-04-05 10:44:24 -04:00
Jeremy Long
a7c1d594dc
updated package-info
...
Former-commit-id: 5d02d7dacbc0e20efffdaecc5a1630d102114fa5
2015-04-05 09:31:34 -04:00
Jeremy Long
dd20a9c7cc
updated package-info
...
Former-commit-id: cd69861ebd1c3ef2e8a679b87d08acd43b49e7bd
2015-04-05 09:31:34 -04:00
Jeremy Long
e0994e0e54
updated package-info
...
Former-commit-id: 385c57cab581f700ec110dc02245c4b37976148d
2015-04-05 09:31:34 -04:00
Jeremy Long
0f8ce09646
updated package-info
...
Former-commit-id: d93c76a844ab6c9177856ab74b27f8d7e9d547b1
2015-04-05 09:31:33 -04:00
Jeremy Long
871e27d19f
updated package-info
...
Former-commit-id: 3375a31fca8abb2d7553e0dfb39c96cc2bb8a44b
2015-04-05 09:31:33 -04:00
Jeremy Long
c429df3280
updated package-info
...
Former-commit-id: 864920215f4b1620550c5bba2822d596f885d0be
2015-04-05 09:31:33 -04:00
Jeremy Long
13f355c385
updated package-info
...
Former-commit-id: ee67619c2480dc0de800055da7d00c5312146ee6
2015-04-05 09:31:32 -04:00
Jeremy Long
d33ddefb2d
updated package-info
...
Former-commit-id: abee416d7c2690d66f255d69efc34855a82064db
2015-04-05 09:31:32 -04:00
Jeremy Long
75b3f4b3c8
updated package-info
...
Former-commit-id: 191f7b8866bdc2e5c9ea9b5aac2c4ab1a23a5881
2015-04-05 09:31:32 -04:00
Jeremy Long
03ce1d2ea8
updated package-info
...
Former-commit-id: a38dc7f72dda348947817f35ecaa0eadc39ac99c
2015-04-05 09:31:31 -04:00
Jeremy Long
08eae2b09c
updated package-info
...
Former-commit-id: 206b5f173ad7f2f87dc5a5ff8232a4099f07ef29
2015-04-05 09:31:31 -04:00
Jeremy Long
c94f9e2d2b
updated package-info
...
Former-commit-id: 44e0d6bf55997292b7570d0cb8ae61c41ee5c001
2015-04-05 09:31:31 -04:00
Jeremy Long
520370688c
updated package-info
...
Former-commit-id: c577b32102ac872b713df1c88b2af3424f00565c
2015-04-05 09:31:31 -04:00
Jeremy Long
725949db2f
updated package-info
...
Former-commit-id: 2af313130c4d4a180896eb465685413385ddbdf2
2015-04-05 09:31:30 -04:00
Jeremy Long
5d647155b6
updated package-info
...
Former-commit-id: 9ca5a2b3bd7e86495d73c97bde84e731c22e1e61
2015-04-05 09:31:30 -04:00
Jeremy Long
c152bd0517
updated package-info
...
Former-commit-id: cda9f52d0d8f46523bc65f0b84ba9bc62e16b065
2015-04-05 09:31:30 -04:00
Jeremy Long
f35146d93d
updated package-info
...
Former-commit-id: 85603781da2c18a1275e13385080abcf662a331b
2015-04-05 09:31:29 -04:00
Jeremy Long
e8e58555d0
updated package-info
...
Former-commit-id: 7e59b9f0cd75ce84b6d230856458d0a44b167d0d
2015-04-05 09:31:29 -04:00
Jeremy Long
7190dcc04e
updated package-info
...
Former-commit-id: c459f7479fc476f19ee1ba52dc162a9ead751fc8
2015-04-05 09:31:29 -04:00
Jeremy Long
b623e3b3c8
updated package-info
...
Former-commit-id: 5f1e580af20320d75e7af5a00d9f6eababfe15a2
2015-04-05 09:31:28 -04:00
Jeremy Long
d78e82bd56
updated package-info
...
Former-commit-id: 232d2259875911ee517ed71dd741801f285a7ad4
2015-04-05 09:31:28 -04:00
Jeremy Long
ff478253e3
updated package-info
...
Former-commit-id: fe210fb0ea9a25612dc869e6086f4d63c29e282b
2015-04-05 09:31:28 -04:00
Jeremy Long
85c3368cda
updated package-info
...
Former-commit-id: e4991a34fc6959d2d7352722a8fdc8d9d9249857
2015-04-05 09:31:28 -04:00
Jeremy Long
a4095cec8d
updated package-info
...
Former-commit-id: be1142cf59d4755dc703d400d449574ca7775087
2015-04-05 09:31:27 -04:00
Jeremy Long
c840ce249f
updated javadoc author
...
Former-commit-id: df65c5c6389d9fc4c884c4ecab728ab825d3ccea
2015-04-05 09:22:17 -04:00
Jeremy Long
b70812fc3d
updated javadoc author
...
Former-commit-id: adfd776cd02132c2da6b3d3b77b13db0f8675551
2015-04-05 09:22:16 -04:00
Jeremy Long
3ccf06321d
updated javadoc author
...
Former-commit-id: 0c72c9263cc012d64ff46969fa7f77a8b730cf4a
2015-04-05 09:22:16 -04:00
Jeremy Long
1d5dd5ea11
updated javadoc author
...
Former-commit-id: d72d2947df15f40a6febf9df7d2b6d4da1575c4c
2015-04-05 09:22:16 -04:00
Jeremy Long
0cadd88769
updated javadoc author
...
Former-commit-id: a0dc3aea76c887631da951f9467af28f1c8d4d89
2015-04-05 09:22:15 -04:00
Jeremy Long
75499a3321
updated javadoc author
...
Former-commit-id: 958d2b0792543e10fd902b6f24177820c1a45de1
2015-04-05 09:22:15 -04:00
Jeremy Long
5096027523
updated javadoc author
...
Former-commit-id: 8344848ff8c6c3255cf1be2f9699366d4b94cfe0
2015-04-05 09:22:15 -04:00
Jeremy Long
5c8c07794d
updated javadoc author
...
Former-commit-id: 4b602ba266e8e539cb5f0341f4a3207c05c13850
2015-04-05 09:22:14 -04:00
Jeremy Long
18a72bbb59
updated javadoc author
...
Former-commit-id: 789d787c659b501f3ee4c82242c4c8e9eead9b49
2015-04-05 09:22:14 -04:00
Jeremy Long
7b3c4475da
updated javadoc author
...
Former-commit-id: d705f8956b50fc3afd0526880b42d9c9309349e3
2015-04-05 09:22:14 -04:00
Jeremy Long
419c446f01
updated javadoc author
...
Former-commit-id: f1de29baff37ed811a85ef8cda22bc2d4eabb0c7
2015-04-05 09:22:14 -04:00
Jeremy Long
735c16cc11
updated javadoc author
...
Former-commit-id: ce3dc0b7869c50bcf8b3bd8f59adb62a369b1bf4
2015-04-05 09:22:13 -04:00
Jeremy Long
ed41abcf9d
updated javadoc author
...
Former-commit-id: 7b01912bb9e86f7545c6309637cecc1104fedef8
2015-04-05 09:22:13 -04:00
Jeremy Long
b750a8c802
updated javadoc author
...
Former-commit-id: 20ad9f99f500c5488744accbdc5280d32cb7cb1e
2015-04-05 09:22:13 -04:00
Jeremy Long
1ee75dd8cb
updated javadoc author
...
Former-commit-id: e2bcedcb3763492a4a21054cdfb7a23214c5dd96
2015-04-05 09:22:12 -04:00
Jeremy Long
396efad518
updated javadoc author
...
Former-commit-id: 5b12bb57ebafec5490482df506364df38b4d2820
2015-04-05 09:22:12 -04:00
Jeremy Long
8f33be262a
updated javadoc author
...
Former-commit-id: 9b172db31e69c1e0ecfa47c8b3c3056f0f660917
2015-04-05 09:22:12 -04:00
Jeremy Long
9daa111f9c
updated javadoc author
...
Former-commit-id: bb9eaba78f1575d83249b36300ea62132430b548
2015-04-05 09:22:11 -04:00
Jeremy Long
889bf22840
updated javadoc author
...
Former-commit-id: e036917954ab04da8901c4147884c33c47784802
2015-04-05 09:22:11 -04:00
Jeremy Long
f46e96c7de
updated javadoc author
...
Former-commit-id: 1944424e30f21c49bceb1e9ac7f334c1e51cc442
2015-04-05 09:22:11 -04:00
Jeremy Long
9be6dc2935
updated javadoc author
...
Former-commit-id: 71af3fb7cfbb1c805b99ddc74cab774913ebb4b5
2015-04-05 09:22:10 -04:00
Jeremy Long
6188f6d74a
updated javadoc author
...
Former-commit-id: 44997fec64aff42545e9e0a5c5ec4ebbd9cdb2ca
2015-04-05 09:22:10 -04:00
Jeremy Long
8837fab9fa
updated javadoc author
...
Former-commit-id: 2234a090e2446137023f9df091b8a85d9a745487
2015-04-05 09:22:09 -04:00
Jeremy Long
316339011b
updated javadoc author
...
Former-commit-id: d7e75e84d406203c6d2ca820a759972d403bd8e9
2015-04-05 09:22:09 -04:00
Jeremy Long
fe7121e057
updated javadoc author
...
Former-commit-id: 9e608bda0c4159337d6de0a727ec014404c027ee
2015-04-05 09:22:09 -04:00
Jeremy Long
bc09bfd3ba
updated javadoc author
...
Former-commit-id: a83c5adc7e113a30fc5c18a0f7b71c7efaec0455
2015-04-05 09:22:08 -04:00
Jeremy Long
26f19cead1
updated javadoc author
...
Former-commit-id: 424fb69a163625765e263573307da1aca2f53471
2015-04-05 09:22:08 -04:00
Jeremy Long
777b35f412
updated javadoc author
...
Former-commit-id: 593115789ba670e60ce966a52c5d6b04393530e3
2015-04-05 09:22:08 -04:00
Jeremy Long
9e94ffb422
updated javadoc author
...
Former-commit-id: 66012a54190236c40c679a43749a1525fb981980
2015-04-05 09:22:07 -04:00
Jeremy Long
b6a38bf4d1
updated javadoc author
...
Former-commit-id: 29b815170175af50e9e88fbb35f7e690f7c0dd02
2015-04-05 09:22:07 -04:00
Jeremy Long
92d12ec68e
updated javadoc author
...
Former-commit-id: 47f25243b5b1bb13bae43f6e3949c03c9c270fef
2015-04-05 09:22:07 -04:00
Jeremy Long
93dd5e4b31
updated javadoc author
...
Former-commit-id: af11a440ee1c2938cad612d8d367d0b9a6068d17
2015-04-05 09:22:07 -04:00
Jeremy Long
79e325e2ab
updated javadoc author
...
Former-commit-id: a9b00911d1d2e58ad26a1843f08100676047bf24
2015-04-05 09:22:06 -04:00
Jeremy Long
0e095018a4
updated javadoc author
...
Former-commit-id: f48ca4839aabc0a524fc650b55813e4a94ed2e84
2015-04-05 09:22:06 -04:00
Jeremy Long
7040071ab9
updated javadoc author
...
Former-commit-id: facf33488cda4af6cf5bad4e7cb74fb36768734a
2015-04-05 09:22:05 -04:00
Jeremy Long
e157350d03
updated javadoc author
...
Former-commit-id: 86395763274c8880e77bab58504fbef84ebc835f
2015-04-05 09:22:05 -04:00
Jeremy Long
28f6ef5eec
updated javadoc author
...
Former-commit-id: eef141b45e5214cf443d82b11cbbc72edbc9b1e6
2015-04-05 09:22:05 -04:00
Jeremy Long
15bcee3d10
updated javadoc author
...
Former-commit-id: 2e2d5260afc76c52de66d14cf79db0a9e5254dfb
2015-04-05 09:22:04 -04:00
Jeremy Long
67dbf70f5b
updated javadoc author
...
Former-commit-id: 37a7181707149b1670e10b692cab1c105d3f7b7f
2015-04-05 09:22:04 -04:00
Jeremy Long
c75b99837f
updated javadoc author
...
Former-commit-id: 627b185b0dcc2329c3584db140eb48b7d19ddbf2
2015-04-05 09:22:03 -04:00
Jeremy Long
cbc951be62
updated javadoc author
...
Former-commit-id: 0f27e547cd080b87e10049385e15a190c83bf1d3
2015-04-05 09:22:03 -04:00
Jeremy Long
f5b38852a7
updated javadoc author
...
Former-commit-id: e4ba8b60bbabf5357671d262f7e51d375f035713
2015-04-05 09:22:03 -04:00
Jeremy Long
45b5fd3762
updated javadoc author
...
Former-commit-id: 03bc2f6657bcee87080f63a39b482fac029c691c
2015-04-05 09:22:02 -04:00
Jeremy Long
04c14f3a27
updated javadoc author
...
Former-commit-id: bece55f77feb1cbd3a44f34e925ef05df207d284
2015-04-05 09:22:02 -04:00
Jeremy Long
a55d89cc93
updated javadoc author
...
Former-commit-id: ba2f0672fe8bc4c3a5e33c9ec63d4a832315a07d
2015-04-05 09:22:02 -04:00
Jeremy Long
888801ab0c
updated javadoc author
...
Former-commit-id: d1a8192239e3ec78caf9d25e9cb1ce8aaca6ae9c
2015-04-05 09:22:01 -04:00
Jeremy Long
731528ef6e
updated javadoc author
...
Former-commit-id: 3e8a18f4a43c8a19a1c0367a55b41c8512209bdf
2015-04-05 09:22:01 -04:00
Jeremy Long
d7fbd0df47
updated javadoc author
...
Former-commit-id: 1ced9da6fc9dc722e1a31de5c3395bd6b285d532
2015-04-05 09:22:01 -04:00
Jeremy Long
6f95e6d499
updated javadoc author
...
Former-commit-id: b46f4707e56e95e7359e3033a926a00a39c20f38
2015-04-05 09:22:00 -04:00
Jeremy Long
79e6a13b29
updated javadoc author
...
Former-commit-id: b12db8dfae7a5b34ae136957ff24f773df763682
2015-04-05 09:22:00 -04:00
Jeremy Long
b9a53775b6
updated javadoc author
...
Former-commit-id: 7cd4642264106e5772b942f97bb44e4dc938ad7d
2015-04-05 09:22:00 -04:00
Jeremy Long
1b15603227
updated javadoc author
...
Former-commit-id: 5614c10fe48b95e019d1c2ab77e3e1ba9bdacfb0
2015-04-05 09:21:59 -04:00
Jeremy Long
a7ffeb7016
updated javadoc author
...
Former-commit-id: e63cbab39d36b0136a819861d761f8cddc2f45c8
2015-04-05 09:21:59 -04:00
Jeremy Long
13b1c0fe0c
updated javadoc author
...
Former-commit-id: 65462fd6b12c13b63108eb191801f2a0dc1df222
2015-04-05 09:21:58 -04:00
Jeremy Long
1d259c510f
updated javadoc author
...
Former-commit-id: b939fe30eee6c1422c7c4efcf5c2385402d5c9b1
2015-04-05 09:21:58 -04:00
Jeremy Long
56783bbf4d
updated javadoc author
...
Former-commit-id: c2fcf6e846e73e7d0bb1b6e205e755c0dee053e1
2015-04-05 09:21:58 -04:00
Jeremy Long
e63c296b16
updated javadoc author
...
Former-commit-id: 57b85879b008a9915e780791a97bee3a7ee4c87b
2015-04-05 09:21:58 -04:00
Jeremy Long
57450a65cf
updated javadoc author
...
Former-commit-id: c23bc2250251ad0872676843a42fad0ed6c6b04a
2015-04-05 09:21:57 -04:00
Jeremy Long
716b52ef90
updated javadoc author
...
Former-commit-id: 2392c4a656c8919ef5ac00c3f3ba49681e758874
2015-04-05 09:21:57 -04:00
Jeremy Long
6ab8552f44
updated javadoc author
...
Former-commit-id: 5bebd493ea9a6e1d88f611d73be5c5889d4c2353
2015-04-05 09:21:56 -04:00
Jeremy Long
9880483690
updated javadoc author
...
Former-commit-id: 65596d2877aa7ffd991227f5853a2582ae28da5e
2015-04-05 09:21:56 -04:00
Jeremy Long
7b9b459b74
updated javadoc author
...
Former-commit-id: e2cb159cab7da584f8449a202126a97fcfbf8118
2015-04-05 09:21:56 -04:00
Jeremy Long
0723606120
updated javadoc author
...
Former-commit-id: bc82c40243b3ba06eb699cb0e51da88633edd8fa
2015-04-05 09:21:55 -04:00
Jeremy Long
4261e9eb29
updated javadoc author
...
Former-commit-id: 21f0c81d58d78ad4fb2614f2229c5c4c7136802c
2015-04-05 09:21:55 -04:00
Jeremy Long
a322556c66
updated javadoc author
...
Former-commit-id: 1f78887b2fefcfaf5b995f0e3c0f177507fc8af3
2015-04-05 09:21:55 -04:00
Jeremy Long
b6d3efa042
updated javadoc author
...
Former-commit-id: 9b059f0264a83076651ff7f2c7c777b250a32f03
2015-04-05 09:21:54 -04:00
Jeremy Long
4019a0615c
updated javadoc author
...
Former-commit-id: 04d2b404e05a3d256f5264919434f9e42c3115fb
2015-04-05 09:21:54 -04:00
Jeremy Long
376e486c47
updated javadoc author
...
Former-commit-id: faae701f01ee6387b1398ac685a80ad08b331a46
2015-04-05 09:21:54 -04:00
Jeremy Long
5b7c47682b
updated javadoc author
...
Former-commit-id: e4b0e6584872a99d9185093e4ebfb027d8e4b7ed
2015-04-05 09:21:53 -04:00
Jeremy Long
741a803ea7
updated javadoc author
...
Former-commit-id: 5162f0cb6c5b49148f57248c69fe8503564c668d
2015-04-05 09:21:53 -04:00
Jeremy Long
8a886f5434
updated javadoc author
...
Former-commit-id: ebeeadb36fbe79a541a66d5b823a07c18645b6d1
2015-04-05 09:21:52 -04:00
Jeremy Long
01514af188
updated javadoc author
...
Former-commit-id: f818712696e4bee22e34213314e46121829d448a
2015-04-05 09:21:52 -04:00
Jeremy Long
c5d5dccc57
updated javadoc author
...
Former-commit-id: 99ea41063450a2aa935647c485200197b1d30c10
2015-04-05 09:21:52 -04:00
Jeremy Long
5e58304448
updated javadoc author
...
Former-commit-id: a2422be3b9eb08ee7a8de380f5d062c7d93e2563
2015-04-05 09:21:51 -04:00
Jeremy Long
dd9c4bfa42
updated javadoc author
...
Former-commit-id: c4cabe37f0152f01ebb207d1ecf0d7121ce120a5
2015-04-05 09:21:51 -04:00
Jeremy Long
e6a559f0d1
updated javadoc author
...
Former-commit-id: ef4555f15cb4f4ef82ed618ca65abfe5bc9a61a9
2015-04-05 09:21:51 -04:00
Jeremy Long
f1c860f68c
updated javadoc author
...
Former-commit-id: feb156e25fe847555b1d0b2bee20c8ac5d44572f
2015-04-05 09:21:50 -04:00
Jeremy Long
cd175816e2
updated javadoc author
...
Former-commit-id: 3ce50ed038fea725567ac467b3e25d06a6af2f0a
2015-04-05 09:21:50 -04:00
Jeremy Long
1d74d2e241
updated javadoc author
...
Former-commit-id: ebc89915ab35e8ccc329a2d9e6229ac8d47ec7f5
2015-04-05 09:21:50 -04:00
Jeremy Long
c4479a36a9
updated javadoc author
...
Former-commit-id: 1339c60872f7cc1e7c573a7ca3d6a68d4e00706f
2015-04-05 09:21:49 -04:00
Jeremy Long
cc2c18243e
updated javadoc author
...
Former-commit-id: 92c8dc2bcbb8da1a41084acfa392326e32939e29
2015-04-05 09:21:49 -04:00
Jeremy Long
211d34fcef
updated javadoc author
...
Former-commit-id: 469d1881d6d50e441204abd24c95ecda0040ea31
2015-04-05 09:21:48 -04:00
Jeremy Long
dc60c24d89
updated javadoc author
...
Former-commit-id: 6c7daa183556f05cdb8c89bba90e71f9737fb2ae
2015-04-05 09:21:48 -04:00
Jeremy Long
922e6437cf
updated javadoc author
...
Former-commit-id: fe5c364466522eacbbf2cc52e32ccd6c5b1e4ba5
2015-04-05 09:21:47 -04:00
Jeremy Long
1058157827
updated javadoc author
...
Former-commit-id: 8cd3670afd8b5be3aea7b80040836ef54bda0725
2015-04-05 09:21:47 -04:00
Jeremy Long
33b38e686a
updated javadoc author
...
Former-commit-id: bc280f51596877c6a59fa0b15a60b494a7081ebe
2015-04-05 09:21:47 -04:00
Jeremy Long
a6014f30dd
updated javadoc author
...
Former-commit-id: e6db05a05dddce2cc87110f0a926280a2fbcc411
2015-04-05 09:21:46 -04:00
Jeremy Long
3fc75df55d
updated javadoc author
...
Former-commit-id: de65aa7dc89a1befe46bdcbbabca8cb63cfbe1f4
2015-04-05 09:21:46 -04:00
Jeremy Long
2bcd9d78e8
updated javadoc author
...
Former-commit-id: 59253e1927d2910c882865f5a9a052b4d66e004f
2015-04-05 09:21:46 -04:00
Jeremy Long
723b9e9cea
updated javadoc author
...
Former-commit-id: ad409cc8c07c126a119bb6b6ab21c7dde38ec656
2015-04-05 09:21:45 -04:00
Jeremy Long
efb7088cd8
updated javadoc author
...
Former-commit-id: a5f88426208091e934fee073c8e075d323e6a82a
2015-04-05 09:21:45 -04:00
Jeremy Long
f2131102f5
updated javadoc author
...
Former-commit-id: 009df028d14ef0d78ca74f63e1c9cd9984d1109f
2015-04-05 09:21:45 -04:00
Jeremy Long
eae04bb156
updated javadoc author
...
Former-commit-id: b8ab72134701d8f4846c104e25fde499fdedb3e9
2015-04-05 09:21:44 -04:00
Jeremy Long
11716128df
updated javadoc author
...
Former-commit-id: 05a564adebe1121e20d3be4d961ed4b09f94742d
2015-04-05 09:21:44 -04:00
Jeremy Long
5122808189
updated javadoc author
...
Former-commit-id: e47179411fd0dff94f876f7db37e69584fd3786b
2015-04-05 09:21:44 -04:00
Jeremy Long
3c1905f941
updated javadoc author
...
Former-commit-id: b5fa72ecbcf831459fbde0d45d65006a2cd0d049
2015-04-05 09:21:43 -04:00
Jeremy Long
3348086c00
updated javadoc author
...
Former-commit-id: f68b96df72699fd541ac14af9a98e198729017d6
2015-04-05 09:21:43 -04:00
Jeremy Long
919efc5037
updated javadoc author
...
Former-commit-id: be4a6f9d5c5d1f43ddbe2324a68036e6e459d1a2
2015-04-05 09:21:42 -04:00
Jeremy Long
04ab0e09d5
updated javadoc author
...
Former-commit-id: c1f55752be340dac6c6fd234640d60b64a553a88
2015-04-05 09:21:42 -04:00
Jeremy Long
c8862cb927
updated javadoc author
...
Former-commit-id: 07943962fcaaddbb23f7c68400f7f7d868745e01
2015-04-05 09:21:42 -04:00
Jeremy Long
ac135ec2b6
updated javadoc author
...
Former-commit-id: cf4872f514d35b74be8abdb1ae54897b0ed8c254
2015-04-05 09:21:41 -04:00
Jeremy Long
0257000d1a
updated javadoc author
...
Former-commit-id: a5cf1d6894c53d8635bf14a0cd1454130c451151
2015-04-05 09:21:41 -04:00
Jeremy Long
608b95e941
updated javadoc author
...
Former-commit-id: 022735ae188f0db1dc859581c0a6583b8c669b5f
2015-04-05 09:21:41 -04:00
Jeremy Long
e6a2c5b5b4
updated javadoc author
...
Former-commit-id: 13ed43813582e20381731943e1518ec6fd01f7c3
2015-04-05 09:21:40 -04:00
Jeremy Long
a546aadba1
updated javadoc author
...
Former-commit-id: fc7b5f76a67eaab2e78f6f385252030de63438c9
2015-04-05 09:21:40 -04:00
Jeremy Long
5934588b2c
updated javadoc author
...
Former-commit-id: d4a4d6b17f22aa039dadd3e2c63a69432a1fc03d
2015-04-05 09:21:40 -04:00
Jeremy Long
3ad5482a30
updated javadoc author
...
Former-commit-id: d705171c799bfc2815f63306cc31a25ad8c3a360
2015-04-05 09:21:39 -04:00
Jeremy Long
c3902447af
updated javadoc author
...
Former-commit-id: 2cbd83d6544a19dd4d15d5d88f2f1dff30432251
2015-04-05 09:21:39 -04:00
Jeremy Long
764aa466f4
updated javadoc author
...
Former-commit-id: 3bdcfe1fae3dca5c0c934c97b1c48e117255de09
2015-04-05 09:21:38 -04:00
Jeremy Long
9ffda6cd17
updated javadoc author
...
Former-commit-id: d13fac65cb7ed951698130523baaf241146addde
2015-04-05 09:21:38 -04:00
Jeremy Long
8281fb09fc
updated javadoc author
...
Former-commit-id: c559dad07d948c834f7aa451475e0e52895abd26
2015-04-05 09:21:38 -04:00
Jeremy Long
b6988f96fb
updated javadoc author
...
Former-commit-id: 3f11465c5f678401d93b0aa12ce267ca0ba3d523
2015-04-05 09:21:37 -04:00
Jeremy Long
4597c13d9a
updated javadoc author
...
Former-commit-id: ea95eaf016057dd9316d3841f453d2c2cb7cac61
2015-04-05 09:21:37 -04:00
Jeremy Long
acf7297c8d
updated javadoc author
...
Former-commit-id: bef2871312d17e886101fbfaf804a0910e9eaac9
2015-04-05 09:21:37 -04:00
Jeremy Long
bbdc8298d9
updated javadoc author
...
Former-commit-id: 4e217219079d10b0a7a33444eccb5a218784290d
2015-04-05 09:21:36 -04:00
Jeremy Long
4d9f102033
updated javadoc author
...
Former-commit-id: ab1f753c303338c0be531e46fb2338fc8e429403
2015-04-05 09:21:36 -04:00
Jeremy Long
0056e1052c
updated javadoc author
...
Former-commit-id: 78a6833acf9011146dcb529bdf14f6d96fbe9741
2015-04-05 09:21:36 -04:00
Jeremy Long
7b729e078b
updated javadoc author
...
Former-commit-id: dfeb34c3ff80b4a18c01284edd0e547165227e64
2015-04-05 09:21:35 -04:00
Jeremy Long
6a0623f1e7
updated javadoc author
...
Former-commit-id: 868f59d066f98252f72456a942b4dc5e3c20ea03
2015-04-05 09:21:35 -04:00
Jeremy Long
542c871152
updated javadoc author
...
Former-commit-id: 1ce5048775cad33c5c2e7c1ad2ba09539d2ce8e8
2015-04-05 09:21:35 -04:00
Jeremy Long
77189eeeb1
updated javadoc author
...
Former-commit-id: e6fe0c911571602a216b7092c743de117ec28feb
2015-04-05 09:21:34 -04:00
Jeremy Long
340172ab56
updated javadoc author
...
Former-commit-id: 557d8fb6c19d3e6c2bebd500c500533d2dcfa7cd
2015-04-05 09:21:34 -04:00
Jeremy Long
afcfed1c67
updated javadoc author
...
Former-commit-id: cfbefad580b452ed98b8b336338946eb6a7ca506
2015-04-05 09:21:33 -04:00
Jeremy Long
59ce3bb64d
updated javadoc author
...
Former-commit-id: 9f8d8178aa290507894b8ea64cc6ca18ab72c6f6
2015-04-05 09:21:33 -04:00
Jeremy Long
81c5aa73d2
updated javadoc author
...
Former-commit-id: d255d240647ef205febf61f9373da728c4b58c6d
2015-04-05 09:21:33 -04:00
Jeremy Long
12ff05208c
updated javadoc author
...
Former-commit-id: 1a683cf8ef016bab26be3653adc957ae5edd7cc3
2015-04-05 09:21:32 -04:00
Jeremy Long
dc0ef70699
updated javadoc author
...
Former-commit-id: ff5f1f9fe7357a87602364537f93d9c5fddf1574
2015-04-05 09:21:32 -04:00
Jeremy Long
6ce735dcc7
updated javadoc author
...
Former-commit-id: 1bbedeb9c9ec23d07822f89234318289794c1fd4
2015-04-05 09:21:32 -04:00
Jeremy Long
faf3298f7a
updated javadoc author
...
Former-commit-id: 13a111fb531dc07d909febaffa7eb86e63f04db5
2015-04-05 09:21:31 -04:00
Jeremy Long
4f1b6b4bf1
updated javadoc author
...
Former-commit-id: 9880049e15071f42fd2be262e34a8536e574b43d
2015-04-05 09:21:31 -04:00
Jeremy Long
99702fdb67
updated javadoc author
...
Former-commit-id: 1e4a45aaaadcd37891fcd51cb258cbcb94083696
2015-04-05 09:21:30 -04:00
Jeremy Long
7bce7691e4
updated javadoc author
...
Former-commit-id: b4904e00c4cf2077ff02386dd75aced6b69370b5
2015-04-05 09:21:30 -04:00
Jeremy Long
7f90160936
updated javadoc author
...
Former-commit-id: efb4c51cea724c4b2e6ff3bbab111893f6ebc887
2015-04-05 09:21:30 -04:00
Jeremy Long
f367ad7185
updated javadoc author
...
Former-commit-id: 4802729f76f07cedf9ea678822a7b884792ded9b
2015-04-05 09:21:29 -04:00
Jeremy Long
29a31476b1
updated javadoc author
...
Former-commit-id: dddb1eaf50985adbc1c6a8603c3ada0b58deee57
2015-04-05 09:21:29 -04:00
Jeremy Long
b844b66614
updated javadoc author
...
Former-commit-id: 577d5887c89e2df966220ac51588f6a4810d00e2
2015-04-05 09:21:29 -04:00
Jeremy Long
3e6fa1ed1f
updated javadoc author
...
Former-commit-id: a3a72fdd91082968ff0f927ff391b01a03abbccc
2015-04-05 09:21:28 -04:00
Jeremy Long
e141b4eb9f
updated javadoc author
...
Former-commit-id: 556a8a0c649d625684000d0f4d0db3beff0e92d9
2015-04-05 09:21:28 -04:00
Jeremy Long
c794194bb5
updated javadoc author
...
Former-commit-id: b5ed0d4b6191df9e3b4320cb79274f42b0ad0089
2015-04-05 09:21:27 -04:00
Jeremy Long
3a31902e78
updated javadoc author
...
Former-commit-id: aba79f7dd00f77d02dcedf5dff3152e38b960b8d
2015-04-05 09:21:27 -04:00
Jeremy Long
fedafe55c3
updated javadoc author
...
Former-commit-id: b4c0e0ab694ce650bf48eb4e246fe6eb43c99889
2015-04-05 09:21:27 -04:00
Jeremy Long
1c0b885267
updated javadoc author
...
Former-commit-id: f420200f47b0c2161c57af24d2b70db60f23cd4b
2015-04-05 09:21:26 -04:00
Jeremy Long
8e4791048b
updated javadoc author
...
Former-commit-id: aba167a3ba3a67a8da23729f969de406a4f7ce10
2015-04-05 09:21:26 -04:00
Jeremy Long
e28be6f2b7
updated javadoc author
...
Former-commit-id: 30f7e50b4d38804ef4fa16d140239566db5f8cac
2015-04-05 09:21:26 -04:00
Jeremy Long
55271b8e83
updated javadoc author
...
Former-commit-id: faf88eac765f642fa25bcf730634e79c17d107ac
2015-04-05 09:21:25 -04:00
Jeremy Long
8b5d8679f7
updated javadoc author
...
Former-commit-id: 55ca887799f155a48b09297313fe7be22ab71f1f
2015-04-05 09:21:25 -04:00
Jeremy Long
51d8ced8ce
updated javadoc author
...
Former-commit-id: cf9eab6585eabf35eee74f22400683f14b4b35c1
2015-04-05 09:21:25 -04:00
Jeremy Long
1cc94dd60b
updated javadoc author
...
Former-commit-id: 9a52b80f8d67e5ad2861eff891382196eb605c68
2015-04-05 09:21:24 -04:00
Jeremy Long
6d107e79b6
updated javadoc author
...
Former-commit-id: 5f2a68378d7d566f71e8146206a93e36b7987c4a
2015-04-05 09:21:24 -04:00
Jeremy Long
6f44b4dce1
updated javadoc author
...
Former-commit-id: d8293e9a910e979cd40a4d4c8a017bd0cca291f9
2015-04-05 09:21:24 -04:00
Jeremy Long
1600492780
updated javadoc author
...
Former-commit-id: 98a7c3b5faed0c15a25fd93bdaca9ed806847ac0
2015-04-05 09:21:23 -04:00
Jeremy Long
5f396cc647
updated javadoc author
...
Former-commit-id: 07d4d2adb4de14796b58f1e1c722f2a88f1fc45f
2015-04-05 09:21:23 -04:00
Jeremy Long
49bd45d88c
updated javadoc author
...
Former-commit-id: 3c79ef2eef1fdffc2bae0e45091fffb6af1e41d6
2015-04-05 09:21:23 -04:00
Jeremy Long
c41e673346
updated javadoc author
...
Former-commit-id: bdc0c240959e2ce9c5dc194bb9fa32083e5287e9
2015-04-05 09:21:22 -04:00
Jeremy Long
cf8d1a490c
updated javadoc author
...
Former-commit-id: e40d29b2150990e9c093d5cfe991003239895d09
2015-04-05 09:21:22 -04:00
Jeremy Long
962f20296c
updated javadoc author
...
Former-commit-id: 41514e76ebd6db3fbb4f955c28443f9ce436cbeb
2015-04-05 09:21:22 -04:00
Jeremy Long
e9c1ae1893
updated javadoc author
...
Former-commit-id: df80e5ee5504e57c95cc89e9af8d9c8910074ab0
2015-04-05 09:21:21 -04:00
Jeremy Long
5db51a2abf
updated javadoc author
...
Former-commit-id: 8d5db6e14ce0231f572f85f580b276880964e4d9
2015-04-05 09:21:21 -04:00
Jeremy Long
63be1efed9
updated javadoc author
...
Former-commit-id: 2b327604180bb6f96d599f618af6e42e6a9cf1c2
2015-04-05 09:21:21 -04:00
Jeremy Long
7fe3c659e0
updated javadoc author
...
Former-commit-id: 1129346d7f495fa50b2f1c84c53817d3b0cab0e8
2015-04-05 09:21:20 -04:00
Jeremy Long
4d76c7685c
updated javadoc author
...
Former-commit-id: bf53d2c21d0244de8cb6130274329e51ebe7dcc2
2015-04-05 09:21:20 -04:00
Jeremy Long
b50bcde028
updated javadoc author
...
Former-commit-id: a3289db80cf37f081d3ae56e9ad27914398b92d6
2015-04-05 09:21:20 -04:00
Jeremy Long
9a8b61ae47
updated javadoc author
...
Former-commit-id: 506514c92c0939aa40306cc238cf94fb9301f62c
2015-04-05 09:21:19 -04:00
Jeremy Long
c31880d8de
updated javadoc author
...
Former-commit-id: 9d63c24fdef328dfa0161e0dbc874f04e6a20246
2015-04-05 09:21:19 -04:00
Jeremy Long
1496dc8e7d
updated javadoc author
...
Former-commit-id: 4e26403ffcd24b6884c89cc608856db72d7e0e6b
2015-04-05 09:21:18 -04:00
Jeremy Long
cdbd513e42
updated javadoc author
...
Former-commit-id: b8f9f04bdb055931b1f8ba1553187ee17a5f68c3
2015-04-05 09:21:18 -04:00
Jeremy Long
653bf1764e
updated javadoc author
...
Former-commit-id: 6ef2a7148b546249425675b6c1996a0b2f39fb53
2015-04-05 09:21:18 -04:00
Jeremy Long
df08acfe9e
updated javadoc author
...
Former-commit-id: 3c6beecbf580b21d2c45ca105dcbd217d4d9a9ad
2015-04-05 09:21:17 -04:00
Jeremy Long
e7a5287bb4
added bypass so test would be ignored under 1.8
...
Former-commit-id: 65f2316643266d144e063dd329a8298d3058a78c
2015-04-05 08:38:24 -04:00
Jeremy Long
656f26cc9d
added test case
...
Former-commit-id: 2330a397a8af99797a16c8201f1baac124089e6f
2015-04-05 08:37:43 -04:00
Jeremy Long
52385ddac4
added new logo
...
Former-commit-id: 97baa927bb9fa7f56c40323329c7b385ebd541a2
2015-04-05 08:36:51 -04:00
Jeremy Long
50c58667ba
added new logo
...
Former-commit-id: 9a70c59f2a89d92a746e6c7eab056c2b7d093843
2015-04-05 08:36:16 -04:00
Jeremy Long
9cc6ca5ebe
bug fix - the compareTo needed to be case insensitive
...
Former-commit-id: d4507585c046d06002a58b1bc39220c68cc04e6d
2015-04-05 08:35:31 -04:00
Jeremy Long
34b82a3f84
new favicon
...
Former-commit-id: 4389b32bab06787552eca7510b184856bffffdcd
2015-03-29 06:30:49 -04:00
Jeremy Long
d0401f3f8d
Add an update only option
...
Former-commit-id: 67253232762acb61e1400dc60443e556f71db874
2015-03-28 12:17:24 -04:00
Jeremy Long
f247978d12
Merge branch 'master' of github.com:jeremylong/DependencyCheck
...
Former-commit-id: b4c8b0aceafa5975733d800161a68fc95d36667d
2015-03-28 07:22:10 -04:00
Jeremy Long
999116c75e
patch to resolve issue #202
...
Former-commit-id: 576831ec73c00b957a6700dd753894f5429de071
2015-03-28 07:21:53 -04:00
Steve Springett
04e9f5b15b
Fixed syntax for PR #204
...
Former-commit-id: 61875128cd3b710c4aadb2621ab1e6a11b8f7b8e
2015-03-26 13:00:51 -05:00
Steve Springett
78b0f7798f
Merge pull request #204 from rperam/master
...
Property to control whether external reports need to be generated or not
Former-commit-id: 8a53f09f1e4af41695c48d057eee963a24903b5d
2015-03-26 10:38:23 -05:00
Rudra Peram
b0727ef3cf
Set a property to determine whether external reports need to be generated or not
...
Former-commit-id: 83ce9ecd722f47140198e276ecc86d279f39d881
2015-03-25 23:52:48 -07:00
RK
01fb31fc15
Merge pull request #1 from jeremylong/master
...
Update from jeremylong/DependencyCheck
Former-commit-id: 93d5034211fec0e3f1c3bdf8ef3a305d141097ad
2015-03-25 23:43:40 -07:00
Jeremy Long
a1187acc31
changed default timeout to 10 seconds
...
Former-commit-id: 0240be0f5ec3db514310c1ce47eaf906d198bc3a
2015-03-20 09:01:13 -04:00
Jeremy Long
fe4a24a651
removed nexus auth test code
...
Former-commit-id: 9b5f8cbceb5a6a273dfd7ba85bf16510dab3ddb5
2015-03-18 10:07:01 -04:00
Jeremy Long
3dcce572d3
added the capability to follow more then a single redirect when downloading a file
...
Former-commit-id: cc3382fec2c168119474ee6bae7b5f250163c2da
2015-03-18 05:47:37 -04:00
Jeremy Long
ece69014ce
added auth to nexus search
...
Former-commit-id: eb0b5e8ab0dcb27fe2edcb79b9dc9898c13bcb6b
2015-03-16 06:50:12 -04:00
Jeremy Long
fc6bb67e56
version 1.2.10-SNAPSHOT
...
Former-commit-id: aa597102bf8e24cb876b1d7c805ba8f2e06fda22
2015-03-06 19:49:05 -05:00
Jeremy Long
968de2947b
fixed javadoc
...
Former-commit-id: e5736e49452f0d620438d2e6174cb35bcf236eaf
2015-03-06 19:40:29 -05:00
Jeremy Long
6f9ba0033f
version 1.2.9
...
Former-commit-id: f775a71e328b2ff44d9b004b9991b4bbad8a4725
2015-03-06 05:59:59 -05:00
Jeremy Long
4d4672fc4d
corrected & operator to use &&
...
Former-commit-id: cb1dd513f85db07ec54b1fa94328f2ec057eff94
2015-03-05 06:16:31 -05:00
Jeremy Long
70859eb719
checkstyle correction
...
Former-commit-id: 6ce90b5c6d192835568995cd33d56330cea53cfb
2015-03-05 06:15:43 -05:00
Jeremy Long
ae9daf7f33
updated (c)
...
Former-commit-id: 305ab5d6faa8f05a1689b57aabf551dd66fed070
2015-03-03 05:59:52 -05:00
Jeremy Long
ff0daa8d66
reverted to lucene 4.7.2 - new versions of lucene are built using JDK 1.7+ and cause issues for the dependency-check Maven Plugin
...
Former-commit-id: 514cc4922c7f00f55b1dcd102f6d45491e90a5d8
2015-03-01 21:43:52 -05:00
Jeremy Long
09f1a0ac92
checkstyle corrections
...
Former-commit-id: 6e12b975c1975566ebef47fedef24c179a753e05
2015-03-01 10:00:13 -05:00
Jeremy Long
e562be77f6
additional hints added for spring
...
Former-commit-id: e9e26f6c31b4ae220e1e7686efe6388638ec7c99
2015-03-01 08:22:56 -05:00
Jeremy Long
af7c6bc2a0
additional patch for issue #196
...
Former-commit-id: 10b55f932b5ee52fa1f9ae3b96c15649dd5d6062
2015-03-01 07:01:24 -05:00
Jeremy Long
e49cbcf345
Merge pull request #198 from colezlaw/master
...
Modified NexusAnalyzer to download POM if required
Former-commit-id: 286748f7227706fb0dd49ecd3fd26c127581e7a6
2015-02-28 13:36:27 -05:00
Jeremy Long
b4218ff0e8
added maven-plugin-plugin to the checkfule suppressions
...
Former-commit-id: 1e523645f46c51cef743370271db819ec00001a1
2015-02-28 13:34:40 -05:00
Jeremy Long
4af174d27b
updated checkstyle configuration so file summary is not displayed
...
Former-commit-id: ee580f6fd2c78cedb96a2dd43917040a4df24133
2015-02-28 13:34:06 -05:00
Jeremy Long
203a7da23a
added test scope to test dependencies in the dependency management section
...
Former-commit-id: 63281cbc83c6003cba2c8a441e0117ade505e5a4
2015-02-28 13:33:19 -05:00
Jeremy Long
9833ff20d1
changed access modifier so tests will pass
...
Former-commit-id: 95ccefd362c0dbea2dbc33f7aeea2d515f5e8b6c
2015-02-28 07:13:52 -05:00
Jeremy Long
638b3c0695
checkstyle correction
...
Former-commit-id: 01f643ad33e0475d2c2daaa5076ec604952df8d6
2015-02-28 06:46:10 -05:00
Jeremy Long
01ef2e1061
checkstyle corrections
...
Former-commit-id: b821a8b9a680c875a3013099a362b0277d97119f
2015-02-26 09:15:28 -05:00
Jeremy Long
56aea8ad24
Merge branch 'master' of https://github.com/jeremylong/DependencyCheck
...
Former-commit-id: 9d51cd721bb160351b4fc6ff27e835b8e3d2820b
2015-02-26 08:47:30 -05:00
Jeremy Long
d530eddc57
final commit to patch issue #185
...
Former-commit-id: 1e77bec21239a0ea228795df7bfa5678d9930d6c
2015-02-26 08:47:07 -05:00
Will Stranathan
1eab76aab8
Updated error messages to reflect Nexus
...
Former-commit-id: 60bd62aebbf52844150a58fe4afea45be867f249
2015-02-22 14:56:25 -05:00
Will Stranathan
167dbd7368
Merging upstream/master
...
Former-commit-id: f77993de8ea6e0de68d4b5cd0da653692ffcbaa9
2015-02-22 14:55:27 -05:00
Jeremy Long
2594fb1c5f
removed unused collection
...
Former-commit-id: 5f3c6eab38eae99fef70909650a5eddf2a374a56
2015-02-22 10:57:52 -05:00
Jeremy Long
c57d21e9bc
Merge pull request #199 from hansjoachim/upgrade
...
Upgrade jmockit to latest version
Former-commit-id: 3e0228c85439742b8188b6b3bf3ba8c8e16bfb82
2015-02-22 10:28:47 -05:00
Jeremy Long
9c15bdfe41
Merge branch 'master' of https://github.com/jeremylong/DependencyCheck
...
Former-commit-id: 7a189b5240ff2c831c6d6f42555148f5f00586bd
2015-02-22 10:24:59 -05:00
Jeremy Long
64dedf892d
work in progress
...
Former-commit-id: 74f303b69fa5af225b75d6643aed60e66a4cf081
2015-02-22 10:24:45 -05:00
Jeremy Long
d6fc456039
work in progress
...
Former-commit-id: 0ff4b90e22accc5adb1d91735fe4979838fdc651
2015-02-22 10:23:31 -05:00
Jeremy Long
df606674db
added referenced projects to the report to resolve issue #185
...
Former-commit-id: 61eb8b70dccedf12b745d4c9a73e8f6bc2a0f9c8
2015-02-22 10:22:44 -05:00
Jeremy Long
1e3a7ff4ba
Merge pull request #200 from hansjoachim/issues
...
Fixes SonarQube Issues
Former-commit-id: dff1448e1897a6691a99977130b063a424645e8a
2015-02-22 10:18:34 -05:00
Hans Joachim Desserud
b53de8c69b
Move jmockit to dependencyManagement so that we get a common version in all places it is used
...
Former-commit-id: 2cfab936074b17a8f9b080a5272c6da757e32921
2015-02-22 12:50:52 +01:00
Hans Joachim Desserud
0f3ffaf270
Use dependencyManagement to keep track of version numbers
...
Former-commit-id: 954e599f46ab4a18e00cbd09a968e2d5dd6e0d0d
2015-02-22 12:46:54 +01:00
Hans Joachim Desserud
25238d5fb5
Prefer interfaces over concrete classes. I have updated internal usage and accepted parameters. I have not touched return values for public/protected methods since they may be called externally and I don't want to break assignments from these.
...
Former-commit-id: e534f9acf569a258dd72a568dfe69e70486eb697
2015-02-22 12:19:49 +01:00
Hans Joachim Desserud
cf677bd70e
Prefer checking isEmpty over size() > 0. Plus fix some typos
...
Former-commit-id: 754f300c0b120c0c9098c17c19dbd11aa7a39844
2015-02-22 11:42:14 +01:00
Hans Joachim Desserud
42939e4922
Compare with equalsIgnoreCase instead of changing casing
...
Former-commit-id: ab89ed68cb5e25d14d5fbd7ba93dc93948523d82
2015-02-22 11:20:36 +01:00
Hans Joachim Desserud
7c4cc1334b
Place array designator on the type instead of the variable
...
Former-commit-id: 2e29bc1c61400e3bdb6b35b0b21a5cbb04cbf37a
2015-02-22 11:05:58 +01:00
Hans Joachim Desserud
ff4a1e0ac6
Place modifiers in expected order
...
Former-commit-id: 0cf3616fd9a737f4ca143b6f46165bdbf0e14aec
2015-02-22 10:58:31 +01:00
Hans Joachim Desserud
069e22049d
Upgrade jmockit to latest version
...
Former-commit-id: 8e429f8b304f6c4db4ed7a88ee775f78e80260b3
2015-02-21 16:35:45 +01:00
Jeremy Long
135ed5c614
fixed NPE
...
Former-commit-id: 05f57ec103791b6c5ea019c54c828b3c97a415b9
2015-02-21 10:29:41 -05:00
Will Stranathan
13d7d29630
Modified NexusAnalyzer to download POM if required
...
NexusAnalyzer previously would just get GAV for a
match, but the POM may be separate from the jar
and contain other valuable information. This
includes refactoring of the analyzePom into
PomUtils.
Former-commit-id: f7311e08324d8bc6a5860f4be2b0e409fdcf9ba3
2015-02-19 21:08:45 -05:00
Jeremy Long
889f315c0a
general checkstyl, findbugs, and PMD corrections
...
Former-commit-id: ec59d464725a33d8c07c79bf7128036a10fe1890
2015-02-18 21:09:38 -05:00
Jeremy Long
5a0e280899
Merge pull request #197 from ahi/master
...
Removes the test for default Maven repository directory.
Former-commit-id: cc261e0e6b54e169862118003bb639d52f5c94ba
2015-02-18 20:17:17 -05:00
Jeremy Long
ccb5e234b3
moved methods from JarAnalyzer to the new PomUtils so that a POM could be parsed and analyzed within other analyzers (part of patch for issue #196 )
...
Former-commit-id: 4e649f678e59f4eaf379eba21a6ad87348fe8525
2015-02-18 20:14:04 -05:00
Jeremy Long
2caccab85f
set flag on URLConnection indicating that redirects should be followed (part of patch for issue #196 )
...
Former-commit-id: 52758186ebf2f818b6cf107af1e12b92e3c2e370
2015-02-18 20:11:30 -05:00
Jeremy Long
085ab48f3f
added code so that the Downloader now follows 1 level of redirection to download the file (part of patch for issue #196 )
...
Former-commit-id: ecd914dbcacad1e12a243fdff90f043ef114c160
2015-02-18 20:10:44 -05:00
Jeremy Long
a28c2819fa
added pom URL as part of patch for issue #196 and improved the URL provided for the jar file itself
...
Former-commit-id: 8f485f53031a7e244d4a8f8d0c055e6b38fca746
2015-02-18 20:09:42 -05:00
Jeremy Long
40beec2e40
additional parsing of the data from Central was used to determine if the POM file is available in Central (part of the patch for issue #196 )
...
Former-commit-id: 1805be75b101546b166c9eb4ad1efc30e53983cf
2015-02-18 20:08:14 -05:00
Jeremy Long
d136aeda84
pom parsing was externalized so that it could be used in multiple locations to assist in the resolution of issue #196
...
Former-commit-id: cbdde3b4b2dcabf0ff9e3f49cc3d36c62e67a1bb
2015-02-18 20:06:51 -05:00
Jeremy Long
fdd6c47cd5
if pom was not found/analyzed by the JAR Analyzer and the POM exists in Central it is downloaded, parsed, and the resulting evidence is added to the dependency to resolve issue #196
...
Former-commit-id: 9a36b30d4d4c265a41ae95bf5a9e95b281349425
2015-02-18 20:05:00 -05:00
Jeremy Long
c5a2b5b3d8
minor code cleanup, reformatting, and added some additional verbose logging
...
Former-commit-id: 9d6cf651a22a679f155a04313a09de56c90e0399
2015-02-18 19:56:56 -05:00
Ahmet Kiyak
babe4739c5
Removes the test for default Maven repository directory.
...
Error: If the M3_REPO directory is not set to a path that contains */m2/repository/* the DependencyCheck doesn't read <library>.pom file. Some dependencies like "spring-core-3.2.0.RELEASE.jar" are not found due to this error.
Fix: Remove the test for default Maven repository directory. The existing check for the existence of <library>.pom file is sufficient.
Former-commit-id: 8d7c51f611b5d26d505cfc3fe9f8b94c12174000
2015-02-17 18:57:24 +01:00
Jeremy Long
49e8ee443c
added generic methods to get references to resources to resolve issue #181
...
Former-commit-id: 465d3310b1ad5b54e49ab65e5e0e4b003f79998b
2015-02-13 06:18:56 -05:00
Jeremy Long
a5d8ce07d8
added @Ignore due to test case failure - this analyzer may need to be removed
...
Former-commit-id: d3a2112342b66ab1b012678a7adf5b5492e9669f
2015-02-13 06:17:29 -05:00
Jeremy Long
babc016b48
added project references
...
Former-commit-id: ba4a058648203b8749b31e889994a5ddfc72d7b3
2015-02-12 20:49:04 -05:00
Jeremy Long
a5f378d755
removed commented out code
...
Former-commit-id: db1075a0d07f4c5af904691e200b3792533521b3
2015-02-12 20:48:36 -05:00
Jeremy Long
ebf995537e
added project references
...
Former-commit-id: e6e63edce05c2985fd20b544839a033f5f050d20
2015-02-12 20:47:55 -05:00
Jeremy Long
49edb6c2e1
nop
...
Former-commit-id: 90c0ace35561abff762037b4388f5aedd6adfa4f
2015-02-08 19:28:29 -05:00
Jeremy Long
423f26852f
updated URL to central
...
Former-commit-id: b2b0741a5c32de3dbfd6e2d7953447b3348ad7e5
2015-02-08 19:28:04 -05:00
Jeremy Long
f931412bee
changed the url for Maven Central
...
Former-commit-id: cfe3c6efd45094b1a12d8e147e1d121064b48630
2015-02-08 07:50:29 -05:00
Jeremy Long
bef0657801
fixed unit test
...
Former-commit-id: 7bd2d15b7ae30f5a84f2ef4ce62bf893fb7c03e4
2015-02-08 07:49:56 -05:00
Jeremy Long
d79d5b5f33
added project references as part of patch for issue #185
...
Former-commit-id: 3146c47f89031eaf09e513b6eb757bcc98ee9edf
2015-02-08 07:17:16 -05:00
Jeremy Long
4c5489efd3
added project references as part of patch for issue #185
...
Former-commit-id: 5a4473d0b91b28de8c5caaba51ceed42e670532c
2015-02-08 06:59:06 -05:00
Jeremy Long
d5753b9589
updated to address issue #193
...
Former-commit-id: 8361c2fdbec4191e52db16b870406e3e45d97d0d
2015-02-07 18:16:07 -05:00
Jeremy Long
a841027d48
added additional supporessions
...
Former-commit-id: a9810fa2e2051204d481e975de0922ec7d4183ef
2015-02-07 18:15:41 -05:00
Jeremy Long
73bea8e63f
removed ignoreTrivial from the cobertura configuration to resolve NPE exceptions
...
Former-commit-id: 228db3acc3260c5c0e8b4b0f4cf701993c33aaa1
2015-02-04 07:26:06 -05:00
Jeremy Long
bbc8bab4da
Updated the explanation of the report
...
Former-commit-id: 5542025ae1e49797d224afabee822a6ca4460c23
2015-02-04 07:21:31 -05:00
Jeremy Long
019f6dfb8b
added properties file to the documentation
...
Former-commit-id: 6e409f83b42828d97258d5bcdbb70e3c02d5ba80
2015-02-03 23:04:17 -05:00
Jeremy Long
3b6a2a2908
added test dependency to verify the fix for issue #180
...
Former-commit-id: 7f90c990b90b7a76a06be2318e578a98f8a7db13
2015-01-30 05:31:42 -05:00
Jeremy Long
c2b757ad6f
re-added the struts1/2 fix and fixed other bugs in patch for issue #180
...
Former-commit-id: 93d45b91a46171788ac1a6c703055e5f196dcc0d
2015-01-28 18:50:51 -05:00
Jeremy Long
efeba40f2b
fixed bug in patch for issue #180
...
Former-commit-id: a547268f56b373a6959d1be212629f39d66581d6
2015-01-27 06:57:51 -05:00
Jeremy Long
018e4bc382
patch for issue #180
...
Former-commit-id: 95760c8ee82b1e382dc3785525ac6027c0be8069
2015-01-25 11:15:43 -05:00
Jeremy Long
88924ea520
changed where the flag is set to only update once in a multi-module project (from issue #168 ) to resolve issue #191
...
Former-commit-id: 56b8342ffeead397b2c9554c36bf360cb4c2b7fe
2015-01-21 19:27:13 -05:00
Jeremy Long
4461c2e4a4
patch to resolve the issue with xmltooling discussed in issue #186
...
Former-commit-id: c3327bee9055c91659648d4835f8436478e7f41d
2015-01-21 18:58:51 -05:00
Jeremy Long
1c4aceb0fb
added additional optional dependencies for testing purposes for issue #186
...
Former-commit-id: 5111120fee1f04a39e3144beb234895275581899
2015-01-21 18:58:08 -05:00
Jeremy Long
a5b396a60d
Merge branch 'hansjoachim-site'
...
Former-commit-id: 4639280f19d7dcf26836321dfdd8da566c08be0b
2015-01-21 06:55:56 -05:00
Jeremy Long
efd96ed892
Merge branch 'site' of https://github.com/hansjoachim/DependencyCheck into hansjoachim-site
...
Former-commit-id: 43d9f4c5b73321bb945e1e57610f221d8fa2d4d7
2015-01-21 06:48:51 -05:00
Jeremy Long
fe88785846
Merge branch 'hansjoachim-comment'
...
Former-commit-id: 028894f4e5050e40a93a3fc7ec99c3ca149b9624
2015-01-21 06:45:52 -05:00
Hans Joachim Desserud
0dcb0fb325
Add comment/warning
...
Former-commit-id: a3f9bfa48cec45f8a55ce1bf6990f03b5f9290bd
2015-01-17 16:42:38 +01:00
Hans Joachim Desserud
0825843d0f
Roll back version of maven-site-plugin
...
Former-commit-id: c2a9527e4050a7eb22e80a6e26c030d1b6fe6be6
2015-01-17 16:01:46 +01:00
Hans Joachim Desserud
8c4df134e4
Move out github plugin for maven-site and upgraded to 0.10
...
Former-commit-id: 45dad89f070e56febe09a3ccac2377db57bb3540
2015-01-17 16:01:13 +01:00
Hans Joachim Desserud
dfed5067f3
Upgrade maven-site-plugin to 3.4
...
Former-commit-id: e0f74e12a0a277f288ba0d50ef0c0960cafeb0df
2015-01-17 13:21:57 +01:00
Hans Joachim Desserud
2b78e8fdc1
Unify maven-site-plugin version
...
Former-commit-id: 1c22ab1a8eec75474f7612f3892d12490269f2ed
2015-01-17 12:41:37 +01:00
Hans Joachim Desserud
63c7a9d926
And since the annotation was switched to avoid name collision, the full name is no longer needed
...
Former-commit-id: ddbe16d074ca2fed635c2e9f4ca8157af0fe9c24
2015-01-11 11:09:02 +01:00
Hans Joachim Desserud
6609481cc1
Switch to non-deprecated FindBugs-SuppressWarnings tags which should avoid name collision
...
Former-commit-id: a4a978ee4a6621033064488a71577bdb93cddab4
2015-01-10 21:23:44 +01:00
Hans Joachim Desserud
a37853def6
Also StandardAnalyzer can use the Version-less constructor. The superclass Analyzer will actually default to LUCENE_CURRENT which is equivalent with LATEST which was sent in
...
Former-commit-id: 43c8e3350b72bac8eb952ff138887c7232ecb39c
2015-01-10 19:52:42 +01:00
Hans Joachim Desserud
9f348cfa16
The Version-less constructor for StopFilter will simply default to Version.LATEST under the hood which is exactly what we send in.
...
Former-commit-id: cc3010532e9203d663d977f0df0892d8f5694b5f
2015-01-10 19:41:25 +01:00
Hans Joachim Desserud
52293f2596
More elaborate comment on issue which should be fixed once the next release of ant-testutil is out
...
Former-commit-id: e65ea8afeeb2cc631385ad6bf1e80c7cee745c7a
2015-01-10 19:28:12 +01:00
Jeremy Long
54d3a73282
Merge branch 'hansjoachim-annotation-plugin'
...
Former-commit-id: 0a6db65e7fb24c2d6ba88390cf001dc9eb481813
2015-01-08 05:19:11 -05:00
Jeremy Long
ab2d3b70cb
Merge branch 'annotation-plugin' of https://github.com/hansjoachim/DependencyCheck into hansjoachim-annotation-plugin
...
Former-commit-id: c9f32139e631cea5ea1ba8baa9424ae8e85e5dd5
2015-01-08 05:18:52 -05:00
Jeremy Long
451df460f6
Merge branch 'hansjoachim-deprecated'
...
Former-commit-id: ae805c6225dba9b15d406b7ccfb4e8240b1e9e46
2015-01-08 05:17:24 -05:00
Jeremy Long
b4afa01887
Merge branch 'deprecated' of https://github.com/hansjoachim/DependencyCheck into hansjoachim-deprecated
...
Former-commit-id: 201977aad5d979ef4615fa590f5d9113e9ff5727
2015-01-08 05:15:21 -05:00
Jeremy Long
2ea95f5bf9
Merge branch 'hansjoachim-plugins'
...
Former-commit-id: 222f2760d05cbf73dfff28488b4ce86faf50561e
2015-01-07 20:42:37 -05:00
Jeremy Long
22602f42f2
moved the reports from the site plugin to the reporting section
...
Former-commit-id: 885270d15bd24e921ddc97b112d612aaa7c48ac4
2015-01-07 20:42:07 -05:00
Jeremy Long
b2c5183043
add reporting section and the hamcrest-core test dependency
...
Former-commit-id: c0e857a71fe3c5136bdf261737cec165191bdafb
2015-01-07 20:41:38 -05:00
Hans Joachim Desserud
9f6559c7fb
Upgrade maven-plugin-annotations to latest version
...
Former-commit-id: 4465128b4f06f0c1f17551afdc7652617ef7ceec
2015-01-07 19:03:20 +01:00
Hans Joachim Desserud
ef04c16237
Removed deprecated classes
...
Former-commit-id: 7b4de8148c8de485d39842b2fdecc8cbc2895da3
2015-01-06 21:23:47 +01:00
Jeremy Long
dd85bfd2ab
Merge branch 'plugins' of https://github.com/hansjoachim/DependencyCheck into hansjoachim-plugins
...
Former-commit-id: 8666df46726bab861cbecd01319bad0219693092
2015-01-06 06:23:13 -05:00
Jeremy Long
7152a05bfd
Merge branch 'hansjoachim-deprecated'
...
Former-commit-id: 72e1c4591f35bcd74a6c420c5a7322e263935169
2015-01-06 06:21:54 -05:00
Hans Joachim Desserud
754c2fc9bf
Replaced deprecated constructors which contained parameter Version.
...
When looking into the code, these ended up toggling behaviour if Lucene version was later than 3.1.
Former-commit-id: b7641118b16ccfc904c8aaab3b2636d909d5b1d9
2015-01-05 21:51:11 +01:00
Hans Joachim Desserud
85ad0b881f
Also removed old version number from gpg-plugin
...
Former-commit-id: 278ebc103fb3fb54e6f01f14cacfb2d93bbd074a
2015-01-05 20:04:14 +01:00
Hans Joachim Desserud
db6c471cc6
Add gpg-plugin to pluginManagement and upgrade it to 1.5
...
Former-commit-id: 28c94304a02bd3148a07ce37ef96a9259d61d7f9
2015-01-05 19:49:37 +01:00
Hans Joachim Desserud
300d990276
Set required maven version to the strictest option for all modules
...
Former-commit-id: 998498cd118460f42e35c10dfc42162e8f717de9
2015-01-05 19:36:25 +01:00
Jeremy Long
9c55b889cb
updated version to 1.2.9-SNAPSHOT
...
Former-commit-id: bab73b0b3361a9b9689f272030e7a5b51e73a962
2015-01-04 12:43:18 -05:00
Jeremy Long
735f76cc0b
Merge branch 'hansjoachim-minor-fixes'
...
Former-commit-id: b28f3820f63001c20a5c0d94efeb8afde58de9a4
2015-01-04 12:35:54 -05:00
Jeremy Long
d1c27a4298
Merge branch 'minor-fixes' of https://github.com/hansjoachim/DependencyCheck into hansjoachim-minor-fixes
...
Former-commit-id: b9de007127351691152d0403fa9d7a8656195fd2
2015-01-04 12:35:44 -05:00
Jeremy Long
650f09bbc5
Merge branch 'hansjoachim-dependencies'
...
Former-commit-id: 55ff93bf9425fc4d06f2282ed282d9b66982a8c9
2015-01-04 12:34:40 -05:00
Hans Joachim Desserud
08bf16971a
Removed redundant semicolon
...
Former-commit-id: 45e93e66ff7a8f4fc67cb8680ffdbd362d763d5f
2015-01-04 15:01:56 +01:00
Hans Joachim Desserud
ccb149240e
Removed duplicate groupId already covered by parent
...
Former-commit-id: 4db4a1186c947238339aef227154bad363d7ee85
2015-01-04 14:44:50 +01:00
Hans Joachim Desserud
ae22719985
This deprecated value should be fixed at least
...
Former-commit-id: b65317611bbe1784b0b8b14b7c31e86623952cf8
2015-01-03 22:11:05 +01:00
Hans Joachim Desserud
55c4d729bb
Upgrade maven-release-plugin to version 2.5.1
...
Former-commit-id: 969df121db73b824e40137c9b6420bc85ec03e4d
2015-01-03 17:28:59 +01:00
Hans Joachim Desserud
429f0966f0
Move maven-enforcer-plugin and -plugin-plugin to pluginManagement. Upgraded them to the latest version
...
Former-commit-id: a8226623cddfbc034b6293f48946e2109c426dde
2015-01-03 17:22:42 +01:00
Hans Joachim Desserud
7a246b90b9
Upgrade maven-shade-plugin to 2.3. This requires building with maven 3.0 or later for that module
...
Former-commit-id: 9792754be3cb1c931a1736c41a258fa31556912a
2015-01-03 16:42:13 +01:00
Hans Joachim Desserud
d2e7de5505
Unify cobertura-maven-plugin version number
...
Former-commit-id: f3c995b91cf8b480f4c03ccec8d9371dba75eb35
2015-01-03 16:34:08 +01:00
Hans Joachim Desserud
a9eab16502
Add and upgrade assembly-plugin
...
Former-commit-id: e8c20c61a1bd78065f7ae4eed6751015a3d414c8
2015-01-03 16:30:28 +01:00
Hans Joachim Desserud
d59cce8080
Move non-version configuration out of pluginManagement
...
Former-commit-id: c3983849102331d42aa5dd562ccc319b1c5e9104
2015-01-03 16:09:06 +01:00
Hans Joachim Desserud
9390e71dd9
Upgrade Apache Lucene to 4.10.3. Would have needed to import the type for a parameter in one constructor, but since it was unused I took the liberty of simply removing it
...
Former-commit-id: 6e65307276619ed29354269fab2d5458b532766e
2015-01-03 14:23:57 +01:00
Hans Joachim Desserud
65992243fa
Upgrade dependency-plugin to 2.9
...
Former-commit-id: 028218cd6c24e75216a41e14e79bd23a2073515a
2015-01-03 13:48:12 +01:00
Hans Joachim Desserud
c81b8b0171
Excplicitly state version numbers for some plugins used
...
Former-commit-id: b33cbe06b416423593c8b405747295cc86e998a7
2015-01-03 13:45:17 +01:00
Hans Joachim Desserud
0671d12628
On second thought, try to upgrade the version numbers for this profile manually.
...
Former-commit-id: 6ee31dfb9407fa9d04c1a2dd8e1eae2b2047109f
2015-01-03 13:31:42 +01:00
Hans Joachim Desserud
a892c5e7b7
Turns out surefire-plugin was used a different place too, which is why the old version number still turned up.
...
Former-commit-id: afab74d409527aae0e60094f18e48ed9e044ac37
2015-01-03 11:53:40 +01:00
Hans Joachim Desserud
b5c21ffbf0
Unify maven-failsafe-plugin version and upgrade it to 2.18.1
...
Former-commit-id: 73383c93e2bd5aecc2ad5005fe2cfaeaac700ca7
2015-01-02 22:49:08 +01:00
Hans Joachim Desserud
bb2b25cca5
Unify maven-jar-plugin version and upgrade it to 2.5
...
Former-commit-id: b0da5b80252e9b07ccb7d955487f595caef4d4bc
2015-01-02 22:15:49 +01:00
Hans Joachim Desserud
b3867244ba
Unify maven-surefire-plugin version and upgrade it to 2.18.1
...
Former-commit-id: 0c5f41e379f4b20f32efb8435ab9efe9fd77d7d8
2015-01-02 21:46:13 +01:00
Hans Joachim Desserud
6bf8d396e0
Upgraded Apache Lucene to 4.7.1.
...
Former-commit-id: 2f723dc78ed258dc53685c917cb83aacf6f1eb25
2015-01-02 18:03:01 +01:00
Hans Joachim Desserud
6394c1a7b4
Upgraded to Apache Lucene 4.6.1. The method BaseTokenStreamTestCase.checkOneTermReuse was removed in http://svn.apache.org/viewvc?view=revision&revision=1525362 , updated copied test case accordingly.
...
Former-commit-id: 0344bfcec4a08040eb693ca49c91218badbb2c96
2015-01-02 17:41:04 +01:00
Hans Joachim Desserud
ccd656845d
Use a common version number for resources-plugin
...
Former-commit-id: 253864d637907491e2e21500540c3c2f6e03627c
2015-01-02 16:44:19 +01:00
Hans Joachim Desserud
2931e8454c
Upgrade maven-compiler-plugin to version 3.2
...
Former-commit-id: 870aad70a81c782bd209f9c49288460234f69fca
2015-01-02 15:53:52 +01:00
Hans Joachim Desserud
112b158795
Move maven-compiler-plugin (along with common configuration) in under pluginManagement so we have the information in a single place
...
Former-commit-id: e729555a7edb1e41759bf8f1851cbfc81bd8917a
2015-01-02 15:51:41 +01:00
Hans Joachim Desserud
921001000f
Require maven 2.2.1 (based on current plugin usage)
...
Former-commit-id: e8d8d98e84982792405af30b6dec11d201ac6895
2015-01-02 15:35:47 +01:00
Hans Joachim Desserud
3e3a8e9f98
Added comment on now-deprecated class
...
Former-commit-id: b5a365e8a60440462e25f132b4533ccb63a618f3
2015-01-01 21:39:22 +01:00
Hans Joachim Desserud
7440a039fd
commons-cli doens't seem to be used in -core
...
Former-commit-id: 944ab0af44b76fb756d1364f3668a46f30e6db57
2015-01-01 15:25:09 +01:00
Hans Joachim Desserud
e73f9ab02f
Upgrade h2 to latest stable 1.3.x release. Changing to 1.4.x resulted in test failure, though from reading their website 1.4.x seem to still be a beta release.
...
Former-commit-id: caaf2c9ab015efea1d9fb9e1a27cef2d80a2a8df
2015-01-01 15:03:51 +01:00
Hans Joachim Desserud
59815b858e
Upgrade commons-compress
...
Former-commit-id: 10854e2ace5adda595f1c128967cd5b3651a8dee
2015-01-01 14:38:31 +01:00
Hans Joachim Desserud
7df7f59d93
Coordinated lucene version numbers
...
Former-commit-id: e01b8f67226f02b8e717b455053444d1388c6afd
2015-01-01 14:18:43 +01:00
Hans Joachim Desserud
e971bc1991
Upgrade some dependencies in core
...
Former-commit-id: 46e52a37b74f817b74c0c74f594ae848cdaa7de6
2015-01-01 14:09:16 +01:00
Hans Joachim Desserud
a3f0f12779
Upgraded dependencies for maven plugin to latest version
...
Former-commit-id: 8ec25f0991a91799e58b75e09cf78ae4ae3ebcb8
2015-01-01 13:41:21 +01:00
Hans Joachim Desserud
2a9c214593
Upgrade ant to latest version
...
Former-commit-id: ca9562702accbce4d924dd877d7045bfa603a3f4
2015-01-01 12:59:09 +01:00
Jeremy Long
3fc37f3e5e
Merge pull request #178 from hansjoachim/junit4.12
...
Upgrade to junit 4.12
Former-commit-id: ea40044f7576c2281e734699b1f8a1d538b038f5
2014-12-31 17:09:05 -05:00
=
ebe4423e25
Upgrade to junit 4.12
...
Former-commit-id: 7cd88ac5702a5035d7a2e15b157ab6f8468d6f43
2014-12-31 16:45:56 +01:00
Jeremy Long
cfafb4a101
ensured CentralAnalyzer is not enabled during some tests
...
Former-commit-id: 69ca1ebf12080c448b4a3113f6c90da90e2e6da9
2014-12-31 07:49:27 -05:00
Jeremy Long
8d538a9977
improved error reporting to assist users dealing with issue #177
...
Former-commit-id: bc9191cb97d11b3c5455a5e1980d1be9c0bbc4d5
2014-12-31 07:43:30 -05:00
Jeremy Long
cc2953d6a3
version 1.2.8
...
Former-commit-id: 8c68d365e0dd05957ad26273a635dbb2c6a8871a
2014-12-28 09:26:14 -05:00
Jeremy Long
c888019068
added link to the documentation on the Central Analyzer
...
Former-commit-id: dc4553820a6c5907760e100e95379360492cc056
2014-12-28 09:16:01 -05:00
Jeremy Long
56639d3965
updated information about the nexus analyzer and how it relates to the central analyzer
...
Former-commit-id: 9d3f9b4f3ea30744f6f8f8c2883fc9d8b0be3a0d
2014-12-28 09:15:34 -05:00
Jeremy Long
09ff99823e
added information about the central analyzer
...
Former-commit-id: a01e805f5692b0db9b6260a0385271c60116b7b9
2014-12-28 09:15:07 -05:00
Jeremy Long
5078e32dc7
updated the documentation showing the aggregate goal instead of the aggregate property
...
Former-commit-id: 81e2b937c98ec3e87a53ed0573885359ff448c2a
2014-12-28 09:14:39 -05:00
Jeremy Long
ecaadff0d8
added documentation regarding disabling the central analyzer and that the aggregate property has been replaced by the aggregate goal
...
Former-commit-id: 01d67e8ceeae8ab6c0bec54a694cf39d6688a0b7
2014-12-28 09:13:35 -05:00
Jeremy Long
f2ad8cc7d1
added the ability to disable the Central Analyzer (issue #175 )
...
Former-commit-id: e56475fdf3dc94ea60b7acf8badd6a23197881d5
2014-12-28 09:12:22 -05:00
Jeremy Long
c8d77eb213
added documentation about disabling the central analyzer
...
Former-commit-id: 62ac08aa90599f8c624f4d928bd77528e0676208
2014-12-28 09:11:55 -05:00
Jeremy Long
fe3d9e8bf6
added the ability to disable the Central Analyzer (issue #175 )
...
Former-commit-id: f154f7ab2eec81a90290ee38cb2ecb823f056216
2014-12-28 09:11:30 -05:00
Jeremy Long
6c4171be75
added documentation about disabling the central analyzer
...
Former-commit-id: b5773b6b4877b16f8b5b92640a55ad96e2ae1295
2014-12-28 09:10:54 -05:00
Jeremy Long
4bbb466e43
added the ability to disable the Central Analyzer (issue #175 )
...
Former-commit-id: f9c25a4f2e7680026d8124623c3f2d2ae316bb67
2014-12-28 09:10:17 -05:00
Jeremy Long
c478415667
initial version
...
Former-commit-id: cf662ed17ec8b525dcef9826021c3a3be92a0c47
2014-12-28 06:46:39 -05:00
Jeremy Long
fc832b67c5
made BaseTest public
...
Former-commit-id: d18c65e8485e0c32e15a3b399ffb5f9a3618fb9a
2014-12-28 06:44:08 -05:00
Jeremy Long
943a9ea97e
added synchonization to the open method
...
Former-commit-id: 8be1fcc1b96744dbf4d4f5754f2402be33ed4032
2014-12-28 06:43:45 -05:00
Jeremy Long
2c7ab297d7
removed serialization as Lucene's classes are not serializable
...
Former-commit-id: 06758ffeca109cb558ca2ac567672153cca71b50
2014-12-28 06:43:11 -05:00
Jeremy Long
d8299f7db1
checkstyle correction
...
Former-commit-id: a517ce0a86a30e5ffdf1edfa80958d016fe98f56
2014-12-27 07:39:55 -05:00
Jeremy Long
4deeb33f08
added JavaDoc to resetFileTypeAnalzyers()
...
Former-commit-id: 7feb30ff1750684d60d69a01c76733df0d32b62c
2014-12-27 06:57:21 -05:00
Jeremy Long
3bf4cf8c85
corrected logging statements
...
Former-commit-id: 55ebf05bbf831c8e87ca8f5b9b74d18e1cfa252c
2014-12-27 06:55:21 -05:00
Jeremy Long
e0217fc6c3
checkstyle correction
...
Former-commit-id: 0bc46c51151eca7d8b6c0abff3b7b9a47cb0529f
2014-12-27 06:52:37 -05:00
Jeremy Long
62a3efa23a
Corrected duplicate code identified by CPD
...
Former-commit-id: 223a20b4a61a69a6dd0714e1683633dd73eb4302
2014-12-27 06:52:14 -05:00
Jeremy Long
cc7ebe6d52
removed old, unused test cases
...
Former-commit-id: 57e354d428df6eeed595afddc08359d72bef3067
2014-12-27 06:44:17 -05:00
Jeremy Long
5d920e4b44
added BaseTest to initialize the Settings for tests in the maven-plugin
...
Former-commit-id: 7da3f4712abcbebf157c8d26174cf0fe2f19f12b
2014-12-27 06:44:03 -05:00
Jeremy Long
1264ea54a1
moved setup to a base test that can be used in other test classes later
...
Former-commit-id: fe87e1ce9e9230e628bb5b8e90b0c2e85acd8245
2014-12-27 06:42:58 -05:00
Jeremy Long
caa1d77d23
improved error messages to resolve issue #176
...
Former-commit-id: 57d4e59b50aab93124f321004d05239cd9cd5c3d
2014-12-27 06:23:10 -05:00
Jeremy Long
20a55b3342
added test case
...
Former-commit-id: 4b24fb1a31b103c56c51f99d1c6e1aaa05c73a4b
2014-12-26 07:11:30 -05:00
Jeremy Long
8bfe67fc60
additional error handling, checkstyle corrections, and added resetFileTypeAnalyzers to enable reuse of the engine as part of resolution to issue #173
...
Former-commit-id: b964d2fd30a5520abb732a6768b9e89ba3978749
2014-12-26 07:10:22 -05:00
Jeremy Long
d42a1c6ab1
added a scan artifacts method to enable scanning of a MavenProject as part of resolution for issue #173
...
Former-commit-id: 7db9d35d2b0327ed678502bd8ad3c9050613eefb
2014-12-26 07:09:11 -05:00
Jeremy Long
80a89ef6d1
additional changes to resolve issue #173
...
Former-commit-id: 30edb64043b45c028aea77ec172d1ed127672a45
2014-12-26 07:07:27 -05:00
Jeremy Long
1a0e605f0c
added jmockit for testing
...
Former-commit-id: 5fe09b31551fac79670505f709c0b0783431d8a8
2014-12-26 07:06:38 -05:00
Jeremy Long
573c8eb509
added a reset() method as part of resolution for issue #173
...
Former-commit-id: b07e6a477ebd1b008f9be6f249a531fcb911865a
2014-12-26 07:06:16 -05:00
Jeremy Long
e676e3a14b
added a reset method to re-enable the file type analyzers so the engine could be reused to scan files as part of resolution for issue #173
...
Former-commit-id: 4b2cca05cf9724d58e3a8a7970eb2d05bb553346
2014-12-26 07:05:48 -05:00
Jeremy Long
af8c807ee0
added a getter for the FileTypeAnalyzers to resolve a problem while fixing issue #173
...
Former-commit-id: 359b9e41a03bd2bd0c9c63e437540bf082c7c92d
2014-12-26 07:04:45 -05:00
Jeremy Long
dfaa5df965
re-enabled summary and fail build on CVSS scores
...
Former-commit-id: f4568c46bfd2933aebf3e8bfe270749846fc4c01
2014-12-24 08:34:05 -05:00
Jeremy Long
32055ecdcc
updated error message
...
Former-commit-id: 1dff15f05f6380565b2df230093bccbeb4cbbe25
2014-12-24 08:07:07 -05:00
Jeremy Long
9db71c5f0c
replaced with new classes
...
Former-commit-id: 2b09e2533af5748b2ff41b551482bef8e012e2fe
2014-12-24 07:59:25 -05:00
Jeremy Long
99856bf285
cleaned up maven report aggregration by removing the aggregate configuration and creating an aggregate goal
...
Former-commit-id: bba05b6052a2b2347b055884ffdf678d7ed8f17f
2014-12-24 07:58:53 -05:00
Jeremy Long
4d006b3e05
updated to resolve class loading issues with CPEAnalyzer and updated to use execution root instead of root parent project to store context flags
...
Former-commit-id: 948ce11556e157e3d127be8f04cc2e4abfba2712
2014-12-24 07:47:22 -05:00
Jeremy Long
4e37165ba6
fixed bug that prevented verbose logging when target directory does not exisst
...
Former-commit-id: 442092011e791576ce629091a6bee4fb45c43b7d
2014-12-24 07:42:24 -05:00
Jeremy Long
38a5834785
added type checking for CPEAnalyzer to avoid exceptions
...
Former-commit-id: 6f407c839f4c2f74900f46901f4a8452abe83e06
2014-12-17 11:25:16 -05:00
Jeremy Long
d6e1352869
made serializable
...
Former-commit-id: e826b6b05017739cc35641dcdd882e4c62946a12
2014-12-17 11:24:46 -05:00
Jeremy Long
bf1b7bd7a2
added logging statements
...
Former-commit-id: 399ad8e258b88b32eecf9082b62bc27c4387c64a
2014-12-17 11:16:13 -05:00
Jeremy Long
2306327057
added logging
...
Former-commit-id: ab39408750a77fb70d05b7115bf6c6ace4f7ff52
2014-12-17 11:15:32 -05:00
Jeremy Long
2d389ba73f
updated to version 1.2.8-SNAPSHOT
...
Former-commit-id: d8c12eae66b9fa54188ebde2da3323a132a4d9d2
2014-12-09 06:38:26 -05:00
Jeremy Long
ce8d5bc635
hack resolution to issue #172 - more information is needed to fully resolve the issue though
...
Former-commit-id: 366299924689cca0e277fd82b9f7bd40b9c19490
2014-12-09 06:36:04 -05:00
Jeremy Long
8fdc2007e0
fixed unit test
...
Former-commit-id: e1571c23fc236d810b60037f9cd8f7a804b69195
2014-12-09 06:35:07 -05:00
Jeremy Long
88a97769de
added additional fine grained logging
...
Former-commit-id: 782dca3f3ed72da8e6c0b4eb9ee38783dd5690c8
2014-12-08 06:39:51 -05:00
Jeremy Long
589c761cb0
resolved null pointer exception
...
Former-commit-id: 3cc97c878a2bcc09c8a2cea3802278974d56b954
2014-12-08 05:41:58 -05:00
Jeremy Long
3e6787fd61
fixed null pointer exception
...
Former-commit-id: d66364e752e80fc90fb2fe226b272ba63879d104
2014-12-07 16:30:00 -05:00
Jeremy Long
aff52ee3f5
version 1.2.7
...
Former-commit-id: 9e666f3f6e65b67e7e144e6fc9ac75a3754c3ebb
2014-12-07 10:13:30 -05:00
Jeremy Long
4555b02592
checkstyle, findbugs, and pmd corrections
...
Former-commit-id: 85573816e82855343af1d41576ffc2479e8595ed
2014-12-06 13:16:06 -05:00
Jeremy Long
e1d4599a93
added test cases for issue #82
...
Former-commit-id: e823eb5eb2d19b252cb5bd65c3f74891478a69ee
2014-12-06 11:35:49 -05:00
Jeremy Long
1a1e141cb8
added jmockit
...
Former-commit-id: 385bef77dce7476ac0983c573b5909b4667e7899
2014-12-06 11:35:20 -05:00
Jeremy Long
33218f41e8
minor changes to support testing
...
Former-commit-id: ef1a8934c2a118216a06aeba786be0f732a6060a
2014-12-06 11:34:50 -05:00
Jeremy Long
8772cda47a
added property to resolve issue #82
...
Former-commit-id: 711d6f538901aff6a9467fba460b62905dce75b4
2014-12-06 10:20:46 -05:00
Jeremy Long
512eb713e4
added EngineVersionCheck to resolve issue #82
...
Former-commit-id: ffc483a673187cf7f4a1c3a0ba8a46eb86532316
2014-12-06 10:18:46 -05:00
Jeremy Long
0f90d48c62
added EngineVersionCheck to service loader
...
Former-commit-id: 8047a173070d8ccaff0e5401472d885245b9ffba
2014-12-06 10:18:03 -05:00
Jeremy Long
658860e396
added new save properties method to support changes for issue #82
...
Former-commit-id: 56480f2d0233a03aed83ec0e8c8092f599cd0a62
2014-12-06 10:15:28 -05:00
Jeremy Long
7522dae557
changed settings to use a keys instead of hard-coded strings
...
Former-commit-id: a7c06468b17bd063ac7cf54bbd4982f29fcf529f
2014-12-06 10:14:31 -05:00
Jeremy Long
e34e65a3ba
added filtered site resource
...
Former-commit-id: b6e3475b23a304841a655c4656ec753c9a81b707
2014-12-06 10:13:22 -05:00
Jeremy Long
5a001a2c32
moved withinRange to a utility class
...
Former-commit-id: d7bd22e42e6a96306e17229e449b9b052ddcb627
2014-12-06 07:44:07 -05:00
Jeremy Long
13a03eb250
moved withinRange to a utility class
...
Former-commit-id: aab76247ebf674c0e8cdeba56abedb1d510de41c
2014-12-06 07:37:47 -05:00
Jeremy Long
cd863b6cca
added additional settings keys
...
Former-commit-id: 232c1cee317c0c7b7775dd111c82f1ad44882ab9
2014-12-06 07:36:42 -05:00
Jeremy Long
83b182dda5
modified Settings.getString to use a key instead of hard-coded string
...
Former-commit-id: 6c047637c1e2bb865d4bb504ff67851398a0d88e
2014-12-06 07:36:15 -05:00
Jeremy Long
3b90d1a564
updates to ensure that the logger is initialized correctly
...
Former-commit-id: c468df5c8dbd16edefae8e65ac28eed394c1fa87
2014-12-03 15:54:03 -05:00
Jeremy Long
d724855dfc
minor updates and addition of JavaDoc
...
Former-commit-id: ac465b9c252dec453f8528b7e466bd61f8d7adb4
2014-12-03 15:53:22 -05:00
Jeremy Long
78008330fe
changed order of operations to ensure the Maven engine doesn't call initialize twice
...
Former-commit-id: bbf613387adc87b605d0003b923421274979313d
2014-12-03 15:44:29 -05:00
Jeremy Long
e716aad224
corrected catch to use a more specific exception
...
Former-commit-id: 8bcd641d5be83f7ec8d182a55e0b5b52a73136d6
2014-12-03 05:57:10 -05:00
Jeremy Long
aa0d7cb4e9
added initialize method to resolve issue with initializing the logger
...
Former-commit-id: 9123f1243375c4443e6617db1de69bbcceaf1130
2014-12-03 05:56:33 -05:00
Jeremy Long
0cd43ce35c
updates to reduce load times in multi-module projects per issue #168
...
Former-commit-id: adfaaaddffffa9b078d6b78a1ac031e6d8343f21
2014-12-02 06:43:54 -05:00
Jeremy Long
ac98c8e395
corrected the order of operations so that report aggregation can include the last module
...
Former-commit-id: 4169dedceee6f35c5357ee9841e94123acec575d
2014-12-01 06:51:57 -05:00
Jeremy Long
70a8fc09c6
Merge branch 'master' of github.com:jeremylong/DependencyCheck
...
Former-commit-id: f91bf00c7865a26cff5e6d4c8d3ea67d8c472a70
2014-11-30 07:47:14 -05:00
Jeremy Long
5b00d05e2e
resolved issue #171
...
Former-commit-id: 28a30d4d76b2bb44247e26fae4601d32c2df12df
2014-11-30 07:46:28 -05:00
Steve Springett
28c1730a02
Merge remote-tracking branch 'origin/master'
...
Former-commit-id: 43610b7be6f438085abee3054254daedd7c09177
2014-11-26 15:03:37 +02:00
Steve Springett
c54483d36f
Adding missing central analyzer config to scan agent
...
Former-commit-id: 948e67459ba06c7a4f76efaba16d0dfbbba1aa44
2014-11-26 15:03:10 +02:00
Jeremy Long
2dd02ff8cb
Merge branch 'master' of github.com:jeremylong/DependencyCheck
...
Former-commit-id: 17a1b6ffc03aea4c52760a0e8f721f2a017f9c18
2014-11-26 07:03:42 -05:00
Jeremy Long
46c5501b7a
changed ensureDataExists method to resolve startup time delays as part of a fix for issue #168
...
Former-commit-id: 15e85be9e5e01253f4864d18178da4c395b008eb
2014-11-25 05:58:16 -05:00
Jeremy Long
f154826749
added additionial verbose logging
...
Former-commit-id: 5d65d0186914d7045b6e5d51c10bc2feb8b2aab4
2014-11-25 05:57:02 -05:00
Jeremy Long
96383ef985
added a check to the open function to prevent losing a reference to an open database connection
...
Former-commit-id: 62e8386dce392d8c7fbc58febc4f5d4bc35e84f0
2014-11-25 05:55:59 -05:00
Jeremy Long
ab4b19dbab
added a database check to ensure data exists - this replaces an older method and reduces startup time to help resolve issue #168
...
Former-commit-id: 4a8b2db9adf91cef2d89148f0c9b9c2327240221
2014-11-25 05:55:01 -05:00
Steve Springett
cdc53ac570
Minor changes to allow for more flexible use of ReportGenerator outside of the core.
...
Former-commit-id: ce728f6d7a229571d093ed93e829b6597d084507
2014-11-21 17:29:52 -06:00
Steve Springett
143cc1912e
Merge remote-tracking branch 'origin/master'
...
Former-commit-id: 056feebeb11b34d5da1fb40f90cd1bd9aabeeb9a
2014-11-21 16:21:28 -06:00
Jeremy Long
0d90b676bc
changed logging message that indicates default state was moved to the log file rather then standard console output
...
Former-commit-id: e67218ff539a0c2b34cc78d0208f42d815248d7e
2014-11-21 06:36:28 -05:00
Jeremy Long
5fadbb3d25
changed logging level indicating that the central analyzer is being used instead of NexusAnalyzer - since this is the standard use case it clutters the output, the message now only goes to the log
...
Former-commit-id: d3faf76c59cf5a80070299a99410b1593c91187c
2014-11-21 06:16:05 -05:00
Steve Springett
0ec99a3e12
Merge remote-tracking branch 'origin/master'
...
Former-commit-id: 9dab9bc03f82335c16dce4026f6a3a4fc860e5d1
2014-11-17 17:04:24 -06:00
Jeremy Long
1efbc44cc4
reformated
...
Former-commit-id: 60c32e7e0ccd8d1586e1c691ff1671d192646895
2014-11-17 06:45:19 -05:00
Steve Springett
735fcfeee2
Merge remote-tracking branch 'origin/master'
...
Former-commit-id: 5eb272a53b94c6346b7c43ee5f0acd45c2e2911c
2014-11-16 12:53:37 -06:00
Jeremy Long
4a77150566
version 1.2.7-SNAPSHOT
...
Former-commit-id: dfd0fd2bfa6929271e82c833ae5f3abc231219a6
2014-11-16 12:46:46 -05:00
Jeremy Long
180a420219
changed checkstyle off on markers
...
Former-commit-id: 1a6a854e34d834cf7532439279f55e5538eb1b5d
2014-11-16 12:46:28 -05:00
Jeremy Long
d12ba8f3ef
version 1.2.7-SNAPSHOT
...
Former-commit-id: 8721c2c03a5ecb7f81ebaab4febefda2ff968991
2014-11-16 12:45:51 -05:00
Jeremy Long
f333ef76d9
version 1.2.6
...
Former-commit-id: d32ff0d840fc1d1a3153da73158adc125a589efc
2014-11-16 09:44:11 -05:00
Jeremy Long
af5ba6854e
minor format change
...
Former-commit-id: 138be9fe55a362d21021b428b36ac65e621fd88a
2014-11-16 09:43:26 -05:00
Jeremy Long
8b7ce06793
initial version
...
Former-commit-id: efb4fec83ee9d788b3a5b21c683f52dd91113ec0
2014-11-16 08:25:13 -05:00
Jeremy Long
297a5e516f
switched to using commons.io.FileUtils to delete files
...
Former-commit-id: e63309f20e7af759233db5486acc85f2c5c6806d
2014-11-16 08:24:55 -05:00
Jeremy Long
92b11526be
updated log messages
...
Former-commit-id: 4f58ed64efbee2a2d604bdc5bd51394e152bd408
2014-11-16 08:24:17 -05:00
Jeremy Long
299350f655
correctly closed streams when extracting a gzip archive
...
Former-commit-id: 0a0c917cc3e4c4a004823fba9b7f8ab53f90d557
2014-11-16 06:21:02 -05:00
Jeremy Long
127eafc9b3
removed unused field
...
Former-commit-id: f44e6398f946abe2faa8ab1b2e3813a6831b9c66
2014-11-16 06:20:27 -05:00
Jeremy Long
ad1ad3a997
turned off checkstyle for a few lines
...
Former-commit-id: 62bf63649427363c0d86bd72acbb76a9772d1da3
2014-11-16 06:20:07 -05:00
Jeremy Long
82151c5b3f
initial version of the test for DownloadTask
...
Former-commit-id: 5c82a5dda739525be25eed5ee763effe839758d0
2014-11-15 08:23:54 -05:00
Jeremy Long
90457c89ff
updated NVD CVE URLs to use gzipped files
...
Former-commit-id: ca3c5ec40458f200a19cfcda36d518cf4de5a65a
2014-11-15 08:23:13 -05:00
Jeremy Long
3f3ac86d38
minor change to test cases
...
Former-commit-id: bbfc241e7576b508af819f7fe66892da0511e549
2014-11-15 08:22:43 -05:00
Jeremy Long
aa126039e5
updated NVD CVE URLs to use gzipped files
...
Former-commit-id: 25c0c2e5df3a6626fae5401209fac93b105b3392
2014-11-15 08:21:44 -05:00
Jeremy Long
662815b1ee
added an extract phase if the downloaded file is a .gz
...
Former-commit-id: 0385e9a7922bc18eccb3b3075cc866c462ae6f2b
2014-11-15 08:21:03 -05:00
Jeremy Long
243c36849c
noop
...
Former-commit-id: e155fa37527c62925bdb7e52d539329e3f9ebabe
2014-11-15 08:20:15 -05:00
Jeremy Long
52d5baaf3f
reformated and added checkstyle corrections
...
Former-commit-id: c68e06287fdd09768c9fade7e534ca421899c9c5
2014-11-12 16:04:23 -05:00
Jeremy Long
89217f778e
added package-info
...
Former-commit-id: 78bd4ce6243fadc58524ec48bb0d964205e044cd
2014-11-12 15:44:43 -05:00
Jeremy Long
9bc9bc9169
made enabled final
...
Former-commit-id: ded2d5de559091d8383ec26941f166018c33bb7a
2014-11-12 15:44:18 -05:00
Jeremy Long
6b73430473
added javadoc and changes suggested by checkstyle
...
Former-commit-id: 5f216b873b2d1845747fa4a77159399e818aef5a
2014-11-12 15:43:36 -05:00
Jeremy Long
5ca5bca3df
updated javadoc
...
Former-commit-id: 7b00991a0cf90ca34c8c54b8297014b01e676b04
2014-11-11 15:13:01 -05:00
Jeremy Long
89ab382a18
added additional tests for compareto(version)
...
Former-commit-id: 0a02681251a30e6b675461b7487198a1cc7eb850
2014-11-11 14:43:47 -05:00
Jeremy Long
bad425c0d7
added test for isAffected
...
Former-commit-id: 36a6d28ff03e41307574ee40381b0833c5c4ab01
2014-11-11 14:43:15 -05:00
Jeremy Long
cdbbb1b94c
made isAffected protected instead of private so that tests could be added
...
Former-commit-id: e7fd58900b4c8ebbaf06d476870defa4fc921628
2014-11-11 14:42:34 -05:00
Jeremy Long
0a9d8a9b22
reformated and changed logging level from info to fine
...
Former-commit-id: 035ca7c4d83322734f16f0b51f695bf7e4caa7b0
2014-11-11 14:41:40 -05:00
Jeremy Long
e662041d06
reformated and changed isEnabled to a getter by adding checkEnabled that is called during initialization
...
Former-commit-id: 3bfb0dd2da37d718708d047e425fb8b125dddf34
2014-11-11 14:41:08 -05:00
Jeremy Long
155464bc87
reformated and changed isEnabled to a getter by adding checkEnabled that is called during initialization
...
Former-commit-id: d5c1224709469fccacfad7e22cf5a44eecdcab36
2014-11-11 14:40:48 -05:00
Jeremy Long
06cd811ae4
fixed xlint unchecked call warnings
...
Former-commit-id: b74ee0e63568b7b222f0459ad66a7e281b2f2e2f
2014-11-11 13:41:20 -05:00
Steve Springett
1b2cd354db
Merge remote-tracking branch 'origin/master'
...
Former-commit-id: 9856f3f26b7c6e53d8497b5ef87d7a070abe4e06
2014-11-10 11:32:52 -06:00
Jeremy Long
1b31268f59
Merge branch 'colezlaw-master'
...
Former-commit-id: fdb3a7414550752692ed807d71782f54cabbdac6
2014-11-10 05:41:10 -05:00
Will Stranathan
b57ef7291f
No more separate proxy configuration for Central search. Renamed everything to do with Solr to Central.
...
Former-commit-id: 4bcee86abf4415bfafc386d10018d9fcb2f6cec4
2014-11-09 21:07:26 -05:00
Jeremy Long
c3bf6aa3f8
updated documentation to reflect change with NexusAnalyzer
...
Former-commit-id: 6a16bb3fc9f45a77d030d4d0f9999b764fd6fa12
2014-11-09 20:07:22 -05:00
Jeremy Long
d2fa14bbe2
updated documentation to reflect change with NexusAnalyzer
...
Former-commit-id: bbe1286d3ff9e4886b2eb52fe0ff04962922dd06
2014-11-09 20:06:32 -05:00
Jeremy Long
9b6e55e90c
Merge branch 'colezlaw-master'
...
Former-commit-id: 80adf73356e1a2d24a53cf0f20af1356638084d8
2014-11-09 19:54:03 -05:00
Jeremy Long
afb07b651f
Merge branch 'master' of github.com:colezlaw/DependencyCheck into colezlaw-master
...
Former-commit-id: 1158591ef47032ceed72654ebde6ef5f20782f75
2014-11-09 19:53:26 -05:00
Jeremy Long
e6806fdf2b
patch to resolve issue #137 - the output path can be a file name if the format is not ALL
...
Former-commit-id: 05c638b21f09842781e105259ff58819e4bd3e8c
2014-11-09 19:52:42 -05:00
Will Stranathan
e5ff2cff4e
Squashed commits for the new Solr/Central Search capability
...
Former-commit-id: 28ca3ca0ff5de4e097082f6f73003c0a67455efd
2014-11-08 10:54:02 -05:00
Will Stranathan
17d7d47b9a
Renamed Solr to Central search
...
Former-commit-id: b8bdca6be89497f9baf29c8762803b4652e4974b
2014-11-08 10:53:17 -05:00
Will Stranathan
64e32061ab
Re-making due to merge conflict from origin
...
Former-commit-id: 34a9f3410131b51048ee7f89e8aed2189dafe7fb
2014-11-08 08:50:53 -05:00
Will Stranathan
931110ba6c
Initial checkin of work on a Solr analyzer which will replace Nexus on Internet checks
...
Former-commit-id: 09337f6416fa3140c00413426e17e39c4a1fadc6
2014-11-08 08:47:42 -05:00
Jeremy Long
d90e7820cd
improved file path validation and error handling
...
Former-commit-id: 20d4011b031ac956e9803e807de75e7e505172ae
2014-11-08 06:08:21 -05:00
Jeremy Long
824898dba5
patch for issue #155
...
Former-commit-id: 57b144d94354c48c9bebabae2cc3d0c120fd2138
2014-11-07 06:42:54 -05:00
Jeremy Long
761dd61ed4
added additional test jar for issue #155
...
Former-commit-id: 0f8bf0a058eb263f13bd5d0d4262255153201eb5
2014-11-07 06:42:00 -05:00
Jeremy Long
89c63e6d87
checkstyle corrections
...
Former-commit-id: 77b519236f1afe7ad8eab0407d055e7f9ab4745f
2014-11-05 21:52:52 -05:00
Jeremy Long
a2361f9327
checkstyle corrections
...
Former-commit-id: b0ad94a8b1ce31891f788fd44e1a9df59775a691
2014-11-05 21:42:32 -05:00
Jeremy Long
ea15205be8
pmd corrections
...
Former-commit-id: 7cdc5b009285b9b428d4e731cb4b493a24453a9f
2014-11-05 21:31:00 -05:00
Jeremy Long
0a45048535
checkstyle corrections
...
Former-commit-id: 8807237a0a38f390298a19507ed55d9df156663f
2014-11-05 21:24:34 -05:00
Jeremy Long
1c51655ce3
checkstyle corrections
...
Former-commit-id: b7acf0b29d86a17f03f996d8d4b7a47e3a9f5eb9
2014-11-05 21:08:34 -05:00
Jeremy Long
7749f0da7c
updated to exclude apache ant code from checkstyle
...
Former-commit-id: 06ab2cb9c3b15c182dac3cd1d0580f6002d607f8
2014-11-05 21:07:08 -05:00
Jeremy Long
5695238f95
updated to exclude apache ant code from PMD and findbugs
...
Former-commit-id: ce8b95e5f7ba4a98036cce46edc066ff2f2afb79
2014-11-05 21:06:23 -05:00
Jeremy Long
e1feeb7e21
removed failing test case
...
Former-commit-id: ab7f81d133a7c8cbfed52300e3f31a92121206b7
2014-11-05 19:18:41 -05:00
Jeremy Long
84fecaf040
updated documentation to show that Ant style paths and excludes can now be used
...
Former-commit-id: be99efc13478905e282d292986821a1851d0f389
2014-11-05 06:26:58 -05:00
Jeremy Long
da77727673
changes to support Ant style paths to resolve issue #153
...
Former-commit-id: b1666d6652891c4b012457fd5de7f8230938fb45
2014-11-05 06:20:15 -05:00
Jeremy Long
f8c913a3e8
small modification to warnings
...
Former-commit-id: 1ee729d27fdd7f394df0ea00efcb9f5e2bf663cd
2014-11-05 06:19:43 -05:00
Jeremy Long
2024881ee1
fixed logging level when files cannot be deleted
...
Former-commit-id: d62acbe447b5cc78b992d910c9431c006e658b2e
2014-11-05 06:19:14 -05:00
Jeremy Long
35ed3a51e5
initial version of InvalidScanPathException
...
Former-commit-id: a1f909f4e3988ae2f5f00fe72033bfdd7ef89676
2014-11-05 06:17:27 -05:00
Jeremy Long
24b1c4d0a4
removed wild card pattern matching during scan
...
Former-commit-id: 183963237c378641467f7277f68ba74156442485
2014-11-04 05:50:58 -05:00
Jeremy Long
7ec2458fb5
moved CliParser
...
Former-commit-id: 69ea743196109849d078df8f7071af0a3027fe99
2014-11-04 05:33:18 -05:00
Jeremy Long
175feaea23
added a modified copy of DirectoryScanner from Apache Ant to resolve issue #153
...
Former-commit-id: e37eb42cc574e4255533a0e7fbe78f5ed0c83146
2014-11-04 05:27:46 -05:00
Jeremy Long
dda6cf728b
added suppression for opendj-ldap-sdk to fix issue #165
...
Former-commit-id: e8dc84bea2350eb5539475cf77650fafb118f3a4
2014-11-01 07:08:00 -04:00
Jeremy Long
a7fd410b01
stopped trimming org and com off of the groupid so it is consistent with other analyzers
...
Former-commit-id: c22d3b7af9af00c28ee0df80ba706f70399b80ef
2014-11-01 06:51:05 -04:00
Jeremy Long
d281c36733
updated suppression rule for jersey-client
...
Former-commit-id: 81920e19da3c29de46207c2132f225cb8c77a840
2014-11-01 06:35:28 -04:00
Jeremy Long
dc91e44c0a
added jersey-client 1.11.1 as an optional test dependency
...
Former-commit-id: d837418656cbfd857adb90662a4d2604fd77a78e
2014-11-01 06:35:05 -04:00
Jeremy Long
7967a858f4
Merge branch 'ctrl-alt-dev-master'
...
Former-commit-id: 18b9ce0c578195a3275c4cb54ed14f6aff953d2b
2014-10-25 08:10:14 -04:00
Jeremy Long
2081407e38
added pom evidence to dependency - yes, this moves some analysis to the plugin; but in this case that is okay and will allow future enhancements
...
Former-commit-id: f69fd0701a8db1ab729199c4090dee1cd023d114
2014-10-25 08:09:45 -04:00
Jeremy Long
976eabd527
noop
...
Former-commit-id: 8c867c80dfb8180ba308837a09b33ac17fd8273a
2014-10-25 08:08:26 -04:00
Jeremy Long
b6d6a5de2b
minor changes to clean up test cases
...
Former-commit-id: 62d409fa6f50d3bbec881277a4604acca7278faa
2014-10-25 08:07:56 -04:00
Jeremy Long
2d58cfe0ce
fixed link to the NVD
...
Former-commit-id: 73ca530e569d4376999c155a8bc1256d935209bf
2014-10-25 08:07:20 -04:00
Jeremy Long
9df8bdff5f
cleaned up code to use isEmpty instead of "".equals(string)
...
Former-commit-id: 8469f91a948ab2ab5b0ce61865a0b11cd6d11717
2014-10-25 08:06:56 -04:00
Jeremy Long
c86b821951
suppressed warning on unchecked cast
...
Former-commit-id: 633151a31b613071c7bd3e939c6a5c16864b8b88
2014-10-25 08:06:15 -04:00
Jeremy Long
4def086bf9
removed comments
...
Former-commit-id: 2c48f5b93a97a0642fbc37edd603b0d0baca4368
2014-10-25 08:05:26 -04:00
Jeremy Long
885c890d7d
changed the analyzer to use the actual file name rather then the display name
...
Former-commit-id: 9cc348aaef8fac5e6c64220d94428f168ea8855b
2014-10-25 08:05:01 -04:00
Jeremy Long
06060a6694
improved error handling of invalid search strings
...
Former-commit-id: 97250e44b27e009b2480d25f8c2ebb7566038086
2014-10-25 08:04:33 -04:00
Jeremy Long
70667814f6
changed display name of files contained in archives so that it doesn't look like an invalid path
...
Former-commit-id: db3a7edadef81dd7e66c68cf0f4cdf43e12936b6
2014-10-25 08:03:47 -04:00
Jeremy Long
766b7a940c
changed scan methods to return a list of dependencies instead of void
...
Former-commit-id: f0fd1e06708de3159acff0147968b5508a54fc05
2014-10-25 08:02:36 -04:00
Jeremy Long
0c37586357
added Xlint:unchecked
...
Former-commit-id: e26970bf2cd4606b777bddfc806ba74227da9cba
2014-10-25 08:00:11 -04:00
Jeremy Long
b4aa55ce1f
Merge branch 'master' of github.com:ctrl-alt-dev/DependencyCheck into ctrl-alt-dev-master
...
Former-commit-id: 4d1ab5ecacf0ca7354f57d3a49accd5a173e0a26
2014-10-24 05:36:40 -04:00
Jeremy Long
109443ce77
changed the name property of dependencies identified within an archive
...
Former-commit-id: 5d778afea68c881efea628d9ecc28596d3cbc9d6
2014-10-23 06:09:39 -04:00
Will Stranathan
5f38741831
Initial checkin of work on a Solr analyzer which will replace Nexus on Internet checks
...
Former-commit-id: 7b51d0cb1d23122bc73261424b66df24f72370cd
2014-10-22 22:35:03 -04:00
Jeremy Long
c6f391501d
added test case for patch to issue #156
...
Former-commit-id: 8fa1de0566760a41d65614921f4bb764178151f8
2014-10-22 21:43:23 -04:00
Jeremy Long
d1f3105fbd
added appropriate sorting to resolve issue #156
...
Former-commit-id: b5d0dd3e9d337417ea3483b491035009269eaa5c
2014-10-22 21:42:51 -04:00
Jeremy Long
8f88ca9d3d
corrected compareTo to use file path, not just file name
...
Former-commit-id: 98e19c402cd5824aed4b3b4923b7ef72359752cf
2014-10-22 21:12:40 -04:00
Erik Hooijmeijer
f9e4ca0cc2
corrected javadoc
...
Former-commit-id: 3e0533a8a36afcacb647610f352bfd854e505272
2014-10-22 19:10:54 +02:00
Erik Hooijmeijer
5caf023677
added excludeInternalGroupIds configuration parameter that allows the exclusion of groupIds of internal projects. This is to speed up analysis as internal projects have no public vulnerabilites nor a sonatype listing but do frequently have names that collide with other libraries. The parameter can have multiple values, e.g. <excludeInternalGroupIds><groupId>nl.someinteral.project</groupId><groupId>org.another.one</groupId></excludeInternalGroupIds>
...
Former-commit-id: ffa0716366c6c7b65d1181f2bd945472b75b5483
2014-10-22 19:08:33 +02:00
Erik Hooijmeijer
35c2f4873c
values from the project pom.xml are now taken into account as well
...
Former-commit-id: ca6c5b40f09959f162b337f2cb4268a57ce46d3d
2014-10-21 20:09:54 +02:00
Jeremy Long
1ed7bab375
additional updates for issue #162 , if no pom is present in the jar, but it exists in the repo the pom from the repo will be used
...
Former-commit-id: 0d1603f45420b57b00149764acca1fe5bd3f3c83
2014-10-17 20:55:58 -04:00
Jeremy Long
f0d1bfb777
added an additional suppression for issue #162
...
Former-commit-id: 9c3403814b15cbcdebdc9e0d43253016548efb23
2014-10-16 06:57:24 -04:00
Jeremy Long
42519ac843
version 1.2.6-SNAPSHOT
...
Former-commit-id: 0b301bfa4a942e43976a34195a32982000f34d12
2014-10-14 06:28:14 -04:00
Jeremy Long
8869e13385
Merge pull request #161 from hansjoachim/exceptionTests
...
Uses ExpectedException to test for exceptions
Former-commit-id: 38f9b007311032db7edec0e1c345130409518855
2014-10-13 05:47:54 -04:00
Hans Joachim Desserud
8f9cbfe806
Unrelated: remove unused before/after
...
Former-commit-id: 68524208b8c0a197e9682aceec25cff0bc30ff56
2014-10-12 18:29:27 +02:00
Hans Joachim Desserud
6481938626
Test for exceptions with ExpectedException
...
Former-commit-id: 47c6c559196b4c10a5deb3698805ff7276f0aa83
2014-10-12 18:27:03 +02:00
Jeremy Long
9c7cc2acbf
corrected the documentation
...
Former-commit-id: 428b6b3e07ed250ac11fb6c917c90888c0d20246
2014-10-10 20:03:36 -04:00
Jeremy Long
89a57d4ed3
removed velocity-tools to close issue #160
...
Former-commit-id: 5ca46405a5aa7521bd0a0de54500d848156491a6
2014-10-10 06:36:47 -04:00
Jeremy Long
732378592b
corrected link to the unfortunate realities pdf
...
Former-commit-id: 285bcfd78f00fa514d3f96b5dcbac2fd18384177
2014-10-08 06:47:27 -04:00
Jeremy Long
19dc46660b
corrected link to the unfortunate realities pdf
...
Former-commit-id: 75332bd18e6ac3ecac5dddda2f3945ae4003bd06
2014-10-08 06:21:55 -04:00
Jeremy Long
4aad3471af
fixed javadoc
...
Former-commit-id: 2402251f2157864ee3c51dd571cb9d21e17856e6
2014-10-08 06:21:20 -04:00
Steve Springett
533b455356
Merge remote-tracking branch 'origin/master'
...
Former-commit-id: da6ffef3c01da250ecbceadac8a6e955bb47f83f
2014-09-16 18:52:44 -05:00
Jeremy Long
92bd305b00
version 1.2.5
...
Former-commit-id: b3fe4ea80c4286684eda15a3b9f46cebc4f09ee8
2014-09-16 19:47:17 -04:00
Jeremy Long
f71eb09f74
updated sample report
...
Former-commit-id: 1de33769f71be8c86116b4a17d8282c69e0abed6
2014-09-16 19:47:07 -04:00
Jeremy Long
83d4a7bc18
moved test case dependency,jersey client, to the allTests profile
...
Former-commit-id: 58da4d9c21803362133f74c168aea256c51a5824
2014-09-16 05:24:43 -04:00
Steve Springett
58807d9021
Merge remote-tracking branch 'origin/master'
...
Former-commit-id: d3c49db24c64c2869257d1b3f9a8493e7925e7a7
2014-09-15 01:11:34 -05:00
Jeremy Long
29595324c4
added suppression rules for jersey-client
...
Former-commit-id: cb8f4081c6d0fc2128a3a3dfda294a541c16adec
2014-09-13 07:10:17 -04:00
Jeremy Long
f9064e526f
added test jar to the extended profile test dependencies
...
Former-commit-id: b24966e3936afd9337dbea5476a696ddf46efc65
2014-09-13 07:09:54 -04:00
Jeremy Long
93ec2e8639
fixed javadoc
...
Former-commit-id: d06907a74a6fd4cf9ac5e5774af63eda5aba02b3
2014-09-13 05:50:49 -04:00
Jeremy Long
0e2a31709a
added test cases to ensure setting the base flag will prevent the identifier from being added to the suppressedIdentifiers collection
...
Former-commit-id: d369797a3b14fc2c42621d273d6f314e968848b9
2014-09-13 05:45:05 -04:00
Jeremy Long
c785b39eda
added assertion to validate that the base flag is being processed
...
Former-commit-id: 0364e57af8f548d010f17f948492e9472433c675
2014-09-13 05:44:09 -04:00
Jeremy Long
8fab2f58da
added the base property and skipped adding the vulnerability or identifier to the suppressed collection if this is a base suppression rule
...
Former-commit-id: a668d7d8b9345b6ad44bfff1ced4ab783a1f90d8
2014-09-13 05:43:16 -04:00
Jeremy Long
e44ee3bfe1
added parsing of the base flag
...
Former-commit-id: 02f533177846bcd4a98b31f851e91f438e1ddeaa
2014-09-13 05:42:01 -04:00
Jeremy Long
62065c9d28
corrected the removal of an identifier so that iterator.remove was correctly used
...
Former-commit-id: 252507772242cc7ff42ef9f310cfca3bec7cb075
2014-09-13 05:41:26 -04:00
Jeremy Long
c76275275f
added the base=true flag to all base suppressions
...
Former-commit-id: ac77f3fc4ff80c182b7736554a1960e186e67d69
2014-09-13 05:40:37 -04:00
Jeremy Long
257f78879d
added base attribute to suppression rules
...
Former-commit-id: bcadbd75b99471a56d604c2f158570305e9b4010
2014-09-13 05:40:06 -04:00
Jeremy Long
894263809c
added base flag to one suppression entry
...
Former-commit-id: 7d6bbf36e5e35c2ee2fe8c901281996a34706036
2014-09-13 05:39:38 -04:00
Steve Springett
bc9458101c
Merge remote-tracking branch 'origin/master'
...
Former-commit-id: 16fb5a44d47fb699282b6babd112848276cb6bab
2014-09-12 10:50:08 -05:00
Jeremy Long
c503935d6a
updated to correctly close the ObjectOutputStream based on guidance from the CERT Java Secure Coding Standard
...
Former-commit-id: 1c7b929055f273d49b1203c117d7bb12162cfdb2
2014-09-12 06:36:00 -04:00
Jeremy Long
d4756c9eb8
updated base suppression list to include sandbox:sandbox - a php app
...
Former-commit-id: 087a4c5af2afd03a1d4703d2e1e5a1607a2e7ac9
2014-09-12 06:34:23 -04:00
Jeremy Long
0004767775
added fix for issue #147 to address springsource, non-core spring, jars being idenified as cpe://a:springsource:springframwork
...
Former-commit-id: 0a3182123be78a3f450cdef0bcc395907d27730a
2014-09-10 17:55:04 -04:00
Jeremy Long
74908642c7
added test dependency
...
Former-commit-id: fa4846dfa384639114f32ed3b7a0d91347b8dabf
2014-09-10 17:39:31 -04:00
Jeremy Long
aadfb71c98
fixed test case by removing a temporary test entry in DetermineCPE_full
...
Former-commit-id: 0f91c7b8e1d536c9d15176dc2d9a439da4e8ccdc
2014-09-10 17:37:54 -04:00
Jeremy Long
1244af649d
updated to improve CPE matching so that if a broad match occured (cpe with no version number) we use the highest confidence version when generating the CPE identifier
...
Former-commit-id: 6e8c87a71522b1ca7cfa9d72ca419a792d1b17e7
2014-09-09 15:10:08 -04:00
Jeremy Long
7bd48cc811
updated version analysis to reduce false positives and increase accurate detection
...
Former-commit-id: 6097160434b7e98182738706790d82cdbd867175
2014-09-09 15:07:28 -04:00
Jeremy Long
8f3ce38418
re-ordered operations so that a new lucene index is no longer created on each call to calDetermineCPE_full
...
Former-commit-id: e2af1d893b47afe1ed36d1ab1e6840d47757b509
2014-09-07 08:28:44 -04:00
Jeremy Long
1b2d9b4245
fixed minor display bug
...
Former-commit-id: 65e1adcdc7677490907ee6eca68bf1174d355a3c
2014-09-07 07:20:45 -04:00
Jeremy Long
c6b2b34fde
removed duplicative test of downloading XML
...
Former-commit-id: 97d1371609af2cc9583b0ac071a8606c93a34fbe
2014-09-07 06:59:50 -04:00
Jeremy Long
e58fc13fdb
additional looping corrections in determineCPE() to break early if an identifier is found
...
Former-commit-id: 4ec4ffe598d9870a793da8980bb863633c1967d7
2014-09-06 19:09:38 -04:00
Jeremy Long
922d53d2e4
Increased the confidence on the pom artifact and groupid
...
Former-commit-id: b052b50353197e0f7cb419e6f618f2320da11183
2014-09-06 19:08:22 -04:00
Jeremy Long
fec53b3951
corrected looping in determineCPE()
...
Former-commit-id: 329f20687223f38273b2e23601b05fcea2b9122f
2014-09-06 06:37:12 -04:00
Jeremy Long
e72e2c6a02
corrected documention error with the reporting sets
...
Former-commit-id: ab503e5a710a69624a3216edea880e614b003ba8
2014-09-01 08:19:46 -04:00
Jeremy Long
08d001ee05
checkstyle corrections
...
Former-commit-id: ecc262c75890ef4c8760cb41e7948cb6decdf5d5
2014-09-01 08:13:53 -04:00
Jeremy Long
99d8a07f4a
updated documentation as part of resolution for issue #144
...
Former-commit-id: f47171e52e22e75c582bed47c9d0e9df3945e148
2014-09-01 08:13:34 -04:00
Jeremy Long
eef565134b
update to correct issue #79 - the internal report format is no longer supported
...
Former-commit-id: 4dc9a83008a75d97f3838aa1a41f1d93eb39f2de
2014-09-01 07:39:54 -04:00
Jeremy Long
9d78293437
fix for issue #128 - the application will no longer throw an exception on large files when generating the hash digest
...
Former-commit-id: aae811e5d10ca0ee5ac7316fa992b5c45e43d2be
2014-09-01 07:30:04 -04:00
Jeremy Long
fc0a556e5f
checkstyle and findbugs corrections
...
Former-commit-id: 2bf90876b7c88bccb93135a0be43f01e49c3cd30
2014-08-30 15:51:24 -04:00
Jeremy Long
b6b070584f
checkstyle corrections, added javadoc, etc.
...
Former-commit-id: 2b806cb8527a627d400644465bcf9f04d687d729
2014-08-30 15:19:52 -04:00
Jeremy Long
e13225eee6
initial version of aggreation completed for issue #19 - some cleanup still needs to happen before final release
...
Former-commit-id: 98c9af3004e2c725d0dca5d6847b65a4646c6a73
2014-08-30 07:50:27 -04:00
Jeremy Long
da20fb2922
added velocity-tools to base suppression as it should not be reported as struts
...
Former-commit-id: 4649d95a091def05ae249da42aa7d6f845b14d59
2014-08-30 07:48:02 -04:00
Jeremy Long
459c2beb12
noop
...
Former-commit-id: a51d953d0c60c39d845d69d66c87db8b904382c4
2014-08-29 05:41:31 -04:00
Jeremy Long
f1cc44dead
removed the externalReport option
...
Former-commit-id: 4cc3ec2638140f8320eb8946d2154dae330786b0
2014-08-29 05:38:40 -04:00
Jeremy Long
d24cfdc382
resolved merge conflict
...
Former-commit-id: 4806c0c99bd35d64135ee22a12018e6a92c54059
2014-08-16 07:41:55 -04:00
Jeremy Long
ae4cc543f6
corrected outputFile name to correctly use the target directory from project.getBuild().getDirectory()
...
Former-commit-id: 7ef2ca45e502e945e7356f9c63845eb4e7b532fc
2014-08-16 07:30:34 -04:00
Jeremy Long
abdb3d17f9
added initial plumbing to support report aggregation per issue #19 - report aggregation is still not complete
...
Former-commit-id: df248d0c1a7f3628653717029f034a46afde742b
2014-08-16 07:29:35 -04:00
Jeremy Long
4095c5da38
made serializable
...
Former-commit-id: 27d8084ea981766791df05c5e9ef61dbe40ba32c
2014-08-16 07:27:28 -04:00
Jeremy Long
78fab728e4
added an additional generate method
...
Former-commit-id: 44b78b525da45918f3b4bc77b368f88e49361c95
2014-08-15 06:22:54 -04:00
Jeremy Long
52097a6867
initial version of the ReportAggregationMojo
...
Former-commit-id: e15575413d625c6b5c5f3d73f5a739e1890eec27
2014-08-15 06:02:04 -04:00
Jeremy Long
cb990b55b5
added the apache 2.0 license to the header
...
Former-commit-id: f7d5558f565abe9c3e1a04f79666137e4f67e017
2014-08-15 06:00:30 -04:00
Jeremy Long
5070fe303a
added the configuration value mavenSettingsProxyId to inform users that if you have multiple proxies defined in settings.xml you can choose which one should be used
...
Former-commit-id: 20fa4a92d446fd30a882e07c37897907fb1638b1
2014-08-15 05:59:39 -04:00
Jeremy Long
b4405ebf3e
minor changes to the TOC table - removed # of related dependencies and renamed CVE Impact to Highest Severity to clear up ambiguity
...
Former-commit-id: b8b14ab120d889057864eb6f93cadad9773b9171
2014-08-15 05:58:10 -04:00
Jeremy Long
d9e6bf5068
Merge pull request #145 from erik-wramner/fix-maven-proxy-bug
...
Modified Maven plugin to use proxy host as is, not as an URL. This works...
Former-commit-id: 53e28e6799ef13ca3d88ed00aaa1e0c3f24aa04b
2014-08-15 05:37:14 -04:00
erik-wramner
6822188f52
Modified Maven plugin to use proxy host as is, not as an URL. This works correctly for our proxy server with Maven 3.
...
Former-commit-id: 02e97e359b1c5d6d9f1dc9149c9fbed510d31559
2014-08-10 12:15:00 +02:00
Jeremy Long
15858d03ff
moved reporting functions from the core maven plugin to a utility class
...
Former-commit-id: d63d2a7a5031038b9f86bbe94fc4a198374bd9f3
2014-08-08 14:44:26 -04:00
Jeremy Long
814a733258
moved reporting functions from the core maven plugin to a utility class
...
Former-commit-id: 0d8507b8534320189ea5f36d0fc1cac7d0843c0f
2014-08-08 14:43:00 -04:00
Jeremy Long
3ce85d8ca9
rework of report generation and added fix for proxy (patch for proxy was from Erik Wramner) to close issue #136
...
Former-commit-id: afc81123b31189618ade397b830bf421db2918f8
2014-08-08 14:42:23 -04:00
Jeremy Long
d3bff2f39d
version 1.2.5-SNAPSHOT
...
Former-commit-id: 85ed1238022348f1e9496ffe3c95d4ff8e3d09c3
2014-08-05 18:55:30 -04:00
Jeremy Long
f2272730ac
version 1.2.4
...
Former-commit-id: 4de7e508eb1885bb72e866960fa5402f72bf8e49
2014-08-05 18:45:36 -04:00
Jeremy Long
fe19c97d86
corrected link syntax
...
Former-commit-id: 01b9ea03864248a9c5427af6d7238c435c0a4fa7
2014-08-05 18:45:25 -04:00
Steve Springett
d49556bf3d
Merge remote-tracking branch 'origin/master'
...
Former-commit-id: 1ed0b6e8621fb68a823b8127775fc5f86932cc00
2014-08-05 14:25:20 -05:00
Jeremy Long
56b447493e
added additional error messages about the proxy if the download fails per issue #136
...
Former-commit-id: 7a5dcc58ab959a70b7e086a984f5d9289d749b99
2014-08-05 10:58:43 -04:00
Jeremy Long
e45b68eda7
fixed issue #140 - false positive is now suppressed
...
Former-commit-id: 4b584884e1eb5efa214b1af87d555e6866db917a
2014-08-05 10:44:33 -04:00
Jeremy Long
8df1ef5986
removed unused values for variables and fixed javadoc
...
Former-commit-id: 1fb0be5d88301c5a1043d88b93c052edcebe3c5c
2014-08-05 09:26:04 -04:00
Jeremy Long
dac34cda82
checkstyle corrections
...
Former-commit-id: a888649ce7d75b721e053d305a406ecddbdcdbc4
2014-08-05 09:25:08 -04:00
Jeremy Long
9925e30c8b
removed useless parens
...
Former-commit-id: 00ddea8b437494cc32e47e3066a448015d95467b
2014-08-05 09:24:48 -04:00
Jeremy Long
dc5566b5ae
updated the exclusion list for generated code
...
Former-commit-id: eeaccab472347cc5fcfe21552c7fc1e9ab8ea1de
2014-08-05 09:24:16 -04:00
Jeremy Long
8132ee651a
added documentation for issue #139
...
Former-commit-id: 95fdcf4d95cbe50ba884be561fbec0e9977578a0
2014-08-05 09:23:47 -04:00
Jeremy Long
f49a134a3d
updated sample report
...
Former-commit-id: 7f312fec5ffbd8daa609299efdc53b83e83e6bd6
2014-08-05 09:22:54 -04:00
Jeremy Long
bd955cda06
improved TOC per issue #138
...
Former-commit-id: 7cc7ccb9d0dd8257588438220bf61d78caa2bcec
2014-08-05 09:22:28 -04:00
Jeremy Long
c6dbc01912
ensured FileInputStream is correctly closed
...
Former-commit-id: 6e0362476f456e5af07e686fdccf04e600a97de8
2014-08-05 09:19:35 -04:00
Jeremy Long
fabe1aa940
checkstyle corrections
...
Former-commit-id: d23c5d17629f8484c1c07d328c9c1b74a678e062
2014-08-05 09:19:00 -04:00
Jeremy Long
ba5dbb94b8
removed fully qualified class name from jaxb instantiation
...
Former-commit-id: 15d5f9e2013daba62f7e32618958743e87e8ea79
2014-08-05 09:18:35 -04:00
Jeremy Long
6ccc053d7e
added more documentation
...
Former-commit-id: 87a761ffe89d36fb2011d5a38d607c35178d70ec
2014-08-05 09:16:38 -04:00
Jeremy Long
cf21dfaa3a
changed warning log message
...
Former-commit-id: 9a7fd59cd15e627ed103a6e797bc47518805276b
2014-08-04 08:05:31 -04:00
Jeremy Long
54ceb630de
fixed project descriptions and corrected site deployment issues
...
Former-commit-id: 39373b0805b84b99c3e84dbad1c8a2301f277221
2014-08-04 06:24:00 -04:00
Jeremy Long
0a0c302cb2
re-orered the module listing
...
Former-commit-id: 1ec7ccbc98463c5b2af09c973a1bc83319630ec8
2014-08-04 06:22:11 -04:00
Jeremy Long
f6eef54566
added fix for issue #136
...
Former-commit-id: c259a419769b41e138d3cbb3811f1c24652601d5
2014-08-01 15:09:41 -04:00
Jeremy Long
a69804f84d
updated documentation
...
Former-commit-id: e8b6c86e47cff66f72ffb53ccba4bef18479b43e
2014-08-01 14:31:19 -04:00
Jeremy Long
0b06b194b0
added XmlRootElement attribute
...
Former-commit-id: a3263e63c8c7b12c90ad388c8eda1ab09e43786c
2014-08-01 14:22:40 -04:00
Jeremy Long
73f6ce304c
corrected jaxb newInstance
...
Former-commit-id: 32a1b759ad1e127784ae9bff902cca01c6faaad7
2014-08-01 14:21:55 -04:00
Jeremy Long
195818a432
minor changes to logger and added a catch for throwable
...
Former-commit-id: 0ca337442a3f60db9655c3527711ba16af3096a6
2014-08-01 06:02:22 -04:00
Jeremy Long
47c817de1c
performance improvement for checksum calculations - using MappedByteBuffer
...
Former-commit-id: 5024926737f1abbae47da5e95615dd2f2bddbcc6
2014-07-20 07:54:54 -04:00
Jeremy Long
8b3894f213
removed version from maven usage
...
Former-commit-id: 234d0bc0e147cdb9ebf7d1c59e5ef53421589d42
2014-07-20 06:49:31 -04:00
Jeremy Long
a411252f07
Merge branch 'bkimminich-patch-1'
...
Former-commit-id: abe645b3693a6a387de9b36ffedf32382bd24f58
2014-07-20 06:39:13 -04:00
Jeremy Long
d7626aeb3f
Merge branch 'patch-1' of github.com:bkimminich/DependencyCheck into bkimminich-patch-1
...
Former-commit-id: aa6a0fc0a9352a1a2d3d4a0dfceb428242b455fd
2014-07-20 06:38:58 -04:00
Jeremy Long
3565098650
converted abstract class to a final class with a private constructor
...
Former-commit-id: 582a421e69eac2bfc008ca8ee2fe88c7734c9a31
2014-07-20 06:36:33 -04:00
Jeremy Long
803fcf146b
minor fix to test case
...
Former-commit-id: bf20319aed4f100d124cdeb7abeafe6598778891
2014-07-19 13:58:30 -04:00
Jeremy Long
d9d646c5fb
fixed connection string property
...
Former-commit-id: 951cf212c80a52909cc2dd66e843b63b35991045
2014-07-19 13:57:36 -04:00
Jeremy Long
034a274b07
fixed copy paste error
...
Former-commit-id: 83c51cb5b43c635088025a2076121911af32a7ec
2014-07-19 13:57:15 -04:00
Jeremy Long
718d7af8bc
updated to use the new getConnectionString implementation
...
Former-commit-id: c5bd68b3d2fb4c2470d6c50dc5f8f9f6036b9fce
2014-07-19 07:38:51 -04:00
Jeremy Long
860d3d9c8b
made the ensureDBExists method perform a correct check rather then the previous hack
...
Former-commit-id: 5fae859fa7531761e78022eb2e8c4c41e6d5d150
2014-07-19 07:38:08 -04:00
Jeremy Long
f28b566992
added data.file_name and data.version
...
Former-commit-id: e692a13a216ec6808e3fd92397fd3c50854cfa56
2014-07-19 07:37:11 -04:00
Jeremy Long
1c261c7463
added more tests
...
Former-commit-id: 75a4e44d06838221b060c0569716e85e1c6fc996
2014-07-19 07:36:35 -04:00
Jeremy Long
226b2482b1
added data.file_name and data.version
...
Former-commit-id: 6f33c306170f96f344bb85aa7820cc94cd4d5eeb
2014-07-19 07:36:16 -04:00
Jeremy Long
ff346dc429
changed getConnectionString to allow a more dynamically constructed string based on more setting keys
...
Former-commit-id: 1fb18720ab1a1c6d947bc94366b8ee2ca9cb711e
2014-07-19 07:35:48 -04:00
Jeremy Long
2dcef25175
performance improvements for large files
...
Former-commit-id: 6a49a7066cb01c613b5c6f07c8497601a88e7f8d
2014-07-19 07:34:50 -04:00
Jeremy Long
46702bbb5c
moved checkSumTest.file, checksum.java, and checksumTest.java to dependency-check-utils
...
Former-commit-id: 0c05e466b5fe071ca55552660d471431572c0558
2014-07-17 06:03:21 -04:00
Jeremy Long
5600c9bc69
removed commented out property
...
Former-commit-id: 2a07ced007c986d3ab127d8ff216f49c332f41c3
2014-07-17 06:01:59 -04:00
Jeremy Long
d7e46b1693
corrected the connection string in the test properties
...
Former-commit-id: 1c37d4bd4de49cddc34b92a27875e0a07eee600f
2014-07-17 06:00:59 -04:00
Jeremy Long
fe8c60ade1
added additional setting keys and methods getDataDirectory and getConnectionString
...
Former-commit-id: 5e8a55c498fa7ae5331ba4fbeb86cd68b9fd8eda
2014-07-17 06:00:06 -04:00
Jeremy Long
288892441f
corrected javadoc
...
Former-commit-id: c0c7d8da486a08dfc3e9232b57166d4c496bb798
2014-07-17 05:59:10 -04:00
Jeremy Long
e1179a8e22
moved getConnectionString to the Settings class
...
Former-commit-id: d35df6d103505888ac4d87f964d8d615996ce614
2014-07-13 06:56:40 -04:00
Jeremy Long
4b06d0fd87
upgraded version on commons-compress to 1.8.1
...
Former-commit-id: 2dc8698035e18764e101b36b11faf9e5c7188c5b
2014-07-13 06:54:59 -04:00
Jeremy Long
464d91f45a
fixed resource leaks found by coverity
...
Former-commit-id: 0e2d3b866853e2b906b9683e27602fd244298e55
2014-07-08 06:17:36 -04:00
Björn Kimminich
5cc7aa25cc
Update README.md
...
- set version in POM snippet from 1.0.2 to 1.2.3
- set URL to Ant Task docs to http://jeremylong.github.io/DependencyCheck/dependency-check-ant/installation.html
Former-commit-id: 8a2176aee9948b5bfd0c1f08c6c7bb9fdadc45a1
2014-07-04 14:17:57 +02:00
Jeremy Long
20ec224070
updated version to 1.2.4-SNAPSHOT
...
Former-commit-id: 65d0e1ba5ed781e9f70ec7fd0c115a027e3bbc00
2014-06-28 08:14:49 -04:00
Jeremy Long
9cbcc29ddb
added utils to the parent site
...
Former-commit-id: 2a80ad86f5ab94fb21131786d9dce3439269f8cb
2014-06-28 08:14:35 -04:00
Jeremy Long
0badbfc4a0
version 1.2.3
...
Former-commit-id: c355adf9813220c4b3dac3450e80a83a245209a6
2014-06-28 06:06:33 -04:00
Jeremy Long
e042148c62
Merge branch 'colezlaw-master'
...
Former-commit-id: 5654a0e5cd8b8524ac317a55a2af5a52408bc8ca
2014-06-26 20:33:45 -04:00
Jeremy Long
d8ba04ae7f
Merge branch 'master' of github.com:colezlaw/DependencyCheck into colezlaw-master
...
Former-commit-id: 27bac793e5284df49c0804361c07d4ef559cb251
2014-06-26 20:33:35 -04:00
Jeremy Long
314d5fdad2
Merge branch 'colezlaw-suppression-fix'
...
Former-commit-id: 1e7d9df774347ea043fef8ef3f5d6ca4aebaa15a
2014-06-26 20:32:07 -04:00
Will Stranathan
5c874cafd1
Fixed suppression analyzer to load from input stream fixing failure
...
Former-commit-id: 4e6f8d7fddcf7ed26ad60b7aa8bc3a6b22ae19cc
2014-06-26 15:14:55 -04:00
Will Stranathan
8cafc14d09
Updated to 1.1 of GrokAssembly.exe to deal with exceptions
...
Former-commit-id: 8c1d6ad04e378f2a19e2fcdc9ebc1eab12be9aef
2014-06-24 10:16:53 -04:00
Jeremy Long
25ac5033fc
snapshot version 1.2.3
...
Former-commit-id: 58f96e7ef71987a53626287f95b332f04b60a6f6
2014-06-22 21:33:58 -04:00
Jeremy Long
848be0db6c
version 1.2.2
...
Former-commit-id: 8da06e1a2f4b41bccc22105d7bc758442bb14e57
2014-06-22 21:31:58 -04:00
Jeremy Long
0f9da0731e
updated text
...
Former-commit-id: 7749b9ec6b0ce9502e1c7129bdec902ce5b43595
2014-06-22 21:22:32 -04:00
Jeremy Long
8bc2364cce
added site information to the dependency-check utils
...
Former-commit-id: 7d8c4c3c2b98e0d492f4447e5f1dc1f071a2241a
2014-06-22 19:56:14 -04:00
Jeremy Long
b64916ce3f
added file analyzer documentation
...
Former-commit-id: c0c29021cd1197f26942ff36c8b63220d1267c21
2014-06-22 19:55:21 -04:00
Jeremy Long
452955667c
checkstyle correction
...
Former-commit-id: e5a891ea5b438e64e8a3aa5e697cb859d1a1f09a
2014-06-22 19:54:25 -04:00
Jeremy Long
f38bbf4cc7
minor javadoc correction
...
Former-commit-id: 45e621682304820fe17c17e92bd0aa5ac5dfd023
2014-06-22 19:53:59 -04:00
Jeremy Long
25eaa11a52
updated description
...
Former-commit-id: c8cb8b041ce351c2d33a3621f772e75d02950193
2014-06-22 19:53:38 -04:00
Jeremy Long
4b4da8d467
checkstyle/pmd/etc. corrections
...
Former-commit-id: 59883bd0b03c8690ce9a20120eafefe7c61384cd
2014-06-22 19:03:33 -04:00
Jeremy Long
13116c5381
added support for suppression by GAV (issue #124 ), created base suppression.xml (issue #123 ), and fixed false positives related to spring security (issue #130 )
...
Former-commit-id: 330134211d022fec336dc1ca39205a94a088ee84
2014-06-22 16:34:39 -04:00
Jeremy Long
d2cd406a62
added additional test resources
...
Former-commit-id: b788c7420b82d8a108cd2335c536be667c2ab293
2014-06-22 16:32:48 -04:00
Jeremy Long
acbce05fbf
updated to support suppression by maven coordinates (GAV) per issue #124
...
Former-commit-id: 3cff74ded9b0c352fb1d45e784d89c3c20f55467
2014-06-20 06:47:46 -04:00
Jeremy Long
bee4d3a338
fixed bug that left false positive, previously fixed, due to the file name modifications that the archive analyzer makes - regex needed updating to not just look for the start of the filename
...
Former-commit-id: 922a9edaf9123524585b97e6cb9f8efd4a389031
2014-06-14 07:04:02 -04:00
Steve Springett
b9003a2f02
Merge remote-tracking branch 'origin/master'
...
Conflicts:
dependency-check-ant/src/main/java/org/owasp/dependencycheck/taskdefs/DependencyCheckTask.java
dependency-check-ant/src/site/markdown/configuration.md
dependency-check-cli/src/main/java/org/owasp/dependencycheck/App.java
dependency-check-cli/src/main/java/org/owasp/dependencycheck/cli/CliParser.java
dependency-check-cli/src/site/markdown/arguments.md
dependency-check-core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java
dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzer.java
dependency-check-core/src/main/java/org/owasp/dependencycheck/data/nexus/NexusSearch.java
dependency-check-core/src/main/resources/dependencycheck-resources.properties
dependency-check-maven/src/main/java/org/owasp/dependencycheck/maven/DependencyCheckMojo.java
dependency-check-maven/src/site/markdown/configuration.md
dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java
dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java
dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/URLConnectionFactory.java
dependency-check-utils/src/test/java/org/owasp/dependencycheck/utils/DownloaderIntegrationTest.java
src/test/resources/data.zip
Former-commit-id: 65443535a6c7cc240eb3999f60ea82044e9fff6a
2014-06-10 10:57:45 -05:00
Jeremy Long
bce226002b
added data.zip back after cleaning up history
...
Former-commit-id: 6d227bf38e8023eeb134c965f48fbf859aeb9600
2014-06-01 11:31:09 -04:00
Jeremy Long
a417db7c7a
updated documentation to replace deprecated proxyUrl with proxyServer
...
Former-commit-id: 165e14fcb6b57d8a522875eaa65f5ee766c9b1af
2014-05-31 06:43:07 -04:00
Jeremy Long
0ffef12a8b
deprecated the proxyUrl field replacing it with proxyServer; getter and setter for proxyUrl now just wrap proxyServer
...
Former-commit-id: 5f1fbdf2eda6f05252f81dd8bf7acd44c01b7b6f
2014-05-31 06:42:27 -04:00
Jeremy Long
4539b040e0
deprecated proxyUrl and replaced it with proxyServer
...
Former-commit-id: 3330de9b2c36742a0b93d478b7dadaccea00cd4a
2014-05-31 06:39:36 -04:00
Jeremy Long
f85014a86d
deprecated proxyUrl and replaced it with proxyServer - using the deprecated configuration will still work but will generate a warning
...
Former-commit-id: d9ff32d6b6e2f4d088f95d52ee33f1d0df3457fd
2014-05-31 06:38:50 -04:00
Jeremy Long
d90d07c68b
added code to disable the analyzer if initialization fails
...
Former-commit-id: 202baa329f07fb24921ce83660d596d46b71b663
2014-05-30 05:26:03 -04:00
Jeremy Long
ce292b84fa
fixed spelling error in property name
...
Former-commit-id: 106e8e9128bc371ff78f3a73c3f0da6012761cba
2014-05-30 05:25:20 -04:00
Jeremy Long
01690860db
renamed PROXY_URL to PROXY_SERVER to avoid confusion
...
Former-commit-id: 1fbc025fba68aff644a8b8582657e5ef30024a24
2014-05-24 07:06:59 -04:00
Jeremy Long
89fb2d4915
fixed error messages and added status code checks
...
Former-commit-id: d21ff11466908f07ca02a50269f08d76f16a243e
2014-05-24 07:06:46 -04:00
Jeremy Long
5cc3a42832
renamed PROXY_URL to PROXY_SERVER to avoid confusion
...
Former-commit-id: 730eebed21baddfbd90c42a95769f8781de95b56
2014-05-24 07:05:05 -04:00
Jeremy Long
6b303410d1
added a new initialize method that accepts a properties file path to load to make the class more versatile
...
Former-commit-id: b6bee9569b075380b656faf9d2f1bf1c9aae849a
2014-05-21 06:42:43 -04:00
Jeremy Long
60b0145e04
added a new initialize method that accepts a properties file path to load to make the class more versatile
...
Former-commit-id: 00ec19b51a20c4ce3329a7c3c075a1f3ba16859e
2014-05-21 06:42:43 -04:00
Jeremy Long
8cae2f24b1
Moved some of the utility classes from core to a new utils module
...
Former-commit-id: 6c2ba353e41c6a43fef326896ea77ede300591ec
2014-05-21 06:29:46 -04:00
Jeremy Long
ce48823d38
Moved some of the utility classes from core to a new utils module
...
Former-commit-id: 2e6ff9631ff4c843f10db1e022e41e728394e420
2014-05-21 06:29:46 -04:00
Jeremy Long
0a04d753ea
renamed CallableDownloadTask to DownloadTask
...
Former-commit-id: b4f805b231d3706c63a718ad23bc9b28a08cbb5f
2014-05-20 21:08:15 -04:00
Jeremy Long
d43fee5585
renamed CallableDownloadTask to DownloadTask
...
Former-commit-id: 4ed8987945722d99e0f23b2f379321a652f76348
2014-05-20 21:08:15 -04:00
Jeremy Long
35402c7bd3
fixed test cases
...
Former-commit-id: d76e5ba0431fdfc80847e7adbff9f0216ee7a191
2014-05-17 08:04:20 -04:00
Jeremy Long
5dc9e51dd4
fixed test cases
...
Former-commit-id: 081ea17023cef3313ce59dbf8ce7f2a8cff706eb
2014-05-17 08:04:20 -04:00
Jeremy Long
847a97f61c
if maven identifier already exists we now update it with a hyperlink instead of adding a new one - the Jar analyzer may add a maven identifier based on the pom.xml
...
Former-commit-id: 00b8ca069e60a8fed72e767748380d0d6fa6908d
2014-05-17 08:04:03 -04:00
Jeremy Long
235fcccbd7
if maven identifier already exists we now update it with a hyperlink instead of adding a new one - the Jar analyzer may add a maven identifier based on the pom.xml
...
Former-commit-id: db0ae1145d000089fb10e0357566f03632a559b9
2014-05-17 08:04:03 -04:00
Jeremy Long
fac27a6120
cleaned up pom evidence collection and added a maven identifier if the GAV is available from the pom.xml
...
Former-commit-id: 83974c844dc91237ab3f174971f218e1678f47b4
2014-05-17 08:03:04 -04:00
Jeremy Long
91c971b8fd
cleaned up pom evidence collection and added a maven identifier if the GAV is available from the pom.xml
...
Former-commit-id: 0400863fea2cfe86a5601b3ae134e7e98a4b29c7
2014-05-17 08:03:04 -04:00
Jeremy Long
2e24eda00d
fixed false positives related to Apache POI and MS Office CPE/CVE per issue #126
...
Former-commit-id: 8cc26dc25ef613dd308388452c08a9f5852843ad
2014-05-14 19:17:47 -04:00
Jeremy Long
e43003cadc
fixed false positives related to Apache POI and MS Office CPE/CVE per issue #126
...
Former-commit-id: cfde8d86cb339a9f2cf0b8c1f72f5ca198efab8a
2014-05-14 19:17:47 -04:00
Jeremy Long
7a653abf22
Update JarAnalyze to resolve issue #127
...
Updated JarAnalyzer to resolve issue #127 - duplicate package and package name evidence in the report.
Former-commit-id: ed40398c0b00e5fd5065705772ad15afaf5c7e0c
2014-05-14 18:01:12 -04:00
Jeremy Long
9a96165655
Update JarAnalyze to resolve issue #127
...
Updated JarAnalyzer to resolve issue #127 - duplicate package and package name evidence in the report.
Former-commit-id: 067643f7e99a7a4f36438b18c07e92a5e8544089
2014-05-14 18:01:12 -04:00
Jeremy Long
ae09229107
updated version to 1.2.2-SNAPSHOT
...
Former-commit-id: affbbe1f04a1e3de600e7498faa4f11c0d6d93c1
2014-05-10 08:41:37 -04:00
Jeremy Long
994aef411c
updated version to 1.2.2-SNAPSHOT
...
Former-commit-id: e1b07457515dcab0f00c6a0b36fadb58ecc3deeb
2014-05-10 08:41:37 -04:00
Jeremy Long
be35f48bdd
updated to release version 1.2.1
...
Former-commit-id: 1564da513f47b9256cb2e79918fcd2d6dd0091bb
2014-05-10 08:32:34 -04:00
Jeremy Long
094a180935
updated to release version 1.2.1
...
Former-commit-id: d908eed4538f0928c8b108348d9d46ce6d2f57e0
2014-05-10 08:32:34 -04:00
Jeremy Long
846173844e
updated sample report
...
Former-commit-id: 35d6cb454ad1c6440d60c4717f33cf1eed733c2b
2014-05-10 07:25:42 -04:00
Jeremy Long
74e9de6370
updated sample report
...
Former-commit-id: c55ddb623e21f046c90493b0724f7eb34225ea29
2014-05-10 07:25:42 -04:00
Jeremy Long
59c28d8e51
fixed typo in log statement
...
Former-commit-id: 9109a644f1360571d83ff39d4ff5b05898c791ac
2014-05-10 07:23:18 -04:00
Jeremy Long
c7f31b3d79
fixed typo in log statement
...
Former-commit-id: 08192210f3c5bb322160fba678a56acb36af3198
2014-05-10 07:23:18 -04:00
Jeremy Long
abdfa3ccf6
pmd correction to logger
...
Former-commit-id: 500aa687bfa3dd9c126898e79121425e5e7e2e9d
2014-05-10 07:16:50 -04:00
Jeremy Long
98d0239d03
pmd correction to logger
...
Former-commit-id: 3c3b26ec8fbf4d2602c681ff02f460fe7e712914
2014-05-10 07:16:50 -04:00
Jeremy Long
99ad6634c4
checkstyle corrections
...
Former-commit-id: f0470062a3123825041e4db04fa128398a35994d
2014-05-10 07:13:07 -04:00
Jeremy Long
ffeab147ce
checkstyle corrections
...
Former-commit-id: f9ae61d41ba01b6931892a339a9b701ae3c91ce2
2014-05-10 07:13:07 -04:00
Jeremy Long
84556fb055
updated version of presentation
...
Former-commit-id: 9660d3fb6b20e43c9b677f97f8756e2c341ae66d
2014-05-10 07:12:56 -04:00
Jeremy Long
90bdbd6b84
updated version of presentation
...
Former-commit-id: ec47594f35f5cca92888e6c8578b0d123d31b898
2014-05-10 07:12:56 -04:00
Jeremy Long
26e14e0151
added additional test file
...
Former-commit-id: e3a9aee97727ad8e60fc1a2a7c9a8abd7dc71e88
2014-05-10 07:01:24 -04:00
Jeremy Long
e29dd3cd33
added additional test file
...
Former-commit-id: 8487a2f4ba7287f54f0b5f69bc39e63bee455172
2014-05-10 07:01:24 -04:00
Jeremy Long
3df2daa5cb
updated to remove archive files from the list of dependencies - additionally, if a zip file appears to be a jar it will now make a copy of the zip and scan it as a jar
...
Former-commit-id: e3b30cc5eaee14aa4ee7626adf2411972b26376a
2014-05-10 07:00:43 -04:00
Jeremy Long
23b95178ff
updated to remove archive files from the list of dependencies - additionally, if a zip file appears to be a jar it will now make a copy of the zip and scan it as a jar
...
Former-commit-id: d927daea530abad2d578dbe0ff38b97d044b4775
2014-05-10 07:00:43 -04:00
Jeremy Long
c55efddc81
patch to remove additional false positives due to SCM entries in the pom
...
Former-commit-id: 7f889606bf9ece29121a14167b01ad6f5b93df76
2014-05-10 06:59:34 -04:00
Jeremy Long
9bde80357f
patch to remove additional false positives due to SCM entries in the pom
...
Former-commit-id: 6101fae1b5957254ddbece5afc2db8edeb7bf9b8
2014-05-10 06:59:34 -04:00
Jeremy Long
a59c8908f0
updated to use displayFileName field instead of FileName when writing information about dependencies
...
Former-commit-id: 1ee4a19dda8de0678329c6d43a759696b16d363c
2014-05-10 06:58:51 -04:00
Jeremy Long
1485733715
updated to use displayFileName field instead of FileName when writing information about dependencies
...
Former-commit-id: bd3383ac4831bc44db6b63083e47802cce04b520
2014-05-10 06:58:51 -04:00
Jeremy Long
a421c5f952
added displayFileName field to the dependency class
...
Former-commit-id: 0b4af6346a1bfd1034a3b65e766c11a42dfcdf65
2014-05-10 06:57:44 -04:00
Jeremy Long
d125a7f09d
added displayFileName field to the dependency class
...
Former-commit-id: 248f5397d37ea6e2f333dc0fe357188865bdb446
2014-05-10 06:57:44 -04:00
Jeremy Long
37b0612d45
removed additional false positives as part of patch for issue #93 and #119
...
Former-commit-id: 1d9275cc6f466beaa18a362515be98bafe9608b3
2014-05-10 06:56:53 -04:00
Jeremy Long
77486dffd4
removed additional false positives as part of patch for issue #93 and #119
...
Former-commit-id: 86f48b30150f2ba4db99dfc2eb15a0ac50a6e383
2014-05-10 06:56:53 -04:00
Jeremy Long
07bc94f9f6
fixed spelling error
...
Former-commit-id: 0bc1ec7d8a265a37751c23aa00733a9f002e6231
2014-05-07 19:33:59 -04:00
Jeremy Long
c84bcb433f
fixed spelling error
...
Former-commit-id: d3aed24d6691b58ef132e00f9827e27fceb9fc73
2014-05-07 19:33:59 -04:00
Jeremy Long
82511880ac
Merge pull request #122 from colezlaw/master
...
Fixed logging order of GrokAssembly for bad assemblies. Using resources ...
Former-commit-id: 78c484c7803b80bcb21b15351989805a627d38fd
2014-05-07 19:31:59 -04:00
Jeremy Long
f1e5221257
Merge pull request #122 from colezlaw/master
...
Fixed logging order of GrokAssembly for bad assemblies. Using resources ...
Former-commit-id: 65a41d23df6ccfa8c4f05235da3d7c613e4290a0
2014-05-07 19:31:59 -04:00
Jeremy Long
2f5cc6a8a4
added checks before warning that a file could not be deleted
...
Former-commit-id: b98d25e875e7523288df2cb0fed0b4518e4b52f4
2014-05-07 19:31:21 -04:00
Jeremy Long
b8bf01acc3
added checks before warning that a file could not be deleted
...
Former-commit-id: 098ea1889b49ade0c73385919906398c86627ab2
2014-05-07 19:31:21 -04:00
Jeremy Long
f9a0f5e7a1
fixed display bug when only one CPE exists for a given CVE
...
Former-commit-id: c1a96d619ce9bcbf78d91322d95168333a76fea9
2014-05-07 19:30:45 -04:00
Jeremy Long
65aa7bd1de
fixed display bug when only one CPE exists for a given CVE
...
Former-commit-id: 18535dc408a51e516626ec4c43a3e72b01fd28f0
2014-05-07 19:30:45 -04:00
Jeremy Long
47b083eaca
fixed display bug when only one CPE exists for a given CVE
...
Former-commit-id: 970b24e3f4d3203f17dc1269cec4156c98479d3a
2014-05-07 19:29:52 -04:00
Jeremy Long
6f511444a7
fixed display bug when only one CPE exists for a given CVE
...
Former-commit-id: 3b791d0a0fbe2587390e048cffc4453567ddf74a
2014-05-07 19:29:52 -04:00
Jeremy Long
8fcf5ee760
fixed bug causing vulnerabilities to be missed
...
Former-commit-id: e625225c6be3be1b471fab48c6eda0a616febfb9
2014-05-07 07:05:37 -04:00
Jeremy Long
ef5174d89f
fixed bug causing vulnerabilities to be missed
...
Former-commit-id: 5c6421ea8475db16f7184340fa5b8b2033d53b29
2014-05-07 07:05:37 -04:00
Jeremy Long
f2006206d3
moved duplicated code to a method
...
Former-commit-id: ad0575ad74b7b5b3f420e466ca9a79f0ee2a2d69
2014-05-07 07:03:38 -04:00
Jeremy Long
e2a97e75d8
moved duplicated code to a method
...
Former-commit-id: f6cb80dc56ef86294f2490729bb84658d98e6c9a
2014-05-07 07:03:38 -04:00
Jeremy Long
c32361a428
fixed off by one string truncation issue
...
Former-commit-id: deead918832638cf9c7aadec194dad38f976946b
2014-05-07 07:03:02 -04:00
Jeremy Long
9fc6e265eb
fixed off by one string truncation issue
...
Former-commit-id: f25894627402e9e2d310b25163dae7d7db1457d9
2014-05-07 07:03:02 -04:00
Will Stranathan
ac83c2bc3c
Fixed logging order of GrokAssembly for bad assemblies. Using resources for logging
...
Former-commit-id: f2f833e67e20468ded70394ab71b481708c63d2a
2014-05-03 19:12:39 -04:00
Will Stranathan
f81c42b1fd
Fixed logging order of GrokAssembly for bad assemblies. Using resources for logging
...
Former-commit-id: 611d665c7f5312462c19c8dcf8e87dc672184f67
2014-05-03 19:12:39 -04:00
Jeremy Long
32808c16e7
updates to help resolve issue 119
...
Former-commit-id: 89dd3034c595b658693a3cde0dac7259403bcf14
2014-05-03 14:46:48 -04:00
Jeremy Long
8594e146eb
updates to help resolve issue 119
...
Former-commit-id: c8778008b91b7999cb8d88382efe8a83ebe87102
2014-05-03 14:46:48 -04:00
Jeremy Long
e4e2433396
updated test case and related data
...
Former-commit-id: ef8350d1502f69dd7c677fd688e76855f7d9985a
2014-05-03 12:30:29 -04:00
Jeremy Long
cda0dfdafe
updated test case and related data
...
Former-commit-id: 513602f48b6d599b43848f0a88537190084e9cbf
2014-05-03 12:30:29 -04:00
Jeremy Long
8196b6e69e
updated to begin fixes for issue #90 and #119
...
Former-commit-id: 36248efb48af1a7cfc174b8d23be673fe7ca93e8
2014-05-03 12:30:07 -04:00
Jeremy Long
363568b02c
updated to begin fixes for issue #90 and #119
...
Former-commit-id: 1ceae6236ecd83e15f91ddab549027082e269e0b
2014-05-03 12:30:07 -04:00
Jeremy Long
8dd49b6156
added local copies of the NVD CVE data to speed up some of the test cases
...
Former-commit-id: 04f220ef62303f672afb10ba44fdb4c44af35a09
2014-05-03 11:02:23 -04:00
Jeremy Long
443ab02788
added local copies of the NVD CVE data to speed up some of the test cases
...
Former-commit-id: 54a264872bf151034706f6ed52de3a99ed961b04
2014-05-03 11:02:23 -04:00
Jeremy Long
c4ab83a801
updated to use local copy of data files to speedup the test case
...
Former-commit-id: 896363f35802484057cfcb3cefe8b6cd1782a02c
2014-05-03 11:01:31 -04:00
Jeremy Long
65784d6dc4
updated to use local copy of data files to speedup the test case
...
Former-commit-id: 5bb1d67156500ba74124ced18bcae599e4c5dc7a
2014-05-03 11:01:31 -04:00
Jeremy Long
2c51b7b835
removed duplicative test
...
Former-commit-id: 6b8ccf6c0e94827b165d6cabc935086905858675
2014-05-03 11:00:48 -04:00
Jeremy Long
da805d037f
removed duplicative test
...
Former-commit-id: e403e85cef541416ccb3cf13704d019f4c2b5f92
2014-05-03 11:00:48 -04:00
Jeremy Long
bab49d04b7
added additional informational log statements
...
Former-commit-id: 25218345994ffef6506f38f8aa517abd78ceec2c
2014-05-03 11:00:21 -04:00
Jeremy Long
d383776245
added additional informational log statements
...
Former-commit-id: 9dfe02f737cffc05838dcffeec1cfca77c3100e1
2014-05-03 11:00:21 -04:00
Jeremy Long
6963d66240
updated settings cleanup to prevent issue with the update process
...
Former-commit-id: deba93c236f7f441df73e44ec57a4fc52260f965
2014-05-03 10:59:47 -04:00
Jeremy Long
51eba8da73
updated settings cleanup to prevent issue with the update process
...
Former-commit-id: e883b7d37c583b581b41da368dbe9b8d1bafae89
2014-05-03 10:59:47 -04:00
Jeremy Long
8cbf3ffc6b
updated the URL for the NVD CVE external link
...
Former-commit-id: 7bb12ada0d54613f4067b96fb94a47e874384183
2014-05-03 10:58:41 -04:00
Jeremy Long
14b4d64244
updated the URL for the NVD CVE external link
...
Former-commit-id: 18cd71abd7a1f0d94dde8dba2a3076b28405ab00
2014-05-03 10:58:41 -04:00
Jeremy Long
2a4693f6ed
updated the URL for the NVD CVE external link
...
Former-commit-id: 506296925066d0ea1def5035b45dfb21302e9559
2014-05-03 10:58:16 -04:00
Jeremy Long
7cb7f68cda
updated the URL for the NVD CVE external link
...
Former-commit-id: 83ad77fb9fe6029fdb95ba7ffc96663d88234631
2014-05-03 10:58:16 -04:00
Jeremy Long
217256746c
updated the URL for the NVD CVE external link
...
Former-commit-id: e44b70462275d0f0ab71c56b24d60dba8ea84a42
2014-05-03 10:57:44 -04:00
Jeremy Long
83300d028b
updated the URL for the NVD CVE external link
...
Former-commit-id: 7527c31dab810145d8aebc1225ba302aca9fc80e
2014-05-03 10:57:44 -04:00
Jeremy Long
6c90225024
updated settings cleanup to prevent issue with the update process
...
Former-commit-id: eed7771b12afdf7e7bdb506dee5798062b326cab
2014-05-03 10:55:56 -04:00
Jeremy Long
e891ce39c0
updated settings cleanup to prevent issue with the update process
...
Former-commit-id: 3452aec55b778224e10879175e1aba8060da4e42
2014-05-03 10:55:56 -04:00
Jeremy Long
92d8a894e3
updated settings cleanup to prevent issue with the update process
...
Former-commit-id: 7b290d8aacb8f78c1064fd210b1e100da5cb86b8
2014-05-03 10:55:15 -04:00
Jeremy Long
e58b7782ac
updated settings cleanup to prevent issue with the update process
...
Former-commit-id: 07122c535d47f3f414659013555fa826ce0e9b9c
2014-05-03 10:55:15 -04:00
Jeremy Long
c89d619808
applied part of PR for issue #121 - classpath issue with some invocations of the ant client
...
Former-commit-id: 7c0a0531c753e2ccfb0bdb15a1b179697b9f8905
2014-05-03 09:54:11 -04:00
Jeremy Long
1ddb468a08
applied part of PR for issue #121 - classpath issue with some invocations of the ant client
...
Former-commit-id: 129a5fd9cd55c8a0abf393d0ae8405ddec412d51
2014-05-03 09:54:11 -04:00
Jeremy Long
31dd4f6305
added additional dependencies for testing
...
Former-commit-id: 9d15401c471ff20d1bac1e46073c79fac435e335
2014-05-03 09:52:57 -04:00
Jeremy Long
95e3f0e0d9
added additional dependencies for testing
...
Former-commit-id: 99be1ef0f35f040ca13b204e2a1689cbaa3cf41a
2014-05-03 09:52:57 -04:00
Jeremy Long
ff9715ede7
patched for issue #120 - duplicate evidence listed in reports
...
Former-commit-id: 172fe4eff369938d904ed5af871e96c281cc2b04
2014-05-03 08:52:45 -04:00
Jeremy Long
0edf017ddc
patched for issue #120 - duplicate evidence listed in reports
...
Former-commit-id: 3cdc1854af586029911b70fb4b8ff54669bac022
2014-05-03 08:52:45 -04:00
Jeremy Long
ffd1e383c2
Merge branch 'bkimminich-master'
...
Former-commit-id: 5f2abec6e7aa3a88dcd9c6882b039d0d5d70b165
2014-04-30 19:23:23 -04:00
Jeremy Long
ad601fd1ee
Merge branch 'bkimminich-master'
...
Former-commit-id: d4f3bd1ebe5237060251b1f81111b26b5f653f65
2014-04-30 19:23:23 -04:00
Jeremy Long
2cc4f8c2fe
Merge branch 'master' of github.com:bkimminich/DependencyCheck into bkimminich-master
...
Former-commit-id: a514663f23bf03a247afd3e4edc54e32334a2249
2014-04-30 19:23:13 -04:00
Jeremy Long
e7eaccb5e0
Merge branch 'master' of github.com:bkimminich/DependencyCheck into bkimminich-master
...
Former-commit-id: 7fe67ea5fa1b94824d2f2c8df5bd099d89dbaf85
2014-04-30 19:23:13 -04:00
Jeremy Long
6f513eb359
version 1.2.1-SNAPSHOT
...
Former-commit-id: d5b3c6acf6a66d2577385a24c76f7b2a47ec350d
2014-04-30 18:30:46 -04:00
Jeremy Long
6b201da3ff
version 1.2.1-SNAPSHOT
...
Former-commit-id: 62ed08de9077505ef8e5350b0470eb5c61089dc3
2014-04-30 18:30:46 -04:00
Jeremy Long
b235a5bb49
fixed issue #118
...
Former-commit-id: 2c9775a966f153a1cd0de5690547f0392899b744
2014-04-30 18:13:04 -04:00
Jeremy Long
a85a47bc20
fixed issue #118
...
Former-commit-id: dceb807f182be921c2d85338c1d8192361dc2c1f
2014-04-30 18:13:04 -04:00
Jeremy Long
25f1912573
fixed issue #118
...
Former-commit-id: 7866ad2b3a62c0dfeff69172657e16efa18827ae
2014-04-30 18:10:56 -04:00
Jeremy Long
69b8f51319
fixed issue #118
...
Former-commit-id: 6f7b38b0945c6bcf47ffae0b8a6be53b144269cc
2014-04-30 18:10:56 -04:00
Björn Kimminich
d24d6f6b52
Update AbstractSuppressionAnalyzerTest.java
...
Former-commit-id: 717f9e605912ff42843a8b150db191eb4bb79c90
2014-04-29 14:37:52 +02:00
Björn Kimminich
0d943ba805
Update AbstractSuppressionAnalyzerTest.java
...
Former-commit-id: 640d50086e6b5cd9302ca4a24ffed881c614fd54
2014-04-29 14:37:52 +02:00
Björn Kimminich
afdb156c84
simplified exception testing
...
Former-commit-id: cf543a3ec397e593e7de2249820bd48159132413
2014-04-29 14:29:46 +02:00
Björn Kimminich
56fe3b5892
simplified exception testing
...
Former-commit-id: f43f211c4cc3133e5dfc466a4badfb3606a3be0c
2014-04-29 14:29:46 +02:00
Björn Kimminich
643d3600b8
added test case for classpath suppression file and missing file
...
Former-commit-id: a423b1289f39757645adf4dae0122bc4cee2d1b6
2014-04-29 11:48:07 +02:00
Björn Kimminich
c177f12e1d
added test case for classpath suppression file and missing file
...
Former-commit-id: 975cbe1f480ad52b0e527148c4fd30b76d5baa0e
2014-04-29 11:48:07 +02:00
Jeremy Long
9c51bff55b
version 1.2.0
...
Former-commit-id: 328c54a365a210bfe9e664f4ae292af4666cbf8e
2014-04-28 08:58:09 -04:00
Jeremy Long
72f9564757
version 1.2.0
...
Former-commit-id: b678810925b242d0ab9c17cc43c7edc4583ef8e3
2014-04-28 08:58:09 -04:00
Jeremy Long
81c91b3877
excluded HelpMojo from PMD
...
Former-commit-id: dbd8aa2995ca6f652cb2bef522a5e74d995e87a0
2014-04-28 08:20:11 -04:00
Jeremy Long
ab1a80152d
excluded HelpMojo from PMD
...
Former-commit-id: 01cd292267305c6b6ed017dfcbe40ea53d4313e8
2014-04-28 08:20:11 -04:00
Jeremy Long
3d365eb258
checkstyle correction
...
Former-commit-id: aa79d696daa8e21ba2f3004916e97e213bf0fca1
2014-04-28 08:19:54 -04:00
Jeremy Long
a87c677a35
checkstyle correction
...
Former-commit-id: 542c5817a18cc0f372dabd8e8010c4c93b5ef34b
2014-04-28 08:19:54 -04:00
Jeremy Long
6857f6d8f8
checkstyle corrections... javadoc, final variables, etc.
...
Former-commit-id: 6a37a968f805a218316d5acc60f2edc85ea68e2f
2014-04-27 17:16:49 -04:00
Jeremy Long
9e0ed57cec
checkstyle corrections... javadoc, final variables, etc.
...
Former-commit-id: 87905c8a957efb5b57e1c142eda9e7c2e7312f78
2014-04-27 17:16:49 -04:00
Jeremy Long
81bd9991bb
moved checkstyle configuration to match pmd
...
Former-commit-id: 63681c165564341bfff2579ef6eb2f8cd502bb45
2014-04-27 09:31:16 -04:00
Jeremy Long
767f4797b0
moved checkstyle configuration to match pmd
...
Former-commit-id: ef4ac52a2fa483d776b6191356ce98486832a250
2014-04-27 09:31:16 -04:00
Jeremy Long
056fa9ded2
updated to reduce exception messages during build when mono isn't available
...
Former-commit-id: 734c3b41743c1ed60c6dbc737050b7add409206f
2014-04-27 09:18:50 -04:00
Jeremy Long
8f8c9c4582
updated to reduce exception messages during build when mono isn't available
...
Former-commit-id: b6701c012669d3b5fc9e8b7cc168ac8d5df4d8f0
2014-04-27 09:18:50 -04:00
Jeremy Long
a3792c474b
Merge branch 'master' of github.com:jeremylong/DependencyCheck
...
Former-commit-id: 34458ee1dd984113551fa25a1ccc309d86587a9e
2014-04-27 08:51:31 -04:00
Jeremy Long
9acfe3afdb
Merge branch 'master' of github.com:jeremylong/DependencyCheck
...
Former-commit-id: 45916cc4a0b3334ac9d0fe5d849032556db59f8e
2014-04-27 08:51:31 -04:00
Jeremy Long
ec233dbb46
Merge branch 'master' of github.com:bkimminich/DependencyCheck into bkimminich-master
...
Former-commit-id: 1fda0dd76d7a20dba2edf63595eabb10ba7ce0bd
2014-04-27 08:50:59 -04:00
Jeremy Long
9c03962c26
Merge branch 'master' of github.com:bkimminich/DependencyCheck into bkimminich-master
...
Former-commit-id: a25a71286aed7adb384e7efde40278006e67d847
2014-04-27 08:50:59 -04:00
Jeremy Long
d89cd789ac
moved pmd rules to follow the maven directory structure
...
Former-commit-id: bfe648b8a48a85b677ffd665386d317eb249e289
2014-04-27 08:50:03 -04:00
Jeremy Long
a135460caa
moved pmd rules to follow the maven directory structure
...
Former-commit-id: 71f80a18aad5c92662a2eab142009f243e7416bf
2014-04-27 08:50:03 -04:00
Jeremy Long
69088e162d
removed code duplication ensuring temporary directory exists
...
Former-commit-id: daa54e59b488a1d6646e652e124c9e7f62012f79
2014-04-27 08:42:02 -04:00
Jeremy Long
7f72ef88e0
removed code duplication ensuring temporary directory exists
...
Former-commit-id: fba6dfcd3a133378c5f46f4126fa97c02ab110be
2014-04-27 08:42:02 -04:00
Steve Springett
ec53bd4125
Cleaning up Velocity. Minor change to Engine and ServiceLoaders to optionally use custom ClassLoader.
...
Former-commit-id: c0a96b36f4959a8b28b6b73e24ad884845140bd6
2014-04-26 01:25:56 -05:00
Steve Springett
fa1adc5294
Cleaning up Velocity. Minor change to Engine and ServiceLoaders to optionally use custom ClassLoader.
...
Former-commit-id: 8c1a58247faeaa032ca7389106378b095ac45edf
2014-04-26 01:25:56 -05:00
Björn Kimminich
35a264d21c
organized imports
...
extracted exception handling
Former-commit-id: 2ec171b680d77c0db1dca9ec667e72040040eab9
2014-04-25 14:39:56 +02:00
Björn Kimminich
579b526196
organized imports
...
extracted exception handling
Former-commit-id: 5fa0d46fc4241e8feae58e4f1e8fd365aedb27f5
2014-04-25 14:39:56 +02:00
Björn Kimminich
0372c2eccc
attempt to locate suppressions in classpath when they cannot be found via URL or file path
...
Former-commit-id: 6ba46b24bd89465aef454ca87c20b783bc761eee
2014-04-25 14:33:15 +02:00
Björn Kimminich
654e6942cb
attempt to locate suppressions in classpath when they cannot be found via URL or file path
...
Former-commit-id: 03e7f14d9561940bb83a38faab926a5e45f2748b
2014-04-25 14:33:15 +02:00
Jeremy Long
08c7ffc6d9
added new test case for the hint analyzer
...
Former-commit-id: 1c82a99d05a00d9b71e0cda8e9e9cf417576c6b0
2014-04-24 07:23:39 -04:00
Jeremy Long
b7ed1429de
added new test case for the hint analyzer
...
Former-commit-id: 019194943dd81b11201ef41e00bb4f5d9aa6fe73
2014-04-24 07:23:39 -04:00
Will Stranathan
e386f6ac20
Updated PMD configuration to work with all the projects.
...
Former-commit-id: f423663a453370b917292bdecb581ff2b06c896d
2014-04-22 20:50:06 -04:00
Will Stranathan
6642c23761
Updated PMD configuration to work with all the projects.
...
Former-commit-id: 80b9aac40019ef95d95ac5dcd3cb417290c37d7e
2014-04-22 20:50:06 -04:00
Jeremy Long
60ab893888
checkstyle corrections
...
Former-commit-id: 5397dc05e185c48b7fc8041c3b356655188eb3c1
2014-04-22 09:01:53 -04:00
Jeremy Long
f2b908c859
checkstyle corrections
...
Former-commit-id: 8833f928a384474df1dd5b306e835ec8919a572a
2014-04-22 09:01:53 -04:00
Jeremy Long
f2d960c3eb
removed unused variable and inner assignment
...
Former-commit-id: ca34c3a26716353dc7e7c619c18a4f7fad264b7f
2014-04-22 08:14:30 -04:00
Jeremy Long
709840ca02
removed unused variable and inner assignment
...
Former-commit-id: 24b669e885ae51c2812ed1b31d86241b0a13509d
2014-04-22 08:14:30 -04:00
Jeremy Long
fb88aeaeb9
checkstyle corrections
...
Former-commit-id: c64cd0ab69715dce4d0cb4671ff58844367e11a2
2014-04-22 08:10:54 -04:00
Jeremy Long
9fe596f3de
checkstyle corrections
...
Former-commit-id: 2f6fb660cd0152de284b55de3aab9cbb1b22b0b0
2014-04-22 08:10:54 -04:00
Jeremy Long
94561de719
converted long running tests to integration tests
...
Former-commit-id: b43f6ed56766f5edd28c2224886c6a544944f449
2014-04-21 21:46:54 -04:00
Jeremy Long
228bb2fc86
converted long running tests to integration tests
...
Former-commit-id: 36a20d08b8de14b369a083d1c52e0f458b276d47
2014-04-21 21:46:54 -04:00
Jeremy Long
89ed18cea3
spelling corrections
...
Former-commit-id: f802ad882058ea1684458b8e85cde625e4907ef3
2014-04-21 21:01:10 -04:00
Jeremy Long
d07947f712
spelling corrections
...
Former-commit-id: 6b3c1ae8e8150cca82449f5e5b4448a9a829e680
2014-04-21 21:01:10 -04:00
Jeremy Long
b996fa234b
spelling corrections
...
Former-commit-id: 5a3702b980e5970565b0aeab93653353626befd1
2014-04-21 20:59:18 -04:00
Jeremy Long
70022088fb
spelling corrections
...
Former-commit-id: 43b77de6e21a4d586f7b66b6da0045572c097f42
2014-04-21 20:59:18 -04:00
Jeremy Long
f6cd5cb4b2
merged update from Will
...
Former-commit-id: 6c60ece52808b5feb312489a19fc6b4acdb7859d
2014-04-21 20:42:58 -04:00
Jeremy Long
9143564d41
merged update from Will
...
Former-commit-id: ee4020e643221aa4ea403a6fb59314e65ab9e1b5
2014-04-21 20:42:58 -04:00
Jeremy Long
6ac8caaf5f
Merge branch 'master' of github.com:jeremylong/DependencyCheck
...
Former-commit-id: 25d67194a46eb3654415cd0dd91e67cd17befdb5
2014-04-21 20:31:48 -04:00
Jeremy Long
55440ae32b
Merge branch 'master' of github.com:jeremylong/DependencyCheck
...
Former-commit-id: ddb7a60c533bf82e5f6faa9a5fbd794ca7dfaf5f
2014-04-21 20:31:48 -04:00
Jeremy Long
e5a4145e37
spelling corrections
...
Former-commit-id: f1589557d0f3aa8fc7e5efbc137b248580d72fae
2014-04-21 20:31:26 -04:00
Jeremy Long
db65c0b422
spelling corrections
...
Former-commit-id: 35f1650765a5e8de33ef078a13b20bfa2994eb71
2014-04-21 20:31:26 -04:00
Jeremy Long
2c8b408bfb
spelling corrections
...
Former-commit-id: 65fbce0a7f47161c2cc5f9c5327ce5f18cc483c1
2014-04-21 20:21:53 -04:00
Jeremy Long
f0297938b6
spelling corrections
...
Former-commit-id: 56795c1f9276347f4b383e911c8c1b35918d55d9
2014-04-21 20:21:53 -04:00
Steve Springett
58c5c04feb
Removing Jenkins workaround for previous snapshot's race condition
...
Former-commit-id: f1cb67c38ef10426873f628c368695d165e28e91
2014-04-21 14:19:30 -05:00
Steve Springett
4d390b65fe
Removing Jenkins workaround for previous snapshot's race condition
...
Former-commit-id: 69304c08687945ebecaf3f253e16861dd9627d43
2014-04-21 14:19:30 -05:00
Will Stranathan
b0d6070d28
Added PMD rule to find Loggers that weren't fields and corrected existing instances.
...
Former-commit-id: fac6dba1050e2c82a4ce090845c66bc284ce2966
2014-04-19 22:08:17 -04:00
Will Stranathan
294df359d5
Added PMD rule to find Loggers that weren't fields and corrected existing instances.
...
Former-commit-id: d1844676a9e2f9ccbbc584d51f9dc13ecc255c11
2014-04-19 22:08:17 -04:00
Jeremy Long
3728594f73
checkstyle corrections
...
Former-commit-id: 8cf3b2001eef9cd73809cfc3036e4662e0912f9d
2014-04-19 12:49:57 -04:00
Jeremy Long
a855d53542
checkstyle corrections
...
Former-commit-id: 8caae0e4f0dd1828419c84b081fbc32d4d7be93c
2014-04-19 12:49:57 -04:00
Jeremy Long
dc2f1eabb2
speed up test by disabling auto-update
...
Former-commit-id: c3fa8a4358bc3a40a3053fc1d83ec1bd1f25be48
2014-04-19 10:00:06 -04:00
Jeremy Long
57a0c48293
speed up test by disabling auto-update
...
Former-commit-id: 55e2cbff478577b7e2fc49b91f1e58c2e1563da7
2014-04-19 10:00:06 -04:00
Jeremy Long
eda08e7454
speed up test by disabling auto-update
...
Former-commit-id: acc20cbd55a13738097f8e4c142114f1928c0af6
2014-04-19 09:59:45 -04:00
Jeremy Long
bbc82d827e
speed up test by disabling auto-update
...
Former-commit-id: 709c870c42d8b67b1e02ef8669981f2726c653e1
2014-04-19 09:59:45 -04:00
Jeremy Long
1bf4b6daa9
updated test case to perform autoupdate
...
Former-commit-id: d33a170f6d0ad9c822556003445b68187dcd30ed
2014-04-19 09:59:09 -04:00
Jeremy Long
742b49e302
updated test case to perform autoupdate
...
Former-commit-id: 3e93783a97af223a1c63cde2b8f5916158a729e9
2014-04-19 09:59:09 -04:00
Jeremy Long
f757266282
updated settings initialization
...
Former-commit-id: 87d35b16ee7cf213ca317fd98470bc027aca9af1
2014-04-19 09:58:40 -04:00
Jeremy Long
8716f14941
updated settings initialization
...
Former-commit-id: f53733aa65df96d09a817b74fd440da133b8be08
2014-04-19 09:58:40 -04:00
Jeremy Long
0321823125
removed singleton pattern from service loaders
...
Former-commit-id: eb822f5f15ca7bd87f9b3bff39467f77b64f27b7
2014-04-19 09:58:16 -04:00
Jeremy Long
8b7b41de47
removed singleton pattern from service loaders
...
Former-commit-id: 0e7b90141333548c47fbb4c9944b44fe295acfec
2014-04-19 09:58:16 -04:00
Jeremy Long
33d190afaa
updated to initialize the settings object
...
Former-commit-id: c4b1d8c1cc26bd2f2c277e9d614adaecd1a00042
2014-04-19 08:59:04 -04:00
Jeremy Long
36fd4dbcf4
updated to initialize the settings object
...
Former-commit-id: 7920a16418cb0b539571058942606dfd3b142525
2014-04-19 08:59:04 -04:00
Jeremy Long
ff16c4f127
Merge branch 'master' of github.com:bkimminich/DependencyCheck into bkimminich-master
...
Former-commit-id: 380e108f1ca7960f5b973a523be4f5cf3ac5d989
2014-04-19 08:22:47 -04:00
Jeremy Long
291a8c2bfb
Merge branch 'master' of github.com:bkimminich/DependencyCheck into bkimminich-master
...
Former-commit-id: 4b8d77255bef86d4cb4243eefd80eedadf5ca8f7
2014-04-19 08:22:47 -04:00
Jeremy Long
134728438e
added a mechanism to copy the global settings object to forked threads
...
Former-commit-id: 2d312bb77e2de128689165f09636ef6ccf0a3521
2014-04-19 08:21:59 -04:00
Jeremy Long
a1db394d93
added a mechanism to copy the global settings object to forked threads
...
Former-commit-id: 2932ae216d79d3cd08f4fb57695f3bd979c95c59
2014-04-19 08:21:59 -04:00
Jeremy Long
754bd68a87
updated to use BaseTest to initialize the Settings correctly
...
Former-commit-id: b116cf7a8d61d4e3f194108344564f6d4c20940b
2014-04-19 08:08:53 -04:00
Jeremy Long
0933d96954
updated to use BaseTest to initialize the Settings correctly
...
Former-commit-id: 473e0db1cc94efe745c1d4664d2c204731e1b931
2014-04-19 08:08:53 -04:00
Björn Kimminich
bd32eeeaa2
fixed documentation of suppressionFile parameter
...
Former-commit-id: 5260eb964cd7183adff13f3ef180233499452015
2014-04-17 11:17:17 +02:00
Björn Kimminich
c4fcb6c88c
fixed documentation of suppressionFile parameter
...
Former-commit-id: 937974c6952f8ba4d90ece584c46ada635da1d50
2014-04-17 11:17:17 +02:00
Björn Kimminich
1b9a3bd4bd
extracted logger as field
...
Former-commit-id: e4d83411e9e2d529b0035748c52d9164e8837379
2014-04-16 16:35:40 +02:00
Björn Kimminich
2390b20e68
extracted logger as field
...
Former-commit-id: 3a9819dcd526191bb7156d2012c248bb7914cf29
2014-04-16 16:35:40 +02:00
Jeremy Long
584d369b0b
made the settings ThreadLocal to solve a threading issue
...
Former-commit-id: 5fdcb13ae7147bfb65748aadbedf49fdf1febabf
2014-04-16 08:19:35 -04:00
Jeremy Long
a6fd0434de
made the settings ThreadLocal to solve a threading issue
...
Former-commit-id: 052839b76cd6d914e66c79b2fe88321eef735146
2014-04-16 08:19:35 -04:00
Jeremy Long
0ebe052752
initial base test class to support the new Settings implementation
...
Former-commit-id: 8b8190c064409248798eb0d1eab17b972ea5178d
2014-04-16 08:18:40 -04:00
Jeremy Long
53b36472a0
initial base test class to support the new Settings implementation
...
Former-commit-id: 5414eb1c0b4b4e6c9462728f3ed0be270b2c8c01
2014-04-16 08:18:40 -04:00
Jeremy Long
535863bc52
added additional error handling
...
Former-commit-id: 2922b534e1f11f66c0d1bdff3136b560a467e3f1
2014-04-16 08:13:38 -04:00
Jeremy Long
ccefea6b59
added additional error handling
...
Former-commit-id: 7853689d3273afaa348a7e16c26d3c2cf14b5c9b
2014-04-16 08:13:38 -04:00
Jeremy Long
dd925cd92b
updated to support the new Settings implementation
...
Former-commit-id: 471a24d23377d74b88e0693d4e9632bfb28a8511
2014-04-16 08:12:36 -04:00
Jeremy Long
b24c63cb49
updated to support the new Settings implementation
...
Former-commit-id: 2e275cd7333b0e44b46745d5f51f89f3f1687b8f
2014-04-16 08:12:36 -04:00
Jeremy Long
5529de3d95
updated to support the new Settings implementation
...
Former-commit-id: 455333dfde047ca2b92c80b60dbc905d7705cfb2
2014-04-16 08:12:16 -04:00
Jeremy Long
38f69fd7cc
updated to support the new Settings implementation
...
Former-commit-id: e2a2b98e2742580e52750a1a1bcdbeddae3c5787
2014-04-16 08:12:16 -04:00
Jeremy Long
ce6b65adb8
updated to support the new Settings implementation
...
Former-commit-id: 530ce66039f4dfe4dd3db11790a9660f03cb873c
2014-04-16 08:11:56 -04:00
Jeremy Long
6a9ea3bc0f
updated to support the new Settings implementation
...
Former-commit-id: 7382682e8fe7ab4d93c19dc35c7e1c300fd02886
2014-04-16 08:11:56 -04:00
Jeremy Long
9897109332
updated to support the new Settings implementation
...
Former-commit-id: e9087cbd7b7f017f8395331d66f43108b2dc2f0a
2014-04-16 08:11:09 -04:00
Jeremy Long
d1b4e93f9e
updated to support the new Settings implementation
...
Former-commit-id: 50235f22de97afc2a352f8dc7d2de9120cf73c75
2014-04-16 08:11:09 -04:00
Jeremy Long
cfc851a99b
minor javadoc update
...
Former-commit-id: f17a1efc613d815c7ad76e4bc7985bc4cba1bba8
2014-04-16 08:10:50 -04:00
Jeremy Long
9a6a61151d
minor javadoc update
...
Former-commit-id: 0611618b0abde40a3f8fd5cb98c63ae5cc71c387
2014-04-16 08:10:50 -04:00
Jeremy Long
380178ccc8
removed un-needed methods
...
Former-commit-id: cd774ff66f89e34e489b7839809569ba1c47ba65
2014-04-16 08:10:24 -04:00
Jeremy Long
497d0f0c74
removed un-needed methods
...
Former-commit-id: 8276c1e9554a1c69c764103611c53ef85803a006
2014-04-16 08:10:24 -04:00
Jeremy Long
3227ddd9f9
updated to support the new Settings implementation
...
Former-commit-id: 21e0dd024fa968c090b1eb5731c185c305c9d29c
2014-04-16 08:09:47 -04:00
Jeremy Long
ecf1c90c22
updated to support the new Settings implementation
...
Former-commit-id: 8ec7546bb8437406da724d7296fea765781a9640
2014-04-16 08:09:47 -04:00
Jeremy Long
336be63237
updated to support the new Settings implementation
...
Former-commit-id: d0b45c8fdf2ecd50b39045e28fe27601abdf3360
2014-04-16 08:09:24 -04:00
Jeremy Long
1aa13c1c8c
updated to support the new Settings implementation
...
Former-commit-id: 3e39bbadb32b7f3d447676ce04dfb7d4a22a4478
2014-04-16 08:09:24 -04:00
Jeremy Long
37c9b9e1f5
removed unused methods
...
Former-commit-id: 31836f1ee4b37e137b4fd56539bde39eef23dc16
2014-04-16 08:08:54 -04:00
Jeremy Long
251ad23a9e
removed unused methods
...
Former-commit-id: 9b66b0a3362d6299c9c9b61ad9267f80bfe6cdc4
2014-04-16 08:08:54 -04:00
Jeremy Long
ebb3e02dcc
removed unused methods
...
Former-commit-id: 832e1232386ca6df3cd37cf80a98246f0ccf45fa
2014-04-16 08:08:36 -04:00
Jeremy Long
22876e5a25
removed unused methods
...
Former-commit-id: 70d7e89ae7f62b42eb7fe2cd8085caa270c8f381
2014-04-16 08:08:36 -04:00
Jeremy Long
352505c54f
updated to support the new Settings implementation
...
Former-commit-id: 82c5da6e4b3d7d34e8da2db091a55835f8ce97dd
2014-04-16 08:07:52 -04:00
Jeremy Long
12162e2aae
updated to support the new Settings implementation
...
Former-commit-id: 572697ad9f84f341e1ac5a4f4e6036df0ed02f3a
2014-04-16 08:07:52 -04:00
Jeremy Long
0c7998712e
updated to support the new Settings implementation
...
Former-commit-id: 918bd36285d2b7339c69e3c3f64b327ec28d38ea
2014-04-16 08:07:32 -04:00
Jeremy Long
2af09fb49d
updated to support the new Settings implementation
...
Former-commit-id: 58ea4b5d184999aa7c2f67e00374a7c52fef639f
2014-04-16 08:07:32 -04:00
Jeremy Long
b9a20e7ac5
updated to support the new Settings implementation
...
Former-commit-id: d1d837e026bcff8be05501b6154f491f4f7669b4
2014-04-16 08:07:09 -04:00
Jeremy Long
c58589026c
updated to support the new Settings implementation
...
Former-commit-id: 00b11fb5e4eb3c288d4017e8974dac39e7a6f2c6
2014-04-16 08:07:09 -04:00
Jeremy Long
7ab89b900c
updated to support the new Settings implementation
...
Former-commit-id: 10625b4a050b79608d454677ff7fba04f1f735a0
2014-04-16 08:06:52 -04:00
Jeremy Long
5b83919eb2
updated to support the new Settings implementation
...
Former-commit-id: d559571b5adf664155b12075c7f42644c001d4be
2014-04-16 08:06:52 -04:00
Jeremy Long
9620956727
removed unused methods
...
Former-commit-id: 2cdae6c0c7fd6a09af79c5e37734bbf03097f5d9
2014-04-16 08:04:46 -04:00
Jeremy Long
f26f02c986
removed unused methods
...
Former-commit-id: cb23f2dbc928c46149be608144aa79fcdcd6e815
2014-04-16 08:04:46 -04:00
Jeremy Long
9b85768b7e
updated to support the new Settings implementation
...
Former-commit-id: e72bbcdcbe0a673e4b7d6a26aee9210f3a52ff24
2014-04-16 08:04:13 -04:00
Jeremy Long
c5d16a49d0
updated to support the new Settings implementation
...
Former-commit-id: 00ccc5ae2b0ceac9b1bffae27e25dfb55b262f08
2014-04-16 08:04:13 -04:00
Jeremy Long
5276e1863d
updated to support the new Settings implementation
...
Former-commit-id: 91439ca3788a26e66d665cd3b8298a1dfc4a93f5
2014-04-16 08:03:55 -04:00
Jeremy Long
260b2c3532
updated to support the new Settings implementation
...
Former-commit-id: 9cbc15ce470881f316a8ede89b94c7122c1381c1
2014-04-16 08:03:55 -04:00
Jeremy Long
0fc1a30a2c
updated to support the new Settings implementation
...
Former-commit-id: 33d1bebf147cb93649b774a46030581a3b8b6e69
2014-04-16 08:03:36 -04:00
Jeremy Long
420da8f476
updated to support the new Settings implementation
...
Former-commit-id: 8eccff73254d27425813dfac1646b8832fac8604
2014-04-16 08:03:36 -04:00
Jeremy Long
8609b98b1c
updated to support the new Settings implementation
...
Former-commit-id: 95a0da4c7f9ec9f506477bdd755b5660de05bd2f
2014-04-16 08:03:15 -04:00
Jeremy Long
c2a39d3296
updated to support the new Settings implementation
...
Former-commit-id: b2b4137934983f3688f115f31ced54004d33d2e9
2014-04-16 08:03:15 -04:00
Jeremy Long
c85514a17a
updated to support the new Settings implementation
...
Former-commit-id: 16b747a5e88aafe600d35b67778a320dd8f81113
2014-04-16 08:02:50 -04:00
Jeremy Long
6cd4bf337e
updated to support the new Settings implementation
...
Former-commit-id: a530f8ae502e47345f36c1e563c001797b223280
2014-04-16 08:02:50 -04:00
Jeremy Long
d00bef5546
updated to support the new Settings implementation
...
Former-commit-id: 89611b3261cb8bb4b2714027ee5efd74b2edeac2
2014-04-16 08:02:24 -04:00
Jeremy Long
095c48a942
updated to support the new Settings implementation
...
Former-commit-id: e34221085daf9880ce658cd71df15f9f8b0def9d
2014-04-16 08:02:24 -04:00
Jeremy Long
b905f46f98
updated to support the new Settings implementation
...
Former-commit-id: ab47079a0426c72cd71e9332faf81593045b33f0
2014-04-16 08:02:05 -04:00
Jeremy Long
e61ef1ae85
updated to support the new Settings implementation
...
Former-commit-id: 9715d8c76c5667d813a64c56d74a366fa83d2470
2014-04-16 08:02:05 -04:00
Jeremy Long
cdd4765d38
updated to support the new Settings implementation
...
Former-commit-id: ceae727c56f4f982692b6d48d9466756abc400e8
2014-04-16 08:01:45 -04:00
Jeremy Long
886b21af68
updated to support the new Settings implementation
...
Former-commit-id: bc891a90f8e0d234fbefcd19bc559bf828af5636
2014-04-16 08:01:45 -04:00
Jeremy Long
d62793f4ad
updated to support the new Settings implementation
...
Former-commit-id: 4cb1a827fb87a56c8bd126a17448245239513523
2014-04-16 08:01:15 -04:00
Jeremy Long
7bba66737f
updated to support the new Settings implementation
...
Former-commit-id: d6e86661ae20968179c729fd21bfb07df00858a7
2014-04-16 08:01:15 -04:00
Jeremy Long
d83d325a49
updated to support the new Settings implementation
...
Former-commit-id: 781f217da7507bbc13de6be59474d8ddda7fce2f
2014-04-16 08:00:55 -04:00
Jeremy Long
52fd2772cf
updated to support the new Settings implementation
...
Former-commit-id: c84709a4cf38a6e55166de59b6a8b372c1f082e4
2014-04-16 08:00:55 -04:00
Jeremy Long
e5baf99814
updated to support the new Settings implementation
...
Former-commit-id: 5f75c0e202e3fb0aafc2f55db827cf727ca97843
2014-04-16 08:00:10 -04:00
Jeremy Long
48043b5ec4
updated to support the new Settings implementation
...
Former-commit-id: 39536545c92d2c56017a4a8279704f2184b8124c
2014-04-16 08:00:10 -04:00
Jeremy Long
b4aeab3501
updated to support the new Settings implementation
...
Former-commit-id: 68cba2d619cd31a7352d54cd3a3ff6b5c482ebd9
2014-04-16 07:59:13 -04:00
Jeremy Long
1f67ae82bd
updated to support the new Settings implementation
...
Former-commit-id: 624d4c04e4fa208ef0da60245ca20ca755610c81
2014-04-16 07:59:13 -04:00
Jeremy Long
039bfd372d
updated to support the new Settings implementation
...
Former-commit-id: d1469eeaea5cc3d776c2378f390ec20bd8a223b7
2014-04-16 07:58:50 -04:00
Jeremy Long
e7749c161d
updated to support the new Settings implementation
...
Former-commit-id: dd98df72654badebf3d4b7fa24da718ff588339d
2014-04-16 07:58:50 -04:00
Jeremy Long
1a92de71d1
updated to support the new Settings implementation
...
Former-commit-id: 572af32243216c26ad1c0e7ed36a4d368cd42a12
2014-04-16 07:58:28 -04:00
Jeremy Long
144f913aa9
updated to support the new Settings implementation
...
Former-commit-id: 3b0db7eb50c088342b7c49d23f43ba23edd5458f
2014-04-16 07:58:28 -04:00
Jeremy Long
d8279e11aa
updated to support the new Settings implementation
...
Former-commit-id: 41cb4630f5cd777cc3c24da7e3c6aee18151501a
2014-04-16 07:57:11 -04:00
Jeremy Long
e28b6b9f73
updated to support the new Settings implementation
...
Former-commit-id: dd2d8cdd1c8688482752a8f1df2fc54ef6f638c8
2014-04-16 07:57:11 -04:00
Jeremy Long
b1b8584641
removed unused methods
...
Former-commit-id: 93cac67323f6cd2205de672deb534fb4cabb0be7
2014-04-16 07:56:51 -04:00
Jeremy Long
691636de7b
removed unused methods
...
Former-commit-id: 6e0577ad17ed28f5e6e4f72fa35c10c5250343b4
2014-04-16 07:56:51 -04:00
Jeremy Long
11e75df1a9
updated to support the new Settings implementation
...
Former-commit-id: 22be859d3d8b9455e203da58ba5146f957a0f28b
2014-04-16 07:56:23 -04:00
Jeremy Long
6f2b1b8f06
updated to support the new Settings implementation
...
Former-commit-id: 18ba158d3b4651b424ee2d3ec02907410f7ea8ba
2014-04-16 07:56:23 -04:00
Jeremy Long
25fc2bfbea
updated to support the new Settings implementation
...
Former-commit-id: bbb7dae7e2e9969ff648e9bfa0ddb4ab23cf3cc9
2014-04-16 07:55:56 -04:00
Jeremy Long
139640e768
updated to support the new Settings implementation
...
Former-commit-id: 4731df058a88b10661ea70addb082aced7590e80
2014-04-16 07:55:56 -04:00
Jeremy Long
a93c84ff64
updated documentation
...
Former-commit-id: d597a6f1c4f212a054f2fd74c81d8c4e98fbcf2a
2014-04-13 07:47:50 -04:00
Jeremy Long
ae2fa19c0e
updated documentation
...
Former-commit-id: c374ee235b5c0e1beff55f678e02523213ef5868
2014-04-13 07:47:50 -04:00
Jeremy Long
986a4182d9
reordered operations
...
Former-commit-id: b6afe2d503fd80e591b0db50855e25852c9001e9
2014-04-13 07:45:54 -04:00
Jeremy Long
f8867abe49
reordered operations
...
Former-commit-id: 1a487bcc4400d881c8dda7118318b183a68a0fe3
2014-04-13 07:45:54 -04:00
Jeremy Long
d38a8b109b
Merge branch 'master' of github.com:jeremylong/DependencyCheck
...
Former-commit-id: 739b4d35b9cd96a634169d2de299ad842eeea25e
2014-04-12 05:33:02 -04:00
Jeremy Long
fd83e72177
Merge branch 'master' of github.com:jeremylong/DependencyCheck
...
Former-commit-id: 3a30dd648eef49290e9290be719fb0eb25f79764
2014-04-12 05:33:02 -04:00
Jeremy Long
711d8c8c6b
improved error handling
...
Former-commit-id: a95f11da123ca42e4abe3e4b2a98f8cc44fc34e5
2014-04-11 06:38:13 -04:00
Jeremy Long
1ff45c8e02
improved error handling
...
Former-commit-id: f5086f9ebae6dab987fedf5e87d885c243af188e
2014-04-11 06:38:13 -04:00
Steve Springett
0d1d22aeff
Added archive support for JAR, SAR, and APK file formats. Ticket #106
...
Former-commit-id: ec08dd184cc973e57b99e8b318c14c5b268395da
2014-04-10 23:39:52 -05:00
Steve Springett
608c338403
Added archive support for JAR, SAR, and APK file formats. Ticket #106
...
Former-commit-id: 19991f8b32e746d9691e48eeac15343178dd3e99
2014-04-10 23:39:52 -05:00
Jeremy Long
ac2231f0f3
updated connection string to use FILE_LOCK=SERIALIZED instead of AUTO_SERVER=TRUE
...
Former-commit-id: bf8d148e01da607545af39bcfeb19d00d20091c5
2014-04-09 06:40:25 -04:00
Jeremy Long
f23da0dd5a
updated connection string to use FILE_LOCK=SERIALIZED instead of AUTO_SERVER=TRUE
...
Former-commit-id: 59bc2334093063d99c67bcef2c73690895ce9c72
2014-04-09 06:40:25 -04:00
Jeremy Long
21344dacfc
redirected standard error to hide expected [fatal] message from being displayed during tests
...
Former-commit-id: ecbc294640ca1e1a3c418af871dd71a31bbcccdb
2014-04-09 06:34:57 -04:00
Jeremy Long
8c3f887cac
redirected standard error to hide expected [fatal] message from being displayed during tests
...
Former-commit-id: 4a5d1e47a0e613e2b8a14e14fc8cd73b1bd4519a
2014-04-09 06:34:57 -04:00
Jeremy Long
ca22ba5bbc
updated report to show suppressed vulnerabilities and identifiers per issue #66
...
Former-commit-id: b87d8df47ac115b1a9ad36fdc7d960e86ab6d2d9
2014-04-04 06:46:31 -04:00
Jeremy Long
6e6f16d6ee
updated report to show suppressed vulnerabilities and identifiers per issue #66
...
Former-commit-id: 0669a01ae3cc11bbeb36951411e95d2a7f8c5cf8
2014-04-04 06:46:31 -04:00
Jeremy Long
fc64c34214
fixed formating in support of issue #66
...
Former-commit-id: bc8d195fb53a3c7e4041ea25f16aad7be1b2916d
2014-04-04 06:46:04 -04:00
Jeremy Long
8a83385c7f
fixed formating in support of issue #66
...
Former-commit-id: 3b27d6fefb6745ffe2e6169d248166a3408791c9
2014-04-04 06:46:04 -04:00
Jeremy Long
c35bc2476d
updated schema to 1.2 to support changes for issue #66
...
Former-commit-id: c102357c6beead34824d5f7053c7350b3d15130c
2014-04-04 06:45:35 -04:00
Jeremy Long
147bc797a2
updated schema to 1.2 to support changes for issue #66
...
Former-commit-id: fc7d7e8b8453bb8065be1d83cbc7ce3d5f47ea88
2014-04-04 06:45:35 -04:00
Jeremy Long
222826af95
added to simplify velocity templates
...
Former-commit-id: 2bb350d765993782f38d90d235bebb0e9e7d51a7
2014-04-02 06:54:25 -04:00
Jeremy Long
1735f36b82
added to simplify velocity templates
...
Former-commit-id: 0d9c1624b7cc81a7843ff7db4488b115405a9e74
2014-04-02 06:54:25 -04:00
Jeremy Long
db28db0bc7
Merge branch 'master' of github.com:jeremylong/DependencyCheck
...
Former-commit-id: ed02b171d4a62eb4e22deea53dfcec07676a96d2
2014-04-02 06:52:59 -04:00
Jeremy Long
a782354874
Merge branch 'master' of github.com:jeremylong/DependencyCheck
...
Former-commit-id: 2ff2fbf86c9ebbf7bc1aec2aaf833bdd2ef00851
2014-04-02 06:52:59 -04:00
Jeremy Long
931f7d47ea
simplified velocity report generation
...
Former-commit-id: 7c0f5bd492bce8a37c1633715d989970ee5b0d61
2014-04-02 06:52:26 -04:00
Jeremy Long
21a709cf89
simplified velocity report generation
...
Former-commit-id: dc690db1eb9186f1bfbf49472f893137e7602953
2014-04-02 06:52:26 -04:00
Jeremy Long
987ed1cefc
coveritys copy paste analysis is awsome - identified a real bug that has been fixed
...
Former-commit-id: bb3b0cbdb32970534a5a17f351af8d13fb2d6838
2014-03-31 21:32:38 -04:00
Jeremy Long
76a0c1d96e
coveritys copy paste analysis is awsome - identified a real bug that has been fixed
...
Former-commit-id: bccecaef9181eeb60a79873ebefc6f8ead259f71
2014-03-31 21:32:38 -04:00
Jeremy Long
3e9a77abfa
updated test case to ensure suppressed vulnerabilities were tracked correctly per issue #66
...
Former-commit-id: 7bfbd0c0bb0cb1aa9bed756509d56690bdaee754
2014-03-30 06:31:52 -04:00
Jeremy Long
1c30e555dc
updated test case to ensure suppressed vulnerabilities were tracked correctly per issue #66
...
Former-commit-id: 657213bab4b2f0a9538fb03319ff945971765b47
2014-03-30 06:31:52 -04:00
Jeremy Long
3879eb6b3a
Updated to support the tracking of suppressed CPE/CVE per issue #66
...
Former-commit-id: 5f98715a8ffd45ac8d78ba7c103cbfb287cb1ddc
2014-03-30 06:26:50 -04:00
Jeremy Long
9bdff89833
Updated to support the tracking of suppressed CPE/CVE per issue #66
...
Former-commit-id: 12b514a914a1b1df96e92efd78e6a7ec6b9c42bd
2014-03-30 06:26:50 -04:00
Jeremy Long
5e5a2040fc
updated to ignore coverity directory
...
Former-commit-id: a55a69442555d83365a2c96e6d6dfd00d8311653
2014-03-30 06:25:56 -04:00
Jeremy Long
08105eee48
updated to ignore coverity directory
...
Former-commit-id: 9db069c9e11d8a387dd944399023cb485ac4e63b
2014-03-30 06:25:56 -04:00
Steve Springett
eea44d7de2
Fix to prevent rules from being cached between Jenkins builds even if suppression file is not specified.
...
Former-commit-id: 747e4c585084807239ae2881944bd48a5908e143
2014-03-29 22:57:44 -05:00
Steve Springett
40e13184ca
Fix to prevent rules from being cached between Jenkins builds even if suppression file is not specified.
...
Former-commit-id: 860fded462d768acb207ebe35464936d7f80f59c
2014-03-29 22:57:44 -05:00
Jeremy Long
3fcbf075fb
updated commons-compress version
...
Former-commit-id: 44e8d9937c88c7eeced2d9be8ccdda73c257ba52
2014-03-29 08:56:04 -04:00
Jeremy Long
b5a65c5e43
updated commons-compress version
...
Former-commit-id: 4aeedcf31bb2a99b73c35aa68bd1dd1876512c67
2014-03-29 08:56:04 -04:00
Jeremy Long
b2641494cc
specifically set InputStreamReader to use UTF-8
...
Former-commit-id: 1eacd242e19d5ca7b5582c1c8733f0868621cc8a
2014-03-29 08:37:39 -04:00
Jeremy Long
7eac65fec2
specifically set InputStreamReader to use UTF-8
...
Former-commit-id: 517159b6d919a98d83ebbf1037b5d375285f8390
2014-03-29 08:37:39 -04:00
Jeremy Long
c48a794aee
updated to version 1.1.5-SNAPSHOT
...
Former-commit-id: ed43852f2d9459e5c0ec8c13d809a392fb9ef35c
2014-03-29 08:37:03 -04:00
Jeremy Long
9bc974661c
updated to version 1.1.5-SNAPSHOT
...
Former-commit-id: 529545190847cf43edec6934ab6393583adc6e47
2014-03-29 08:37:03 -04:00
Jeremy Long
e53906aea8
updated to version 1.1.5-SNAPSHOT
...
Former-commit-id: 2362311dfb8e1f35408df2446b7bf8e72ceb0289
2014-03-29 08:36:43 -04:00
Jeremy Long
b8c41a91e1
updated to version 1.1.5-SNAPSHOT
...
Former-commit-id: 09c36d34a5390b22e3a870c8317e8e309083b5f2
2014-03-29 08:36:43 -04:00
Jeremy Long
05a4a1670f
minor correction to unit tests
...
Former-commit-id: 20b80df37f0abb3c76d44e639c8d9c8c02f4ef71
2014-03-29 07:28:24 -04:00
Jeremy Long
3264becdc2
minor correction to unit tests
...
Former-commit-id: 44829f536b0940ed95750890262a1ab668c57745
2014-03-29 07:28:24 -04:00
Jeremy Long
4bd35852a5
version 1.1.4
...
Former-commit-id: 1f5787ebacba73ca5a582b05dd88f2628d29b1a8
2014-03-29 06:55:03 -04:00
Jeremy Long
845bf6ada1
version 1.1.4
...
Former-commit-id: 9d8e2cc70f7779b99e98aac396475f70980d7147
2014-03-29 06:55:03 -04:00
Jeremy Long
be4d56f8d2
FindBugs corrections
...
Former-commit-id: 22dfeaeb1493fdf25e790018c5d8c1761e935153
2014-03-29 05:58:56 -04:00
Jeremy Long
865ef2beb3
FindBugs corrections
...
Former-commit-id: 3bde1ba8aa05c0007a40be7594a6ded6675f5441
2014-03-29 05:58:56 -04:00
Jeremy Long
dfbcd616f2
find bugs corrections
...
Former-commit-id: f1823dd579d03b4caefd94123f4c51a3d8fb3f6c
2014-03-29 05:54:53 -04:00
Jeremy Long
ace5353595
find bugs corrections
...
Former-commit-id: 34820edd6de652dc6f62702de332447d0ba48398
2014-03-29 05:54:53 -04:00
Jeremy Long
dc0106348d
checkstyle corrections
...
Former-commit-id: d511bf999738c60e35cefb66cdde1f28be1fea3f
2014-03-29 05:34:46 -04:00
Jeremy Long
56a43fe17b
checkstyle corrections
...
Former-commit-id: c49596f06b497f80dbe6b5b9656a5221312c7e3f
2014-03-29 05:34:46 -04:00
Jeremy Long
f2666d4a30
updated cli help to indicate wild cards can be used to limit scan to specific file extensions
...
Former-commit-id: 1c034ba00859bc3140ca750c35bd1fc7f7b6d38d
2014-03-29 05:26:07 -04:00
Jeremy Long
46f36dc7ab
updated cli help to indicate wild cards can be used to limit scan to specific file extensions
...
Former-commit-id: 1369c129ee4a774ce22fda28a4e74468b578da40
2014-03-29 05:26:07 -04:00
Jeremy Long
4220e58d26
checkstyle corrections
...
Former-commit-id: 4f20366676c43817c8f20200b47f6952c866a3a2
2014-03-29 05:23:49 -04:00
Jeremy Long
db0ac70b71
checkstyle corrections
...
Former-commit-id: 2d7107de4141937a5be66c42b170130118c7d613
2014-03-29 05:23:49 -04:00
Jeremy Long
07de43981a
updated documentation to support wild card file extensions
...
Former-commit-id: 3e23e19d55056e0b24d6a738892828686335339d
2014-03-29 05:23:34 -04:00
Jeremy Long
6cfcc903df
updated documentation to support wild card file extensions
...
Former-commit-id: fb64ad0e0997dfb3dc3c607ef6d2818afd0b3606
2014-03-29 05:23:34 -04:00
Jeremy Long
fa352c1a8f
added back in scan methods that were removed by mistake
...
Former-commit-id: 043ae5b2fd012f06f107e1f46f50bc7157bba858
2014-03-28 05:28:17 -04:00
Jeremy Long
2ccae9f434
added back in scan methods that were removed by mistake
...
Former-commit-id: c4a26c76c2668a2b635f361a55d3c840a842f6f7
2014-03-28 05:28:17 -04:00
Jeremy Long
e5d582b30b
updated delete file method
...
Former-commit-id: d7fcac28c99fe0a48aee6822ab288888181e5a51
2014-03-28 05:21:16 -04:00
Jeremy Long
139bf0ee35
updated delete file method
...
Former-commit-id: d5821f9476d9b230633eb0feac20d72f60baf337
2014-03-28 05:21:16 -04:00
Jeremy Long
8fb14ffdf3
added support for wildcard extensions in scan path for issue #95
...
Former-commit-id: 48b91add5bf6aa289dc03f1627046971dc0366e6
2014-03-28 05:03:37 -04:00
Jeremy Long
1ce6e37e78
added support for wildcard extensions in scan path for issue #95
...
Former-commit-id: d02eaf80664e4525d9b00ba5978bec5cced0970a
2014-03-28 05:03:37 -04:00
Jeremy Long
c16e85e7db
fixed bug causing analyzer to hang reading from an empty error input steam
...
Former-commit-id: 1f4ed4fe5bb1900aff6ce2494e3f421312cd578f
2014-03-28 04:06:42 -04:00
Jeremy Long
462026e7e9
fixed bug causing analyzer to hang reading from an empty error input steam
...
Former-commit-id: 1b474a3376df612a13a62d8a31efb035c421afc5
2014-03-28 04:06:42 -04:00
Jeremy Long
25a72e3508
Merge branch 'master' of github.com:colezlaw/DependencyCheck into colezlaw-master
...
Former-commit-id: 5320c17bc9730b5bad2bb041d1125f54d06fc873
2014-03-28 02:40:26 -04:00
Jeremy Long
2f180510b8
Merge branch 'master' of github.com:colezlaw/DependencyCheck into colezlaw-master
...
Former-commit-id: 1eb983f1cbcd44b029b912b7a87f19ee78d6233e
2014-03-28 02:40:26 -04:00
Will Stranathan
20411da67b
Updated waitFor semantics
...
Former-commit-id: 78be989fdaa6d3e0674050941c901ad37b33c944
2014-03-27 17:34:45 -04:00
Will Stranathan
53e67dfb27
Updated waitFor semantics
...
Former-commit-id: 1080c4eca42029535508f2503ac0a76e853a7fcc
2014-03-27 17:34:45 -04:00
Jeremy Long
81bfdc69dd
added initial version of legal disclaimer - it will need to be updated
...
Former-commit-id: 363c2aa5a92422ce31934b1025849ccd7a804cf7
2014-03-27 15:35:59 -04:00
Jeremy Long
ff951130b6
added initial version of legal disclaimer - it will need to be updated
...
Former-commit-id: 776adc94aad64db842ce216f3f88354ffba79091
2014-03-27 15:35:59 -04:00
Will Stranathan
5e2829fe49
Squashed commit of the following:
...
commit 1d1a06a5ae7ea4f6e3adbf5a4b8163eba50562a3
Author: Will Stranathan <will@thestranathans.com >
Date: Wed Mar 26 22:59:15 2014 -0400
Updated unit tests and logging
commit bb00174e62c9657809d6e5a9cde7c7308d905593
Author: Will Stranathan <will@thestranathans.com >
Date: Wed Mar 26 22:20:28 2014 -0400
Updated GrokAssembly to not fail if the vendor can't be gotten
commit 27f7c9366acca8abbff9c6e9fa9ce1a1329da887
Author: Will Stranathan <will@thestranathans.com >
Date: Wed Mar 26 22:18:33 2014 -0400
Updated unit test to not care about version number
Former-commit-id: 6329e3f54f2808c54dd998514f0881dc3a976281
2014-03-26 23:02:17 -04:00
Will Stranathan
69ebb53a05
Squashed commit of the following:
...
commit 1d1a06a5ae7ea4f6e3adbf5a4b8163eba50562a3
Author: Will Stranathan <will@thestranathans.com >
Date: Wed Mar 26 22:59:15 2014 -0400
Updated unit tests and logging
commit bb00174e62c9657809d6e5a9cde7c7308d905593
Author: Will Stranathan <will@thestranathans.com >
Date: Wed Mar 26 22:20:28 2014 -0400
Updated GrokAssembly to not fail if the vendor can't be gotten
commit 27f7c9366acca8abbff9c6e9fa9ce1a1329da887
Author: Will Stranathan <will@thestranathans.com >
Date: Wed Mar 26 22:18:33 2014 -0400
Updated unit test to not care about version number
Former-commit-id: e700a5f81b7b0f6d6ccf392e846723e67fff591c
2014-03-26 23:02:17 -04:00
Jeremy Long
2aba09f090
added another test jar
...
Former-commit-id: 3f34dd46826010467e71127e61c8b8692dc2e46d
2014-03-26 07:38:13 -04:00
Jeremy Long
1a2a3d1945
added another test jar
...
Former-commit-id: c1eee9a685aed640be0d3a535f2888bf9e972990
2014-03-26 07:38:13 -04:00
Jeremy Long
38e27309fb
updated engine to fix bug with archive analyzer prematurely deleting fiels
...
Former-commit-id: f123c77c3e111291d8e8064b31de2dacca3907fe
2014-03-26 07:33:52 -04:00
Jeremy Long
c8b967ba37
updated engine to fix bug with archive analyzer prematurely deleting fiels
...
Former-commit-id: dd4400e3c852f2d9bf7bf3b89f54913be79d6d68
2014-03-26 07:33:52 -04:00
Jeremy Long
6b586684e6
updated documentation for PR #98
...
Former-commit-id: abdb430bba5b53d5dccbf946394863733c04c69f
2014-03-24 23:55:36 -04:00
Jeremy Long
83b713a781
updated documentation for PR #98
...
Former-commit-id: 2121e1d535939646b3c7ce9b9b485c00f5b4bef8
2014-03-24 23:55:36 -04:00
Will Stranathan
773e280339
Switched default Nexus to SSL to fix 301 issues
...
Former-commit-id: 8a91f133e64ed6f74f7adcc2d239d36edb57d7e1
2014-03-24 19:59:13 -04:00
Will Stranathan
c930568df7
Switched default Nexus to SSL to fix 301 issues
...
Former-commit-id: 231a5f20652fd83123f614881198edf675dd1105
2014-03-24 19:59:13 -04:00
Jeremy Long
297a67cd00
applied PR from Steve to close issue #96 and issue #97
...
Former-commit-id: 7bc44a4778d78647c39390b5f39668d827c67995
2014-03-23 23:27:49 -04:00
Jeremy Long
95e2c6179f
applied PR from Steve to close issue #96 and issue #97
...
Former-commit-id: d758d881a762c38b27d1a6ef1e17ebdab1efd5a7
2014-03-23 23:27:49 -04:00
Jeremy Long
ceb61ebe74
added configuration settings to the interfaces to support disabling of specific analyzers per issue #86
...
Former-commit-id: a13020f23231f9a9d80e3cfbfc2529198001f1fd
2014-03-23 23:08:03 -04:00
Jeremy Long
dfdf690575
added configuration settings to the interfaces to support disabling of specific analyzers per issue #86
...
Former-commit-id: ce5fe7e4340a4df6f0a59a78acee6429a10ba01b
2014-03-23 23:08:03 -04:00
Jeremy Long
6c85e3502e
various findbug, checkstyle, documentation fixes
...
Former-commit-id: 66fc0bbef000fc9e4210054f15ab973909fe919f
2014-03-23 23:07:27 -04:00
Jeremy Long
db30517516
various findbug, checkstyle, documentation fixes
...
Former-commit-id: 436d6de72216aa90360c96b5f2d23adbbd733e7b
2014-03-23 23:07:27 -04:00
Jeremy Long
690192300f
fixed bug where the analyzers were not being closed
...
Former-commit-id: 3ab4fa8484a65a2e3615549f4f778e63a3d36f4e
2014-03-23 23:06:14 -04:00
Jeremy Long
534b2e59a0
fixed bug where the analyzers were not being closed
...
Former-commit-id: 50f1859e79cf11a19837a389b4edd3c563d2c7c8
2014-03-23 23:06:14 -04:00
Jeremy Long
3ba963f474
added enabled properties in support of issue #86
...
Former-commit-id: 4d6205c4df71256ebf92a39c49a7ad042abf9f16
2014-03-23 23:05:41 -04:00
Jeremy Long
5028216058
added enabled properties in support of issue #86
...
Former-commit-id: e6df3962e1e96b28fad499694b580423cd1cb7b5
2014-03-23 23:05:41 -04:00
Jeremy Long
9b2cacc3a0
updated documentation
...
Former-commit-id: cb2c5c0fd7e0dfc33ce5a1b3cf75799c015c78df
2014-03-23 23:03:51 -04:00
Jeremy Long
173947fd7d
updated documentation
...
Former-commit-id: b2036f354cc3d16db7e01bef9aad6aa494650fd2
2014-03-23 23:03:51 -04:00
Jeremy Long
315a616293
updated tests to fix issues with the analyzer disabling themselves
...
Former-commit-id: 48f1066590ba4b1e07943c089f5ad16e9cc4e746
2014-03-23 00:36:54 -04:00
Jeremy Long
9aa6ad216d
updated tests to fix issues with the analyzer disabling themselves
...
Former-commit-id: 8286f053801efa11e10d3ea07529444a585859b8
2014-03-23 00:36:54 -04:00
Jeremy Long
3c56cd6738
added the ability to have a default value for getBoolean
...
Former-commit-id: 1c900a6f55f37c226a8d43df8dfc98913630838a
2014-03-23 00:36:10 -04:00
Jeremy Long
b2a5963f5a
added the ability to have a default value for getBoolean
...
Former-commit-id: 3768e635a48b42f198fd9e11a248f93cc8662aaa
2014-03-23 00:36:10 -04:00
Jeremy Long
a48ac013e8
updated to allow turning off individual file type analyzers via configuration
...
Former-commit-id: 3f26c9e4540ed2d91d903db9c0f5abb50084ceb4
2014-03-23 00:33:00 -04:00
Jeremy Long
c80fdee99b
updated to allow turning off individual file type analyzers via configuration
...
Former-commit-id: c492d41e1b5ad0c890cb750370dff326c3d0de05
2014-03-23 00:33:00 -04:00
Jeremy Long
258602ce1a
fixed teest case
...
Former-commit-id: 27616b92421179fd720763cfacaf70de297c372d
2014-03-17 20:42:43 -04:00
Jeremy Long
270db7829d
fixed teest case
...
Former-commit-id: 7ced3ad498d077c8bed116c161744dd817250d96
2014-03-17 20:42:43 -04:00
Jeremy Long
c85b547502
improved the abstract base class to support enabling/disabling each FileTypeAnalyzer
...
Former-commit-id: 9dd07ede35cdf2b5b4babb7d577f30d338c0af3c
2014-03-17 00:08:04 -04:00
Jeremy Long
5ff9ec9942
improved the abstract base class to support enabling/disabling each FileTypeAnalyzer
...
Former-commit-id: a2464c7041d292e6f3a2ec0d2b1e75f3bcfce425
2014-03-17 00:08:04 -04:00
Jeremy Long
d6266c36bf
major revision to patch issue #86 ; file type analyzers will no longer initialize if no files were detected that they can process during the scan phase.
...
Former-commit-id: 6e7cb5893226f556359955295db2dc8116d4d480
2014-03-16 22:39:44 -04:00
Jeremy Long
2fc554e1d4
major revision to patch issue #86 ; file type analyzers will no longer initialize if no files were detected that they can process during the scan phase.
...
Former-commit-id: 1d9ef39d5f7898de73ac72bbb9573af763368e95
2014-03-16 22:39:44 -04:00
Jeremy Long
fdd7f30e9a
updated initialization of the analyzers to use less looping
...
Former-commit-id: eab3ca87bdf55a46a530e20a84b0948a3c93b9c6
2014-03-16 07:50:41 -04:00
Jeremy Long
7a35c1638b
updated initialization of the analyzers to use less looping
...
Former-commit-id: 517e0b87d6673c44d50ba60e4e4d50693f22ab98
2014-03-16 07:50:41 -04:00
Jeremy Long
3994ef3619
added a vulnerability suppression analyzer test case
...
Former-commit-id: d90596a3493f1fd557222fac0568955b5ab58b4f
2014-03-16 07:05:05 -04:00
Jeremy Long
916243468f
added a vulnerability suppression analyzer test case
...
Former-commit-id: 415f214241e2ac6e882ea0291e6c11d991d4be8f
2014-03-16 07:05:05 -04:00
Jeremy Long
633028a63f
updated class name
...
Former-commit-id: 222aa7b23da96eb54517087b3d41190fed3c5724
2014-03-16 07:04:36 -04:00
Jeremy Long
cb56bbc122
updated class name
...
Former-commit-id: 7cda28ba656b243a6b64d1101cd81a2868837c2c
2014-03-16 07:04:36 -04:00
Jeremy Long
013374e9db
renamed class
...
Former-commit-id: a5b33cd29fb436a5cd95089fed73572cd82d19bd
2014-03-16 07:02:58 -04:00
Jeremy Long
d1b2d5cb27
renamed class
...
Former-commit-id: 216b78611cee90c521c36b2c20c9324cb5086f4f
2014-03-16 07:02:58 -04:00
Jeremy Long
4358b47e91
renamed class
...
Former-commit-id: 400624d6366ca83097508d0d65fcd2f5eff4047d
2014-03-16 07:02:34 -04:00
Jeremy Long
884b56a4ef
renamed class
...
Former-commit-id: f27ba73aff027de16b9f950401b4fee125cb19eb
2014-03-16 07:02:34 -04:00
Jeremy Long
6decc1ce30
fixed a bug that caused the suppression file not to load
...
Former-commit-id: d90f00b1f051fa31c95e957786fd7215dbfdc913
2014-03-16 07:02:10 -04:00
Jeremy Long
eeb8d9cdf5
fixed a bug that caused the suppression file not to load
...
Former-commit-id: 3cc9ab64b4f9efbc51c497b82d9b63e2edd8376d
2014-03-16 07:02:10 -04:00
Jeremy Long
8a3dba3064
updated the base class name to be more accurate
...
Former-commit-id: ea9a8e202c24abc7b17a45ce67862c1d93bc0e3e
2014-03-16 07:01:24 -04:00
Jeremy Long
e8d7bbd280
updated the base class name to be more accurate
...
Former-commit-id: 38c9eed0e4226ce08d11f95b4e7f2a1ecca1f67c
2014-03-16 07:01:24 -04:00
Jeremy Long
27bcead1bc
changed the logging level on the "entrance" log
...
Former-commit-id: f0219ea5cac2552ff0255096ba68e9f6c87b7e11
2014-03-16 07:00:44 -04:00
Jeremy Long
277ee4c4b2
changed the logging level on the "entrance" log
...
Former-commit-id: 92b0b110cbcf05ca71e22fc244d1daefd5072e26
2014-03-16 07:00:44 -04:00
Jeremy Long
acb9c01776
improved manifest parsing to exclude additional entries per issue #88
...
Former-commit-id: b4cad8c8d0182c17770be2163e0565378de3ae9a
2014-03-16 04:49:09 -04:00
Jeremy Long
efa6c8135d
improved manifest parsing to exclude additional entries per issue #88
...
Former-commit-id: 0665b1d9967324f6c07e95b593d6b199da5b5ee3
2014-03-16 04:49:09 -04:00
Jeremy Long
79fd23d51b
updated so that the Filename was properely escaped in Javascript so that it shows up correctly in the report to fix issue #91
...
Former-commit-id: e2de967442f9504ede9402760c33a1b7501a3536
2014-03-16 04:13:43 -04:00
Jeremy Long
cbb705c367
updated so that the Filename was properely escaped in Javascript so that it shows up correctly in the report to fix issue #91
...
Former-commit-id: ec161508db21c0a3d1f4f6f4130e5fdc63d9b367
2014-03-16 04:13:43 -04:00
Jeremy Long
776614d211
minor update to the generated report names
...
Former-commit-id: 1ee6a44db3df3c060033470b026799cfa8bd744d
2014-03-15 07:48:19 -04:00
Jeremy Long
44326cd8c1
minor update to the generated report names
...
Former-commit-id: e072df44801e468c7a5d46e2f8eb039a8733865e
2014-03-15 07:48:19 -04:00
Jeremy Long
b03a498cd7
updated to resolve issue #87
...
Former-commit-id: 56338ff8aee45193cf387ff9d2d0087afd7febaf
2014-03-15 07:46:29 -04:00
Jeremy Long
4592ab4bf5
updated to resolve issue #87
...
Former-commit-id: 03c12742bbd99b980c605d78b3d25fb1f89ab3cd
2014-03-15 07:46:29 -04:00
Jeremy Long
b612926fb6
minor update to the generated report names
...
Former-commit-id: 347cefef415fa91f7cf59e1c167772ebfd3f3ce3
2014-03-15 07:42:55 -04:00
Jeremy Long
870849f01a
minor update to the generated report names
...
Former-commit-id: 2319209d909b7350447c91af693f88e57e437a7e
2014-03-15 07:42:55 -04:00
Jeremy Long
b67377f505
patch from davidkarlsen (PR #85 ) was applied to resolve issue #84
...
Former-commit-id: 0741248ece9a4df1b1a7595b74aef31c6f74652d
2014-03-12 23:40:42 -04:00
Jeremy Long
a00bcc3df2
patch from davidkarlsen (PR #85 ) was applied to resolve issue #84
...
Former-commit-id: ac2f1c66913d08ae2e39293e98a3e7e5b9318b50
2014-03-12 23:40:42 -04:00
Jeremy Long
2033acbe2a
updated logo
...
Former-commit-id: 5c6034247fb4fba8cbd6f9028a01b66d177378fb
2014-03-11 11:59:54 -04:00
Jeremy Long
122dc5baf4
updated logo
...
Former-commit-id: 4ea34b9862eef2229bd1ba7c2e3868f12c336055
2014-03-11 11:59:54 -04:00
Jeremy Long
e435cfc489
version 1.1.4-SNAPSHOT
...
Former-commit-id: b7ee0f15a5390df86a06b2e80d66aec6a5c88cb7
2014-03-11 11:52:57 -04:00
Jeremy Long
a276d2da4f
version 1.1.4-SNAPSHOT
...
Former-commit-id: 969be860afdca6a1e86f6ef03b2218c34cb07114
2014-03-11 11:52:57 -04:00
Jeremy Long
a3199a52af
version 1.1.3
...
Former-commit-id: 8d19b8d203026e650047bf3af1b5738d5c6a595f
2014-03-11 11:49:32 -04:00
Jeremy Long
6f04d4d43b
version 1.1.3
...
Former-commit-id: af8a66cf2ecda07b7005d20f9de9dbe14d61e187
2014-03-11 11:49:32 -04:00
Jeremy Long
99be870ab9
created a new getTempFile() to FileUtils that does not create the file, it only generates the file name
...
Former-commit-id: c3efa45ead91601442903ff190d058810196150d
2014-03-10 21:25:53 -04:00
Jeremy Long
a966f263a2
created a new getTempFile() to FileUtils that does not create the file, it only generates the file name
...
Former-commit-id: 04e275caade0deba97b3b03cf41fa48f962c0172
2014-03-10 21:25:53 -04:00
Jeremy Long
9b2ecb4701
minor checkstyle correctionn
...
Former-commit-id: 57438863b9635f339e1eacdd73913c5ed003348f
2014-03-10 14:53:06 -04:00
Jeremy Long
ac5a23ef29
minor checkstyle correctionn
...
Former-commit-id: 72cfe98796cc4b8ba335c1cf6de293b30e111d99
2014-03-10 14:53:06 -04:00
Jeremy Long
be7443a0a0
updated to ignore .LCKpom.xml~
...
Former-commit-id: dbbf41fb2d10206ef167f78d04de01e92c4d90ae
2014-03-10 11:25:40 -04:00
Jeremy Long
b82804018d
updated to ignore .LCKpom.xml~
...
Former-commit-id: f81c6f5c3fb3e8529275ce8db56bb0919aa32953
2014-03-10 11:25:40 -04:00
Jeremy Long
0de6557872
updated to delete newly created file prior to attempting to copy a new file into its location
...
Former-commit-id: f170e09f4290b746808e0400a106ea9d33b992d6
2014-03-10 10:36:03 -04:00
Jeremy Long
35b0b684df
updated to delete newly created file prior to attempting to copy a new file into its location
...
Former-commit-id: 584dc6abeab388acf65ab3d5379616005746db6b
2014-03-10 10:36:03 -04:00
Jeremy Long
258e890056
minor updates for issue #58
...
Former-commit-id: ffb30eb654dfb71317c32a5553074f45e4024ab9
2014-03-09 12:40:42 -04:00
Jeremy Long
a627ca2127
minor updates for issue #58
...
Former-commit-id: 6f4d0edc03654c73dc6de29a47d65e6297814613
2014-03-09 12:40:42 -04:00
Jeremy Long
d84bbad79a
initial version of test cases
...
Former-commit-id: 10edfd3544b2231aa5fd5edaeb474cc5d1f1a435
2014-03-09 12:39:36 -04:00
Jeremy Long
05a1096e25
initial version of test cases
...
Former-commit-id: 7fc3697e5cf1dd2730ea15c4bf7de568033ef9eb
2014-03-09 12:39:36 -04:00
Will Stranathan
07e6477686
Fixed two discrepancies in the CLI options
...
1) Proxy port and Properties files were both using -p. Now the
properties file uses -P.
2) Nexus Proxy was defaulting to true, even if the properties said
false, so moved the check for its setting to happen after the properties
were merged and had it default to checking the properties file and
setting it to true if the properties didn't say.
Former-commit-id: 9dd50ca9af906a15143dae153b807700bb385054
2014-03-08 18:58:39 -05:00
Will Stranathan
9600e56344
Fixed two discrepancies in the CLI options
...
1) Proxy port and Properties files were both using -p. Now the
properties file uses -P.
2) Nexus Proxy was defaulting to true, even if the properties said
false, so moved the check for its setting to happen after the properties
were merged and had it default to checking the properties file and
setting it to true if the properties didn't say.
Former-commit-id: 6a4bcb9b457eea5a55e2cc74acc47d69637b7620
2014-03-08 18:58:39 -05:00
Jeremy Long
acde161412
updated grokassembly version in the test case
...
Former-commit-id: 27e9b36f3b3e72cf68592bd8f5ac7ee83702e565
2014-03-08 06:36:31 -05:00
Jeremy Long
1bb0871948
updated grokassembly version in the test case
...
Former-commit-id: 233cf163ecf40331a3ac175e764e16bd8d044273
2014-03-08 06:36:31 -05:00
Jeremy Long
8d8f9c6d26
updated to resolve issue #58
...
Former-commit-id: 4cd1d528f33c8db05a7d0b67460311b1b56426cd
2014-03-08 06:28:36 -05:00
Jeremy Long
6ff50689e1
updated to resolve issue #58
...
Former-commit-id: 8787dadc04127169c2ae4d19ee0ac96399b63b62
2014-03-08 06:28:36 -05:00
Jeremy Long
c7507d9743
corrected syntax error caused by copy paste
...
Former-commit-id: 32446494c36bf5ea4536b9825046783bb15d4f0f
2014-03-08 06:22:03 -05:00
Jeremy Long
9b025ddece
corrected syntax error caused by copy paste
...
Former-commit-id: cd7b981f94fbc4e2f5124fc791162c1a96e2c7ce
2014-03-08 06:22:03 -05:00
Jeremy Long
ff970fde56
updated to correctly use the correctly configured temp directory
...
Former-commit-id: 407f3eb2c3ff887eaa6d7969517af75dda01878a
2014-03-08 06:21:08 -05:00
Jeremy Long
12fd77f0b2
updated to correctly use the correctly configured temp directory
...
Former-commit-id: 1080d1ae37304188818f59fff5234d29857c64f5
2014-03-08 06:21:08 -05:00
Jeremy Long
2c4a997c64
updated to correctly use the correctly configured temp directory
...
Former-commit-id: e4b08d63e8eee17f538a2e074dfdc394d446000b
2014-03-08 06:20:32 -05:00
Jeremy Long
0e60883b3d
updated to correctly use the correctly configured temp directory
...
Former-commit-id: e470dd805e126a7b2aae56f067c8fbe4bb85613a
2014-03-08 06:20:32 -05:00
Jeremy Long
5c787e0b69
updated to correctly use the correctly configured temp directory
...
Former-commit-id: 364d0362f9d9107bbee6e83f495b575b8d657372
2014-03-08 06:20:12 -05:00
Jeremy Long
33b6bfe5be
updated to correctly use the correctly configured temp directory
...
Former-commit-id: 048a7f7464f454810924a61110f0af18ac206c5b
2014-03-08 06:20:12 -05:00
Jeremy Long
41da8435cc
added validation for pathToMono argument
...
Former-commit-id: 763f3960f4c83f45020d8b5144ea98518c797d10
2014-03-08 06:19:21 -05:00
Jeremy Long
8167146372
added validation for pathToMono argument
...
Former-commit-id: 5a2a58c96ee91b0d0dbf7b5a658a776da8a7141f
2014-03-08 06:19:21 -05:00
Jeremy Long
84ecc4c664
added option to download a file without using the configured proxy
...
Former-commit-id: 7153a34a12a02a53bf715fe023e820afd42899d2
2014-03-08 06:18:44 -05:00
Jeremy Long
21bbedaf04
added option to download a file without using the configured proxy
...
Former-commit-id: 234d9ba35d11459473a2f6311ffe4fc56003a083
2014-03-08 06:18:44 -05:00
Jeremy Long
d18a36af22
added the path to mono as a configurable setting
...
Former-commit-id: 7909cab0f29a44168ccee166170e29882a461a42
2014-03-08 05:42:32 -05:00
Jeremy Long
998aedde33
added the path to mono as a configurable setting
...
Former-commit-id: e0b0e5eed59f36060c4ad57052fe3e610ff2d637
2014-03-08 05:42:32 -05:00
Will Stranathan
b3e766aa50
Merge branch 'master' of github.com:/colezlaw/DependencyCheck
...
Former-commit-id: 256f7898af5f72762b6ef21bc1aa00fe8373a360
2014-03-05 21:52:56 -05:00
Will Stranathan
25050da2c9
Merge branch 'master' of github.com:/colezlaw/DependencyCheck
...
Former-commit-id: c9d90f875ca9fe981d2bb294a7ed416b1e299987
2014-03-05 21:52:56 -05:00
Will Stranathan
0cee54c51b
Updated GrokAssembly to catch a couple of possible exceptions
...
Former-commit-id: 4c462a7b5abf98e7ee0898210c684cd68725e0d0
2014-03-05 21:52:19 -05:00
Will Stranathan
a74cf8ec4d
Updated GrokAssembly to catch a couple of possible exceptions
...
Former-commit-id: dfc1b67da43178d3653c35ab80fa244bbfd3e70b
2014-03-05 21:52:19 -05:00
Will Stranathan
41e436a183
Updated GrokAssembly to catch a couple of possible exceptions
...
Former-commit-id: c0e10b5e201b6b04eecc58e2de215cd716336e8d
2014-03-04 13:18:04 -05:00
Will Stranathan
e06f0a5d49
Updated GrokAssembly to catch a couple of possible exceptions
...
Former-commit-id: 52c6ae3bd8ff6acccecd9aa709dceb3c2aed6265
2014-03-04 13:18:04 -05:00
Will Stranathan
743fc19fa3
Merge remote-tracking branch 'upstream/master'
...
Former-commit-id: 84ffe19906b355e930c8f36659a05c636e5d0b20
2014-03-04 13:13:01 -05:00
Will Stranathan
9d1ea4b551
Merge remote-tracking branch 'upstream/master'
...
Former-commit-id: c980e2c3cbcfbebd38bd99b62ffcca60f0153eb0
2014-03-04 13:13:01 -05:00
Jeremy Long
76e8c66b1b
updated version to 1.1.3-SNAPSHOT
...
Former-commit-id: 62657e41c409c474918d0c6ac1d1f505e072a682
2014-03-04 07:33:27 -05:00
Jeremy Long
e0410783be
updated version to 1.1.3-SNAPSHOT
...
Former-commit-id: b0d241a5d856244c5dac22f24d2ea135d2e4f545
2014-03-04 07:33:27 -05:00
Jeremy Long
4379ea63f0
corrected intellij idea link
...
Former-commit-id: be7f327b6641d0819a55f93c3aefe016deca557b
2014-03-03 19:54:46 -05:00
Jeremy Long
d064337c15
corrected intellij idea link
...
Former-commit-id: da919f5e5b81328e35e7a91f0f16f0c07f42a1e4
2014-03-03 19:54:46 -05:00
Jeremy Long
00ae54b4b2
version 1.1.2
...
Former-commit-id: 63c1f372e6d093b3d3fa08a0eab102d9422f78c4
2014-03-03 08:51:17 -05:00
Jeremy Long
3a7fd7d271
minor update to formating
...
Former-commit-id: 6bd182ef660034549b2be16b4a22574171351a8b
2014-03-03 07:37:33 -05:00
Jeremy Long
94a0c98bfe
added more javadoc
...
Former-commit-id: 2befc7ec80f7ca2f8c7c25554b0b75e3e515eeb0
2014-03-03 07:32:43 -05:00
Jeremy Long
c2b2b2698d
updated pre-flight to correctly skip the proxy if configured to do so
...
Former-commit-id: ee993ded2a19f2a7fbda3f93c8d53ece43c8b1d1
2014-03-03 07:12:58 -05:00
Jeremy Long
9bb630bae6
minor update to logging statement
...
Former-commit-id: bdf69f0747e0dbf4a368050df95b5650960420ad
2014-03-03 07:05:24 -05:00
Jeremy Long
c47b2f5b18
corrected spelling
...
Former-commit-id: c40c47a6b198953b9ae4b5685ee08da5fcd7c0a5
2014-03-03 07:02:59 -05:00
Jeremy Long
ecdc9a968d
updated logging of properties
...
Former-commit-id: 6472713deca91c5492cd9895af0257338ed2d847
2014-03-03 07:01:19 -05:00
Jeremy Long
c041ff66e2
updated imports
...
Former-commit-id: 44995cd7c14577d508a97e6ecb70f7edbad29a3a
2014-03-03 06:36:25 -05:00
Jeremy Long
fe0e2d5c2d
corrected long option name for nexus uses proxy argument
...
Former-commit-id: f8a8a902fb3fb9e3bdcaa875c7563078d798811f
2014-03-03 05:41:55 -05:00
Jeremy Long
2cf3bca8de
updated documentation
...
Former-commit-id: 026a64cd80c9870830dd11a37dcdeae0c6274659
2014-03-02 19:23:04 -05:00
Jeremy Long
b2a817e17b
minor checkstyle patch
...
Former-commit-id: d81d0e9418963d01964eb42aac21d10f1b756a3f
2014-03-02 19:17:08 -05:00
Jeremy Long
d1ca951ffa
updated to address issue #74
...
Former-commit-id: d562b1785a7f9b32dff7cd84351eed96c775fdcf
2014-03-02 18:26:58 -05:00
Jeremy Long
b3932ae8c5
added configuration for whether or not the nexus analyzer should use the configured proxy
...
Former-commit-id: e604d6862b50d4177f6846111408fce64a3c09eb
2014-03-02 18:16:12 -05:00
Jeremy Long
35223d5737
checkstyle fix
...
Former-commit-id: 5c79f2c38a40c6f339f8383cccdc86c2aa5e3cf4
2014-03-02 12:27:26 -05:00
Jeremy Long
9d263f11e5
fixed JavaDoc @link missing close curly bracket
...
Former-commit-id: 632dd4de562a1036883103ce89df8f98ee5d8804
2014-03-02 12:26:56 -05:00
Jeremy Long
3f28b30e95
checkstyle fix
...
Former-commit-id: ec2da0e3c262923552a219c6be3deb6004b3f154
2014-03-02 12:26:17 -05:00
Jeremy Long
d797abdb1f
removed unused argument from runScan
...
Former-commit-id: 024f830175f347ae45146c4e536ca23d58325838
2014-03-02 12:25:50 -05:00
Jeremy Long
3b3a940ee4
minor code formating change
...
Former-commit-id: 090e2a881a1977172bc16911c828cde86b417865
2014-03-01 16:09:14 -05:00
Jeremy Long
1b5b61b25e
cleaned up code duplication
...
Former-commit-id: 27896a50114fcee9f2aaeb21915b91b4a198f328
2014-03-01 16:08:58 -05:00
Jeremy Long
00d29b88df
Merge branch 'master' of github.com:colezlaw/DependencyCheck into colezlaw-master
...
Former-commit-id: f3badca9d690cbf388c593f4bea1594855da6d1e
2014-03-01 15:35:57 -05:00
Will Stranathan
ab9bc9da74
Merge remote-tracking branch 'upstream/master'
...
Former-commit-id: c3ccdb83e5ce2cd6fc7f242d3b28aee1a2038d5d
2014-03-01 15:26:53 -05:00
Will Stranathan
4340368e49
Merge remote-tracking branch 'upstream/master'
...
Former-commit-id: ec7e5a5f328476863cc1d92354268ccf99bc33cf
2014-03-01 15:26:53 -05:00
Jeremy Long
b79f7b7ab8
corrected db initialization sequence
...
Former-commit-id: c4f33cc7905d8c4d3c9d9c5fb30556533c962e47
2014-03-01 15:26:17 -05:00
Will Stranathan
9b34b5ca89
Fixed merge conflict
...
Former-commit-id: 4a4bfd553bd5b91c53e87f7e327beb0a605bc21f
2014-03-01 15:07:40 -05:00
Jeremy Long
b486788993
added logos
...
Former-commit-id: 544b6573d59c880bb01bae28ef3b114327b1cd84
2014-03-01 14:36:51 -05:00
Jeremy Long
563e9c51e1
added powered by for cloudbees and built using intellij
...
Former-commit-id: b140717614a6536639509a13440e6000f3a601f4
2014-03-01 14:36:33 -05:00
Jeremy Long
6ab5e3ed4f
minor format change
...
Former-commit-id: e891f090096cb79642fdeb9fe920a3afc12b9293
2014-03-01 14:35:48 -05:00
Will Stranathan
43a6c81151
Merge branch 'master' of github.com:/colezlaw/DependencyCheck
...
Former-commit-id: 02418eccb8ef85084f8561cb3fd5b8ea04771c63
2014-03-01 07:24:35 -05:00
Will Stranathan
887a5d50a4
Added proper waitfor to the process. Need to add a watchdog to this
...
Former-commit-id: 51bea69bb73e379fa7aac776171110fa1f75b8d4
2014-03-01 07:24:12 -05:00
Will Stranathan
be68f8c3f7
Fixed JULI Logging (stupid fix imports)
...
Former-commit-id: 75036170c113718e2265dad4c2b436b1613e0da7
2014-03-01 07:24:12 -05:00
Will Stranathan
86a4923157
Fixed logging to JULI
...
Former-commit-id: ab31241151a610fa67bc8102bded86db2250a9fd
2014-03-01 07:24:12 -05:00
Will Stranathan
f80ff31412
Fixed JULI Logging (stupid fix imports)
...
Former-commit-id: ca5b3b5ad64defefccea4c445414595208205957
2014-03-01 07:16:38 -05:00
Will Stranathan
94acc82bf5
Fixed logging to JULI
...
Former-commit-id: 76cd085130357fc9187f0af43b9670370a261026
2014-03-01 07:13:00 -05:00
Jeremy Long
3c1a1fcca1
ensured output streams are closed
...
Former-commit-id: 0c9b622e46349690cf68a383be0ee6c8fd7c553d
2014-03-01 06:59:48 -05:00
Jeremy Long
b3d08e4cb8
refactored closing input streams
...
Former-commit-id: 04c8b13428a4c7a215058bf54d47c62374d6a946
2014-03-01 06:56:42 -05:00
Jeremy Long
ab766ce85b
made a broad catch even broader
...
Former-commit-id: dc6cae0168ed3bca63141e846599e1b9d13ca616
2014-03-01 06:46:16 -05:00
Jeremy Long
bcb8245c61
made a broad catch even broader
...
Former-commit-id: 84bc747061ab345241c00c46e2efbd2493606590
2014-03-01 06:45:57 -05:00
Jeremy Long
c9e60d5c3a
made a broad catch even broader
...
Former-commit-id: 6c1a0015c53bb5ee803de3d1b144d77ebecaa6c0
2014-03-01 06:45:32 -05:00
Jeremy Long
eb7c74eea7
checkstyle fixes
...
Former-commit-id: 8e7c96bf02360aa083ebdb518be60587e15d9192
2014-03-01 06:45:06 -05:00
Jeremy Long
40f5911ceb
checkstyle fixes
...
Former-commit-id: f274d6f4fc1103f7cde5ab8bfbe73f3ee4163af9
2014-03-01 06:44:45 -05:00
Jeremy Long
2a8809adbb
checkstyle corrections and Javadoc update
...
Former-commit-id: b1e73d2eeecba925baad44d36f84ab5c066961fc
2014-03-01 06:44:23 -05:00
Jeremy Long
39524c4064
made a broad catch even broader
...
Former-commit-id: 183a78f51b69ed5507e27003f5af06a83d3d363b
2014-03-01 06:44:01 -05:00
Jeremy Long
c1cc2d6350
made a broad catch even broader
...
Former-commit-id: 75551751dcfd126db43dabde20753cc0ce676cee
2014-03-01 06:43:42 -05:00
Jeremy Long
acb857f433
made a broad catch even broader
...
Former-commit-id: d96be233d3ebac1879ac8460903e105b6ad556f7
2014-03-01 06:43:23 -05:00
Jeremy Long
d343d92b17
made a broad catch even broader
...
Former-commit-id: 172c586e791458ca06ae9303a4dc4dadb2df6f33
2014-03-01 06:43:02 -05:00
Jeremy Long
43cb4716a9
checkstyle fixes
...
Former-commit-id: ba40bf3ee9abb796a0f21eca8124edc1d63f81c0
2014-03-01 06:42:44 -05:00
Jeremy Long
6222561431
made a broad catch even broader and some minor format changes
...
Former-commit-id: 09ed906bced54568d92d6c5ff78c83bb4ad39872
2014-03-01 06:42:18 -05:00
Jeremy Long
07b10e9e23
made a broad catch even broader and checkstyle corrections
...
Former-commit-id: 3bb21494d7658b8f65207b15e2663082dbd0354a
2014-03-01 06:41:40 -05:00
Jeremy Long
dffe8cef7a
made a broad catch even broader
...
Former-commit-id: f18ef8330532059c35e3430b8c0f77c4d3bc6f63
2014-03-01 06:41:11 -05:00
Jeremy Long
bb26626fd5
made a broad catch even broader
...
Former-commit-id: ed75ee0071bc9d067db84f99063a1a160d0bbc74
2014-03-01 06:40:54 -05:00
Jeremy Long
2f207de1a0
made a broad catch even broader
...
Former-commit-id: 2d88c89317b069e035e4d4fc698c323a183994a8
2014-03-01 06:40:29 -05:00
Jeremy Long
a69419ed04
checkstyle fixes
...
Former-commit-id: 1b9b1edd2f29967a8701adef4d3461de1089ab5a
2014-03-01 06:40:07 -05:00
Jeremy Long
be7c1ba914
made a broad catch even broader
...
Former-commit-id: f38245a785b3b8073ed51ff6e526c71a5cd79ae2
2014-03-01 06:39:45 -05:00
Jeremy Long
461f6ad2c1
made a broad catch even broader
...
Former-commit-id: 99a762ea3306523bba77139fff6605902b2ed760
2014-03-01 06:39:20 -05:00
Jeremy Long
aff85cbfb8
minor update to the author JavaDoc
...
Former-commit-id: f3db304c7e14d6eff52c753bf687ccc245842432
2014-03-01 05:47:26 -05:00
Jeremy Long
c0ce4523fa
minor formating change
...
Former-commit-id: 928f33f28756b3f3a856df4e8f1b6627d65a681b
2014-03-01 05:47:10 -05:00
Will Stranathan
65f8b3978d
Added colezlaw to the developers list
...
Former-commit-id: 13623eee87aee8f78ced6716b45bfe7e2764111a
2014-02-28 13:14:54 -05:00
Jeremy Long
80ca3e114e
updated deletion and logging of temporary files to resolve issue #73
...
Former-commit-id: 7acc91ef84a01b021c5d619602b8a0a7f656947a
2014-02-28 06:52:51 -05:00
Jeremy Long
330e803675
refactored the creation of the HttpUrlConnection objects to a factory
...
Former-commit-id: a4532bd8195b69cfe274d2dc58268db9010f5cdd
2014-02-28 06:25:08 -05:00
Jeremy Long
337e9ac3ef
removed my previous "correction" for the if statement...
...
Former-commit-id: 1ff71f2853dd981a9d4d5c48906853425a9fc2b6
2014-02-28 06:03:26 -05:00
Jeremy Long
dfb78788f9
minor correction to an if statement that missed the explicit check against null
...
Former-commit-id: 4ec16d7207660799935f692ea761e03599115093
2014-02-28 05:52:49 -05:00
Will Stranathan
2dc560f583
Fixes issue 75
...
Changed getConnection to public and made one which makes using the proxy optional, even if configured
Added a preflight request and proxy logic
Former-commit-id: 3d1225ec0882dfc0efb043c5a70ba1c20639d8f7
2014-02-26 22:19:13 -05:00
Will Stranathan
7355400548
Merge remote-tracking branch 'upstream/master'
...
Former-commit-id: b066078bf0df0365d850ea71e2434a5376b9cd16
2014-02-26 20:45:30 -05:00
Jeremy Long
50b4630436
changed log level to hide extraction of Grok Assembly from users
...
Former-commit-id: dd94cf7d64ecff45da7b172dcd11d690debcda10
2014-02-23 08:45:04 -05:00
Jeremy Long
132d43f999
re-wrote the retrieval of the vendor product list to use a generic pair and completely encapsulate all sql objects in CveDB
...
Former-commit-id: f801fa86d08c5ba7c20d4c7067d4761d254006c9
2014-02-23 08:42:16 -05:00
Jeremy Long
0627f20f5e
pmd corrections - unused exceptions
...
Former-commit-id: 338d8220bf6f8bf20d45599f1bc056f5ee103966
2014-02-23 07:45:43 -05:00
Jeremy Long
40f329512b
checkstyle corrections
...
Former-commit-id: 8c116dc61d7bd5e5f18ee106fe82c663570eecf9
2014-02-23 07:42:56 -05:00
Jeremy Long
c196c08ada
updated error messages
...
Former-commit-id: 88fdd713faf6c53e65540574c9d6140d57f3a7f9
2014-02-22 17:43:12 -05:00
Jeremy Long
8f1e0d57bf
ensured engine.cleanup() is now being called
...
Former-commit-id: 89e6222d55cec95327a5a963fee739076ae7673f
2014-02-22 16:46:59 -05:00
Jeremy Long
c30c455a9f
updated log levels when logging exceptions
...
Former-commit-id: 7686e0bb2ae8d6910d741869ed2aaa04c7a39213
2014-02-22 15:50:20 -05:00
Jeremy Long
cd0e8e1c6b
updated so compilation/tests work on linux
...
Former-commit-id: 695390afcd3382af948152e2ece52c341f904b89
2014-02-22 15:30:50 -05:00
Jeremy Long
cbeb91f9a9
made initialize and cleanup synchronized so we can avoid un-needed duplicate initialization/cleanup
...
Former-commit-id: 49daed67275310f5949d589956c519c6270fd96f
2014-02-22 09:25:52 -05:00
Jeremy Long
a3830989ba
re-structured the database connection factory
...
Former-commit-id: 5911d108096031506f15f78f758ee6f7b1b2b65f
2014-02-22 08:43:42 -05:00
Jeremy Long
86427e2042
added the AssemblyAnalylzer to the list of analyzer services
...
Former-commit-id: a9cdd5751609e05a2feaf2880d9669ca95737ad4
2014-02-19 19:41:24 -05:00
Jeremy Long
8f079de0aa
added temporary hack to allow compilation on linux systems - H2 fails to load with AUTO_SERVER=true
...
Former-commit-id: 14fe96975ada5c5de340614f9fc489e827dd9844
2014-02-18 19:38:13 -05:00
Jeremy Long
651727c697
fix for issue #72
...
Former-commit-id: b455cad50aa9db54d14a9c2ccc1588451891fc13
2014-02-18 19:36:20 -05:00
Will Stranathan
5c55f4d4bb
Ignore the test if we can't run GrokAssembly.exe
...
Former-commit-id: fb452ac566ea176186b23f94ab238318585cbd16
2014-02-15 15:58:44 -05:00
Jeremy Long
c8502d3b7b
updates to resolve issue #71 - added configuration for cve urls to the ant task
...
Former-commit-id: b343c1c88845a66c3eb12f92e4ff9e468fd82363
2014-02-15 08:32:20 -05:00
Jeremy Long
22e3b9b544
updates to resolve issue #71 - added configuration for cve urls
...
Former-commit-id: 4074c6f54b8813166cbc24b8f51b2ab00a861f50
2014-02-15 07:50:00 -05:00
Jeremy Long
f16db8298b
removed old cwe data file that is not used
...
Former-commit-id: 0ba5a30678105479c451ed208b54eb1fe0adfbf9
2014-02-14 22:21:28 -05:00
Jeremy Long
cf4a32b260
updated test case to build serialized hashmap for CWE version 2.5 for issue #68
...
Former-commit-id: 9f39e0eb71be6814ddf2f172a9f2f820b43dc1ef
2014-02-14 22:15:13 -05:00
Jeremy Long
b8d83c37d9
updated to CWE version 2.5 to close issue #68
...
Former-commit-id: 6644bd106156498a7ca97a43c6b55b084c924f1b
2014-02-14 22:14:33 -05:00
Jeremy Long
617f6bb8ef
removed unused property
...
Former-commit-id: bfde978664333a2fd95175244aa477dde79b7874
2014-02-14 22:09:34 -05:00
Jeremy Long
0c9f2bf5d2
added additional logging to try and solve issue #49
...
Former-commit-id: d037f74eb5a9ddabfb6ce202d96870f2b7277c21
2014-02-14 08:20:26 -05:00
Jeremy Long
eb9afecd66
Merge branch 'master' of github.com:hgomez/DependencyCheck into hgomez-master
...
Former-commit-id: 5adc3fb455a6f15209642354a80812771ca0d441
2014-02-14 08:05:33 -05:00
Jeremy Long
2c1f2ae589
commented out unused properties
...
Former-commit-id: fbe2c12b8bcaa191284561906a1685493be6f563
2014-02-14 08:02:50 -05:00
Henri Gomez
9387b09a19
tipo
...
Former-commit-id: 995ba8bbdbab4f05148d9460f406837fd6218024
2014-02-14 12:16:17 +01:00
Henri Gomez
f17f04f00a
Skipped Scope parametized
...
Former-commit-id: 562654d1679b4a6ad59fd5f93c3f1d2a75d8e32b
2014-02-14 12:14:06 +01:00
Jeremy Long
07f0192088
patch for issue #34 - hibernate3.jar no longer reports cpe:/a:jboss:jboss
...
Former-commit-id: 31cb24ff0052908bda1878057b5d9669e886e70b
2014-02-13 20:51:54 -05:00
Jeremy Long
0fd19f0de8
added hibernate3.jar to test resources to test and fix issue #34
...
Former-commit-id: c2a930c0e5f0d478698b7f91f5b6e0fa27901be1
2014-02-13 20:31:09 -05:00
Jeremy Long
e954fa6478
fixes for issue #63 and issue #65
...
Former-commit-id: 40e4da9fe17999748dd94ee91a1c9451576cab75
2014-02-13 20:20:19 -05:00
Jeremy Long
a0fdfc0f39
Merge branch 'master' of github.com:hgomez/DependencyCheck into hgomez-master
...
Former-commit-id: 18b064ea5b733ba4f7d42f59a4c69472be1d3389
2014-02-13 06:08:33 -05:00
Jeremy Long
57a4372b65
updated getParentLogger to compile under 1.6 for issue #62
...
Former-commit-id: 4e38bce6f17a87b663e9bcf98bfe727174b4397a
2014-02-11 09:18:41 -05:00
Henri Gomez
c11cb38269
Add support for extra extensions provided externally
...
Former-commit-id: c827feb563cde449090dade2b17bfa6709df37be
2014-02-11 14:05:26 +01:00
Henri Gomez
e4fd446946
No need to redefined Test Scope String
...
Former-commit-id: 84b8c35340e92ac42805ccb8411648bec4b1f09c
2014-02-11 12:54:26 +01:00
Henri Gomez
714d8ac3ba
Artifact with scope Provided and Runtime should be excluded too
...
Former-commit-id: 018e2bc3ab950e6543f945377b6f492d504d2e0c
2014-02-11 12:51:59 +01:00
jeremylong
f09293e077
corrected link for issue #59
...
Former-commit-id: fd8e3c933f4d92118d1b8bb4569f101d7d19c74f
2014-02-10 19:53:17 -05:00
Jeremy Long
389e8bc325
added dependencies to a testAll profile for issue #34
...
Former-commit-id: 103f0e62cb0a1c4fb5ad49fed85ceb77b11455c0
2014-02-08 23:54:11 -05:00
Jeremy Long
367f763ce5
updated how the description is processsed from the manifest to fix issue #34 for wss4j-1.5.7.jar
...
Former-commit-id: 5787236ee3e5af407cf5654aeb2a4fe47ecc02c0
2014-02-08 23:53:47 -05:00
Jeremy Long
3febed82f1
added build-id to specific items in the manifest to patch dependencies like batli-util.jar in issue #34
...
Former-commit-id: 1dfd295cc9c9fa18ab2d271c2a51f4acd98f6421
2014-02-08 22:37:11 -05:00
Jeremy Long
8a6371fe68
applied patch for m-core CPE per issue #34 - xstreamcore
...
Former-commit-id: f99b098bdbc1eb43ea885d479f59e0cf998c3e92
2014-02-08 22:35:24 -05:00
Jeremy Long
93937feb13
noop
...
Former-commit-id: 1905d3ed2c839433282bb5a10f0ecc558e2cca39
2014-02-08 22:05:08 -05:00
Jeremy Long
21e62d8597
removed analysisExceptions from the dependency object, instead we are logging the exception for issue #46
...
Former-commit-id: 08ea1be2a9c1b3de7ddb3ffcb7ae988e81a53a17
2014-02-08 12:35:53 -05:00
Jeremy Long
88e8019858
removed analysisExceptions for issue #46
...
Former-commit-id: 9132fc031523d3b132ce23b3c3fc1ce50cb74f1b
2014-02-08 12:24:25 -05:00
Jeremy Long
cbe562a204
update to make failure more verbose for issue #57
...
Former-commit-id: d7ca87612e07098bedaf853e13f4baf8af4e32eb
2014-02-08 12:09:58 -05:00
Jeremy Long
4dc40389a3
updated cobertura version and configuration
...
Former-commit-id: 9321952919d27087e50493a3d22b66d9e4e98939
2014-02-08 11:57:52 -05:00
Jeremy Long
0552f10c38
moved exceptions to their own package to avoid clutter in the org.owasp.dependencycheck.analyzer package
...
Former-commit-id: 999c32643e83ca67bc32651373a1d8eb56f74344
2014-02-02 07:13:53 -05:00
Will Stranathan
c9ac7401e8
Refactored the test run of GrokAssembly to avoid double-closing
...
Former-commit-id: 8279c075543071cdebf9c1433b6e0b1b0366ed59
2014-02-01 09:33:47 -05:00
Jeremy Long
60625b9978
Changed from using the ConditionalIgnoreRule to using junit's core assumeFalse
...
Former-commit-id: caf69b8721d749595459b18f92a75d3a0964e7fa
2014-02-01 09:11:52 -05:00
Jeremy Long
b4b53cfa4c
updated test case using an invalid mono path so that it does not run on Windows
...
Former-commit-id: d6a822f2ce18d9f163839d5d1108cbac06a04516
2014-02-01 08:49:00 -05:00
Jeremy Long
f1e1d67f4e
added conditional ignore for JUnit tests
...
Former-commit-id: 786a9bf2b0886c05fef79eadb39af312fabff893
2014-02-01 08:48:14 -05:00
Jeremy Long
982641752f
explicitly closed the FileOutputStream after writting the assembly
...
Former-commit-id: 075cb26447cd678c7583e7273cfafc54e568b110
2014-02-01 08:20:24 -05:00
Jeremy Long
ba66cbbc95
Merge branch 'grokassembly-work' of https://github.com/colezlaw/DependencyCheck
...
Former-commit-id: 92ab9fac4710a9bcd79c7274f4046af3b60eb0e6
2014-02-01 08:10:22 -05:00
Will Stranathan
750d13a300
Fixed merge conflicts
...
Former-commit-id: d02a369299de3102bd900d12f8f1c196760297c2
2014-01-31 21:52:08 -05:00
Will Stranathan
3c69a87fc2
Adding the AssemblyAnalyzer to analyze .NET assemblies
...
Changed the author on a few files
Added GrokAssembly.exe for grokking assemblies
First revision of the assembly analyzer
Added ability to configure where mono is located
Former-commit-id: a5da71bc9103331d67994bab9e102315f26641e4
2014-01-31 21:44:28 -05:00
Jeremy Long
dbaddab07b
updated to use markdown syntax rather then HTML (fixing vm/md interaction)
...
Former-commit-id: bf026d07068e01f05f8385e6b6eae4c90c612500
2014-01-31 06:15:37 -05:00
Jeremy Long
1d58811680
updated version to 1.1.2-SNAPSHOT
...
Former-commit-id: cf04ee675be56ea7990299ca58e4dcaeb0db01e9
2014-01-31 05:38:29 -05:00
Jeremy Long
4d78fe9ca4
version 1.1.1
...
Former-commit-id: 7e101d5bb64d73a33de423c8ac2b0bd8dc1f1c58
2014-01-30 06:23:34 -05:00
Jeremy Long
56d3082696
test cases for javascript analyzer
...
Former-commit-id: 35f727643d61b382a32ca7727b1e11b2993a2b43
2014-01-29 20:07:48 -05:00
Jeremy Long
8f573aba2f
removed test case for issue #51 - need more information as I cannot get the exception to be thrown
...
Former-commit-id: 9cc6533837ee499ecedec872d548a6904520ca2a
2014-01-29 06:14:30 -05:00
Jeremy Long
96633360d0
disabled nexus analyzer for ArchiveAnalyzer tests
...
Former-commit-id: 24680f001da27228bdce1982e8829e0c396c32a9
2014-01-29 05:58:19 -05:00
Jeremy Long
8ae7935cee
updated compareTo test to use cpe:/a:yahoo:toolbar:3.1.0.20130813024103 to test the fix for issue #53
...
Former-commit-id: 6dfb55599122507df4503af7ad8c62d4f8a10cf3
2014-01-29 05:55:28 -05:00
Jeremy Long
68e860baad
Converted integer.compareTo to long.compareTo and added a fall back of string compareTo to fix issue #53
...
Former-commit-id: 7921056eea0467199e7b81dbdabb3fe8cd4fa0aa
2014-01-29 05:45:53 -05:00
Jeremy Long
38ead3133f
patched issue #52 - corrected the @parameter for the connectionString field
...
Former-commit-id: bdd6225f8241211d7a95243b8904e1ed981ab0e8
2014-01-28 19:48:35 -05:00
Will Stranathan
553d1f85c4
First revision of the assembly analyzer
...
Former-commit-id: f42b163a91f8e0d80bb94b8976d98d5bc4537d4a
2014-01-28 19:23:13 -05:00
Will Stranathan
d9a985ff38
Added GrokAssembly.exe for grokking assemblies
...
Former-commit-id: a5731df40aaea0b93234f9654e680c8514d4eff3
2014-01-28 19:21:54 -05:00
Will Stranathan
d3a2d2b248
Changed the author on a few files
...
Former-commit-id: a582d3c248ff2bf886e591dd0900b85d251f0499
2014-01-28 17:10:48 -05:00
Jeremy Long
575b8e5f62
test data for JavaScript Analyzer
...
Former-commit-id: 74e81d8a232c0f08528ccf1d3b7e682ab68351a8
2014-01-28 05:25:54 -05:00
Jeremy Long
37ff924c74
added getActualFile() to return a file reference
...
Former-commit-id: 8345595a53974056e692888cda5fb37adb159fd5
2014-01-28 05:24:54 -05:00
Jeremy Long
7ccbc4c77c
Merge branch 'nuspec' of https://github.com/colezlaw/DependencyCheck into colezlaw-nuspec
...
Former-commit-id: 75cf8bb16a7e96614eadbe9215e426d31d624c61
2014-01-27 06:12:15 -05:00
Jeremy Long
27b7a60a8d
Merge branch 'master' of github.com:jeremylong/DependencyCheck
...
Former-commit-id: a00b3326187f58300caeb2c4ed3e3f0ff5019bd1
2014-01-27 06:11:14 -05:00
Jeremy Long
dca731ffb8
updated version to 1.1.1-SNAPSHOT
...
Former-commit-id: 44a7c9e701bb0b77f44b66bc907e5ef0e2872d34
2014-01-27 06:10:04 -05:00
Will Stranathan
0d56de99a7
Converted to XPath instead of SAX
...
Former-commit-id: 347fab1b558d21c861bebc90e83f5906b025d6c5
2014-01-26 22:11:11 -05:00
Steve Springett
ac5e11d327
Update index.md
...
Former-commit-id: 0e9eae696ece692884605364b54dd274bf336280
2014-01-26 16:04:50 -06:00
Steve Springett
9d315b0ff9
Update index.md
...
Former-commit-id: 545194f3b7f5c4eac87ba9efbc572ee227207b3c
2014-01-26 16:04:26 -06:00
Steve Springett
038fe84498
Update README.md
...
Synched file with version on jenkins-ci
Former-commit-id: 75226b362d729ba057087ab112cf0a5f63f17355
2014-01-26 16:03:11 -06:00
Jeremy Long
4fd59f2a19
fixed bug in markdown velocity combo - velocity comments are the same as section headers (##) in markdown
...
Former-commit-id: 7c212d61702ede1aa46ca06a7cf4db1ef7858b73
2014-01-26 11:07:42 -05:00
Jeremy Long
f77c3bfdf7
updated license to apache 2.0
...
Former-commit-id: 5fb30c8b2ef1ac701a25b125c0af2b3b1c5366a9
2014-01-26 10:49:43 -05:00
Jeremy Long
dc7d941316
version 1.1.0
...
Former-commit-id: eb10444fba445f89d8d788ecea4afd45e5ae48c5
2014-01-26 10:39:18 -05:00
Jeremy Long
433cc1e32c
updated error messages
...
Former-commit-id: 2b1c5e7560f30d1aaf2215bdc8997961a637d083
2014-01-26 09:02:08 -05:00
Jeremy Long
c066a03683
upated site documentation with new configuration options
...
Former-commit-id: 45cf2c9c581c0eef2ef0fd6ba4d70b7b01191019
2014-01-26 07:04:53 -05:00
Jeremy Long
562a8036bc
updated site documentation with new command line arguments
...
Former-commit-id: 8a71639e0513a46249bdfa63fe6f7c991dd09c12
2014-01-26 07:04:25 -05:00
Jeremy Long
53ac703f09
updated site documentation with new configuration options
...
Former-commit-id: 9d5b228f694707daf07a3b5da95f92d7d4044f23
2014-01-26 07:04:01 -05:00
Jeremy Long
a2891d97d0
reduced number of years of NVD CVE data are downloaded during integration tests
...
Former-commit-id: c6a0dc095982d432b10e6bdb053b7845e433bd14
2014-01-26 07:03:17 -05:00
Jeremy Long
2bd5169f20
corrected test case
...
Former-commit-id: 9b678d7c08b3b579bc4b906a42cbf5a2a91bc56b
2014-01-26 07:01:23 -05:00
Jeremy Long
b3fd6d8c92
fixed checkstyle complaints
...
Former-commit-id: f70d63d6d79672ff7dbab2a632a4416b8ebf9932
2014-01-25 16:03:15 -05:00
Jeremy Long
cea281b1d3
removed unused local variable
...
Former-commit-id: e8f50ee25c4c3eb847bf8cf3193658e910f7642e
2014-01-25 16:00:28 -05:00
Will Stranathan
e85b2a8961
Updated javadocs
...
Former-commit-id: 95ccb83a8808430031e13045026447a7ec88634f
2014-01-25 11:27:28 -05:00
Jeremy Long
77b879d6bb
changed nested ifs to avoid checkstyle complaint
...
Former-commit-id: ed48131125733c56cf48a817425abdb2ca117ef6
2014-01-25 11:06:45 -05:00
Jeremy Long
9de3ae5cf2
made variable final - checkstyle
...
Former-commit-id: 1834255b8a05b21e2b55777f183be09d47a50b0f
2014-01-25 11:06:09 -05:00
Jeremy Long
b3a0dc3506
commented out dead/useless code
...
Former-commit-id: 65569e27e22cab96c8f223a732aca2a4d841e71e
2014-01-25 11:05:46 -05:00
Jeremy Long
383731da4d
made variable final - checkstyle
...
Former-commit-id: c2a162bfe81e865645bb61f591850b4b6074ed1c
2014-01-25 11:05:17 -05:00
Jeremy Long
67abb42652
made variable final - checkstyle
...
Former-commit-id: 5a892d6090e5d577ee836580f0c84c69de25c3cb
2014-01-25 11:04:49 -05:00
Jeremy Long
edcc24bc12
checkstyle correction (line length)
...
Former-commit-id: a714f369e530b0511fe56f8d145ee664529632b9
2014-01-25 11:04:20 -05:00
Jeremy Long
a6836cab15
updated javadoc - checkstyle
...
Former-commit-id: a22973e158a4dfcc99e97d020e003811a4192bd1
2014-01-25 11:03:28 -05:00
Jeremy Long
8f985737b0
fixed casing on variable - checkstyle
...
Former-commit-id: 5ca2786ba5a1c42e670f0d352a92f7789b1ddc60
2014-01-25 11:03:09 -05:00
Jeremy Long
6e2f102177
updated header to check for maven instead of core
...
Former-commit-id: ea773975d79bf4669a359cbd7d9f2d4bb86dc690
2014-01-25 11:02:27 -05:00
Jeremy Long
46a768339a
updated header to check for cli instead of core
...
Former-commit-id: b35670d2c988440aa9c89075a59d04be16e6b083
2014-01-25 11:02:10 -05:00
Jeremy Long
f1dbbd62e9
updated header to check for ant intead of core
...
Former-commit-id: cb6514a027e839a4f42cecb6e3f0c1b5cdbd0403
2014-01-25 11:01:55 -05:00
Jeremy Long
8bb94889e0
updated test to use updated constructor
...
Former-commit-id: 8437442dec0c400bc5adeb391dd8a7b58f0b981b
2014-01-25 07:05:00 -05:00
Jeremy Long
da38e4e00c
minor changes to comply with checkstyle
...
Former-commit-id: d4c2b3c4903fafae577a018191d061fe8c079894
2014-01-25 07:02:29 -05:00
Jeremy Long
d8e8156b1c
minor changes to comply with checkstyle
...
Former-commit-id: a6bbfb32f741ec60a9c45c89c8a70f4260622484
2014-01-25 07:02:19 -05:00
Jeremy Long
77a1b18673
minor changes to comply with checkstyle
...
Former-commit-id: fd4cf6e784b842c6f07e9d971b9ce3b4c7b5732b
2014-01-25 07:02:08 -05:00
Jeremy Long
9abd51f318
removed deprecated constructor
...
Former-commit-id: 1df959763cbe32fe7a820c59ed3280770ab98be0
2014-01-25 07:01:46 -05:00
Jeremy Long
c7d51a29ac
minor variable name change to comply with checkstyle
...
Former-commit-id: 4ad1e6d6ce2d9bc52ff4af7a281139ccb5068e2c
2014-01-25 06:57:18 -05:00
Jeremy Long
ac453ef32a
minor checkstyle corrections
...
Former-commit-id: 642c6226ad3c4e88816357023a771fbec02fc2b3
2014-01-25 06:54:32 -05:00
Jeremy Long
db25493c04
javadoc corrections
...
Former-commit-id: 7dead0cee614e4f1e8f8b04fd8852d06710c0615
2014-01-25 06:46:40 -05:00
Jeremy Long
8d4b4d3cd9
removed test code
...
Former-commit-id: 50f96d8656dce9caf40a2f139046de96700aa8b5
2014-01-25 06:43:21 -05:00
Jeremy Long
b05f13d82b
added javadoc comments and corrected a typo in pom.xml file names
...
Former-commit-id: a066b9343c8895ad2ee7b7b419fdb0d6dd0d8cfe
2014-01-25 06:42:45 -05:00
Jeremy Long
438622d450
checkstyle correction and removed the deprecated constructor
...
Former-commit-id: 02e0f7555ce43b2b5b161ba0536182f72a9561b2
2014-01-25 06:42:03 -05:00
Jeremy Long
4f79efedc9
moved the "data" option to the advanced options
...
Former-commit-id: 968ebcef8a9b57fc94e0c9ddaf212c24aa474441
2014-01-25 06:14:21 -05:00
Jeremy Long
845fa89d0f
updated CLI arguments for issue #48 and issue #33
...
Former-commit-id: 58e6b9042814d9c76c51b7f0b88b6ec7ef50b938
2014-01-25 06:09:59 -05:00
Jeremy Long
29768576c8
updated CLI to have advanced options, including setting an external DB Connection String for issue #33 , in support of issue #48
...
Former-commit-id: 09e0ee85e07aa4fc2ecf1c04cb46621b173d09b3
2014-01-25 06:09:24 -05:00
Jeremy Long
4e659d799d
updated configuration for issue #48
...
Former-commit-id: 216f09b8e720d692bb5f6b64989d911e51ebc8f9
2014-01-24 19:04:20 -05:00
Jeremy Long
10596bcb54
updated configuration for issue #48
...
Former-commit-id: 3c1b2802c76761dc206d889edb122cc61eb01a18
2014-01-24 19:04:03 -05:00
Jeremy Long
5ac6f4f7b3
added nexus configuration options
...
Former-commit-id: a886b4099635bc272b6a51dff687b584870bcc45
2014-01-24 18:51:20 -05:00
Jeremy Long
957bb46e5c
added nexus configuration options
...
Former-commit-id: 1d96659cf64c10cf92c9db1b5be4a50685e79eae
2014-01-24 18:51:07 -05:00
Jeremy Long
1042a537c1
added nexus configuration options
...
Former-commit-id: a1c80659cd5c8879665504a016d772b95f117c4e
2014-01-24 18:50:54 -05:00
Jeremy Long
2159b4b691
added nexus configuration options
...
Former-commit-id: b99c1ee21ecd564e5da591a53651768d8206a507
2014-01-24 18:50:32 -05:00
Jeremy Long
ce48e07e18
Merge branch 'master' of https://github.com/colezlaw/DependencyCheck into colezlaw-master
...
Former-commit-id: 9b311277bde8fc8e0d9c8ff10c8b2f2a6abf5c84
2014-01-24 17:35:54 -05:00
Will Stranathan
48dded02c6
Added the NuspecAnalyzer to the list of analyzers
...
Former-commit-id: 615a6216cb3b484cac1dca4cc6b06f80389c2e7a
2014-01-24 07:11:18 -05:00
Will Stranathan
b7d77042bf
Initial checkin of an analyzer which gets info from .nuspec files
...
Former-commit-id: efc3b60b2ebf372c6bf1697b87cbfd0b9422b07f
2014-01-24 07:10:53 -05:00
Will Stranathan
b4ea2569e3
Added nupkg to the list of supported ZIP-like extensions
...
Former-commit-id: 3f58b7c314f7e5a837da878602c44b19721995a1
2014-01-24 07:09:45 -05:00
Jeremy Long
42a9f864eb
bug fixes for issue #49
...
Former-commit-id: a5c7236f6d1663dc3004161d6e9e1d68a7bc6f06
2014-01-23 21:25:59 -05:00
Jeremy Long
22e6de19c4
added additional verbose logging
...
Former-commit-id: 6b0323e92e2bed5d584ce49afb90c1c5ea684ded
2014-01-23 21:02:49 -05:00
Jeremy Long
572a65d661
added the DRIVER_NAME to default to org.h2.Driver
...
Former-commit-id: 2d9462d8e1b6b01dc53044962463d103234e1d38
2014-01-23 21:02:10 -05:00
Will Stranathan
108ecb7e12
Merge remote-tracking branch 'upstream/master'
...
Former-commit-id: 707e6e699e0a0a51bd4d808a0fab777684e70d32
2014-01-23 20:42:42 -05:00
Steve Springett
9c87d61528
Junit fix for non-Windows platforms
...
Former-commit-id: 77a32fe556cffd6625636f2c4033c82c3450595e
2014-01-22 16:43:08 -06:00
Will Stranathan
dd903dd7e5
Change confidence on filename version when it's just a simple integer
...
Former-commit-id: b22d85dfcec9beb854b9bbf5160d89f1c2f66512
2014-01-22 12:08:06 -05:00
jeremylong
ae13cb2513
updated the description
...
Former-commit-id: e03aceb652df78cda5ef03e2790306627eba35d4
2014-01-22 09:54:57 -05:00
Jeremy Long
40f47ccd4e
updated to remove exception details per issue #46
...
Former-commit-id: 2482c797c7cc0100271488a42c17833c4f0e2f95
2014-01-22 07:43:08 -05:00
Jeremy Long
c344cd2a2b
Updated logging
...
Former-commit-id: fd93345867b29dde392dbb888b2a2d4e072e91ff
2014-01-21 06:58:05 -05:00
Jeremy Long
7601af24f0
updated to fix issue #44
...
Former-commit-id: 9245e70ef4ecf4e78362a0824a1557685c6cddb7
2014-01-20 19:44:08 -05:00
Jeremy Long
0197eb0d08
noop
...
Former-commit-id: 335aebcb825923cc50de38d6bb38ee699dcb47b7
2014-01-20 17:39:04 -05:00
Jeremy Long
a248967ae8
added support for uber jars; pom.xml files are extracted and added as their own dependencies
...
Former-commit-id: 6acf8955c413f0b4d2d2c54886309dda3fc3d429
2014-01-20 17:38:47 -05:00
Jeremy Long
a4beb58b54
included pom.xml files in suppression analysis as the Jar analyzer may add these as part of fix for issue #11
...
Former-commit-id: 5bb2205d7f2dd1e7b6decf3a29110b6135bbb367
2014-01-20 17:37:43 -05:00
Jeremy Long
922cc942a4
added test cases for the false positive analyzer
...
Former-commit-id: dcd6d0ab1bfc6a8eed26d87c1636304ffbeba996
2014-01-20 17:36:48 -05:00
Jeremy Long
f11b086381
added uber jar for testing issue #11
...
Former-commit-id: 105d3e369ab781c0181ba1a0770c48003d354146
2014-01-20 13:21:45 -05:00
Jeremy Long
e5eab69f65
updated db schema version to 2.9
...
Former-commit-id: 88a4e319a10e69987f71ff0900918b51dd9a76e8
2014-01-20 13:17:47 -05:00
Jeremy Long
961884ef12
updated db schema version to 2.9
...
Former-commit-id: 5f25b92cc794e6b51a5887b17dad7a9cb4b4cc03
2014-01-20 13:17:40 -05:00
Jeremy Long
5dbbf643a4
ensured subdirectories are built while extracting tar files - issue #43
...
Former-commit-id: 0335a6232c15c044a627ac0d23c37ad6fd8a9d07
2014-01-20 12:48:47 -05:00
Jeremy Long
f937458c25
updated test case for tar file from issue #43
...
Former-commit-id: 9f8d207ab9c6f9f5dfc9c458d9c75351cc2c8c10
2014-01-20 12:47:54 -05:00
Jeremy Long
c617e62a16
added new test tar file for issue #43
...
Former-commit-id: f6e14b3f7d69e793cdb8316d62366f33ea82e097
2014-01-20 12:47:28 -05:00
Jeremy Long
343c886d54
minor formating changes and implemented fix for issue #20
...
Former-commit-id: 850375750c1c75d218a715eb64bdb1f51e15a12b
2014-01-20 08:21:59 -05:00
Jeremy Long
824d85b2a0
added a new field to keep track of the vulnerable software that caused the match - part of the patch for issue 20
...
Former-commit-id: a5fa6313b9ecfb2d67ba4da25a2f5e863b184b51
2014-01-20 08:21:12 -05:00
Jeremy Long
0289fc5ce2
improved performance and made a change to support fixing issue #20
...
Former-commit-id: 4f7f9692a2bec9c2b6cc31aab7c9e175a8649b7f
2014-01-20 08:20:21 -05:00
Jeremy Long
914a886bfe
added javancss-maven-plugin
...
Former-commit-id: 6ed186ccdb29da4ed77c19823c4a066dcbaf3a87
2014-01-19 15:09:27 -05:00
Jeremy Long
f65c30e975
minor update
...
Former-commit-id: ba9c6b41a789c53f5b5eb049c6f1fd2528045dea
2014-01-19 10:26:03 -05:00
Jeremy Long
48ac0049aa
added maven identifier to related dependencies
...
Former-commit-id: 232ebb6afe8e9c5c07482c642e1ab9dee9b26e81
2014-01-19 09:40:16 -05:00
Jeremy Long
fea1117eae
enabled nexus analyzer in dev
...
Former-commit-id: 99b5a5ce20c1c26bb0eba41c68d296a8cb37a0b1
2014-01-19 09:39:49 -05:00
Jeremy Long
ace1a060db
updated ignores during Jekyll site testing
...
Former-commit-id: ae244ade9664cb739e38a562628d8bb5d8603d1e
2014-01-18 16:57:05 -05:00
Jeremy Long
be6ad9c5e3
add sample report and project presentation to the site
...
Former-commit-id: 630dd66ea56b103694e287e04827ef7a404f85a2
2014-01-18 16:14:53 -05:00
Jeremy Long
b2d51a2a9b
Added Project Presentation to site (pdf)
...
Former-commit-id: d97c02a3f1f51054fce71aa42b357fdbc4c1b727
2014-01-18 16:14:24 -05:00
Jeremy Long
74411d8656
Added Project Presentation to site (pptx)
...
Former-commit-id: 0b155a1a69525031118a0316cd53707e0bc9b8bc
2014-01-18 16:14:13 -05:00
Jeremy Long
332392b7ba
Added sample report to site
...
Former-commit-id: 83a931b4cbdb541d1aa76ced0d0a0d620fa16be6
2014-01-18 16:13:39 -05:00
Jeremy Long
e441414854
Updated so that only CPE Identifiers are used when "bundeling" dependencies
...
Former-commit-id: 165356d02b944a5e636cf07dbf05534eda9e2b6d
2014-01-18 09:06:20 -05:00
Jeremy Long
4b1d79e7f7
updated verbose logging
...
Former-commit-id: 218f2e64933482f04bd9ab00d5d6095060671a38
2014-01-18 08:09:27 -05:00
Jeremy Long
d7889e27e5
reorganized things, overall improvements to the report
...
Former-commit-id: 23f136574eb7c8c2abec432450f310bfb2bdf1b1
2014-01-17 22:51:13 -05:00
Jeremy Long
e65a68ce78
corrected position of the suppression modal dialog box to prevent scrolling
...
Former-commit-id: e7b5194a406d15b3871ad480da7a1b9d894e3868
2014-01-17 21:36:25 -05:00
Jeremy Long
990f6d3730
removed unused concurrency package
...
Former-commit-id: c2162dd0f9144400b464535ac4104c98cf6f1da6
2014-01-17 21:23:38 -05:00
Jeremy Long
84a62b3707
added additional info logging
...
Former-commit-id: bd2d360dd28f900430666b99d01ee9d0deb8b7c7
2014-01-17 21:23:11 -05:00
Jeremy Long
e18789b8d3
added identifier confidence for issue #35
...
Former-commit-id: 9ce9761fa4cd842e6141973bf33e229bea208982
2014-01-17 21:05:08 -05:00
Jeremy Long
cb7be0e460
made identifier type required and identifier confidence optional
...
Former-commit-id: 16255779baed3d2e9ba2bb6013b355f7d42a7bd3
2014-01-17 20:40:08 -05:00
Jeremy Long
df825d0109
added identifier confidence to schema for issue #35
...
Former-commit-id: d6778b57ce1dde2cda67844160e0461a7cf143cc
2014-01-17 20:36:36 -05:00
Jeremy Long
ce4baecb4b
added Identifier confidence for issue #35 , added @Override annotations, and updated javadoc a bit
...
Former-commit-id: b4374d55a0e5cb0bfbf424d9465e1376eec198fa
2014-01-17 20:33:41 -05:00
Jeremy Long
48907517e9
added an additional addIdentfier to support identifier confidence for issue #35
...
Former-commit-id: c36f85a13598ac9683db078c93ac495bf629f443
2014-01-17 20:32:30 -05:00
Jeremy Long
dde1d96058
set identifier confidence on CPE entries
...
Former-commit-id: 1b50168ed2d1ae4f426cc703cb099c514b80d9e9
2014-01-17 20:22:57 -05:00
Jeremy Long
b2f688a032
added Identifier confidence for issue #35
...
Former-commit-id: d5203193264c25d3a24b83cd63779fd2e4b42b36
2014-01-17 20:22:19 -05:00
Jeremy Long
b4664f85f0
moved the Confidence enumeration out of the Evidence object
...
Former-commit-id: 77f937f2b17201b2764259ef6089f848fe8f3c8b
2014-01-17 20:11:06 -05:00
Jeremy Long
2725d32c33
moved the Confidence enumeration out of the Evidence object
...
Former-commit-id: b7948c1c6a542d1777347974983abc00c78a6102
2014-01-17 20:10:45 -05:00
Jeremy Long
c9f80db3c6
added test cases for DependencyBudnlingAnalyzer
...
Former-commit-id: bcfbca8c27a30f12e9bf59d4a44e37a5e19f8965
2014-01-17 19:43:45 -05:00
Jeremy Long
cb53ddf8a8
updated to fix issue #31
...
Former-commit-id: 569d1aee14d0f51a990e0cc059dce5aa500f10b2
2014-01-17 19:43:01 -05:00
Jeremy Long
fdca41a71b
ensured test properties files are filtered
...
Former-commit-id: 2705516b382e224d33313f519fa2849728876ddd
2014-01-17 19:41:43 -05:00
Jeremy Long
d59ceee0f7
minor javadoc update
...
Former-commit-id: 3243cc9392e479932731721fd8cf3dc8e14f0f0f
2014-01-17 17:45:37 -05:00
Jeremy Long
38b08835c2
fixed Steve's role
...
Former-commit-id: 44b9c77d049b14dabd9f0db58c428c9632044dfd
2014-01-17 17:41:57 -05:00
Jeremy Long
dbbdb1bcbe
updated to add scan information
...
Former-commit-id: b73ea598f34cbdbaf6d8f97ada6624875232f1da
2014-01-17 14:56:39 -05:00
Jeremy Long
b408e5d0d3
removed BOM
...
Former-commit-id: 05f2159cd22c4ebe78f97f88044c74502534cdb6
2014-01-17 14:20:43 -05:00
Jeremy Long
30f00508f5
updated mojo to support report generation for issue #32
...
Former-commit-id: f3c4cfb9e7a6add6ec9d2e69a11a60bab3f4055e
2014-01-17 14:14:39 -05:00
Jeremy Long
75bb6aa966
updated cli to support report generation for issue #32
...
Former-commit-id: b75c45cfec5c9f294dc410258cd0beebb2acf512
2014-01-17 14:14:22 -05:00
Jeremy Long
eff206fb2b
updated task to support report generation for issue #32
...
Former-commit-id: de760da2ca783d4ccb0e15da776c6fa97a333ff7
2014-01-17 14:14:02 -05:00
Jeremy Long
98da419c96
updated schema for issue #32
...
Former-commit-id: 126eab3735ac4151b3c6b72bec4ce0f648926054
2014-01-17 14:10:07 -05:00
Jeremy Long
efe226045d
added additional info to XML for issue #32
...
Former-commit-id: 7a107dd9388610098fff40a5e4b85eeea49d3078
2014-01-17 14:09:21 -05:00
Jeremy Long
35ba1532f4
updated schema version
...
Former-commit-id: dd27b18b117d53fd4bc4dfcfe901d6225b7b70c9
2014-01-17 13:48:00 -05:00
Jeremy Long
476d732a3c
updated schema version
...
Former-commit-id: 2edb2d6e694e4fcf9ee20cb17d06c7a0fb6fa950
2014-01-17 13:46:59 -05:00
Jeremy Long
21efc0c4a5
added version number to the report context
...
Former-commit-id: e1cb7b7e6949ed017bc12addf8ac553a0473aa51
2014-01-17 13:15:14 -05:00
Jeremy Long
c20c6665fd
updated data
...
Former-commit-id: 1f006fb71e6de02aaba1904a01dcbd9d3906d7fb
2014-01-17 10:36:37 -05:00
Jeremy Long
cd497bfe9b
added tests for new methods
...
Former-commit-id: e571160a322b68d4dfb18ecc2dc4c774b8403665
2014-01-17 10:09:37 -05:00
Jeremy Long
25c42bee6d
updated test case to use new constructor
...
Former-commit-id: cc6a62c0b1477ac2d5e4586448751e7a3ed9ecce
2014-01-17 10:09:07 -05:00
Jeremy Long
6d639385da
add a new constructor to accept a DatabaseProperties argument and deprecated the old constructor
...
Former-commit-id: 4f31406b23b7f96efb1f731bca2f12b281b77747
2014-01-17 10:08:28 -05:00
Jeremy Long
fd1c0efedf
modified property names and added additional methods to retrieve the entire properties collection
...
Former-commit-id: 9957024434b375842f1d3dde8e75aba1516ae4ab
2014-01-17 10:07:38 -05:00
Jeremy Long
5d2010aa73
attempt one at fixing class loader issues with H2 for the jenkins plugin
...
Former-commit-id: 125265069c0aedb7aa2a70a4a588b77e5fe4cb35
2014-01-16 18:56:35 -05:00
Jeremy Long
d9333b2e93
added missing license, notice, and readme files
...
Former-commit-id: ff43678b50b3f0027ad6070b978156900200fcde
2014-01-16 18:34:31 -05:00
Jeremy Long
3034306fcc
updated license to Apache 2.0
...
Former-commit-id: 9ab1a3f1216ab9a1a3a23a198557bc9dcc1af540
2014-01-16 18:34:02 -05:00
Jeremy Long
0c7bae6fd7
updated license to apache 2.0
...
Former-commit-id: 15ae4bc58338bbc4da6ba4a98f19f276add8a76c
2014-01-16 17:48:00 -05:00
Jeremy Long
855233f498
1.1.0-snapshot
...
Former-commit-id: 3c429668398de620c842dff0b1b634fbf23950e8
2014-01-16 17:23:30 -05:00
Jeremy Long
6b859a0478
release 1.0.8
...
Former-commit-id: bb0c02daab6157c1a22573dc59db3f2aa577b027
2014-01-16 08:00:54 -05:00
Jeremy Long
2f37b658f1
added additional logging statements
...
Former-commit-id: 84188e3a832acbe4d9678c73c9571011c5554518
2014-01-15 20:45:55 -05:00
Jeremy Long
3bd952e5c5
added information on suppressing false positives to the site
...
Former-commit-id: 84c0f3175c7a749bc2d5fe05d7b4e4d23a518fab
2014-01-15 20:43:09 -05:00
Jeremy Long
ae58c1fa99
added tests for MySQL External DB
...
Former-commit-id: 25a9773428d52aa95df940ab1c21cd363a361f99
2014-01-15 16:13:08 -05:00
Jeremy Long
dfb411cb6a
added autocommit=on to H2 connection string
...
Former-commit-id: 2ce63e1d44ecf5ab69f0f98003383f6a6b7b311e
2014-01-15 13:18:32 -05:00
Jeremy Long
449e3f5cc6
added autocommit=on to H2 connection string
...
Former-commit-id: 86c6de5504bc411e3a6fb636181954d7e15ca47f
2014-01-15 13:16:05 -05:00
Jeremy Long
1b1fe17fca
added autocommit=on to H2 connection string
...
Former-commit-id: 0dcc8a704178ba5087a876914a0088464ceb60b9
2014-01-15 13:15:50 -05:00
Jeremy Long
f3c457745e
removed calls to commit as autocommit is on
...
Former-commit-id: a4efaa350b1b9581e8ce1fc67dc62249bf18abdc
2014-01-15 13:15:08 -05:00
Jeremy Long
26f2e2b223
Updated plugin versions
...
Former-commit-id: 11044cb9a3a93991c0dd8e074fa913ac0deabb37
2014-01-14 06:11:42 -05:00
Jeremy Long
fcdd399eea
javadoc correction
...
Former-commit-id: 1b55c65bd4f05027bb9b4ddc677d7d95fc0defb5
2014-01-14 05:59:52 -05:00
Will Stranathan
c1d16782ab
Actually added the analyzer
...
Former-commit-id: 28faa40bf1f1a55b663c2c7ca6cfa6109939839c
2014-01-13 14:18:49 -05:00
Will Stranathan
860434a1d5
Added files I missed during the last change
...
Former-commit-id: 2f6f9cdb93c3a3f055694447b8a5d5bfbe440708
2014-01-13 14:16:41 -05:00
Will Stranathan
38b493ee9d
Checkin of the NexusAnalyzer and its tests
...
Former-commit-id: 1cfa6bb8a7018de5d1151530bcff3c20d9c7b9ac
2014-01-13 10:22:40 -05:00
Will Stranathan
19dc560d56
Added vim swap files to .gitignore
...
Former-commit-id: b5c3d472b200965bd772b5744ef53ff74f366ad8
2014-01-13 10:11:51 -05:00
Jeremy Long
bb10214db0
added DriverShim to resolve class loader issues with the DriverManager
...
Former-commit-id: 88fe523018dc9c6d7df7f39ed1e21e8803d3fb06
2014-01-13 06:55:47 -05:00
Jeremy Long
6a871c51a1
improved test case so that the driver is retrieved to ensure the DriverManager registered the driver correctly
...
Former-commit-id: 181f883e673c34120628a850e844fb11a7fa961b
2014-01-13 06:55:27 -05:00
Jeremy Long
d7ff3050c2
implemented one test to connect to a MySQL DB Server
...
Former-commit-id: 546c46da018c892f37d205ad0dbe1b19a389ab7f
2014-01-13 06:54:22 -05:00
Jeremy Long
8e0a0379d5
Added DriverShim to get around issue with loading drivers via URLClassLoader
...
Former-commit-id: c45fe3e1846d051f90a81deaa33104222e8dae7e
2014-01-13 06:53:39 -05:00
Jeremy Long
b7ceb90e61
noop
...
Former-commit-id: 6dbfc3dad128908a988d8cce3ffadace5523108d
2014-01-13 06:52:55 -05:00
Jeremy Long
c1935c83f6
externalized properties for testing mysql db connections
...
Former-commit-id: c75cae83b677a8d87670cc7580525e390ce9b1ed
2014-01-13 06:51:40 -05:00
Jeremy Long
62f08a2105
updated build plugin versions
...
Former-commit-id: 6274e03316662eeb639159ace71dd93688831755
2014-01-12 08:31:37 -05:00
Jeremy Long
38d7f6e671
updated author tag
...
Former-commit-id: 1a0ccff0a65e8af86741fa01c2cfd5382e8bec54
2014-01-12 08:27:52 -05:00
Jeremy Long
3c2c99c236
initial [empty] version
...
Former-commit-id: b4eca7805e1c88f64ff4811c02bd3f0c4c10c9d2
2014-01-12 08:19:53 -05:00
Jeremy Long
7694402ae4
updated to support MySQL test cases
...
Former-commit-id: a96b3700b1230130d43e65277884fc49ac301666
2014-01-12 08:18:18 -05:00
Jeremy Long
7ed1d13221
fixed typos
...
Former-commit-id: 417db699c81a6b9144b6f5dd8e99ab52805e0257
2014-01-12 07:35:03 -05:00
Jeremy Long
47e89e35b2
fixed spelling errors
...
Former-commit-id: 2a362ac0f1d7ab9e026a1f9a42fa2b775df9f4cf
2014-01-11 19:55:21 -05:00
Jeremy Long
3633759295
various IntelliJ analysis recommendations
...
Former-commit-id: 9b81bd3d14046ddfe71da5794b29326aaf6c6ac5
2014-01-11 16:04:43 -05:00
Jeremy Long
98bdb0479b
added database connection properties
...
Former-commit-id: 57e25ebc7c936bd1a99d3f60f32faeb72bc5f157
2014-01-11 13:19:33 -05:00
Jeremy Long
1e40df227d
removed file
...
Former-commit-id: 9b459e06b23b233984a5b633eb7faed3a8b91c26
2014-01-11 12:45:29 -05:00
Jeremy Long
caf0a709b8
updated data version
...
Former-commit-id: 33d6c6329ac42ea47d46f7eae5d8cb7a8b85a376
2014-01-11 12:45:03 -05:00
Jeremy Long
daef951e59
removed sonatype parent
...
Former-commit-id: f969cfb576b167729283668d4aa47e0d0e419d06
2014-01-11 12:44:33 -05:00
Jeremy Long
73eab87dd9
removed one test as method was removed
...
Former-commit-id: fee24a17a2e1878aefc294c253e46b5bf41c40ec
2014-01-11 12:43:44 -05:00
Jeremy Long
1a2720649b
removed unused imports
...
Former-commit-id: eb17f686be6f9d68255ce5db5f0d8efd5422409d
2014-01-11 12:43:11 -05:00
Jeremy Long
1083cdb743
added new properties for database connections
...
Former-commit-id: 9e96b0ce823cb40ac9c35d3e8aeeb7a23712bee5
2014-01-11 12:42:50 -05:00
Jeremy Long
06eb8f9c10
added new property keys for database connection properties
...
Former-commit-id: aa963014785ed1f49b0c53afa9481a0e46d196d2
2014-01-11 12:41:58 -05:00
Jeremy Long
31af15d267
updated package info
...
Former-commit-id: 725b6e993da523367edfa3995729fee4e342e037
2014-01-11 12:41:30 -05:00
Jeremy Long
12938df375
removed un-needed import after moving classes around
...
Former-commit-id: dec54243019a67fc52a3aea906ab1201e4aa5352
2014-01-11 12:41:03 -05:00
Jeremy Long
24d8dbcf64
removed unused properties field
...
Former-commit-id: 9877606326236bb2bda9048a5ac927cae7c3e0cd
2014-01-11 12:40:37 -05:00
Jeremy Long
2b7585357f
removed un-needed import after moving classes around
...
Former-commit-id: 369c59274503eb50e1a8a27f702fa1d7a4d5967f
2014-01-11 12:40:11 -05:00
Jeremy Long
5b659966c8
removed the ability to delete and recreate the schema
...
Former-commit-id: a663d48bf74761504a9c8c23b128b00a32a814d0
2014-01-11 12:39:34 -05:00
Jeremy Long
2834d6cac7
removed the ability to delete and recreate the schema
...
Former-commit-id: 0a02cf0892613904dcdf1eecef3391b396a82ef3
2014-01-11 12:39:01 -05:00
Jeremy Long
65dd4c873f
initial implementation
...
Former-commit-id: 8c14c36a6a7e192bdc5c1b07accc2f7c611a3369
2014-01-11 12:38:26 -05:00
Jeremy Long
8c834e634b
initial version of exception
...
Former-commit-id: 97bbfda58ed595935cb387140d8b39bd0ec66642
2014-01-11 12:37:56 -05:00
Jeremy Long
f92430d092
removed un-neede property value update
...
Former-commit-id: c9ccb79104de208cf9673b258ed739d9b78562dc
2014-01-11 12:37:28 -05:00
Jeremy Long
b110e944c3
updated to utilize the ConnectionFactory
...
Former-commit-id: d368fb9ecad44059fe6d6e1f56912336e17912d2
2014-01-11 12:36:58 -05:00
Jeremy Long
77eb5b5147
initial implementation
...
Former-commit-id: 55b94aa6e58aad2b73c433b29fdf2133ae1f8334
2014-01-11 12:36:17 -05:00
Jeremy Long
1fabdb9e2d
added additional verbose logging
...
Former-commit-id: e754c12ca2e11d6ca3c338aca801aafa00542847
2014-01-11 12:35:44 -05:00
Jeremy Long
e8682ac058
updated to conform with new api (less exceptions caught)
...
Former-commit-id: ad29d60598be7dd0c44e332a65d68756cadbe3e2
2014-01-11 12:35:07 -05:00
Jeremy Long
08603ad905
initial version of tests
...
Former-commit-id: 80e7ccbc84eccc132454cefdcc5703504637b37c
2014-01-11 12:34:24 -05:00
Jeremy Long
224b867737
added MySQL Initialization script
...
Former-commit-id: a7a13d60769a794a9c4859c0df86d4576381c738
2014-01-11 12:33:57 -05:00
Jeremy Long
0eb4ac5bcc
added mysql connector
...
Former-commit-id: 08fe6940e2122a78f21a2ebaf00670d73d865c58
2014-01-11 12:33:29 -05:00
Jeremy Long
876ca5927d
updated year regex
...
Former-commit-id: 39555650722a92053167a8716f1f0eea70f0205c
2014-01-11 12:31:41 -05:00
Jeremy Long
98b4509014
updated to make SQL statements more cross platform
...
Former-commit-id: 5cf3f06366bfd0b2d474891266efea9459aec26a
2014-01-10 06:16:32 -05:00
Jeremy Long
c0013a0ba5
fixed bug 40 - version evidence is not showing up in the final reports
...
Former-commit-id: 1d39898252ca5738587947edd6ea977fbc571d55
2014-01-08 05:23:18 -05:00
Jeremy Long
cc915e39c5
Fixed typo in logging
...
Former-commit-id: a98d83ab10a6d81c81e4a919bb0992e1bfa56934
2014-01-05 07:14:59 -05:00
Jeremy Long
b569ad4ef5
Initial version
...
Former-commit-id: 649d9e94e9e9c771a4efdace79ec8ddca0cc1af4
2014-01-05 07:13:50 -05:00
Jeremy Long
6ab5388075
updated logging
...
Former-commit-id: 7594ca0adc6256389b918a96ff0a875a582a0cc3
2014-01-05 07:12:55 -05:00
Jeremy Long
ded3079390
updated package-info
...
Former-commit-id: cbacf975eae9951165dffdda5ffe0066589d8268
2014-01-04 09:17:02 -05:00
Jeremy Long
44fe358766
moved several classes
...
Former-commit-id: e15d111bab0061c89ef5d8cea518350fa901667e
2014-01-04 09:08:22 -05:00
Jeremy Long
cee4b089c6
moved several classes
...
Former-commit-id: 57cde1f76269c17d354e38db8ba25a5ab669e2c8
2014-01-04 09:01:04 -05:00
Jeremy Long
ba8bd4f95c
moved several classes
...
Former-commit-id: f2de931c7c093818a97149b0cefc22d7b3b9717f
2014-01-04 08:56:09 -05:00
Jeremy Long
c602072e5b
updated JavaDoc
...
Former-commit-id: ce55cd1de24523e421a30b64bfdb906c50b65597
2014-01-04 08:54:36 -05:00
Jeremy Long
76061c84aa
renamed and moved classes
...
Former-commit-id: f2b2f2314e05260f58dba3e36a5886dba24e23f8
2014-01-04 08:47:25 -05:00
Jeremy Long
cd01d3e923
Moved DBUtils to the utils package
...
Former-commit-id: fc35a259abae520958501d46ba9fef81510fa4aa
2014-01-04 08:40:23 -05:00
Jeremy Long
ff23e7aba7
removed code that had been previously commented out
...
Former-commit-id: d66771c5b8a673cb1b9b0e31a43361f50efbe610
2014-01-03 15:15:52 -05:00
Jeremy Long
e61fb6f206
findbugs/checkstyle patches
...
Former-commit-id: b00c0681a799cea260a2aa6de6aa210709199589
2014-01-03 14:56:18 -05:00
Jeremy Long
a6cab8fddc
checkstyle patches
...
Former-commit-id: b20c0046dc72928e3b3e51588846d628bdef63ed
2014-01-03 14:39:09 -05:00
Jeremy Long
ec16d9abfc
checkstyle patches
...
Former-commit-id: 68937bbf5b92b8168b2eeae6ced056ec4deafb72
2014-01-03 14:30:12 -05:00
Jeremy Long
b5c67a47d1
moved files to a new package
...
Former-commit-id: f728311ae4b5c9184f4c50074fc23a85c0938d43
2014-01-03 14:29:35 -05:00
Jeremy Long
a4c1e3b0bc
minor changes to make this a utility class (final, private constructor)
...
Former-commit-id: 7366e29f0973477901d0531b1fe8792d25da7875
2014-01-03 14:29:12 -05:00
Jeremy Long
b160d58d1b
updated to use DBUtils rather then the, now removed, parent class
...
Former-commit-id: 51875eb55aa3cd4bccbbc345883ce67c17c72dce
2014-01-03 14:28:30 -05:00
Jeremy Long
b6a4dfb424
converted to BaseDB to DBUtils
...
Former-commit-id: 4710ba824597c979d3ad12c8500873e0087e71c9
2014-01-03 14:27:43 -05:00
Jeremy Long
5837718cf4
removed unused import
...
Former-commit-id: 4f419ce943ec5c44ced47d46d24a5aaeb8b23a75
2014-01-03 14:21:21 -05:00
Jeremy Long
962e579434
removed unused imports
...
Former-commit-id: d46a183eab52cc3d604dc92e58186ebb89b7a329
2014-01-03 14:20:54 -05:00
Jeremy Long
63a249ecb0
moved to new package
...
Former-commit-id: 1093fc5eb2cf0b7c864e96ecf65bbc3fffada113
2014-01-03 14:20:12 -05:00
Jeremy Long
3f40ca65f5
renamed files
...
Former-commit-id: 1b831a983e163cd81beb823f6ea8dc963c67ea47
2014-01-03 14:06:49 -05:00
Jeremy Long
57668fc618
updated test data
...
Former-commit-id: 21f21a35108f1691cb8525ed332afcb4ddc95289
2014-01-03 14:06:31 -05:00
Jeremy Long
e82d14c973
removed unused properties
...
Former-commit-id: ad9849ad0021325f51cc1b6d1368240e3b71bf47
2014-01-03 14:06:14 -05:00
Jeremy Long
8e9aa23c3c
fixed tests based on changes to APIs and available settings
...
Former-commit-id: 7de614dd6d13861316e7dd95295f11d2854529f5
2014-01-03 14:05:47 -05:00
Jeremy Long
4687c7dcda
removed test for deleteExistingData (which was also removed from the class being tested)
...
Former-commit-id: b806b2a0f2e106347be7482443938709b3c8d976
2014-01-03 14:05:01 -05:00
Jeremy Long
5d857c731f
fixed tests to work with the new method for accessing the DB properties
...
Former-commit-id: 3d4ff665b7e66c0e0e66bd5a3e32fa4c99f28aed
2014-01-03 14:04:11 -05:00
Jeremy Long
eaec1205a1
removed unused import
...
Former-commit-id: 9deb195c2862ca8d6ea71d4aed6230df47152a5b
2014-01-03 14:03:25 -05:00
Jeremy Long
e3d03c3d78
removed unused property
...
Former-commit-id: 12e18baec70983b254d53507186a3a5b954c751d
2014-01-03 14:03:05 -05:00
Jeremy Long
927fb013ff
updated getDataFile() so that it no longer checks for a base data directory as the subdirectories have been removed
...
Former-commit-id: 77ae2cb573211de12015606ade9482ca7f0c3d2d
2014-01-03 14:02:36 -05:00
Jeremy Long
4deb14ccfb
removed unused function deleteExistingData
...
Former-commit-id: 5102fe9756b1f5470ca2b4f21dcf0f7d86bedeb2
2014-01-03 14:01:26 -05:00
Jeremy Long
e04dba610b
Moved meta data about the NVD CVE into a database table rather then an external properties file
...
Former-commit-id: ccef3663d13f8176b3e4f06bd5b9db4c23b207d5
2014-01-03 14:00:39 -05:00
Jeremy Long
99a5dfee31
Moved properties to the table in the DB rather then an external file and moved several methods from the parent class into this class
...
Former-commit-id: 5b9e629509ce26840892053eef19cc1ffccca623
2014-01-03 13:59:39 -05:00
Jeremy Long
66842fca8e
Moved most functions to CveDB.java; slowly converting the class to a pure DB utility rather then a base class
...
Former-commit-id: 7b1a18596000b3506798d521801a6bb1eace32da
2014-01-03 13:40:25 -05:00
Jeremy Long
a47280f47b
moved properties to DB, minor change to API to support this
...
Former-commit-id: ffbf3e53a75fc633d9bf8c74c40ea41154a2f4c4
2014-01-03 09:02:08 -05:00
Jeremy Long
2808ca139c
fixed logging issue
...
Former-commit-id: 63fc2fa2786e06ea759cb47ca552346b6d95f25d
2014-01-03 09:00:35 -05:00
Jeremy Long
d87467aa88
corrected logging problem
...
Former-commit-id: 68bad221b1352b6cfe271f5089ea0f70197dc84c
2014-01-03 09:00:11 -05:00
Jeremy Long
382aad5119
moved properties to database along with lots of other minor changes
...
Former-commit-id: eac66862685ab61200fec1607fb654ffc41e12fa
2014-01-03 08:59:40 -05:00
Jeremy Long
93f94b65f1
Changed from deleting existing physical files to recreating the table structure when data was too old
...
Former-commit-id: 5ef2a1a496c75accfdc185910d1a49677fe82e42
2014-01-03 08:58:39 -05:00
Jeremy Long
bc66d4b0e7
Updated as properties moved to the DB
...
Former-commit-id: 5b9f503949b4a7d4a03e313bf60ff756d7c18b2d
2014-01-03 08:57:27 -05:00
Jeremy Long
ff044c831f
fixed logging issue
...
Former-commit-id: 4c17e4db31e2315978b13b6bbd8901de04cb9cec
2014-01-03 08:56:11 -05:00
Jeremy Long
cb85292f99
improved error handling and logging
...
Former-commit-id: d0052afd68fc4e90b915473b1a0cc6b53763dc49
2014-01-03 08:55:29 -05:00
Jeremy Long
7c7722e8fc
Fixed logging issue
...
Former-commit-id: 695fd31acb7c0bbf99365c244855daf2520055cf
2014-01-03 08:54:40 -05:00
Jeremy Long
78cc6764bf
renamed settings to properties in the schema
...
Former-commit-id: f383ea9d8355b8c038f9b0028161db54aeb09d75
2013-12-21 08:15:20 -05:00
Jeremy Long
0b540d6406
updated schema version to 2.8
...
Former-commit-id: 11acb51c0dc9c6b9772519b0a4695a6bed9374f0
2013-12-21 08:14:29 -05:00
Jeremy Long
f1e0b7a94f
made error handling more robust so analysis should stop when something goes wrong with a signle jar
...
Former-commit-id: f873948c981239f37fb0083b34906be31c0e9ca1
2013-12-21 07:46:47 -05:00
Jeremy Long
611635a9a2
improved error handling/reporting
...
Former-commit-id: a876ed631f9d6c69abd6d57c20cdd81d9d9bbdbb
2013-12-20 05:36:04 -05:00
Jeremy Long
26c30b013b
updated documentation to demonstrate a very basic configuration
...
Former-commit-id: 52683780d58dabc58758e90468429c1bc596bb7e
2013-12-14 13:19:57 -05:00
Jeremy Long
899f5231b5
removed batch mode property test cases
...
Former-commit-id: 476f48ad416b9df6f475368a3b9e7af83cf30810
2013-12-07 13:34:30 -05:00
Jeremy Long
0cfeee18c9
removed unused imports
...
Former-commit-id: 2b84240d9648fcb3b447d3128dc9de054989dde5
2013-12-07 13:32:57 -05:00
Jeremy Long
3e44835687
removed batch update properties
...
Former-commit-id: eb0a70d541c1b694812f93b7e4271fe5f3d27928
2013-12-07 13:30:55 -05:00
Jeremy Long
d5ac67071f
added some JavaDoc comments
...
Former-commit-id: 8ae8744c4f59f1f2e8a932485b969575b533fc42
2013-12-07 13:29:28 -05:00
Jeremy Long
6aee9ce92e
added some JavaDoc comments
...
Former-commit-id: e42795dd9f92bcff7109832bacac540e9f589859
2013-12-07 13:29:05 -05:00
Jeremy Long
6a268bfb68
Changed order to prevent blocking, CallableDownloadTasks automatically submit the results to the process executor queue now
...
Former-commit-id: a6671690125a13045e93e40a95c033b8f99cf391
2013-12-07 13:25:34 -05:00
Jeremy Long
63848e815f
Changed order to prevent blocking, CallableDownloadTasks automatically submit the results to the process executor queue now
...
Former-commit-id: 1d15e48e0485817c4fad1fb7e117e03fd21d43ce
2013-12-07 12:04:08 -05:00
Jeremy Long
6640df18ac
added a warning to the build output if CVEs are identified
...
Former-commit-id: e45640edbdb30efaa9b15374a2d89850a61a01d3
2013-12-07 10:09:07 -05:00
Jeremy Long
b9436c0cab
1.0.8 snapshot
...
Former-commit-id: fde0982f64637014703bc2d82b1e90820c739a39
2013-12-03 05:53:39 -05:00
Jeremy Long
c730f7931f
version 1.0.7
...
Former-commit-id: b21b74c1246d48394e51f628512aaa9bc3e9f3a4
2013-12-03 05:38:31 -05:00
Jeremy Long
ef6035b5be
improved multi-threaded processing and renamed things for clarity
...
Former-commit-id: 5ae87f85859bb2b473a49ac6fa17035b26167fe0
2013-12-02 21:49:55 -05:00
Jeremy Long
8502c0f048
checkstyle corrections
...
Former-commit-id: c18cb3046e295e5369fbe9ac78fc689167f9a1d3
2013-12-02 21:37:22 -05:00
Jeremy Long
acc4d5201a
updated to throttle downloads and improve performance
...
Former-commit-id: cfb82a51204834d132bdf3eecfca2088979e9c26
2013-12-02 20:06:50 -05:00
Jeremy Long
8248f31b20
limited the number of downloads that can happen at one time
...
Former-commit-id: b8e90fd953626d6cb4a07996a59fbae7b05917eb
2013-12-02 09:10:12 -05:00
Jeremy Long
39c1624d42
fixed bug allowing more then a single vulnerability to be removed
...
Former-commit-id: aa2e87885e7a3ddc4947a81c3c3e104630630e23
2013-12-02 09:09:16 -05:00
Jeremy Long
7eb82f2e84
Updated to remove batch update and to remove the abstract class used to enable batch mode
...
Former-commit-id: 2f33644d1a50a425c6ae5e1ca671156e4cdadf8e
2013-12-02 05:43:54 -05:00
Jeremy Long
df0d0d820a
version 1.0.7-SNAPSHOT
...
Former-commit-id: fe4abc03628f5e904cb33dc4deeadc0259d2db4f
2013-12-01 10:01:27 -05:00
Jeremy Long
e0c0d8bc04
Version 1.0.6
...
Former-commit-id: 84313712abb800f19859840292a48cd0c16d9342
2013-12-01 09:53:02 -05:00
Jeremy Long
97619d8ba1
added ability to copy suppression data from HTML report
...
Former-commit-id: 5429dc4a2738b5ea021cc33cf3d1efc68615f99f
2013-12-01 07:46:29 -05:00
Jeremy Long
80df96fd0d
fixed the loading of the suppression schema for validation during parsing
...
Former-commit-id: 12b91a55dbfed4c9305888408b285ddf93ab9e84
2013-11-30 19:17:03 -05:00
Jeremy Long
579e76430d
ensured resources are properely closed in finally block
...
Former-commit-id: d77e0085fc383a607ba8c55cacef60c8b9a9736c
2013-11-30 18:41:36 -05:00
Jeremy Long
36dd7269e2
Updated to support suppression file configuration
...
Former-commit-id: 77c9cfcc307a682dc3786957b88e24afe9f7e33e
2013-11-30 18:17:58 -05:00
Jeremy Long
6596cb014f
Updated to highlight the help and command line arguments
...
Former-commit-id: 85b13cf94e984c7ca8a88860da2c19c3c0bc16a3
2013-11-30 18:13:11 -05:00
Jeremy Long
62ac63fd77
updated to support suppression file configuration
...
Former-commit-id: 7bffaef4bf07310c100ae570e44cbbc2fec9a12f
2013-11-30 18:12:43 -05:00
Jeremy Long
e6e8d96f12
Updated to delete refused CVE entries
...
Former-commit-id: b16207fa8dfa294a256402e12b278433293106d2
2013-11-30 17:23:23 -05:00
Jeremy Long
f80464ea31
updated to use UTF-8
...
Former-commit-id: 61fc6d7e5feeedbc74988b5a57639c3e298d01de
2013-11-30 17:23:00 -05:00
Jeremy Long
75b0c6f7a3
checkstyle fixes
...
Former-commit-id: ae5823ce9c01c4b36e6339fb57c39a47275d56dd
2013-11-30 10:00:22 -05:00
Jeremy Long
f95ce8c7b5
added support for suppression rules, initial version
...
Former-commit-id: c58bea577282155661b4c6e1991178ea07e7eb98
2013-11-30 08:56:44 -05:00
Jeremy Long
c991a3ccfd
removed
...
Former-commit-id: f7ebd94d66bf90f4178b2bbe8d14e16bbaf7f7a2
2013-11-30 08:55:45 -05:00
Jeremy Long
a1d612b1f6
added new services
...
Former-commit-id: 8e4875fcca4241a57881429791d419e2256ff408
2013-11-30 08:54:39 -05:00
Jeremy Long
d3cbd20c5e
added new suppression schema
...
Former-commit-id: b519078a17700369646b686ce570cca74e71ea7a
2013-11-30 08:54:08 -05:00
Jeremy Long
cff4f29ba4
added new package
...
Former-commit-id: 966169962b5ef6f51366048aa7734f41ac162e8a
2013-11-30 08:53:46 -05:00
Jeremy Long
dc08363360
added new exception
...
Former-commit-id: 6e6e82a1bb9b69cacabfabcdfa110a1d4a63e0d6
2013-11-30 08:52:49 -05:00
Jeremy Long
a2aa8d9336
added test data
...
Former-commit-id: bdca1bcf6a146577abab09d415ab65183bac3322
2013-11-30 08:52:15 -05:00
Jeremy Long
ab2bfa951c
updated getFile to return null if property is not defined
...
Former-commit-id: 3dbd8d356cc509619fe8caa9539a4d01906aa3f9
2013-11-29 07:45:41 -05:00
Jeremy Long
e871d37044
renamged getFile to getDataFle (settings class)
...
Former-commit-id: 8b632f78685d0a66bc061bcefd46de4b56d45347
2013-11-28 06:22:50 -05:00
Jeremy Long
e32ee71bea
renamged getFile to getDataFle (settings class)
...
Former-commit-id: 16a7e7f6e27026faade75351b34e54ebdc977f8c
2013-11-28 06:22:02 -05:00
Jeremy Long
3bc8823e54
renamged getFile to getDataFle (settings class)
...
Former-commit-id: 940c970878ca7236892e30f74eab37f5eacae4e6
2013-11-28 06:20:52 -05:00
Jeremy Long
a4b9dfaf1c
renamged getFile to getDataFle (settings class)
...
Former-commit-id: 79f2655e3c4f5d53bdb076ea6907baec03701dba
2013-11-28 06:20:05 -05:00
Jeremy Long
c7c85ac676
renamed getFile to getDataFile and added a no frills getFile function
...
Former-commit-id: 73c2b4d2f5c153bd49873b153e4bbd31ea8b66f8
2013-11-26 05:35:40 -05:00
Jeremy Long
1af445a390
added key for suppression file
...
Former-commit-id: f4f13fb2319d5a8851d46b35a87b8d08f90b00d8
2013-11-25 19:34:49 -05:00
Jeremy Long
4236a2e6f7
updated schema
...
Former-commit-id: 8a78c1f646d48aa61d46f62e36bfdf34f8818a1e
2013-11-25 19:34:07 -05:00
Jeremy Long
47e58942f8
checkstyle corrections
...
Former-commit-id: 2a13933e132d41db6143e214d51efaa3ca20a765
2013-11-23 22:38:55 -05:00
Jeremy Long
f854ed50d6
initial generated version
...
Former-commit-id: 6d97f9f7a43a2d9f8bb605c38b087f1e95e34462
2013-11-23 22:07:11 -05:00
Jeremy Long
2933a173a2
initial version
...
Former-commit-id: 11e93c9a8f356483ead2b5c5ba0264fdde5a1f94
2013-11-23 22:06:27 -05:00
Jeremy Long
39c45cd329
initial version
...
Former-commit-id: 8f31fa2e59679aa1c070e8e03458f58797f947d6
2013-11-23 22:00:07 -05:00
Jeremy Long
93e6473828
removed call to BatchUpdateTask
...
Former-commit-id: 134c6ac5eec282b142febd1341ccdb9936219eb7
2013-11-23 21:59:11 -05:00
Jeremy Long
2cf96bef52
deprecated batch update
...
Former-commit-id: bf654a174500c4727ec1d0b66368cf06fdabee54
2013-11-23 21:58:18 -05:00
Jeremy Long
3850ef4355
split out core DB functions into a base class to support storing settings in the database
...
Former-commit-id: 0c9d507e2e9e229691965aca09ef9f6c9e7e0965
2013-11-19 21:05:12 -05:00
Jeremy Long
d29f989c22
added drop table if exists settings
...
Former-commit-id: 5ea0128271f3a7e2985eadd330bfa02c4db21dc3
2013-11-19 21:04:16 -05:00
Jeremy Long
0e31d503d0
removed unused code
...
Former-commit-id: 1f6158daa812a15baf0d88ee689b49681e67aeed
2013-11-17 22:44:33 -05:00
Jeremy Long
8c2d552238
fixed imports
...
Former-commit-id: 9a2c867a83a67bf727381d9c717846993ae56fe7
2013-11-17 22:44:24 -05:00
Jeremy Long
1b6cb61f8a
fixed logging statement
...
Former-commit-id: d2f20844c229d73321b3832d9dec22f4e7a55e5b
2013-11-17 22:44:03 -05:00
Jeremy Long
b6e0fa9085
removed references to CPE data directory as this has been moved to a RAMDisk directory
...
Former-commit-id: 678eab78293357e3e89566917e73f9b5d3313ab5
2013-11-17 22:40:51 -05:00
Jeremy Long
1f983d502e
introduced property for max thread size
...
Former-commit-id: 5d48fbedf4b71be52fb1c6eefe3e7b02aa4d5082
2013-11-17 22:37:30 -05:00
Jeremy Long
13637be1aa
introduced property for max thread size
...
Former-commit-id: e349329de9a98335ccfc4c8216993a1a6693c447
2013-11-17 22:36:41 -05:00
Jeremy Long
8f22740e07
updated to make downloading of the NVD CVE a multi-threaded operations
...
Former-commit-id: 28e7467020db617007e89018d2d9fed8de335181
2013-11-17 22:30:31 -05:00
Jeremy Long
03d5cc7521
initial version of Callable Download Task - used to make the downloads multi-threaded
...
Former-commit-id: f3f7e880e1fabece990d2ed14bd459a3ffe8c955
2013-11-17 22:29:53 -05:00
Jeremy Long
c9f9e2b97d
updated data
...
Former-commit-id: 74473ad6f21f47c06264819a4733ba67de2996b7
2013-11-17 20:50:31 -05:00
Jeremy Long
8ca4ede403
removed un-needed test
...
Former-commit-id: 175840ea9fda4a65db61c73d36fdd33c167d7380
2013-11-17 20:50:07 -05:00
Jeremy Long
b50be86615
updated lucene version number
...
Former-commit-id: cf381ccd9365fa184a94e5a3c860f7c3b180a32a
2013-11-17 15:21:38 -05:00
Jeremy Long
fe1a8f4425
updated functionality and incremented database schema version
...
Former-commit-id: 64184f1362e5725c2e9c5d228850b547981e0c75
2013-11-17 15:20:53 -05:00
Jeremy Long
dd472c1322
new exception type added
...
Former-commit-id: ac3650af279b14e5a32add2f6894ad60177fd243
2013-11-17 15:20:01 -05:00
Jeremy Long
a636adec10
initial version of cpe memory index
...
Former-commit-id: 5f0d1bb0110361f99a60ad4476c43c1ad1c244bf
2013-11-17 15:19:26 -05:00
Jeremy Long
e3960445ae
updated version of lucene
...
Former-commit-id: db3174428fcb3e789426bec5c9776f3a4b3f4bc8
2013-11-17 15:18:55 -05:00
Jeremy Long
c631b7cd8a
updated the version of lucene used
...
Former-commit-id: adc5e1361c68abf997b0cef401441bf62a169c56
2013-11-17 15:18:26 -05:00
Jeremy Long
bb2bf12808
updated to use the CpeMemoryIndex
...
Former-commit-id: 7cd46e9de48661a1ee9c213889cf3a9d51f1517e
2013-11-17 15:17:56 -05:00
Jeremy Long
db95dfe208
updated ensureDataExists()
...
Former-commit-id: 2ceaa062391abd1a5e74aa5b0cb13de1d7c896e1
2013-11-17 15:17:21 -05:00
Jeremy Long
86d052e51e
updated lucene version
...
Former-commit-id: 3611f6887deda4c14caf5fc9ea0c9c8b7762bf0c
2013-11-17 14:56:58 -05:00
Jeremy Long
fb55b9db17
added constant Version so on the next upgrade this only needs to be updated in one location
...
Former-commit-id: 172abf4686300b258b93026e404276fbf46f7dd0
2013-11-17 08:08:59 -05:00
Jeremy Long
ad3ad81c1e
added constructor for DatabaseException(ex)
...
Former-commit-id: 178a4f2ea8d71c148892ab95dc480e88b1186105
2013-11-17 08:08:01 -05:00
Jeremy Long
dccb84ded8
updated javadoc
...
Former-commit-id: 03c6ba2d0d9cc03f3b9efd6fdb9a8d4972ac4f5d
2013-11-17 08:00:32 -05:00
Jeremy Long
510c693871
updated javadoc
...
Former-commit-id: 7ee24e9da15877c3138380c92c29c20757bb78fa
2013-11-17 07:59:23 -05:00
Jeremy Long
8696df12ac
added the ability to retrieve the entire list of vendor/product combinations
...
Former-commit-id: c15c6727f00a18c58590b9a1d6cea4767ca12c5f
2013-11-16 23:19:52 -05:00
Jeremy Long
d56e0b0eba
no-op
...
Former-commit-id: 0c024f815e7a766b99473f40086f2cfeb4f97aa8
2013-11-16 23:05:59 -05:00
Jeremy Long
29d77b2f2c
no-op
...
Former-commit-id: 3388d8fab9ab7c35b26b4e374349bf3008aa84c0
2013-11-16 23:05:46 -05:00
Jeremy Long
4e131cd059
removed CPE from database updates
...
Former-commit-id: d2054cf9b9b4a28fba11ebb5c9ed565263bc4ef8
2013-11-16 23:05:23 -05:00
Jeremy Long
4c1f3948a3
version 1.0.6-SNAPSHOT
...
Former-commit-id: c8eb084b1b9de6b8bfa5432b1db33f417dd47572
2013-11-16 13:48:51 -05:00
Jeremy Long
c40ff67704
version 1.0.5
...
Former-commit-id: bc5f1fb33d118b811bc8ee15808d8ee320475766
2013-11-16 13:42:19 -05:00
Jeremy Long
af6ac8bd4f
updated import list to remove .* imports
...
Former-commit-id: a73e57c0b4d3194dcbd44071f99dbf6d568bd26e
2013-11-16 13:18:11 -05:00
Jeremy Long
70211a8407
added javadoc comments
...
Former-commit-id: ad59c4d7e8c5b7f1e010fc53ce9425851da286e4
2013-11-16 13:17:34 -05:00
Jeremy Long
4d6b83425b
minor checkstyle fix
...
Former-commit-id: e9f54697859f68f2bf067c4bb0ec9738ba8c2579
2013-11-16 13:12:05 -05:00
Jeremy Long
985396aaf9
suppressed null warnings
...
Former-commit-id: 6e249fd024f1674242f2660f56ffa96edccfe80f
2013-11-16 13:09:33 -05:00
Jeremy Long
d86c14d3a6
fixed bug in verbose logging
...
Former-commit-id: bfa66668d3e7b98b651814824562962bb2af4ec6
2013-11-16 13:04:05 -05:00
Jeremy Long
3bdb3a6b87
fixed string format newline character
...
Former-commit-id: fee94cf75cdbfe5e52f840514e150a9fa6cef510
2013-11-16 13:03:46 -05:00
Jeremy Long
8dac57d4cf
added information about configuring the verbose log file
...
Former-commit-id: 90e9c7ea24698d8a1a8b5c52828b7bc64dda8b4e
2013-11-16 09:26:22 -05:00
Jeremy Long
a91e7b9ed0
added the ability to retrieve the number of documents in the index
...
Former-commit-id: 9a430f2a1805669d3ef2450d98ca7c2b6ed12ee3
2013-11-16 09:18:02 -05:00
Jeremy Long
220b2c9a2a
Updated error reporting if data does not exist
...
Former-commit-id: 72db8d8232a2f70c2fc46af095e531b913d1ca38
2013-11-16 09:17:13 -05:00
Jeremy Long
06bc8ed4a4
Updated error reporting if data does not exist
...
Former-commit-id: b09181a3429f713f084e905e608431f437e60e60
2013-11-16 09:16:35 -05:00
Jeremy Long
648863d21b
updated configuration settings
...
Former-commit-id: 3b84fd1eb72ccb772ec1ee6f808876fc235eb9ca
2013-11-08 19:15:44 -05:00
Jeremy Long
3232e60467
Merge branch 'master' of https://github.com/jeremylong/DependencyCheck
...
Former-commit-id: baaa780bc99e81b6ae0eacdb7736898d86cd906a
2013-11-02 07:19:49 -04:00
Jeremy Long
da81ea4e57
updated base class of test case to ensure data exists for analysis
...
Former-commit-id: 4abb5c7c2898a637b7cac759a2156f401a02d2d4
2013-11-02 07:18:26 -04:00
Jeremy Long
42baec7c72
added support for tar and gz files
...
Former-commit-id: 7027891fc6ed7959a7eca4f635b6a58ddc91bf05
2013-11-02 07:02:02 -04:00
Jeremy Long
1accdfe2e6
added new exception type
...
Former-commit-id: 06f91e8f71d943993b8a6c557350dc29c682f175
2013-11-02 06:49:17 -04:00
Jeremy Long
f625653b30
added license file for commons-compress
...
Former-commit-id: b112f7151061bd5f54f6b7c7276e30662bded64a
2013-10-27 14:29:18 -04:00
Jeremy Long
2682187fa3
updated test cases
...
Former-commit-id: b828cccfbc3ddbdb72fa1eacfbd7d500e7fa70be
2013-10-27 14:28:47 -04:00
Jeremy Long
090f3fafa9
added additional test files
...
Former-commit-id: 21dc900da9b472efc9f80bc0466bbbf4d4802c8c
2013-10-27 14:28:26 -04:00
Steve Springett
de81ed0c61
Merge remote-tracking branch 'origin/master'
...
Former-commit-id: ae263584f1cbbddfbc9dde165e2c3ed440454f19
2013-10-27 12:42:41 -05:00
Steve Springett
49465888b2
Adding support for proxy authentication to core, cli, ant and maven.
...
Former-commit-id: 1461b13a3fd8c0ca309e56afb67148fc8de31e63
2013-10-27 12:42:27 -05:00
Jeremy Long
1555185d60
added additional verbose logging capabilities
...
Former-commit-id: 8ea1b36130c5dbc86641768de929e1b0f3e928c6
2013-10-27 09:13:21 -04:00
Jeremy Long
e5235bd714
added false positive checks for axis vs axis2
...
Former-commit-id: 69bcb7c2921fe3713c3ad548cd2ceb101b3c0ce2
2013-10-26 17:21:14 -04:00
Jeremy Long
1b4fe6135f
attempted to fix minor bug of files not being extracted due to a failure when calling mkdirs()
...
Former-commit-id: 2ca6840f3198adb11df764bf11a96c23885f3217
2013-10-26 17:19:55 -04:00
Jeremy Long
9481b29d6b
incremented version to 1.0.5-SNAPSHOT
...
Former-commit-id: 9ab1791c78c5bb7331c598c60bec0e39d6ba650e
2013-10-21 21:28:04 -04:00
Jeremy Long
20115e6557
version 1.0.4
...
Former-commit-id: 0b789dd5afd9cceafc7cce1d651c8ebd376cd79a
2013-10-21 21:16:20 -04:00
Jeremy Long
ee47136fb4
initial version
...
Former-commit-id: 4fb4c44bee8cfab4ff9ab5ee1aeee3945aca2532
2013-10-20 21:29:12 -04:00
Jeremy Long
83dece68fc
moved logging initializatoin to utility class
...
Former-commit-id: c7979aaa8018355b65788b6b31827910ffe2fd35
2013-10-20 21:28:45 -04:00
Jeremy Long
fce7083e28
updated to make tests go faster. Only downloading recent CVE data files
...
Former-commit-id: 610b6b6854835017e040d0f43e139c7607e78918
2013-10-20 21:28:00 -04:00
Jeremy Long
5268375153
added anoter mergeProperties to take a File object instead of a String path
...
Former-commit-id: 97598e74ab61752ab42793bd233e3010321fb86a
2013-10-20 21:27:18 -04:00
Jeremy Long
3598f59123
updated initialize to not ignore errors generaged when creating directories
...
Former-commit-id: eafcc5c7c7e5e2cad4ec1a2639b1aa95215227d6
2013-10-20 21:26:18 -04:00
Jeremy Long
557f491a7e
minor update to logged message
...
Former-commit-id: d00002337ca34c75d1c193473fbe69af4145d7cc
2013-10-20 21:25:25 -04:00
Jeremy Long
5aa876da72
minor change to FileHandler.pattern
...
Former-commit-id: 3a792f63ffbae182a7687c9eabfe70191172ebd9
2013-10-20 21:24:42 -04:00
Jeremy Long
7e7a66595b
added cli argument to enable verbose logging
...
Former-commit-id: 261ad7be19eb3058d5bc9521a5c462c2d2ed5f44
2013-10-20 21:23:59 -04:00
Jeremy Long
c429bdf139
moved logger setup to utility class
...
Former-commit-id: e2c1e20f3538423ccd7428b11bd347873e5713d1
2013-10-20 21:23:13 -04:00
Jeremy Long
22d22f3afa
moved logger setup to utlity class
...
Former-commit-id: 645b08fa4695a3504049d6b3a55cc4fa213b30a7
2013-10-20 21:22:34 -04:00
Jeremy Long
f5845908b9
improved logging
...
Former-commit-id: 889e0938642ecc754b02ad14a8ddaf457c955425
2013-10-15 21:03:10 -04:00
Jeremy Long
138ce1c69a
fixed npe
...
Former-commit-id: 235ae4ebeea96e9b261ef5d578324b2d60e927bc
2013-10-15 20:34:34 -04:00
Jeremy Long
8366ec5831
version 1.0.4-SNAPSHOT
...
Former-commit-id: 13eb567ad735cb24b9d1f963daf70545fd2a63fb
2013-10-14 14:05:15 -04:00
Jeremy Long
383f0a7f43
version 1.0.3
...
Former-commit-id: 76e31ea08acce6b13245f0b63c6fa825b2c69020
2013-10-14 13:45:43 -04:00
Jeremy Long
22e5a5cafd
Merge branch 'master' of https://github.com/jeremylong/DependencyCheck
...
Former-commit-id: 232fd9692b90f77e6cc445f2baddbeb29d38dcde
2013-10-13 14:06:46 -04:00
Jeremy Long
8d6255aa55
updated data
...
Former-commit-id: 538c82b995c6da81df0fd389aa179f8c81fd6dd9
2013-10-13 14:06:14 -04:00
Jeremy Long
8fd6f7add9
added ftp:ftp as a false positive for Java projects
...
Former-commit-id: dbc2c6dc2d2d2b439f0e148f5c8ad17fe6ee4a11
2013-10-13 14:03:52 -04:00
Jeremy Long
623c2cb9f1
fixed bug 24 - short package names are no longer added as evvidence
...
Former-commit-id: cab8910b3aba41a8b7205491ef1e669b25ec87a9
2013-10-13 13:19:56 -04:00
Jeremy Long
259e87442d
changed logging level to info
...
Former-commit-id: 27816e1cd3ccdcf57e0e741ca1b82eee85b293b6
2013-10-13 13:18:42 -04:00
Jeremy Long
8655e025a2
changed logging level to info
...
Former-commit-id: 529bd317072f4a2f2df37038ab24e0254c0f20b0
2013-10-13 13:18:29 -04:00
Jeremy Long
aba2a9f504
changed saveEntry to a private method
...
Former-commit-id: 25cc3dc1b825772c0ad56b0f5e66ff94fa6c215a
2013-10-10 18:20:59 -04:00
Jeremy Long
9aa76bd088
removed unused variables (pmd)
...
Former-commit-id: 7386857733fb5ba4b3c860a0ded9573b6d840261
2013-10-09 09:22:18 -04:00
Jeremy Long
10faef62fa
checkstyle corrections
...
Former-commit-id: 784b14351589b8d4184e931a2b9bf680af2a7283
2013-10-08 20:59:30 -04:00
Jeremy Long
6b291a5ce5
refactoring update tasks
...
Former-commit-id: bf5280fd1e2e47b3958a75c32af444be9535dc05
2013-10-08 15:19:22 -04:00
Jeremy Long
164f1dcfd4
checkstyle correction
...
Former-commit-id: 7cbdead3fe54729dd17b77d0688fce0b6b3ad938
2013-10-08 15:18:32 -04:00
Jeremy Long
b7d6d027d3
checkstyle correction
...
Former-commit-id: 7768a0eeb08bc06bff07e94e1a4da34370adda16
2013-10-08 15:17:52 -04:00
Jeremy Long
c4869f1917
checkstyle correction
...
Former-commit-id: c74fc3538a9fa0d41dfe04873a535b3f622721aa
2013-10-08 15:17:03 -04:00
Jeremy Long
79c31b5f54
Improved update process, including initial lock support
...
Former-commit-id: d6fc00406765f4680d900eb0474fed9ade727a0a
2013-10-08 10:58:29 -04:00
Jeremy Long
89e99219d7
removed call to system.out
...
Former-commit-id: a0cdcc8b975657c06606c9a2467a4c732fee82e5
2013-10-08 10:48:35 -04:00
Jeremy Long
a9b6c68ce3
added the creation of the DataStoreMetaInfo in the constructor
...
Former-commit-id: 4ca8a0a8ad66aeb15dc410baa20d60dce88c1ecd
2013-10-05 07:42:08 -04:00
Jeremy Long
0563077fb9
fixed bug with delete on exit deleting updated files
...
Former-commit-id: d26151e944f5af674c256a37694c1e5eaed4b8cc
2013-10-05 07:40:39 -04:00
Jeremy Long
e2f174e92e
added additional null checks
...
Former-commit-id: 74979677f056de15cdcb1322dfd6c0fcd4ceb9a3
2013-10-03 09:01:59 -04:00
Jeremy Long
861bdb47ed
implemented necassary test case
...
Former-commit-id: d1115558dc86f88372ee815300c688f719934f18
2013-09-27 18:30:22 -04:00
Steve Springett
9f9e2d12c4
Fixed minor issue with xsd so the xml report would validate. Added unit test for xml report generation. Adding DependencyCheck.xsd to jar.
...
Former-commit-id: 5dc93c191f001e92b92a1eb1b02e10e33719ca08
2013-09-23 17:51:22 -05:00
Jeremy Long
03f504cadc
seperated functionality to make the update procedure easier to understand
...
Former-commit-id: a39a0cc6adfd5e3856df3700b698e1ea5e7969a9
2013-09-22 21:52:31 -04:00
Jeremy Long
182c7e827b
added additional checks for false positives (apache maven and cvs:cvs)
...
Former-commit-id: 3a5d19ebd8d432883b5edd7ae552c47f6a16ca68
2013-09-17 10:42:54 -04:00
Jeremy Long
61e0cfc979
added additional test dependencies
...
Former-commit-id: 65174625469145c3959250d0ffa397666876a2f1
2013-09-17 10:42:23 -04:00
Jeremy Long
3ea3f01394
updated data
...
Former-commit-id: 4234203ea0c0d3b6262f9f7955ffedb2904ee705
2013-09-17 10:41:43 -04:00
Jeremy Long
fc5b8ca1e5
changed html encoding to xml encoding
...
Former-commit-id: 33b719b306ee10da411dea91705b03cfcec73261
2013-09-14 10:20:40 -04:00
Jeremy Long
5d67b2f9dc
corrected a typo in the report
...
Former-commit-id: 24c2b1787cc76e1d051091f4527a7e2162a4875a
2013-09-14 10:20:15 -04:00
Jeremy Long
bcf4fd9e93
updated integration test to generate all reports
...
Former-commit-id: b1878b71606b1ae3c2c8e247c874cc5b989f5b2e
2013-09-14 10:19:38 -04:00
Jeremy Long
5b5faad553
changed https links to http for github pages
...
Former-commit-id: 1278d25c892a04f25fc3537c6f9b8bb74b81f94f
2013-09-09 10:25:22 -04:00
Jeremy Long
5299261d18
updated links to bintray
...
Former-commit-id: 2fd6d382fbe06baa882e5e75e9a1e33cfa92f317
2013-09-09 10:09:20 -04:00
Jeremy Long
f852851886
updated info
...
Former-commit-id: f636fb4794c853d9e9e961a099c13bc6bce02b76
2013-09-09 10:02:53 -04:00
Jeremy Long
20a4d9adb8
updated info
...
Former-commit-id: f99e1ce85f822b4dbdc28591016d1c66940d7612
2013-09-09 10:01:00 -04:00
Jeremy Long
13997cd282
updated logic to make specification-version lower quality evidence
...
Former-commit-id: 7f29adc8590243ac6a8719a391318fa3818e27eb
2013-09-05 21:34:33 -04:00
Jeremy Long
965429296b
updated version to 1.0.3-SNAPSHOT
...
Former-commit-id: bfe7bc1f483ce3d5cabfb33d7180696d177a1e8f
2013-09-03 21:47:53 -04:00
Jeremy Long
d9750ce4dc
Updated to version 1.0.2
...
Former-commit-id: 7151b290e4e333f2fbc273d5d04cb82d8f71184e
2013-09-03 21:13:01 -04:00
Jeremy Long
d0fb41e582
fixed git merge problem
...
Former-commit-id: b1d18d5ce568d266837ddf06174b15d7462b8fcd
2013-09-02 16:19:47 -04:00
Jeremy Long
f7a83d5a60
fixed merge issues
...
Former-commit-id: fe669abc52c1cbcdec9de8bc1693cea12d9abe0c
2013-09-02 15:54:35 -04:00
Jeremy Long
fc52462df4
resolved merge conflicts
...
Former-commit-id: d0ce45a374336184101179b73b6019fb1240b9b3
2013-09-02 15:42:24 -04:00
Jeremy Long
119804794f
updated site information
...
Former-commit-id: c4c0356cac5adb52285b14db4a6b7651f9ce7b76
2013-09-02 14:34:46 -04:00
Jeremy Long
f23bd0b268
fixed base test case to ensure data exists for other tests
...
Former-commit-id: f5c7b0a2c5d87fce004c050744b18ed4baf1d306
2013-09-02 13:03:00 -04:00
Jeremy Long
d6f61b4faf
updated site
...
Former-commit-id: ef0b47bbbef1b3d68d6005a08ac9e25c233756b9
2013-09-02 13:02:35 -04:00
Jeremy Long
4e4b7a1c39
ensured the properties file was closed after being read
...
Former-commit-id: bee36a9892968a5455508e2275fdb1787e04c1c2
2013-09-02 12:48:17 -04:00
Jeremy Long
376bfb6799
updated site information
...
Former-commit-id: 9c60f1219a84ad5e58beb0f055a628e951c8d924
2013-09-02 12:44:24 -04:00
Jeremy Long
12bdba9a9c
updated site information
...
Former-commit-id: 032930907c01ad54b0d03004ad7b5e73b541c397
2013-09-02 12:42:44 -04:00
Jeremy Long
33fa1e1350
updated documentation
...
Former-commit-id: d8912348f3b80e1d03f66b3c57a9d6b84a94be92
2013-09-01 15:35:53 -04:00
Jeremy Long
94e1a4f793
minor checkstyle updates
...
Former-commit-id: dc9c50f0627222169eceb94a44b8b4b4fa1af267
2013-09-01 15:11:49 -04:00
Jeremy Long
2603d960b7
moved test data.zip to parent so it can be used by other projects
...
Former-commit-id: 6de6b6231df68d64837a03c4204e58cfc74a54f3
2013-09-01 12:22:08 -04:00
Jeremy Long
b8433c4ea7
moved test data.zip to parent so it can be used by other projects
...
Former-commit-id: 5d0e82fcaf170af7086de306abc9eb2ed488bc79
2013-09-01 12:21:56 -04:00
Jeremy Long
fc30aeea61
updated Settigns to get the temp directory
...
Former-commit-id: d9a1e89ce829ab06e5aa1cd454184966d1e4b115
2013-09-01 07:46:43 -04:00
Jeremy Long
01d6e1f14d
updated tests to utilize temp directory
...
Former-commit-id: 984f69e2528d37586a2d7d981d17671e17e7ca0d
2013-09-01 07:27:13 -04:00
Jeremy Long
3b4a65deaa
updated to work with the new zip file and folder structure
...
Former-commit-id: 4ab18e5d93a71124aaf57d1d0b6945c7516e4463
2013-08-31 07:35:20 -04:00
Jeremy Long
2ec5ec78a9
removed unused imports
...
Former-commit-id: fee44850bba2b1af19989bc14aef99a38e725185
2013-08-31 07:04:17 -04:00
Jeremy Long
6b416b8494
added a test case to test batch update without a modified url
...
Former-commit-id: 5d10d888c927f86a76f983011cab47d4c2725333
2013-08-31 06:48:59 -04:00
Jeremy Long
eac470e081
updates to batch update mode to allow batch updates without a modified URL
...
Former-commit-id: 5e8ff7c0d9c880f2421f020f2891a6f7a794570a
2013-08-31 06:48:10 -04:00
Jeremy Long
34ce50b7b5
removed duplicate code by adding a public getPropertiesFile method to obtain the File
...
Former-commit-id: cd3c7fdad8907eb28704e1e8342dfe41e08d9da3
2013-08-31 06:46:26 -04:00
Jeremy Long
6d85e7cdf7
added test case for removeProperty
...
Former-commit-id: 7ae029f35b6f1aadd20abac560ae62d377b5557d
2013-08-29 17:01:47 -04:00
Jeremy Long
23a47a6f63
added ability to remove a property (for test cases)
...
Former-commit-id: b2388ddb516b2f5b32f54398c11fc0c00990c9c8
2013-08-29 16:56:00 -04:00
Jeremy Long
d2bfcc6f0e
fixed broken test case
...
Former-commit-id: b4f434d0d19a24938b2e795d1773c551fba70474
2013-08-29 16:50:21 -04:00
Jeremy Long
7495392aa2
fixed bug due caused by moving properties from cve to data directory
...
Former-commit-id: 508894a061b40bb80fb294835021e3ba8f34037b
2013-08-29 16:49:09 -04:00
Jeremy Long
c4ddf84ba8
removed duplicate test case
...
Former-commit-id: 8fd1309deb179486d6042a2b5119caca70437b19
2013-08-29 16:41:41 -04:00
Jeremy Long
aad6c28e4d
fixed broken test case
...
Former-commit-id: 84d34cf826fc4eda8fa72592d9f3f959e9bf4cea
2013-08-29 16:38:08 -04:00
Jeremy Long
2bd03dada4
code reorganization, moved files around to better seperate functionality
...
Former-commit-id: da6b75d818d67b0c1c695860504aacc00991effa
2013-08-29 06:42:16 -04:00
Jeremy Long
5fab16ad06
temporarily commented out broken tests
...
Former-commit-id: 1ce099712487d7f1a3e13f3444fe2493181c08cf
2013-08-29 06:41:03 -04:00
Jeremy Long
6a4d1ed44d
temporarily commented out broken tests
...
Former-commit-id: e05b064c6b076bb218b500b7a0feb26044f43d7a
2013-08-29 06:40:37 -04:00
Jeremy Long
db22159a89
added to externalize the meta info about the data used
...
Former-commit-id: 1fb0bf0594245fc7095c085faf18a000bf76d7f8
2013-08-29 06:15:20 -04:00
Jeremy Long
029e0e5044
updated test for getFile to return the DATA_DIRECTORY
...
Former-commit-id: f16d34a12416999c28597261b409c997ebc0c3ad
2013-08-29 06:14:25 -04:00
Jeremy Long
3f1ee0b1b8
new test data
...
Former-commit-id: 7b2bc59faf30d9bdc700bd4f2f5073de738c2b48
2013-08-29 06:13:20 -04:00
Jeremy Long
8009794cca
Updated to externalize the data properties file
...
Former-commit-id: 729b2181f3cfcb7aa2862c1874b8aaacb154d46b
2013-08-29 06:12:55 -04:00
Jeremy Long
12ce96d802
updated getFile to correctly get the main data directory
...
Former-commit-id: 4c175b6c218c264c8255614858545224c0c597f7
2013-08-28 06:15:24 -04:00
Jeremy Long
53bd62b236
updated data
...
Former-commit-id: 4fd690df0f94e241f01ce49708117e45932175f3
2013-08-24 20:16:32 -04:00
Jeremy Long
cd7362c654
updated how initial test data is updated
...
Former-commit-id: dd94b61a39efdd619c23beddf25f683dc1fe5791
2013-08-24 20:00:09 -04:00
Jeremy Long
788b5633cb
minor update to test class
...
Former-commit-id: c4e38c8f5f3ed154216aad0b023176c74e5fa4a4
2013-08-24 19:59:31 -04:00
Jeremy Long
46d106e6e2
updated how initial test data is updated
...
Former-commit-id: c63f49d89c63446c9ed73800e8cdd17f0a977986
2013-08-24 19:58:54 -04:00
Jeremy Long
8ffb91022e
minor update of annotations
...
Former-commit-id: b29855c5afc64d91c2931aef5debb410b5f457c8
2013-08-24 19:57:55 -04:00
Jeremy Long
57c09d1772
updated how initial test data is updated
...
Former-commit-id: 7fac5faf5a82bedc6f323f85cee2cd47c984fb74
2013-08-24 19:57:14 -04:00
Jeremy Long
0731ed2c7a
updated database schema version so the fix to the lucene index is enforced on clients
...
Former-commit-id: b743deca9949b67ce5e94c52fff6125e65bf340b
2013-08-24 19:56:13 -04:00
Jeremy Long
19ecb67f2d
updates as the CPEAnalyzer was moved
...
Former-commit-id: d3c21f1c0187a94e56aeff55fd0874273cc65faf
2013-08-24 17:02:27 -04:00
Jeremy Long
d16123c276
updates to ensure backward compatability with 1.6
...
Former-commit-id: b98e3caf316ea880b6c0adb25f62338e8d16f40e
2013-08-24 17:01:39 -04:00
Jeremy Long
f90b168fdd
commiting deletions and no-ops
...
Former-commit-id: 920f16fc7fb20d5536c62e1ccc180fa248f76802
2013-08-24 16:23:57 -04:00
Jeremy Long
09f416efdf
modified CPE Index to seperate writer/reader in prep for adding locking
...
Former-commit-id: baa48c8e70b36b9b14591d581bc1180b6d30d686
2013-08-24 16:21:32 -04:00
Jeremy Long
05f40f3451
updated javadoc
...
Former-commit-id: 21268a3107bf50b84d02f8ed68dd567bba7d6de9
2013-08-18 05:55:31 -04:00
Jeremy Long
d81206fe2e
Added an implementation of a spin lock that can be used to lock a directory.
...
Former-commit-id: 121a3d5d026f524698762b377c3582fbc9303bf2
2013-08-18 05:54:11 -04:00
Jeremy Long
f166ef9313
made non-vulnerable jars hidden by default
...
Former-commit-id: 61cd10a3844a73ac8ee2aadabfe5f1b51998033d
2013-08-16 14:49:48 -04:00
Jeremy Long
14704f9b4d
updated jar plugin
...
Former-commit-id: cd78c43734a1a92c30800eae51c398e328ee4849
2013-08-16 14:49:23 -04:00
Jeremy Long
8381daeeb7
Merge pull request #13 from eoftedal/master
...
Styling and toggling on HTML-report
Former-commit-id: 99ac0d70c3f94f8245e94e62eca6863faa687898
2013-08-16 11:22:13 -07:00
Jeremy Long
164ed75af2
corrected minor issue with path to zipped test data
...
Former-commit-id: 44feb56bedd15a651e371a3506142b751961086e
2013-08-16 14:13:12 -04:00
Jeremy Long
1f7c64e279
corrected minor issue with path to zipped test data
...
Former-commit-id: 9d4d5d6aa5d56028a8fcb871498f20a7cf2febc9
2013-08-16 14:13:01 -04:00
Jeremy Long
a76bf03bc9
updated the scanned test dependencies
...
Former-commit-id: eac650187d8e8872ff1550148f1a26d640096444
2013-08-16 12:48:54 -04:00
Jeremy Long
e50d7f7b95
increased the ignore list for parts of the domain that will not be used as evidence
...
Former-commit-id: 1f7d410c1d8c6b9548412b151763fda6e7323d7d
2013-08-16 12:48:22 -04:00
Jeremy Long
45b1327c58
added WAR files so that they will be analyzed
...
Former-commit-id: 2aa266d40d5d3c1b3511db642e8b23331abf4b29
2013-08-16 12:47:30 -04:00
Jeremy Long
fe60421731
updated dependencies for test cases
...
Former-commit-id: 8ca0be6ef84b6db1baf3e8b05142fbd86bae97a7
2013-08-16 12:46:41 -04:00
Jeremy Long
0404fe9044
changed dependency references used during test
...
Former-commit-id: 64f18029835d6739034eaa9e44e9a974145d2aaf
2013-08-16 12:06:13 -04:00
Jeremy Long
8cf6c59ec7
removed from test resource to a test dependency
...
Former-commit-id: 44dab7bb5eed97a2fc48859136725ce62f0f6d1a
2013-08-16 11:18:50 -04:00
Jeremy Long
7b817ff866
minor update to remove lib from scanned directory during test
...
Former-commit-id: 7284871eb641a85f1f4d70c74b98e01c55b962b2
2013-08-16 11:18:31 -04:00
Jeremy Long
f087f70a2c
updated dependencies that are only scanned during tests to be provided/optional and copied them to test-classes
...
Former-commit-id: f7c7f5c0e258cc333931ed0980a04dce4cce36b3
2013-08-16 11:17:44 -04:00
Jeremy Long
b05752f430
added hazelcase-2.5.jar to the test cases
...
Former-commit-id: d048612ddd8c5ffe6d2b587a817aae274b728b98
2013-08-16 07:15:56 -04:00
Jeremy Long
c4cde366e8
fixed bug with short words at the end of a CPE were being ignored in verifyEntry. Also, added a min score of 0.08 for documents retrieved from lucene in order to prune bad matches earlier
...
Former-commit-id: b1720b2fba627507c601dc1e5b08a5b540095271
2013-08-16 07:15:10 -04:00
Jeremy Long
33249fad21
added "lib" directory to engine integration test so that new dependencies to test can be added to the pom in the test scope
...
Former-commit-id: 7e8b95db4698e6505170fce016124910512b4f3a
2013-08-16 07:13:07 -04:00
Jeremy Long
f0dd28d4db
updated test class path
...
Former-commit-id: c29fa3df038932ffa9f3356327c7706133081137
2013-08-16 07:12:01 -04:00
Jeremy Long
c0e35aa9fa
set version to 1.0.2-SNAPSHOT
...
Former-commit-id: 68029d97497bb2c7adb05869f3d4a2f4891eeb62
2013-08-14 20:11:52 -04:00
Jeremy Long
1fd633a23b
upgraded to use apache commons compress instead of core java zip api to accomodate UTF-8
...
Former-commit-id: 9a681b87ad8f53a909939360733f04b1e552f481
2013-08-14 20:06:26 -04:00
Erlend Oftedal
9a65e26e71
Styling and toggling on HTML-report
...
Former-commit-id: bfb745138b5bfbf1206135bd1d53ca463b46fcf0
2013-08-13 16:08:25 +02:00
Jeremy Long
f22cabc32a
update
...
Former-commit-id: d4fcc81fca0f0070352b9a6c9b8e79704819e146
2013-08-07 22:49:56 -04:00
Jeremy Long
b97d57f00b
updated information and added links to gh-pages
...
Former-commit-id: dc36d56de5d6bd7bc82680cd263ead8ceeea139b
2013-08-07 22:47:30 -04:00
Jeremy Long
5db3544683
removed gpg signing
...
Former-commit-id: 9782dddf82265be0f675f5e5f9f9849bfcc5b3ae
2013-08-07 22:42:32 -04:00
Jeremy Long
96eee95596
updated readme
...
Former-commit-id: 4cf254d41b78f8e9b232d6b40ab866fee05deac6
2013-08-07 22:41:29 -04:00
Jeremy Long
ffb3243bb6
reverting back to v1.0.1
...
Former-commit-id: 1000c0503272c412520a2b7f63c2f90dbcae9b5b
2013-08-07 22:37:35 -04:00
Jeremy Long
09f07902ef
updated batch update functionality
...
Former-commit-id: f62347bd25b61f048f18fb8cb23b8de7c053659e
2013-08-06 19:34:11 -04:00
Jeremy Long
43583bbc2e
updated tests
...
Former-commit-id: f290ba61239a0a5beee9522e036100753ddef2f7
2013-08-06 19:33:37 -04:00
Jeremy Long
2ebc713cbb
added new test data in zip archive
...
Former-commit-id: 941e6cff1ecd034d3450f81fd986c3c245cb42e1
2013-08-06 19:32:37 -04:00
Jeremy Long
65ecc0f3bb
removed
...
Former-commit-id: 312a48623f9b1d9ecd9950a2a8d719ad28ce82f9
2013-08-06 19:31:45 -04:00
Jeremy Long
ebabc1117e
added additional tests
...
Former-commit-id: b377007cf39b3f828fb336e336804b7db56ff923
2013-08-04 14:48:21 -04:00
Jeremy Long
672e59e657
commiting initial (and likely broken) version including batch updates - commiting as I need tests done with more OSes
...
Former-commit-id: 38f07a64633e0762623cdb5a00478a5bafd159b3
2013-08-04 14:47:54 -04:00
Jeremy Long
882e11f558
attempting fix for Windows file:/// URI
...
Former-commit-id: 38a26b41aa2ebed8e043ec4dd5a0096a353b650d
2013-08-04 14:44:53 -04:00
Jeremy Long
1cd5acb972
updated fetchFile test to remove un-needed argument
...
Former-commit-id: fab441c8cb525226f8e246e258e6705ed7167bbf
2013-08-04 10:48:10 -04:00
Jeremy Long
464a6efd28
removed some un-needed functions relating to downloading files
...
Former-commit-id: 95735c796df1ae95be5273c66722a5cbfbc81c36
2013-08-04 10:46:06 -04:00
Jeremy Long
18c3c1f475
added new exception
...
Former-commit-id: 919a3a7beaf09c6bd98c48c94d7712f51cd7624a
2013-08-04 10:34:20 -04:00
Jeremy Long
52de46aeb3
moved unzip functionality to FileUtils
...
Former-commit-id: 3f791cb94b5ec94d17118d25cb08598c1769edda
2013-08-04 10:33:28 -04:00
Jeremy Long
b80d088254
added a file.delete that will delete the file on JVM exit if the original delete fails
...
Former-commit-id: 6007a325a0796b8ad881df6c8f3568fe131a764b
2013-08-04 10:32:53 -04:00
Jeremy Long
7d0d85aeb7
removed unused properties and added BATCH_UPDATE_URL
...
Former-commit-id: ef80d9a274071342026a619b88183bfca4988074
2013-08-03 12:12:59 -04:00
Jeremy Long
d19ef8322e
removed unused property in test case
...
Former-commit-id: 608279aaf7e507621454065a9f62f25883c61002
2013-08-03 12:11:46 -04:00
Jeremy Long
840b4d7619
updated comments
...
Former-commit-id: 93c3f238c44a604e25ac8706f0efbc70d6158c9b
2013-08-03 12:10:50 -04:00
Jeremy Long
e4a36545d7
updated getLastModified() to support the file:// protocol
...
Former-commit-id: e23b72db0070c2ecf22a725cc936451440ad530f
2013-08-03 12:09:44 -04:00
Jeremy Long
31fbc7389b
made getDataDirectory static
...
Former-commit-id: b347a95eb968ae49fb7a904c4a8ed5d7a00e85dd
2013-08-03 12:07:05 -04:00
Jeremy Long
19ec936d38
added application name and version properties
...
Former-commit-id: d99340e153b1548b9483b346a3aa488462f5689e
2013-08-03 12:06:24 -04:00
Jeremy Long
939c67d41c
added application name and version properties
...
Former-commit-id: fe8db80a771f7a45875136295412a3becaed3b0d
2013-08-03 12:05:54 -04:00
Jeremy Long
9614e4f115
added version to data directory path
...
Former-commit-id: f5ca8a7c4ef98c5e7b72c410691b069c6221c9e1
2013-08-02 23:41:21 -04:00
Jeremy Long
c48150a792
updated installation download urls
...
Former-commit-id: f496586d54e157764d32ee81d0f8a60d3c377523
2013-08-01 11:56:15 -04:00
Jeremy Long
60687502d1
version 1.0.2-SNAPSHOT
...
Former-commit-id: e3dfa2662b85df65a91ab016c512ef0fb9dcfd0e
2013-08-01 11:50:37 -04:00
Jeremy Long
2fab58759e
version 1.0.1
...
Former-commit-id: c8cb49627593ccb3ad9033222341c04af3feb2f9
2013-08-01 11:09:07 -04:00
Jeremy Long
a42c586bb2
fixed issue with data directory and made a few other minor changes
...
Former-commit-id: 46f89f4deb6b0b55f34ee61c61424f87bf0334d8
2013-08-01 10:57:44 -04:00
Jeremy Long
a6b76b3494
Updated installation instructions
...
Former-commit-id: 3a8ea34b6e4a3eb3b2877d30b3c211290f758c0b
2013-08-01 10:57:13 -04:00
Jeremy Long
a6eaf7fc84
[maven-release-plugin] prepare for next development iteration
...
Former-commit-id: b55c872dbc13979238a795d1eb2ebb7539522860
2013-07-31 15:25:50 -04:00
Jeremy Long
97ba9b42eb
[maven-release-plugin] prepare release dependency-check-1.0.0
...
Former-commit-id: 6119beae5eca578e8c0f1847a4a5d1b4de1353d7
2013-07-31 15:25:26 -04:00
Jeremy Long
e0a71f0373
snapshot 1.0.0
...
Former-commit-id: 2a24202dc7e55e11d975b79f7972ca6f792d991d
2013-07-31 15:10:15 -04:00
Jeremy Long
b8875d7f1c
[maven-release-plugin] prepare for next development iteration
...
Former-commit-id: c8259bf06880587c957e31bd65b2aae8aad0e594
2013-07-31 14:41:20 -04:00
Jeremy Long
67dfd9a942
[maven-release-plugin] prepare release dependency-check-1.0.0
...
Former-commit-id: 793202c9cad55877dd574b109b17aee7158021e8
2013-07-31 11:21:09 -04:00
Jeremy Long
db46b03d0c
releasing updates from private repo
...
Former-commit-id: 745279b1fbbfe1e331adbf52ca4ccd9e75a18178
2013-07-31 10:21:31 -04:00
Jeremy Long
5672c86905
removed todo comment
...
Former-commit-id: fc33e187defbec9a57ef66aca2ab0486b14d9d55
2013-06-25 22:35:34 -04:00
Jeremy Long
d5406270a5
improved exception handling
...
Former-commit-id: bd0f78d44a0079181f9a7b461c0599a4f57db01b
2013-06-25 22:31:59 -04:00
Jeremy Long
0b3f5e408b
moved jaxb generated code
...
Former-commit-id: 1847d2987af92aea9f72d83165600dacbfd54510
2013-06-25 22:19:40 -04:00
Jeremy Long
2ce432ac77
moved jaxb generated code
...
Former-commit-id: cf1b87989c9bea724a852d2293e11255cdf2ffcf
2013-06-25 22:18:58 -04:00
Jeremy Long
6cb26b3fbb
added extra jar to analyze test to correct http false positives
...
Former-commit-id: 584f7924b1a50de4cf358d7880dbca6646161d98
2013-06-23 22:42:40 -04:00
Jeremy Long
a9b5949191
added correction to deal with http urls causing false positives
...
Former-commit-id: 8fc7b6ec7754d83eca030968e851a13ef0b2b6ff
2013-06-23 22:40:58 -04:00
Jeremy Long
6016370515
Added methods to test strings for urls and to extract important portions of the url
...
Former-commit-id: be5878b61d1ce226a4d802b431cfa6c0d32252d1
2013-06-23 22:38:45 -04:00
Jeremy Long
f3c026f278
few minor updates
...
Former-commit-id: 2b41a7ee44fde511a47bb76f7c366db123eb2528
2013-06-23 22:37:27 -04:00
Jeremy Long
8f218bd6d6
added common-validator to help solve the url problem
...
Former-commit-id: c926c675c51d0e22f2552a1d1822bb16d25501c7
2013-06-23 22:34:12 -04:00
Jeremy Long
59fd89bf68
extracted common parts of the tokenizing filters to create the AbstractTokenizingFilter
...
Former-commit-id: 5ecb6ad7f16de5d9a22789b4cfbbf38c40a8fb35
2013-06-23 22:33:07 -04:00
Jeremy Long
d27a6235f0
added the AbstractTokenizingFilter
...
Former-commit-id: 043e4f9940c341dc05529c08d154f523735756d3
2013-06-23 22:30:47 -04:00
Jeremy Long
c23febbcf0
added UrlTokenizingFilter
...
Former-commit-id: 6868a5b16e8d44f8761028278b6c292f98f53a7b
2013-06-23 22:29:54 -04:00
Jeremy Long
81e85a4d0d
added UrlTokenizingFilter
...
Former-commit-id: 23c7e8caa1e554141b1f02adae6469d94ed29f8e
2013-06-23 22:27:50 -04:00
Jeremy Long
44ba1bc85b
fixed the addEvidenceWithoutduplicateTerms - but allowed the same term to be added multiple times
...
Former-commit-id: 415bde97d05cb6c7dc221d2671f37156a17a7003
2013-06-23 22:26:37 -04:00
Jeremy Long
6244fe5a93
added suppertsExtension method to determine if any analyzer supports a specified extension
...
Former-commit-id: b889407df86d1611fee3e09039a7f0113f3167a2
2013-06-19 23:28:08 -04:00
Jeremy Long
973335db56
updated to version 0.3.2.5-SNAPSHOT
...
Former-commit-id: 8d0d2f1ed56c85a6291e4ad0723133d9afd0527e
2013-06-17 20:44:05 -04:00
Jeremy Long
4b2c4f88d3
updated to version 0.3.2.4
...
Former-commit-id: e8184de2ff4248eba5996cb8024fd804d273ae7f
2013-06-17 20:42:07 -04:00
Jeremy Long
bbd2ca0d68
updated logging
...
Former-commit-id: 940e4d2a7aba51931b1024c7426ba31bc686cc16
2013-06-17 20:40:29 -04:00
Jeremy Long
a82c225841
added message about BH Arsenal
...
Former-commit-id: f793bc5197eb7483774e8c9f3f5325e77e41b090
2013-06-17 20:25:40 -04:00
Jeremy Long
f9a6852aaa
checkstyle correction
...
Former-commit-id: 63e61948becf22440bab7c34ccb304205bc60174
2013-06-16 07:43:54 -04:00
Jeremy Long
fad704b692
updated logging
...
Former-commit-id: b305a66140786ce59f547a7fce4a211e092a883d
2013-06-16 07:24:34 -04:00
Jeremy Long
e362632477
updated logging
...
Former-commit-id: 665f57b1a1aca0ab8b2ee5a370ef17089d00c813
2013-06-16 06:36:14 -04:00
Jeremy Long
4558b49c1b
updated logging
...
Former-commit-id: 4d6b0268527200b6472c2068c2e835ae003a9f44
2013-06-15 23:42:45 -04:00
Jeremy Long
4357d8788a
fixed null pointer exception
...
Former-commit-id: a4ec4a993db877914ba7742e4c1eb04d8cb76a0c
2013-06-15 22:40:11 -04:00
Jeremy Long
78b7c24c15
minor updates - still no implementation though
...
Former-commit-id: 02bcef8ced0cbca52f79d4f4e02aa388a5aab60c
2013-06-11 06:23:05 -04:00
Jeremy Long
127e9e9f74
updated javadoc
...
Former-commit-id: 0ec1e86a1aad644b242d0c2add4a1f91787c9bf3
2013-06-11 06:20:00 -04:00
Jeremy Long
1951ae1cce
fixed compilation issue due to changes in other classes
...
Former-commit-id: 1f34406810b81131a2fab354b92a96295c3911cd
2013-06-11 06:05:07 -04:00
Jeremy Long
79e2fd4b52
added a temp directory property
...
Former-commit-id: 4eef30988909b1ba51ee4556fe3f1d3b93189278
2013-06-11 06:03:52 -04:00
Jeremy Long
2265a2c43d
added a getInt with a default value
...
Former-commit-id: 4447f876376b8f2919bca5d784749205d9a01055
2013-06-11 06:03:13 -04:00
Jeremy Long
1e7e543ab0
minor update to support new analyzer
...
Former-commit-id: c30cd9fee16331a50b33792b0cfc3d48e33fb5b3
2013-06-11 06:00:09 -04:00
Jeremy Long
9671a73bd6
added netbeans configuration files too
...
Former-commit-id: 9cb38b18c5b87a88c01b16b9a81414d8524897ca
2013-06-11 05:58:06 -04:00
Jeremy Long
5bbee94d68
added throws clause to initialize and close as specified by the interface
...
Former-commit-id: 4a081a980f370513f54c23e6a6d2c2c41c0ff200
2013-06-07 22:24:01 -04:00
Jeremy Long
9d7122d69c
re-arranged code and improved documentation (some)
...
Former-commit-id: 7e52b2625f3cf4f30c6d250c00104fe7742e11f2
2013-06-07 22:04:35 -04:00
Jeremy Long
6b1270a4f9
made snapshot
...
Former-commit-id: fc59277b3a8d29c0b19f4c89129fa137bb440290
2013-06-07 22:00:36 -04:00
Jeremy Long
3c8de2be3f
v0.3.2.3
...
Former-commit-id: 50b7db9ccbac552ebd06dd85045b3da0c1414f07
2013-06-07 15:53:03 -04:00
Jeremy Long
5afb5f0e83
v0.3.2.3
...
Former-commit-id: 5e838c7e8f7facd79cbfb0f63dac3d4a39034e38
2013-06-07 15:52:24 -04:00
Jeremy Long
7f42d0df40
to revert
...
Former-commit-id: 02de6f9d928f3d18cd4b23fdff26aac4c9c99d74
2013-06-07 15:51:20 -04:00
Jeremy Long
0df54c9021
next snapshot
...
Former-commit-id: eb08242da149b71a8c552d0d1ea7d589397c8104
2013-06-07 15:47:33 -04:00
Jeremy Long
41bc33f4ba
removed deprecated code
...
Former-commit-id: 73b72b8f5aba62876655bd6912365da378d3e804
2013-06-07 15:46:30 -04:00
Jeremy Long
dcc883fa27
v0.3.2.3
...
Former-commit-id: ff715cd36a4c2340b563bf8df720ee90f33a095b
2013-06-07 15:46:17 -04:00
Jeremy Long
492c5d01bf
checkstyle fix
...
Former-commit-id: a2537f620af11103ebefa0f94afc60b35cc82be5
2013-06-07 15:46:02 -04:00
Jeremy Long
49eaca1290
checkstyle fix
...
Former-commit-id: 6115652bf743e0fbb3d54fb294426de97496c6b7
2013-06-07 15:45:32 -04:00
Jeremy Long
ce43b586ad
added vulnerable library count
...
Former-commit-id: 2913ff54090a0527bf34c0740898644e4b82efde
2013-06-07 15:44:15 -04:00
Jeremy Long
ae49cd6a26
added a new vulnerability report
...
Former-commit-id: 58c096683a2a382100352262dfd13b511a696447
2013-06-07 15:20:38 -04:00
Jeremy Long
6ad3897af8
added Stupid Table Plugin
...
Former-commit-id: 110e79a21c6e1f61d503ab1fa9331f76b5da13b2
2013-06-07 15:20:23 -04:00
Jeremy Long
53ddb067ea
version 0.3.2.3-SNAPSHOT
...
Former-commit-id: 043e562ba47635a3a25e8724fb36f246ecd97cf2
2013-06-05 00:07:59 -04:00
Jeremy Long
a9762170bc
version 0.3.2.2
...
Former-commit-id: 98ef7905c06f8489c0e685fa8992d0f08985340e
2013-06-05 00:06:09 -04:00
Jeremy Long
4d91403fd2
checkstyle fix
...
Former-commit-id: 885c335fc8fd4b8eea0e074c919f02c3cc26e32c
2013-06-05 00:05:46 -04:00
Jeremy Long
e1cd4a63d0
checkstle fixes
...
Former-commit-id: 473ff93fdc20125b97459a8e0cb51fd115b410e3
2013-06-04 23:47:22 -04:00
Jeremy Long
18f3874dab
checkstyle fixes
...
Former-commit-id: fecdd752a18a9ea349fcba0ac9a6b5e76abeccde
2013-06-04 23:40:37 -04:00
Jeremy Long
6efcee500d
updated javadoc
...
Former-commit-id: 686cdfb01938f14c5856300f3a7965c1aa22da6e
2013-06-04 23:40:11 -04:00
Jeremy Long
8c0532f363
updated javadoc
...
Former-commit-id: 43e1db973c4e4d9f36eb7fd18da76f5a0226fabf
2013-06-04 23:40:02 -04:00
Jeremy Long
fdb0d07ab8
fixed bug where dependencies would get bundled even if they were different versions
...
Former-commit-id: 23eb0cb89d4372611d552e3691727ac8477b245c
2013-06-04 23:27:14 -04:00
Jeremy Long
58e30649a3
added equals and hashCode
...
Former-commit-id: e7091b8f28f1a24d761729fe213b6208fe2ee03b
2013-06-04 23:06:02 -04:00
Jeremy Long
85feef3a60
added filter to add the correct Maven namespace to the POM if it is missing
...
Former-commit-id: a330eb5ade23e02e8ba450750f4051fd8844df39
2013-06-04 22:54:28 -04:00
Jeremy Long
fccd913a8a
added filter to add the correct Maven namespace to the POM if it is missing
...
Former-commit-id: e8e3901878beacc0837e7b0578c810b2283727f0
2013-06-04 22:54:09 -04:00
Jeremy Long
dd119edafe
minor bug fix
...
Former-commit-id: 0f0d101a22e904db91348dd40a40780d9bcb85ad
2013-06-04 05:09:04 -04:00
Jeremy Long
f6633fb16c
checkstyle fixes (javadoc, final variables, etc)
...
Former-commit-id: f1ee986631ba810cea2ca2101948c11c03c0d62c
2013-06-03 20:23:23 -04:00
Jeremy Long
d243bf4f48
added attribute to ignore a findbugs style error
...
Former-commit-id: e675e7d62a96807f686f8a3a992b97be13b7e0dd
2013-06-03 20:17:07 -04:00
Jeremy Long
92d306f777
findbugs fixes
...
Former-commit-id: 390c00542b8ee16746118126bd9d6b7f4f98b546
2013-06-03 20:07:39 -04:00
Jeremy Long
0ea29b3d7c
add jsoup to help convert the HTML, specified within nodes in the POM, into text.
...
Former-commit-id: d32fbfe3e1d9a26f053773d7b9566acead1acc1c
2013-06-02 21:45:49 -04:00
Jeremy Long
c8e6e8eb32
added code to remove additional false positives
...
Former-commit-id: dfe20849d2c7d4674331f44af3a82112a99b993c
2013-06-02 21:44:20 -04:00
Jeremy Long
a6aae6292e
added initial version filter - only supporting struts1/2 right now
...
Former-commit-id: aa432c189c55d9ed66cf86d48041dd69dd43ab86
2013-05-31 22:57:04 -04:00
Jeremy Long
e33100b075
added another manifest entry to ignore
...
Former-commit-id: d8329c24f05a157cb94c8a9effbde52af31bfd76
2013-05-31 22:32:56 -04:00
Jeremy Long
84a229d286
added another manifest entry to ignore
...
Former-commit-id: 026080b556ab2a1736f137f87b7bf5c43cfecf6e
2013-05-31 21:52:36 -04:00
Jeremy Long
ab32c42487
fixed javadoc typo
...
Former-commit-id: d6d2c1998c8a8c933608351fd2b301b94480236f
2013-05-31 21:24:33 -04:00
Jeremy Long
0dc3744859
fixed javadoc typo
...
Former-commit-id: c631903f6567a3889722c9f19597651117c1d83d
2013-05-31 21:24:06 -04:00
Jeremy Long
d22eab4155
reduced complexity around determining if the jar contains classes
...
Former-commit-id: 3d31a3cbebcf0bebec17ee5f8c9a060f60458db8
2013-05-31 20:48:33 -04:00
Jeremy Long
ea9bfec3c9
removed a reported exception for javadoc or sources jar files for not having a manifest
...
Former-commit-id: bebbf0a2ef45f8d035a8420e036c6ac034a89760
2013-05-31 20:41:23 -04:00
Jeremy Long
02b43a5d66
minor update to text
...
Former-commit-id: 3d7ed5dfd4bef89e002d5bb3e49dc581a4863529
2013-05-27 22:22:44 -04:00
Jeremy Long
e0fc7952f4
v0.3.2.1-SNAPSHOT
...
Former-commit-id: 08cae57ef475f148c4d9754ab3414a41bfece536
2013-05-27 22:18:20 -04:00
Jeremy Long
66ec2c5d27
0.3.2.0
...
Former-commit-id: 9e3ef33d93a6d7d5e65cac75adf97cd3dc81f69e
2013-05-27 22:14:27 -04:00
Jeremy Long
f5a78402a6
testing
...
Former-commit-id: 13fe0b65c1061084d1716db13c18d19ed1797fce
2013-05-27 22:12:25 -04:00
Jeremy Long
29bfd7325d
reset username and blank password
...
Former-commit-id: eb9ffb878d8f5c943bb5651ee9c2c18d9af7243f
2013-05-27 21:32:05 -04:00
Jeremy Long
318962c01f
updated H2 version
...
Former-commit-id: 34b9d13b96c8891525c505dfbe0a41bed3422bb7
2013-05-27 20:47:13 -04:00
Jeremy Long
8ca49fafa1
added compile time support for findbugs suppress warning annotation
...
Former-commit-id: 189e2b7c84b49413c141810ac7efca31910eb7e1
2013-05-27 20:02:54 -04:00
Jeremy Long
656e783894
updated javadoc
...
Former-commit-id: c0ae715bd4042302ae97dd7834764629559d691c
2013-05-27 20:01:47 -04:00
Jeremy Long
18c6d60a85
updated javadoc
...
Former-commit-id: 7b5aaeab99df80b48414e880f05583f851c772d2
2013-05-27 20:01:16 -04:00
Jeremy Long
b202121c21
added findbugs suppression for a non-issue and made a few checkstyle corrections
...
Former-commit-id: 60a3757ce97ec7cccc07b66ef4541db3e2c2bdac
2013-05-27 20:00:46 -04:00
Jeremy Long
ea3672dd08
added findbugs suppress warning for a false positive
...
Former-commit-id: 439a2c5f6bf957535779f702532d1edb609330e5
2013-05-27 19:59:16 -04:00
Jeremy Long
88037af7ef
collapsed nested if statements
...
Former-commit-id: 7e70e8a399042c413e86a772b6345fc6e52df235
2013-05-27 19:58:26 -04:00
Jeremy Long
4bda5b619d
added supresswarnings for findbugs false positive
...
Former-commit-id: 6fd172530338f4fc22777eab7a36465be7d12119
2013-05-27 19:56:19 -04:00
Jeremy Long
a0645ea30f
updated javadoc
...
Former-commit-id: 2af65f75bb0d0b28c33a9945ee27cf83912128ff
2013-05-27 19:55:13 -04:00
Jeremy Long
a3e4adb0af
checkstyle fixes
...
Former-commit-id: 4585dce6788c08f6e63a0bb34572874f7eb02877
2013-05-27 19:54:41 -04:00
Jeremy Long
e18aedfabf
reduced size to make tests fasters
...
Former-commit-id: 9d29ec809fe43f21d89f77e1200d92af1a103bd6
2013-05-27 19:53:14 -04:00
Jeremy Long
44529a78d2
updated javadoc and copyright
...
Former-commit-id: bd41e8c200b3a5386cb3c07bb2b398700d70ff16
2013-05-27 09:14:56 -04:00
Jeremy Long
bb9025364b
Merge branch 'master' of https://github.com/jeremylong/DependencyCheck
...
Former-commit-id: 401adb5d528324f9af19745068868924c808d02b
2013-05-27 09:07:18 -04:00
Steve Springett
7c78283b46
Adding more control over data directory path
...
Former-commit-id: 926b9f3d2ed0a19a28a3d23a64bada70b5da22a6
2013-05-27 00:10:08 -07:00
Jeremy Long
f7d6ca5c11
Applied patch from Steve to change the loading of the H2 db
...
Former-commit-id: 46d4bd628f0d7ecfaffc7881f8bc47bee6c55a5f
2013-05-25 10:56:41 -04:00
Steve Springett
172a341b40
Adding more control over data directory path
...
Former-commit-id: af198db00ee4d1330ff0d4105f319c739c80bb8b
2013-05-24 23:53:24 -07:00
Steve Springett
09aef67808
Fixed Velocity logging issues in server environment.
...
Former-commit-id: 663447c35a74d17d2c2af4b62f4591924d6387a5
2013-05-24 16:00:10 -07:00
Steve Springett
a400312d3a
Forcing the class loading of the H2 JDBC driver.
...
Former-commit-id: 97c59fc760efc9e8aa8df081759889f921d4822b
2013-05-22 01:11:02 -07:00
Jeremy Long
1b01b35b03
made outDir final
...
Former-commit-id: 0a1354925aac773035aa15b04912c30c585ed243
2013-05-20 22:54:35 -04:00
Jeremy Long
2d0acaa8ae
various updates recommended by intelliJ
...
Former-commit-id: b3b3e4accfbf29d8df38eeb39a469881348ee26f
2013-05-20 22:50:21 -04:00
Jeremy Long
a31a73320b
various updates recommended by intelliJ
...
Former-commit-id: 298ccc5ba67197542c729911b5b2222363833530
2013-05-20 22:17:19 -04:00
Jeremy Long
75da352806
version 0.3.1.1-snapshot
...
Former-commit-id: ce6e012112b05f79439b18612cea8a0131faa7b5
2013-05-20 17:04:03 -04:00
Jeremy Long
61b0c9b1c1
version 0.3.1.1
...
Former-commit-id: d44728ba689897645f7d18f3ee562e82355b1c9c
2013-05-20 17:01:02 -04:00
Jeremy Long
2185fe0f4c
fixed typo that prevented some information from being displayed
...
Former-commit-id: 59c9c97fb478d52782afad114a0257fc045e3090
2013-05-20 17:00:21 -04:00
Jeremy Long
4ee0977aa1
corrected file path of related dependencies
...
Former-commit-id: 9a24e7e36474e387ac29021ed17bb38c1df5fccf
2013-05-19 08:29:00 -04:00
Jeremy Long
1ba44771bb
bug fix, report generation failed if target directory didn't exist
...
Former-commit-id: bce38747178da61a08d726d32da575f4026dd26d
2013-05-18 10:23:57 -04:00
Jeremy Long
9966eec1df
updated exception logging message
...
Former-commit-id: 206fd2354786aa53db3024b94a7ac4120c28f900
2013-05-18 09:00:34 -04:00
Jeremy Long
dd444f5f76
PMD fix
...
Former-commit-id: 18f1bac263b4bda33a58f11e1b35fd7602c462f1
2013-05-18 08:49:08 -04:00
Jeremy Long
a0a6089057
checkstyle fix
...
Former-commit-id: 67cdcf9f745f7220d02b84ac5e918ef65e324b30
2013-05-18 08:45:58 -04:00
Jeremy Long
4be72fc989
updated global Settings and moved connectionTimeout, proxyUrl, and proxyPort from system properties to normal command line properties
...
Former-commit-id: 0e7e552768dd43e9d0cb40052589a34d0738df37
2013-05-18 08:45:16 -04:00
Jeremy Long
033cbf696a
updated autor email address to my owasp address
...
Former-commit-id: f6c6715b3fc1461afd543fb8d89b81fea1a8bbed
2013-05-17 23:57:59 -04:00
Jeremy Long
805bc85ea9
added equals and hashcode methods
...
Former-commit-id: 8c6e8bae17d2fcea4b52d46cda218922749cd9cf
2013-05-17 22:39:28 -04:00
Jeremy Long
0d057d500e
v0.3.1.0-snapshot
...
Former-commit-id: 912467cad5ada2d445d96d2312b83ec76b5b6cff
2013-05-17 22:26:22 -04:00
Jeremy Long
7462500e20
v0.3.1.0
...
Former-commit-id: d1ea402f6bf49f88c06b17865be30ead766b6fd8
2013-05-17 22:24:24 -04:00
Jeremy Long
3e06a4a7c5
fixed logging bug
...
Former-commit-id: 8aa994957fcbf55ecd7c05964768bff901d64547
2013-05-13 12:11:22 -04:00
Jeremy Long
e0684ab086
Checkstyle fix
...
Former-commit-id: 4adf3d0e81f213bc324fc646abe8280385e81429
2013-05-13 11:54:50 -04:00
Jeremy Long
e7be883e2e
Improved logging on failed updates
...
Former-commit-id: edfd14af594e7692e238a69b4fd2090361efddd5
2013-05-13 11:54:25 -04:00
Jeremy Long
8fe80a4507
Improved logging on failed updates
...
Former-commit-id: 61f2ba2acd867043f92904f1e1f038a25355f155
2013-05-13 11:52:54 -04:00
Jeremy Long
68084c4567
minor update to prepareLogger
...
Former-commit-id: f982fb266ee46fbe37334ef246c59fc861a2a523
2013-05-13 11:41:55 -04:00
Jeremy Long
9c27545f5f
source formating update
...
Former-commit-id: 02681646cb18f9dbe7a4744af77128fc62865220
2013-05-13 11:09:39 -04:00
Jeremy Long
6da8af7680
updated title
...
Former-commit-id: cb455d4c1f34008e67f391644620f60367602798
2013-05-12 07:00:58 -04:00
Jeremy Long
1b7ce93623
file header update
...
Former-commit-id: 0a13aa9960848b5a97dcba0e51a89145e012ebc8
2013-05-10 06:34:45 -04:00
Jeremy Long
5f6480527e
minor bug fix
...
Former-commit-id: c1417cb0cd8d0a65838feaa5b33c85e73e56a3e2
2013-05-10 06:29:08 -04:00
Jeremy Long
4d7b4ce877
checkstyle fix
...
Former-commit-id: f8a632d0d1f2c7c3b6b7e2553cda738b725f14d7
2013-05-10 06:05:59 -04:00
Jeremy Long
fd61f7d363
updated file header
...
Former-commit-id: 8d3dcd110d96d93d2f267e77d303e076be71db5c
2013-05-10 06:04:28 -04:00
Jeremy Long
47cc3d7358
checkstyle fixes
...
Former-commit-id: 213d1375060723f9bded7680cf07ad0f790cd71c
2013-05-10 06:03:00 -04:00
Jeremy Long
d180618634
updated file header comment
...
Former-commit-id: ef8657a90b398f59cc0693f0a094292609fdd9ef
2013-05-10 05:52:44 -04:00
Jeremy Long
b2b96426d7
minor correction
...
Former-commit-id: 436e1ffb049bce43cf0dce2f881b9b61744085b4
2013-05-10 05:33:57 -04:00
Jeremy Long
5796d4b969
Fixed bug when analyzing maven repositories - related JARs would not get bundled
...
Former-commit-id: 8b5386ba522277a0fa8c982e8e5bd55277edc258
2013-05-09 23:03:03 -04:00
Jeremy Long
37957613df
bug fixes
...
Former-commit-id: 4c1161542509a2e2e9b78be119a230e1d8cf4cfc
2013-05-09 22:34:47 -04:00
Jeremy Long
cb82f02eb4
spelling fixes
...
Former-commit-id: d118f6474726c5cb39c246789830c4626a2bba7a
2013-05-09 19:49:25 -04:00
Jeremy Long
3feccefee8
improved pom analysis
...
Former-commit-id: 8da3f802dbf2c3d8cd63d07a1a0a5d984074f007
2013-05-03 20:23:42 -04:00
Jeremy Long
910b1dca85
minor update to references where the actual licenses are for the 3rd party components
...
Former-commit-id: a7f85046bbf88b3c1abc99481f3ff7bbff39f670
2013-04-24 20:03:02 -04:00
Jeremy Long
d71c6f055b
changed logging level when logging update exceptions
...
Former-commit-id: 4608aad994437e1ebffff2dbb2d97dafdf138ab5
2013-04-23 21:35:23 -04:00
Jeremy Long
536f373b91
checkstyle/pmd/findbugs fixes
...
Former-commit-id: ed64aebbc7c5f25978b8e4b6391a6d7fc08749be
2013-04-23 20:22:51 -04:00
Jeremy Long
6987845228
added commons-lang dependency
...
Former-commit-id: 2078cb15e694c9c0122a27cc188522a9771980a9
2013-04-23 07:10:31 -04:00
Jeremy Long
2edd2bf763
added FileUtilsTest
...
Former-commit-id: ca4a9781c134e4f01a64d4bf59489103d34d1f70
2013-04-23 07:09:56 -04:00
Jeremy Long
2605761d76
bug fixes
...
Former-commit-id: 29c74c9ac0bad912e90b6adb888fbeae10180835
2013-04-23 07:09:18 -04:00
Jeremy Long
391d261ca1
added removal off spurious CPE entries
...
Former-commit-id: c91ac1b042f691daa3312d9c2fcfd5e49cbea3d2
2013-04-23 07:08:29 -04:00
Jeremy Long
6a7531f1e6
added pre finding and post finding phases
...
Former-commit-id: 006203fe9c4ca27bed29601af6fd35f276ce5366
2013-04-23 07:07:19 -04:00
Jeremy Long
fb294e8bea
added tests for DependencyVersionUtil
...
Former-commit-id: fcbc3b4f9d619be77d78d011926751d528cb1eb1
2013-04-23 07:06:30 -04:00
Jeremy Long
a1046488c3
added better version analysis for dependency bundling
...
Former-commit-id: c32d49d50c87a0c3b87da777af524d413cc7c7f3
2013-04-23 07:05:42 -04:00
Jeremy Long
8cef56265c
bug fixed regarding whether or not to include packages as evidence
...
Former-commit-id: 24c6a76d8088cf951db9765a9c618057e2fe5ec9
2013-04-23 07:03:57 -04:00
Jeremy Long
ec30851247
added axis and axis2 for testing
...
Former-commit-id: d0f114a142bb8d115caacaeb25d09497cd3420ba
2013-04-23 07:02:48 -04:00
Jeremy Long
7420c12b89
fixed bug in removing sources and javadoc JARs from analysis
...
Former-commit-id: 1386148a368a193ce70f1fae8784215d62706ee9
2013-04-21 05:18:50 -04:00
Jeremy Long
895c770c24
added code to filter out sources.jar and javadoc.jar if no class files are contained
...
Former-commit-id: ff77b49af31258a12433f8a78d13a6cbf36d11c1
2013-04-20 15:43:12 -04:00
Jeremy Long
606070f449
started snapshot
...
Former-commit-id: f4551455036cf1050f0fcf7e3ca74f2796989403
2013-04-20 15:42:21 -04:00
Jeremy Long
ec41493d91
fixed line break issues
...
Former-commit-id: 2018eb293b9a79cc892e37994ba1efac7b179600
2013-04-20 15:03:32 -04:00
Jeremy Long
d551093199
fixed line break issues
...
Former-commit-id: 0fc9f2954c5368e9300039e70ef63dd0f0bbfe1e
2013-04-20 15:02:38 -04:00
Jeremy Long
f7f8b2da62
fixed line breaks in the usage
...
Former-commit-id: 556823a8af6e13cc7a18c248d3e51946b46d3d28
2013-04-20 15:00:58 -04:00
Jeremy Long
1378b630a6
release 0.3.0.0
...
Former-commit-id: 65d4221afe3637a4d5cca28b7f9e158e936bd919
2013-04-20 14:55:28 -04:00
Jeremy Long
9726d86ab0
minor bug fix
...
Former-commit-id: ecf116ac73e7d6a0abd4cfe2952551deaddaf148
2013-04-20 14:48:58 -04:00
Jeremy Long
c9364e7b94
added a schema for the dependency-check XML report
...
Former-commit-id: a1ddac261454dd46e4d875c0de451db943db3674
2013-04-20 14:41:08 -04:00
Jeremy Long
1e6780a2e3
minor updates
...
Former-commit-id: 688d326e5d15ecc45ac8c7f5a7c53dfaf2615fac
2013-04-20 13:36:44 -04:00
Jeremy Long
72855d4d7a
removed un-necassary functionality from all analyzers and the base engine
...
Former-commit-id: e6b97601ff24ced2a2016d03b35869d083b947db
2013-04-20 13:12:16 -04:00
Jeremy Long
c0359da930
added related dependencies
...
Former-commit-id: ae645b937c26ab850194cfe70b1b64f40f7eb62c
2013-04-20 13:11:31 -04:00
Jeremy Long
b4f39b0bfc
Correctly implemented this analyzer (hopefully)
...
Former-commit-id: 0fb69a26a8c1da952894ec410f8ef0e4e40d1914
2013-04-20 13:11:01 -04:00
Jeremy Long
d7af145f3b
checkstyle/PMD updates
...
Former-commit-id: d970e6d49ba78a1e563b4ab5598c242d4dbca80e
2013-04-20 11:49:59 -04:00
Jeremy Long
b078d8477e
added test case for VulnerableSoftware
...
Former-commit-id: 935832719235e07a4c7f1fe0c989cae3864b5ce9
2013-04-20 07:18:27 -04:00
Jeremy Long
02b64e1a4b
correct and issue with the comparable interface (invalid sort order)
...
Former-commit-id: 2d819f088d098560c678912e9dfffb2f8cca8f06
2013-04-20 07:18:05 -04:00
Jeremy Long
f444825e42
minor bug fix
...
Former-commit-id: 7feaa7f3595ba0d198aff445fdb377b86a76e4fd
2013-04-20 06:28:40 -04:00
Jeremy Long
9fa62ef388
added vulnerable software to the report
...
Former-commit-id: 97658f4c2776c47b41d74db3be180c871dbcf243
2013-04-20 06:16:43 -04:00
Jeremy Long
e73ad07836
added a link to the NVD
...
Former-commit-id: 6686314a88f3a2f0aa93de2c753a0962cb902a07
2013-04-20 06:03:37 -04:00
Jeremy Long
a680e79686
added license information
...
Former-commit-id: d5eccd06a7bd8829487616bf000250bf00e56bec
2013-04-20 06:00:36 -04:00
Jeremy Long
728c05262c
updated license information
...
Former-commit-id: ab4882e7a44896c670295dd56e12b25bc568c7cc
2013-04-20 06:00:02 -04:00
Jeremy Long
23e08c1ca1
updated output format to accept 'ALL' to generated both HTML and XML reports
...
Former-commit-id: 002943f373d5541d0ede54d00beb9c155eb454c0
2013-04-19 18:52:02 -04:00
Jeremy Long
198d73acfa
Updates to abstract analyzer and subclasses - removed duplicate code
...
Former-commit-id: e0acf33d81dcf5e2d6383345927287dbe918d03c
2013-04-19 18:46:01 -04:00
Jeremy Long
71e210b66c
Updated to accomadate removing dependencies (used by the DependencyBundlingAnalyzer)
...
Former-commit-id: c5f530bce2d82e30795d327c8da03b66bce7785b
2013-04-19 18:45:40 -04:00
Jeremy Long
2f31c53fd4
Updating Dependency Bundler to group related dependencies
...
Former-commit-id: f9d971b134dc75847b45c1bb3b0bc2fce37e5c1a
2013-04-19 18:44:25 -04:00
Jeremy Long
9f661535e0
Updating Dependency Bundler to group related dependencies
...
Former-commit-id: 4d2d05f0ba2fc3890de7fba8f6ff0a7b6a858f4b
2013-04-19 18:43:31 -04:00
Jeremy Long
5b0d4bf8e6
Adding Dependency Bundling to collapse multiple related dependencies into a single reportable instance
...
Former-commit-id: 17a6af2954e8b6da6ecd0b97895372624945d138
2013-04-18 17:58:47 -04:00
Jeremy Long
a639264149
checkstyle fix
...
Former-commit-id: e99149f776739afa17c930f0e9666c53f92a0296
2013-04-18 07:02:05 -04:00
Jeremy Long
91ab257eb6
PMD fixes
...
Former-commit-id: f34bcaff389cbfbcaa2e6b2244be3fbe16d01b52
2013-04-18 07:00:33 -04:00
Jeremy Long
e24a62d621
checkstyle fixes
...
Former-commit-id: 2bd6f330836c7dab07e5968ef845b4d48ede4abe
2013-04-18 06:54:36 -04:00
Jeremy Long
ec9f4b2b61
minor update to the description
...
Former-commit-id: c0af5d3511ac7ccb11d36193793baa9f2b2a2cb3
2013-04-18 06:54:24 -04:00
Jeremy Long
b66c7da4b3
bug fixes
...
Former-commit-id: 488d8b3e2b3db0bab3bc84091bac1b758336a3e6
2013-04-18 06:46:03 -04:00
Jeremy Long
6544cc98d5
minor update
...
Former-commit-id: 69b26d4f5a82c312242fa088306cf3c3628c4796
2013-04-18 06:45:41 -04:00
Jeremy Long
2dbef9e1fa
added sorting for References via Comparable interface
...
Former-commit-id: bd93d1f376ab5869b3a9718a6017f2c311c83bb3
2013-04-18 06:29:08 -04:00
Jeremy Long
a924e81adb
minor bug fix with sorted set
...
Former-commit-id: a53c5c220bb460b378583aa73c01ec2dfa81a196
2013-04-18 06:25:12 -04:00
Jeremy Long
1ded1b603e
added vulnerable software
...
Former-commit-id: dd4b3a9e06bb33e4f895565bec4588a8b38f6f5d
2013-04-18 06:24:40 -04:00
Jeremy Long
a3012a29c2
updated to use SortedSet instead of Set in a couple of places
...
Former-commit-id: ae1d42bbf2ccb5994cb793872ff228c8ca9fbd86
2013-04-18 05:50:17 -04:00
Jeremy Long
8fcd800aff
implemented the Comparable interface
...
Former-commit-id: 23c9ecf90a0392e2398376e63c78134de6d2de9e
2013-04-18 05:43:13 -04:00
Jeremy Long
4d414ea082
implemented the Comparable interface
...
Former-commit-id: 2be5ef6e2d0d9570186273fb6b8fc42e372ff251
2013-04-18 05:42:25 -04:00
Jeremy Long
d5b2380bc2
checkstyle patches
...
Former-commit-id: d06ea48208fa0b3d35b9a8d21b3b7b8e8172aaa6
2013-04-11 23:18:28 -04:00
Jeremy Long
d2853fafa9
updated to release a snapshot
...
Former-commit-id: 2fb68d59dac83f3f27c601b66d33448bd101faea
2013-04-11 23:01:18 -04:00
Jeremy Long
0e5a207c44
added functionality to remove some false positives
...
Former-commit-id: 4de4e94c96a3e65454f7626bee604b9286bd9a9b
2013-04-11 22:59:46 -04:00
Jeremy Long
d7744537ae
Implemented the Comparable interface
...
Former-commit-id: 07d5fd34d76c296cfc2c1f049b285bbd9b05189a
2013-04-11 06:05:58 -04:00
Jeremy Long
9e79e9efb6
added counts for imported quantities
...
Former-commit-id: 39e4c4029ac3cf6ea76e2ac35370692e1fb1caea
2013-04-09 06:56:09 -04:00
Jeremy Long
a04338d184
added counts for imported quantities
...
Former-commit-id: 17673e8771d4314fc48bcf63f95a8992e6cbe17e
2013-04-09 06:55:43 -04:00
Jeremy Long
772b0ca2b0
checkstyle updates
...
Former-commit-id: e18a6c9a01cf3fdbbdd87446bb25b77e3e455c0f
2013-03-30 22:11:04 -04:00
Jeremy Long
13eb2b75d5
checkstyle corrections
...
Former-commit-id: eb05a880382ec71f00df8bb7f9b25aa98ceeb182
2013-03-28 22:44:11 -04:00
Jeremy Long
c800440e44
removed old file
...
Former-commit-id: 5490212a8587339f653f6b21ac1856b28835c40c
2013-03-28 21:51:07 -04:00
Jeremy Long
05f822380c
updated dependencies and plugins
...
Former-commit-id: 9b528552fbc01c195250b1d2e2609296f31a8187
2013-03-28 21:50:28 -04:00
Jeremy Long
7896c81e98
added ignores for Eclipse project files
...
Former-commit-id: cc744fa73f6fc36650bd9ececf198f1c4cb353c3
2013-03-27 07:22:47 -04:00
Jeremy Long
ea50569b2a
version 0.2.6.1
...
Former-commit-id: d249ee7a38c7443c030b1db4042cf92a34f7a8f8
2013-03-16 16:56:34 -04:00
Jeremy Long
7bce07aa0e
checkstyle fixes
...
Former-commit-id: 31ff9324a8acd201002e4843deb5a2cfb08f2d88
2013-03-16 16:53:41 -04:00
Jeremy Long
5ef02290dd
added package name scanning back in if no other data was found
...
Former-commit-id: e83c18cd1cd5f08ffb85cd91f0df2a8fe6382a81
2013-03-10 08:18:25 -04:00
Jeremy Long
34d5ba7d35
Added 'deep scan' argument/property to indicate more evidence should be collected even if it increases false positives
...
Former-commit-id: cc2c489f8187eb459301a132ff63a2ebe4289e01
2013-03-08 17:33:01 -05:00
Jeremy Long
55004e7832
fixed bug
...
Former-commit-id: 94c67d4289b5766c3d184cddfc8231efec645764
2013-03-08 17:32:16 -05:00
Jeremy Long
4945446171
bug fix regarding duplicate terms being added to the lucene query
...
Former-commit-id: d12f68cfe986918f1be438fdb8d4281bcf1dd441
2013-03-03 09:50:12 -05:00
Jeremy Long
0e2d2408ca
bug fixes
...
Former-commit-id: 2bbdb3407b26b6d10a65abc81643d4b8ede3d74c
2013-03-03 09:47:54 -05:00
Jeremy Long
8b8707c36e
change in namespace as this is now an OWASP project
...
Former-commit-id: 162fbfc156a284f1597d230f65eaf29dc0f3e0fb
2013-03-03 08:57:38 -05:00
Jeremy Long
3bd9caf113
completed version 1 of XML report
...
Former-commit-id: 5768da52f398b124f79e25f40ba2bcd5a0931666
2013-02-22 21:47:41 -05:00
Jeremy Long
f713a83abf
added XML Report Template
...
Former-commit-id: c9ca7e19d955d0d112749bb550b3880f80e6b9b7
2013-02-21 02:33:11 -05:00
Jeremy Long
b0e0f8c8bf
converted README.txt to MarkDown
...
Former-commit-id: 34e7f81a6946c77b5bb4d2076b9a179a6d76b0df
2013-02-20 07:27:06 -05:00
Jeremy Long
c8623fd3a2
updated
...
Former-commit-id: 17bdf87061690071911d7e45d74d136dd46ba9cd
2013-02-20 07:25:28 -05:00
Jeremy Long
c6aad2c2d4
updated
...
Former-commit-id: b78334f9a2cab81bd1a899a9552d0c231fd78e0b
2013-02-20 07:23:28 -05:00
Jeremy Long
7ede87753b
updated
...
Former-commit-id: b1e2063d8a9257c5d951f38457daa2bfb6a8af55
2013-02-20 07:22:30 -05:00
Jeremy Long
59bed5a0fa
converted README.txt to MarkDown
...
Former-commit-id: 702563b2fd101576431e646ccab39388ef038a4d
2013-02-20 07:19:56 -05:00
Jeremy Long
e59377d9a3
spelling fixes
...
Former-commit-id: 8d53d845ec1212370aec6f58bec97cd94ef9b20d
2013-02-19 21:40:42 -05:00
Jeremy Long
6274cfce4b
cleanup and spelling fixes
...
Former-commit-id: 9c44ae88606f12728bc424d566ef11194c5c399b
2013-02-19 21:35:24 -05:00
Jeremy Long
9d624702f6
add ignore for IntelliJ files
...
Former-commit-id: 06c627dce1fcd6cdb8c48a707555590248e7a798
2013-02-19 20:25:00 -05:00
Jeremy Long
f9d8ff3f74
spelling errors corrected
...
Former-commit-id: 1173c3632cdbcdafc111062e5c343b3a49bb7398
2013-02-17 07:46:10 -05:00
Jeremy Long
6c837f0639
Patches from Steve Springett for XML report format
...
Former-commit-id: 711371d19c3b79cc6411adef59d992cc16d5bf57
2013-02-17 07:27:01 -05:00
Jeremy Long
03c9ce3589
updated failing test
...
Former-commit-id: 12be2627cab271c3a15e484681965fcb0f4480e0
2013-02-13 21:38:03 -05:00
Jeremy Long
1ac7cdacb0
updated notice
...
Former-commit-id: 8f74cc2b80dbbebfa57cd3e8fff8dc33e0cc046c
2013-02-03 08:20:47 -05:00
Jeremy Long
ba93be1814
[maven-release-plugin] prepare release dependency-check-0.2.6.0
...
Former-commit-id: 3e72fb031177b1aac466a3c30be88a839667aef9
2013-02-02 17:12:48 -05:00
Jeremy Long
1404bbab9f
updated
...
Former-commit-id: 080d367023ff85e259e725a8d1f754040a2e92aa
2013-02-02 16:59:55 -05:00
Jeremy Long
a5f8ed6378
updated version
...
Former-commit-id: 847e8e79ebf18fbacdd77ea6593433ec63e6c85f
2013-02-02 16:50:29 -05:00
Jeremy Long
1b59212003
updated usage
...
Former-commit-id: ab5472c4c3d89916c20741e84c29203e24a37f4c
2013-02-02 16:49:11 -05:00
Jeremy Long
4142901dc6
bug fixes and additions
...
Former-commit-id: 6ac1a641dce3b4826aadf886ec45364fd9b6ea5a
2013-02-02 16:44:46 -05:00
Jeremy Long
4ba9431e6f
bug fixes and additions
...
Former-commit-id: e0d87c47ba547a14cdb67721e807776ec426b1ec
2013-02-02 16:44:06 -05:00
Jeremy Long
5da83517a8
added CWE Names
...
Former-commit-id: 60803fba6071a09ae03a18410c103a587f5fd61d
2013-01-14 22:14:45 -05:00
Jeremy Long
a7e95c2a4d
minor update
...
Former-commit-id: 79b44ce9a813e9b20c0915c5a5aac368d0643219
2013-01-13 17:05:19 -05:00
Jeremy Long
ae7fbbb04f
added CWE
...
Former-commit-id: ce1b558996087cf4b95ca485de236f9bed477d2b
2013-01-13 17:01:46 -05:00
Jeremy Long
cc18ef9aa8
fixed analysis phase
...
Former-commit-id: 45112eb83551a22f380c676e9fd2bc9e9d73afa8
2013-01-13 16:53:28 -05:00
Jeremy Long
4202e8a7ba
Added CVSS Scores
...
Former-commit-id: 2c670c2e08def9095a8526b6a9cf64664cc1c89e
2013-01-13 16:48:27 -05:00
Jeremy Long
882ff8a325
version 0.2.5.1
...
Former-commit-id: a9d02a59a7f91fb02a4a920e74d6fb25aa0cd4b8
2013-01-09 22:51:06 -05:00
Jeremy Long
1b29957731
additional spring jar files for testing
...
Former-commit-id: 4de847b3212e2c54a70df4bb3533a2849e58b644
2013-01-09 22:50:11 -05:00
Jeremy Long
5702543bc5
fixed analyzer method signature, added SpringCleaningAnalyzer, and removed ArchiveAnalyzer interface
...
Former-commit-id: 9060cd5d69d499b808e16d1171ac3cd3b077548d
2013-01-09 22:49:41 -05:00
Jeremy Long
c810f0647a
added 2013 NVD CVE file
...
Former-commit-id: 77350c8956596ba2da1401bb2c82d2a412563e59
2013-01-08 15:40:58 -05:00
Jeremy Long
d366b67bee
added mailing list
...
Former-commit-id: 6ddd9f7d38893237b33052921bb5008af627fb4a
2013-01-06 12:38:56 -05:00
Jeremy Long
85286b3cf9
version 0.2.5.0
...
Former-commit-id: 68aa4287866052e89fd4bb4164341ae7914a57e0
2013-01-06 12:13:08 -05:00
Jeremy Long
ae4b5464c7
bug fixes/replaced CVE datastore (lucene->H2)
...
Former-commit-id: 58386fc80bd3a9dca8bc486c56037efa91b1b81e
2013-01-06 12:04:27 -05:00
Jeremy Long
dec2536e3e
updated file header
...
Former-commit-id: 49307eadff2fde3fe6dd211606f414f3c1d872d2
2012-12-30 17:37:21 -05:00
Jeremy Long
30ea512dcc
added equals and hashCode
...
Former-commit-id: 9a7aa87fdaff6395dd6c65d406aa054d925c0d6e
2012-12-30 16:50:19 -05:00
Jeremy Long
f6cdf34b25
format fix
...
Former-commit-id: dd0aeaa7dd3efb39e02e81892512ab1c45ba8149
2012-12-30 16:49:51 -05:00
Jeremy Long
99818d038b
fixed commons-io reference
...
Former-commit-id: 6504b636a8b233e776d1577590b6bc36103f9d4a
2012-12-30 16:48:05 -05:00
Jeremy Long
c35ce8e195
added db4o as project-local repo
...
Former-commit-id: b5f672db3db5bf09930b414b3ebcc5ecc0707c7a
2012-12-30 15:58:11 -05:00
Jeremy Long
2ae856b0dd
added vulnerable software
...
Former-commit-id: 77aced7512a8e1b7f7cba8653c7724472064003c
2012-12-30 15:57:34 -05:00
Jeremy Long
e592598990
minor update
...
Former-commit-id: 315b35c7098d506c3636544eb5d456a35e6c7ef1
2012-12-30 15:56:29 -05:00
Jeremy Long
07af34fbd0
minor update
...
Former-commit-id: 71400fe6b401169bdcec13aecededea0e7ece7a0
2012-12-30 15:56:21 -05:00
Jeremy Long
0b3e313260
adding vulnerable software
...
Former-commit-id: 8ce12bbab5ad294a3565f3f13e72611e3345168d
2012-12-30 09:46:21 -05:00
Jeremy Long
21947de4e0
formating update
...
Former-commit-id: 930cd5460070e28da8913860f727d83b318cc5b4
2012-12-30 09:31:49 -05:00
Jeremy Long
3cdd0baabb
minor bug fixes
...
Former-commit-id: a605c8a5f8dbf18186cdfc6e4460956702100339
2012-12-30 09:30:12 -05:00
Jeremy Long
f851e62330
removed deprecated functionality
...
Former-commit-id: 56f9dba3e11d33a9e735465938d7c9b8997193a1
2012-12-30 09:09:23 -05:00
Jeremy Long
bea19ad8ce
Update NVD CVE timestamp checking
...
Former-commit-id: a0b977d3b3066ff369967c4b6abad2a8d2ca0eeb
2012-12-30 08:53:14 -05:00
Jeremy Long
f5b48f5390
added Vulnerability class
...
Former-commit-id: 3ea88eb3c608f4eac7058c415b9e3d4eae045bae
2012-12-29 10:16:34 -05:00
Jeremy Long
cc712b86d5
updated to v0.2.4.0
...
Former-commit-id: 1e8ec2b1b85d5aa8ecb975c5b0cbecbf50f33141
2012-12-29 08:31:09 -05:00
Jeremy Long
0cf6cfc2b0
updates and bug fixes for CPE data
...
Former-commit-id: 83635e150d5030b81a6b56d55115bb4ca19089f9
2012-12-29 08:28:23 -05:00
Jeremy Long
6f19360da5
updated test data
...
Former-commit-id: e9c938ba4ab6d766eefde8670f2516a216341285
2012-12-22 06:44:32 -05:00
Jeremy Long
f216b4716f
version 0.2.3.2
...
Former-commit-id: 9e85ddb155da34e54b0a2d57c79a77c2066c0326
2012-12-22 06:16:46 -05:00
Jeremy Long
3bf638f7c6
added find bugs and fixed some bugs
...
Former-commit-id: 4448947c0e718bdef87d241008043e76c001feea
2012-12-22 06:15:39 -05:00
Jeremy Long
5ec9a24c99
continued removal of cpe.xml - it is incomplete for our purpose
...
Former-commit-id: 1e1a61f92edfd8ba27530fd53fa0d21bf7862ea4
2012-12-22 04:30:26 -05:00
Jeremy Long
23caa1d0b5
bug fixes
...
Former-commit-id: 266897e8a32735a77f1b3e7aa1e0842e0fc69b65
2012-12-20 21:39:02 -05:00
Jeremy Long
36ecf7c7fd
upgrade to lucene 4.0
...
Former-commit-id: 97ae6c47d6498fea873202dae257a2dfab0b683f
2012-12-16 21:26:30 -05:00
Jeremy Long
0027e75a45
bug fixes
...
Former-commit-id: a415f5e84dbe7c887a20a8acd18403655c82f9be
2012-12-02 22:22:25 -05:00
Jeremy Long
4cd759bfa6
fixed reported bug
...
Former-commit-id: a60403eea234dd78663314c9405c6629d60fa5ae
2012-11-20 20:11:08 -05:00
Jeremy Long
0f2752220a
Cleaned up reporting
...
Former-commit-id: 87f2ddb1f8e9d764cf641d86bed23cbec4b509d7
2012-11-17 07:57:55 -05:00
Jeremy Long
ce1ed46851
v0.2.3
...
Former-commit-id: cb65976e03e63f296f2eefc5d8ef2c7462abc7ee
2012-11-12 14:50:04 -05:00
Jeremy Long
aa795ee7eb
updated to use directory of jar instead of working directory to store data
...
Former-commit-id: 93b0784cd0f38445c0550737b2377618f4ebee1e
2012-11-12 14:48:39 -05:00
Jeremy Long
5c83671739
general updates
...
Former-commit-id: 9ad33356df25672ff4e9c91e8c1d456450069402
2012-11-12 13:36:44 -05:00
Jeremy Long
3fb9390040
location of data files is no longer the working directory, rather the location of the JAR file itself
...
Former-commit-id: b3f83447f9422618d6db60d49488830381787110
2012-11-12 12:19:39 -05:00
Jeremy Long
965687186c
updated to v0.2.2
...
Former-commit-id: 68e8e536a18fb8e42943ca90e0fa10427815089e
2012-11-12 10:54:38 -05:00
Jeremy Long
83742437d6
Added support to parse pom.xml contained within a JAR
...
Former-commit-id: 2074209494ac958b83d49b3d9918b4badae0d17c
2012-11-12 10:53:27 -05:00
Jeremy Long
a37e53769c
release v0.2.1
...
Former-commit-id: 9dc7ec7489e3b6f76141e342f985cb558a063c32
2012-10-30 21:27:52 -04:00
Jeremy Long
084a389a02
changed logging levels
...
Former-commit-id: 710e6386b39675c1672a5c2d81c62862349fac78
2012-10-30 21:21:12 -04:00
Jeremy Long
7971c42814
performance enhancement for nvd cve import.
...
Former-commit-id: 5a40d5798c804c4632e6ed2dd04d6d7c9e0f51b8
2012-10-30 21:13:47 -04:00
Jeremy Long
c694461abc
updated data
...
Former-commit-id: eac04a6cce2a24bcc53db0802cd4cd2c092264e8
2012-10-30 00:39:06 -04:00