Skip to content

Commit 6a2bd8d

Browse files
authored
Add exclusion to solve IAST weak randomness vulnerability false positives (#8462)
Excluded by the iast instrumenter com.azure.core.amqp.ExponentialAmqpRetryPolicy com.azure.core.util.CoreUtils com.azure.cosmos.implementation.directconnectivity.GoneAndRetryWithRetryPolicy$RetryWithRetryPolicy com.azure.cosmos.implementation.directconnectivity.StoreReader com.azure.cosmos.implementation.directconnectivity.addressEnumerator.AddressEnumeratorUsingPermutations com.azure.cosmos.implementation.uuid.UUIDTimer com.azure.messaging.eventhubs.EventProcessorClient com.azure.messaging.eventhubs.PartitionBasedLoadBalancer com.launchdarkly.shaded.com.launchdarkly.eventsource.EventSource com.microsoft.sqlserver.jdbc.SQLServerConnection
1 parent c548516 commit 6a2bd8d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

  • dd-java-agent/instrumentation/iast-instrumenter/src/main/resources/datadog/trace/instrumentation/iastinstrumenter

dd-java-agent/instrumentation/iast-instrumenter/src/main/resources/datadog/trace/instrumentation/iastinstrumenter/iast_exclusion.trie

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@
5656
1 com.apple.crypto.*
5757
1 com.arjuna.*
5858
1 com.atlassian.jira.*
59+
#APPSEC-56887
60+
1 com.azure.core.amqp.ExponentialAmqpRetryPolicy
61+
1 com.azure.core.util.CoreUtils
62+
1 com.azure.cosmos.implementation.directconnectivity.GoneAndRetryWithRetryPolicy$RetryWithRetryPolicy
63+
1 com.azure.cosmos.implementation.directconnectivity.StoreReader
64+
1 com.azure.cosmos.implementation.directconnectivity.addressEnumerator.AddressEnumeratorUsingPermutations
65+
1 com.azure.cosmos.implementation.uuid.UUIDTimer
66+
1 com.azure.messaging.eventhubs.EventProcessorClient
67+
1 com.azure.messaging.eventhubs.PartitionBasedLoadBalancer
5968
1 com.bea.*
6069
1 com.blogspot.*
6170
1 com.certicom.*
@@ -92,11 +101,15 @@
92101
1 com.jcraft.*
93102
1 com.jhlabs.*
94103
1 com.jprofiler.*
104+
#APPSEC-56887
105+
1 com.launchdarkly.shaded.com.launchdarkly.eventsource.EventSource
95106
1 com.liferay.*
96107
1 com.lowagie.*
97108
1 com.mchange.*
98109
# APPSEC-56323
99110
1 com.microsoft.azure.storage.RetryExponentialRetry
111+
#APPSEC-56887
112+
1 com.microsoft.sqlserver.jdbc.SQLServerConnection
100113
1 com.mongodb.*
101114
1 com.mysql.*
102115
1 com.neo4j.*

0 commit comments

Comments
 (0)