From 6cd64fe6a7fd5fe173c78a21b2e02a27a8eb953b Mon Sep 17 00:00:00 2001 From: Hemavathi15sg Date: Sat, 11 Apr 2026 01:58:13 +0530 Subject: [PATCH 1/2] intial commit Removed reference to the VULNERABILITIES.md file in instructor notes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fb613f..ae17dc1 100644 --- a/README.md +++ b/README.md @@ -93,4 +93,4 @@ By the end of the mandatory track you will have: detected hardcoded secrets with --- -> **Instructor Note**: Each exercise has `` comments visible only in markdown source. Exercises are designed so attendees never need to copy code — they copy **prompts** and let Copilot generate the output. The [`securetrails-vulnerable/VULNERABILITIES.md`](securetrails-vulnerable/VULNERABILITIES.md) file contains exact file paths and line numbers — do not share with attendees before they attempt the exercises. +> **Instructor Note**: Each exercise has `` comments visible only in markdown source. Exercises are designed so attendees never need to copy code — they copy **prompts** and let Copilot generate the output. From 5f01db281de2e316df6577577942cd2721ef60ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 20:28:57 +0000 Subject: [PATCH 2/2] Bump flask from 1.1.0 to 3.1.3 in /securetrails-vulnerable Bumps [flask](https://github.com/pallets/flask) from 1.1.0 to 3.1.3. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.1.0...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- securetrails-vulnerable/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securetrails-vulnerable/requirements.txt b/securetrails-vulnerable/requirements.txt index 298b6ec..10cb748 100644 --- a/securetrails-vulnerable/requirements.txt +++ b/securetrails-vulnerable/requirements.txt @@ -1,4 +1,4 @@ -Flask==1.1.0 +Flask==3.1.3 requests==2.24.0 SQLAlchemy==1.3.0 Werkzeug==1.0.0