Skip to content

Commit

Permalink
Stacktrace leak suppress - disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinZakharov committed Nov 1, 2023
1 parent d2d7f2b commit a7c2c02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public final class ConfigDefaults {
static final String DEFAULT_IAST_REDACTION_VALUE_PATTERN =
"(?:bearer\\s+[a-z0-9\\._\\-]+|glpat-[\\w\\-]{20}|gh[opsu]_[0-9a-zA-Z]{36}|ey[I-L][\\w=\\-]+\\.ey[I-L][\\w=\\-]+(?:\\.[\\w.+/=\\-]+)?|(?:[\\-]{5}BEGIN[a-z\\s]+PRIVATE\\sKEY[\\-]{5}[^\\-]+[\\-]{5}END[a-z\\s]+PRIVATE\\sKEY[\\-]{5}|ssh-rsa\\s*[a-z0-9/\\.+]{100,}))";
public static final int DEFAULT_IAST_MAX_RANGE_COUNT = 10;
static final boolean DEFAULT_IAST_STACKTRACE_LEAK_SUPPRESS = true;
static final boolean DEFAULT_IAST_STACKTRACE_LEAK_SUPPRESS = false;

static final int DEFAULT_IAST_TRUNCATION_MAX_VALUE_LENGTH = 250;
public static final boolean DEFAULT_IAST_DEDUPLICATION_ENABLED = true;
Expand Down

0 comments on commit a7c2c02

Please sign in to comment.