Skip to content

Commit

Permalink
Update solution.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jkcso authored Dec 18, 2024
1 parent bf20afe commit b11f7a1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Season-1/Level-3/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@ def safe_path(path):
# traversal is about to happen and that the final path ends up in the
# intended directory.

# The GitHub Security Lab covered this flaw in one episode of Security
# Bites, its series on secure programming: https://youtu.be/sQGxdwRePh8

# We also covered this flaw in a blog post about OWASP's Top 10 proactive controls:
# We covered this flaw in a blog post about OWASP's Top 10 proactive controls:
# https://github.blog/2021-12-06-write-more-secure-code-owasp-top-10-proactive-controls/


# Contribute new levels to the game in 3 simple steps!
# Read our Contribution Guideline at github.com/skills/secure-code-game/blob/main/CONTRIBUTING.md
# Read our Contribution Guideline at github.com/skills/secure-code-game/blob/main/CONTRIBUTING.md

0 comments on commit b11f7a1

Please sign in to comment.