From b11f7a13f930308494b8ff12701e27bf7dd17711 Mon Sep 17 00:00:00 2001 From: Joseph Katsioloudes Date: Wed, 18 Dec 2024 17:19:52 +0000 Subject: [PATCH] Update solution.py --- Season-1/Level-3/solution.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Season-1/Level-3/solution.py b/Season-1/Level-3/solution.py index 972bc87..89cfeb7 100644 --- a/Season-1/Level-3/solution.py +++ b/Season-1/Level-3/solution.py @@ -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 \ No newline at end of file +# Read our Contribution Guideline at github.com/skills/secure-code-game/blob/main/CONTRIBUTING.md