Skip to content

Commit

Permalink
Update dd-java-agent/agent-iast/src/main/java/com/datadog/iast/model/…
Browse files Browse the repository at this point in the history
…json/VulnerabilityEncoding.java

Co-authored-by: Alejandro González García <[email protected]>
  • Loading branch information
smola and jandro996 committed Oct 26, 2023
1 parent 7322733 commit ae0a1c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class VulnerabilityEncoding {

private static final Logger log = LoggerFactory.getLogger(HstsMissingHeaderModuleImpl.class);
private static final Logger log = LoggerFactory.getLogger(VulnerabilityEncoding.class);
private static final int MAX_SPAN_TAG_SIZE = 25000;

static final Moshi MOSHI =
Expand Down

0 comments on commit ae0a1c1

Please sign in to comment.