Skip to content

Commit 8ccc3f9

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 5dfc72f commit 8ccc3f9

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

src/main/java/org/owasp/wrongsecrets/challenges/docker/Challenge36.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
import org.springframework.core.annotation.Order;
1212
import org.springframework.stereotype.Component;
1313

14-
/**
15-
* This is a challenge based on the idea of leaking a secret trough a vulnerability report.
16-
*/
14+
/** This is a challenge based on the idea of leaking a secret trough a vulnerability report. */
1715
@Slf4j
1816
@Component
1917
@Order(36)
@@ -61,9 +59,7 @@ public List<RuntimeEnvironment.Environment> supportedRuntimeEnvironments() {
6159
}
6260

6361
private String getKey() {
64-
//google api key
62+
// google api key
6563
return "AIzaSyBSpHvt8l1f9qlppJqQW280vGacXgwNnrk";
6664
}
67-
68-
6965
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
=== Reporting on Vulnerabilities
22

3-
A security researcher found a Google API key.
3+
A security researcher found a Google API key.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
*Why we need to be careful with vulnerability reports*
2-

0 commit comments

Comments
 (0)