Skip to content

Commit e35f2fb

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 7649708 commit e35f2fb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

scripts/generate-slack-webhook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
9999
fi
100100

101101
# Run main function
102-
main "$@"
102+
main "$@"

src/main/resources/explanations/challenge59.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ In production environments:
3434
- Implement token rotation policies
3535
- Monitor API token usage
3636
- Revoke access immediately when employees leave
37-
- Never obfuscate secrets as a security measure
37+
- Never obfuscate secrets as a security measure

src/main/resources/explanations/challenge59_hint.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ This challenge teaches you:
3333
- How attackers find obfuscated secrets
3434
- Why obfuscation is not encryption
3535
- The importance of proper secrets management
36-
- Risk of hardcoded tokens in environment variables
36+
- Risk of hardcoded tokens in environment variables

src/main/resources/explanations/challenge59_reason.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ This challenge demonstrates a critical vulnerability commonly found in productio
7272
**Availability**: Medium - Potential for service disruption
7373
**Compliance**: Critical - Violation of data protection regulations
7474

75-
This vulnerability type has been found in numerous security audits and represents a fundamental misunderstanding of secrets management best practices.
75+
This vulnerability type has been found in numerous security audits and represents a fundamental misunderstanding of secrets management best practices.

src/main/resources/wrong-secrets-configuration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,4 +919,4 @@ configurations:
919919
difficulty: *normal
920920
category: *ci_cd
921921
ctf:
922-
enabled: true
922+
enabled: true

0 commit comments

Comments
 (0)