Skip to content

Commit

Permalink
Fix small formatting issue for challenge 32
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed May 17, 2023
1 parent 0d557df commit 68bca07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/explanations/challenge32_reason.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Hence: make sure that these applications can never reach your secrets!

As all user input is implicitly trusted by the system. This means that when you use an LLM for coding, you could be tricked into having bad secrets management practices as well ;-). After all: if someone told the LLM to use an insecure method many times, it will tell you to do the same.

References:
**References:**

- Hacking prompts, as covered by LiveOverflow on https://www.youtube.com/watch?v=h74oXb4Kk8k[Youtube].
- https://owasp.org/www-project-ai-security-and-privacy-guide/[OWASP AI Security and Privacy Guide].

0 comments on commit 68bca07

Please sign in to comment.