Skip to content

Commit 3cfe6cb

Browse files
authored
Merge pull request #61 from secureCodeBox/wurstbrot-patch-3
Correct usage of Zap rule REQ_HEADER
2 parents 11c6c1f + 86d59f1 commit 3cfe6cb

File tree

1 file changed

+2
-2
lines changed
  • docs/user-guide/scanprocesses

1 file changed

+2
-2
lines changed

docs/user-guide/scanprocesses/Zap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ A full example target looks like this:
9696
{
9797
matchType:"REQ_HEADER",
9898
description:"Add a special Authentication Header",
99-
matchString:"Authorization: Basic QWxhZGRpbjpPcGVuU2VzYW1l",
99+
matchString:"Authorization",
100100
initiators:"",
101101
matchRegex:"false",
102-
replacement:"Authorization: Basic QWxhZGRpbjpPcGVuU2VzYW1l",
102+
replacement:"Basic QWxhZGRpbjpPcGVuU2VzYW1l",
103103
enabled:"true"
104104
}
105105
]

0 commit comments

Comments
 (0)