Skip to content

Commit

Permalink
Exclude false positive weak randomness (#8232)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jandro996 authored Jan 20, 2025
1 parent 4ce36ea commit 74cdea0
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
1 com.liferay.*
1 com.lowagie.*
1 com.mchange.*
# APPSEC-56323
1 com.microsoft.azure.storage.RetryExponentialRetry
1 com.mongodb.*
1 com.mysql.*
1 com.neo4j.*
Expand All @@ -116,6 +118,9 @@
1 com.thoughtworks.*
1 com.typesafe.*
1 com.zaxxer.*
# APPSEC-56331
1 com.facebook.presto.hive.RetryDriver
1 com.facebook.presto.verifier.retry.RetryDriver
1 commonj.work.*
1 cryptix.*
# Avoid weak random in dev.failsafe.internal.RetryPolicyExecutor
Expand All @@ -129,6 +134,8 @@
1 io.dropwizard.*
2 io.ebean.*
2 io.ebeaninternal.*
# APPSEC-56322
1 io.fabric8.kubernetes.client.informers.impl.cache.Reflector
1 io.github.lukehutch.fastclasspathscanner.*
1 io.grpc.*
1 io.leangen.geantyref.*
Expand All @@ -144,6 +151,9 @@
1 io.smallrye.*
1 io.springfox.*
1 io.swagger.*
# APPSEC-56331
1 io.trino.hdfs.s3.RetryDriver
1 io.trino.plugin.hive.metastore.thrift.RetryDriver
1 io.undertow.*
1 io.vertx.*
# https://github.com/tsegismont/vertx-musicstore
Expand Down

0 comments on commit 74cdea0

Please sign in to comment.