Skip to content

Commit

Permalink
Merge pull request #1710 from k2io/release/v1.1.0
Browse files Browse the repository at this point in the history
CSEC Java Agent Public Release 1.1.0
  • Loading branch information
jasonjkeller authored Jan 30, 2024
2 parents 0eeef28 + 6c4dcfd commit a16c459
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The agent version.
agentVersion=8.9.0
securityAgentVersion=1.0.7-public-preview
securityAgentVersion=1.1.0

newrelicDebug=false
org.gradle.jvmargs=-Xmx2048m
Expand Down
5 changes: 5 additions & 0 deletions newrelic-agent/src/main/resources/META-INF/excludes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
^java/io/(BufferedOutputStream|ByteArrayOutputStream|DataOutputStream|FilterOutputStream|ObjectOutputStream|PipedOutputStream)
^java/lang/(NullOutputStream|ProcessPipeOutputStream)
^java/net/SocketOutputStream
//To resolve class circularity error
^javax/crypto/BadPaddingException
^javax/crypto/SecretKey
//Remove ThreadLocal Weak Random Class Instrumentation
^java/util/concurrent/ThreadLocalRandom
^(org/objectweb/asm/|javax/xml/|org/apache/juli/)(.*)
# Don't instrument agent threads
^com/newrelic/agent/.*AgentThread.*
Expand Down

0 comments on commit a16c459

Please sign in to comment.