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 d8962237fe84b3f78bbac1eead4c8052dfa12d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 20:29:19 +0000 Subject: [PATCH 2/2] Bump requests from 2.24.0 to 2.33.0 in /securetrails-vulnerable Bumps [requests](https://github.com/psf/requests) from 2.24.0 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.24.0...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 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..53a7a09 100644 --- a/securetrails-vulnerable/requirements.txt +++ b/securetrails-vulnerable/requirements.txt @@ -1,5 +1,5 @@ Flask==1.1.0 -requests==2.24.0 +requests==2.33.0 SQLAlchemy==1.3.0 Werkzeug==1.0.0 Jinja2==2.11.0