Skip to content

Commit d481a72

Browse files
authored
Remove iast and ddwaf (#427)
* feat: Rip out appsec * feat: Remove more appsec stuff * empty commit to trigger ci
1 parent 0cf9c56 commit d481a72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ RUN find . -name '*.so' -exec strip -g {} \;
2323
RUN rm -rf ./python/lib/$runtime/site-packages/botocore*
2424
RUN rm -rf ./python/lib/$runtime/site-packages/setuptools
2525
RUN rm -rf ./python/lib/$runtime/site-packages/jsonschema/tests
26+
RUN find . -name 'libddwaf.so' -delete
27+
RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_taint_tracking/*.so
28+
RUN rm ./python/lib/$runtime/site-packages/ddtrace/appsec/_iast/_stacktrace*.so
2629

2730
FROM scratch
2831
COPY --from=builder /build/python /

0 commit comments

Comments
 (0)