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