Skip to content

Commit 74cdea0

Browse files
authored
Exclude false positive weak randomness (#8232)
Exclude from iast: com.microsoft.azure.storage.RetryExponentialRetry com.facebook.presto.hive.RetryDriver com.facebook.presto.verifier.retry.RetryDriver io.fabric8.kubernetes.client.informers.impl.cache.Reflector io.trino.plugin.hive.metastore.thrift.RetryDriver io.trino.hdfs.s3.RetryDriver
1 parent 4ce36ea commit 74cdea0

File tree

1 file changed

+10
-0
lines changed
  • dd-java-agent/instrumentation/iast-instrumenter/src/main/resources/datadog/trace/instrumentation/iastinstrumenter

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@
9292
1 com.liferay.*
9393
1 com.lowagie.*
9494
1 com.mchange.*
95+
# APPSEC-56323
96+
1 com.microsoft.azure.storage.RetryExponentialRetry
9597
1 com.mongodb.*
9698
1 com.mysql.*
9799
1 com.neo4j.*
@@ -116,6 +118,9 @@
116118
1 com.thoughtworks.*
117119
1 com.typesafe.*
118120
1 com.zaxxer.*
121+
# APPSEC-56331
122+
1 com.facebook.presto.hive.RetryDriver
123+
1 com.facebook.presto.verifier.retry.RetryDriver
119124
1 commonj.work.*
120125
1 cryptix.*
121126
# Avoid weak random in dev.failsafe.internal.RetryPolicyExecutor
@@ -129,6 +134,8 @@
129134
1 io.dropwizard.*
130135
2 io.ebean.*
131136
2 io.ebeaninternal.*
137+
# APPSEC-56322
138+
1 io.fabric8.kubernetes.client.informers.impl.cache.Reflector
132139
1 io.github.lukehutch.fastclasspathscanner.*
133140
1 io.grpc.*
134141
1 io.leangen.geantyref.*
@@ -144,6 +151,9 @@
144151
1 io.smallrye.*
145152
1 io.springfox.*
146153
1 io.swagger.*
154+
# APPSEC-56331
155+
1 io.trino.hdfs.s3.RetryDriver
156+
1 io.trino.plugin.hive.metastore.thrift.RetryDriver
147157
1 io.undertow.*
148158
1 io.vertx.*
149159
# https://github.com/tsegismont/vertx-musicstore

0 commit comments

Comments
 (0)