diff --git a/exposures/configs/appsec-yml-disclosure.yaml b/exposures/configs/appsec-yml-disclosure.yaml index ea5609f374..8276c7880a 100644 --- a/exposures/configs/appsec-yml-disclosure.yaml +++ b/exposures/configs/appsec-yml-disclosure.yaml @@ -22,10 +22,12 @@ requests: - "files:" part: body condition: and - - type: word - part: header - words: - - application/yaml + + - type: word + part: header + words: + - application/yaml + - type: status status: - 200 diff --git a/exposures/configs/dockerfile-hidden-disclosure.yaml b/exposures/configs/dockerfile-hidden-disclosure.yaml index c1b9eb87b4..e51b07e047 100644 --- a/exposures/configs/dockerfile-hidden-disclosure.yaml +++ b/exposures/configs/dockerfile-hidden-disclosure.yaml @@ -19,7 +19,7 @@ requests: regex: - '^(?:FROM(?:CACHE)?|RUN|ADD|WORKDIR|ENV|EXPOSE|\#)\s+[ -~]+' part: body - + - type: status status: - - 200 + - 200 \ No newline at end of file