Added conditional word in body
I found this be a valid finding /actuator/env on a production host but was missing additional words to check which was causing a false negative. 'activeProfiles' allows this test to pass on the instance that I came across.patch-1
parent
f0f6d26bec
commit
aa9e899dd2
|
@ -18,6 +18,8 @@ requests:
|
|||
part: body
|
||||
words:
|
||||
- "applicationConfig"
|
||||
- "activeProfiles"
|
||||
condition: or
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
|
|
Loading…
Reference in New Issue