Skip to content

Commit

Permalink
Merge pull request #1532 from k2io/fix/NR-164405
Browse files Browse the repository at this point in the history
NR-164405 Fix Package Exclusion Issue with com.nr and com.newrelic
  • Loading branch information
jasonjkeller authored Oct 3, 2023
2 parents 510c9c9 + 82e69ce commit ad9e1b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@ private Map<String, Object> placeSecurityCollectorRelatedModification(Map<String
securityExcludes.add("java/util/zip/InflaterInputStream");
securityExcludes.add("java/util/zip/ZipFile$ZipFileInputStream");
securityExcludes.add("java/util/zip/ZipFile$ZipFileInflaterInputStream");
securityExcludes.add("com/newrelic/.*");
securityExcludes.add("com/nr/.*");
securityExcludes.add("com/newrelic/api/agent/security/.*");
securityExcludes.add("com/newrelic/agent/security/.*");

Object userProvidedExcludes = props.get(ClassTransformerConfigImpl.EXCLUDES);
if (userProvidedExcludes instanceof String) {
Expand Down

0 comments on commit ad9e1b0

Please sign in to comment.