mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
fixed merge issue
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
[](https://travis-ci.org/jeremylong/DependencyCheck) [](https://scan.coverity.com/projects/dependencycheck) [](https://www.codacy.com/app/jeremylong/DependencyCheck?utm_source=github.com&utm_medium=referral&utm_content=jeremylong/DependencyCheck&utm_campaign=Badge_Grade) [](https://www.apache.org/licenses/LICENSE-2.0.txt)
|
||||
|
||||
[](https://www.toolswatch.org/2015/06/black-hat-arsenal-usa-2015-speakers-lineup/) [](https://www.toolswatch.org/2014/06/black-hat-usa-2014-arsenal-tools-speaker-list/) [](https://www.toolswatch.org/2013/06/announcement-blackhat-arsenal-usa-2013-selected-tools/)
|
||||
|
||||
Dependency-Check
|
||||
================
|
||||
|
||||
|
||||
@@ -538,4 +538,11 @@
|
||||
<gav regex="true">^org\.apache\.james:apache-mime4j-core:.*$</gav>
|
||||
<cpe>cpe:/a:jcore:jcore</cpe>
|
||||
</suppress>
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
False positive
|
||||
]]></notes>
|
||||
<gav regex="true">^javax\.servlet:servlet-api:.*$</gav>
|
||||
<cpe>cpe:/a:sun:one_application_server</cpe>
|
||||
</suppress>
|
||||
</suppressions>
|
||||
|
||||
@@ -44,10 +44,6 @@ public abstract class BaseDBTestCase extends BaseTest {
|
||||
|
||||
private final static Logger LOGGER = LoggerFactory.getLogger(BaseDBTestCase.class);
|
||||
|
||||
// @BeforeClass
|
||||
// public static void setUpClass() throws Exception {
|
||||
// BaseTest.setUpClass();
|
||||
// }
|
||||
@Before
|
||||
public void setUpDb() throws Exception {
|
||||
ensureDBExists();
|
||||
|
||||
@@ -38,6 +38,6 @@ OWASP dependency-check's core analysis engine can be used as:
|
||||
For help with dependency-check the following resource can be used:
|
||||
|
||||
- Post to the [google group](https://groups.google.com/forum/#!forum/dependency-check):
|
||||
[subscribe](mailto://dependency-check+subscribe@googlegroups.com),
|
||||
[post](mailto://dependency-check@googlegroups.com),
|
||||
[subscribe](mailto:dependency-check+subscribe@googlegroups.com),
|
||||
[post](mailto:dependency-check@googlegroups.com),
|
||||
- Open a [github issue](https://github.com/jeremylong/DependencyCheck/issues)
|
||||
Reference in New Issue
Block a user