Update and rename cookies-without-httponly.yaml to cookies-without-httponly-secure.yaml
parent
5b641161fa
commit
2d0ad42328
|
@ -1,7 +1,7 @@
|
|||
id: cookies-without-httponly
|
||||
id: cookies-without-httponly-secure
|
||||
|
||||
info:
|
||||
name: Cookies without HttpOnly attribute - Detect
|
||||
name: Cookies without HttpOnly or Secure attribute - Detect
|
||||
author: princechaddha,Mr.Bobo HP
|
||||
severity: info
|
||||
description: |
|
||||
|
@ -27,7 +27,6 @@ http:
|
|||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
|
@ -41,4 +40,5 @@ http:
|
|||
- "HttpOnly"
|
||||
- "Secure"
|
||||
negative: true
|
||||
|
||||
# digest: 4a0a0047304502202281b805f70fb2c8abd8e78dbfe4b3b04315f29e004b1a92e7e0a7e817ac3e8c022100bf2d8d994b7b0f9b08b077bf00aa99f8c509f75003705d4b5f0381117f236395:922c64590222798bb761d5b6d8e72950
|
Loading…
Reference in New Issue