File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
dd-smoke-tests/appsec/src/main/groovy/datadog/smoketest/appsec
dd-trace-api/src/main/java/datadog/trace/api Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ abstract class AbstractAppSecServerSmokeTest extends AbstractServerSmokeTest {
4343 @Shared
4444 protected String [] defaultAppSecProperties = [
4545 " -Ddd.appsec.enabled=${ System.getProperty('smoke_test.appsec.enabled') ?: 'true'} " ,
46- // TODO: rely on default once its true
47- " -Ddd.appsec.rasp.enabled=true" ,
4846 " -Ddd.profiling.enabled=false" ,
4947 // disable AppSec rate limit
5048 " -Ddd.appsec.trace.rate.limit=-1"
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ public final class ConfigDefaults {
102102 static final int DEFAULT_APPSEC_WAF_TIMEOUT = 100000 ; // 0.1 s
103103 static final boolean DEFAULT_API_SECURITY_ENABLED = false ;
104104 static final float DEFAULT_API_SECURITY_REQUEST_SAMPLE_RATE = 0.1f ; // 10 %
105- static final boolean DEFAULT_APPSEC_RASP_ENABLED = false ;
105+ static final boolean DEFAULT_APPSEC_RASP_ENABLED = true ;
106106 static final boolean DEFAULT_APPSEC_STACK_TRACE_ENABLED = true ;
107107 static final int DEFAULT_APPSEC_MAX_STACK_TRACES = 2 ;
108108 static final int DEFAULT_APPSEC_MAX_STACK_TRACE_DEPTH = 32 ;
You can’t perform that action at this time.
0 commit comments