Skip to content

Commit 4c3022b

Browse files
committed
incorporating review comments
1 parent 42dafe9 commit 4c3022b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/org/zaproxy/zap/extension/jwt/attacks/SignatureAttack.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,10 @@ private boolean executePubliclyWellKnownHMacSecretAttack() {
132132
Alert.CONFIDENCE_HIGH,
133133
MessageFormat.format(
134134
JWTI18n.getMessage(
135-
"jwt.scanner.server.vulnerability.signatureAttack.publiclyKnownSecrets.param"),
135+
MESSAGE_PREFIX
136+
+ VulnerabilityType.PUBLICLY_KNOWN_SECRETS
137+
.getMessageKey()
138+
+ ".param"),
136139
jwtHolder.getBase64EncodedToken(),
137140
secret),
138141
serverSideAttack);

0 commit comments

Comments
 (0)