Skip to content

Commit

Permalink
fix(Java): Fixed badly formatted markdown link
Browse files Browse the repository at this point in the history
  • Loading branch information
paperclypse committed Apr 18, 2022
1 parent f5e7a0e commit 2bef513
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ The security scan flagged the jar files as vulnerable due to the class and metho

## Solution

Suppress the false positive warnings coming from the `instrumentation` package in the newrelic.jar with your scanning tool, including all jar files whose names match the modules listed in the [https://github.com/newrelic/newrelic-java-agent/tree/main/instrumentation](New Relic Java agent repository).
Suppress the false positive warnings coming from the `instrumentation` package in the newrelic.jar with your scanning tool, including all jar files whose names match the modules listed in the [New Relic Java agent repository](https://github.com/newrelic/newrelic-java-agent/tree/main/instrumentation).

For example, false positives discovered by the `DependencyCheck` project at [github.com/jeremylong/DependencyCheck](https://github.com/jeremylong/DependencyCheck) can be suppressed with:

Expand Down

0 comments on commit 2bef513

Please sign in to comment.