Skip to content

Commit 5f952a1

Browse files
authored
feat(appsec): enable Exploit Prevention in Lambda (#14827)
## Description Stop explicitely disabling Exploit Prevention in AWS Lambda ## Testing system-tests for lambda are passing using local builds with DataDog/system-tests#5505 and will be enabled after this PR is merged. ## Risks None ## Additional Notes <!-- Any other information that would be helpful for reviewers -->
1 parent f7b8ed5 commit 5f952a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ddtrace/settings/asm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ def __init__(self):
272272

273273
# Disable all features that are not supported in Lambda
274274
tracer_config._remote_config_enabled = False
275-
self._ep_enabled = False
276275
self._iast_supported = False
277276

278277
if not self._iast_supported:

0 commit comments

Comments
 (0)