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 415d36d91293aff18a882da8cb5fdd72ee7751ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 20:29:13 +0000 Subject: [PATCH 2/2] Bump jinja2 from 2.11.0 to 3.1.6 in /securetrails-vulnerable Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.0 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.11.0...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 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..dee345c 100644 --- a/securetrails-vulnerable/requirements.txt +++ b/securetrails-vulnerable/requirements.txt @@ -2,7 +2,7 @@ Flask==1.1.0 requests==2.24.0 SQLAlchemy==1.3.0 Werkzeug==1.0.0 -Jinja2==2.11.0 +Jinja2==3.1.6 MarkupSafe==1.1.0 click==7.1.0 itsdangerous==1.1.0