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. 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