From 090adb6f39e600bfdc79e6e856a6de547cb9ed0a Mon Sep 17 00:00:00 2001 From: Marius Butuc Date: Fri, 26 Jun 2026 15:38:06 -0400 Subject: [PATCH] chore: Clarify outdated-components quiz instructions in OWASP module The previous description told learners to "change the atom below" and referred to packages "installed in this Livebook." That wording likely matched an older auto-grading approach and no longer fits the graded select input, which can lead learners to solve the quiz inconsistently. Rewording the instructions in an attempt to improve clarity and direct learners to select and update the affected package. --- modules/2-owasp.livemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/2-owasp.livemd b/modules/2-owasp.livemd index 4b31bf5..dfd71e7 100644 --- a/modules/2-owasp.livemd +++ b/modules/2-owasp.livemd @@ -253,7 +253,7 @@ Notable CWE included is CWE-1104: Use of Unmaintained Third-Party Components **Which of the outdated components listed below is vulnerable?** -_Please change the atom below to the name of the vulnerable package installed in this Livebook AND update the afflicted package._ +_Please select the name of the vulnerable package below AND update the affected package._ _HINT: Check the changelogs for each dependency._