Skip to content

Commit e5a5a59

Browse files
committed
formatted
1 parent 3c29ac1 commit e5a5a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Attacks/src/main/java/de/rub/nds/tlsattacker/attacks/impl/PaddingOracleAttacker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public Boolean isVulnerable() {
195195
LOGGER.log(LogLevel.CONSOLE_OUTPUT,
196196
"A server is considered vulnerable to this attack if it responds differently to the test vectors.");
197197
LOGGER.log(LogLevel.CONSOLE_OUTPUT, "A server is considered secure if it always responds the same way.");
198-
198+
199199
for (List<ResponseFingerprint> list : responseMap.values()) {
200200
ResponseFingerprint fingerprint = list.get(0);
201201
for (int i = 1; i < list.size(); i++) {

0 commit comments

Comments
 (0)