minor update to regex for #781

This commit is contained in:
Jeremy Long
2017-07-03 11:41:51 -04:00
parent 305db5f8b1
commit 10ebe49287

View File

@@ -635,7 +635,7 @@
<notes><![CDATA[
newrelic-agent false positives due to the instrumentation package (see issue #781)
]]></notes>
<filePath regex="true">.*newrelic-agent-.*\.jar[\\\/]instrumentation.*\.jar</filePath>
<filePath regex="true">.*newrelic-?agent.*\.jar[\\\/]instrumentation.*\.jar</filePath>
<cpe regex="true">.*</cpe>
</suppress>
</suppressions>