You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider guava and fastutil collections and maps as safe so they can
be treated as regular collections and maps and use in expression
and captured as well
use a list for safe packages
Copy file name to clipboardExpand all lines: dd-java-agent/agent-debugger/debugger-bootstrap/src/main/java/datadog/trace/bootstrap/debugger/util/WellKnownClasses.java
+25-14Lines changed: 25 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
importjava.util.Date;
15
15
importjava.util.HashMap;
16
16
importjava.util.HashSet;
17
+
importjava.util.List;
17
18
importjava.util.Map;
18
19
importjava.util.Optional;
19
20
importjava.util.OptionalDouble;
@@ -187,6 +188,22 @@ public class WellKnownClasses {
0 commit comments