diff --git a/docs/labs/conversion.html b/docs/labs/conversion.html index c210949b..e6f11aae 100644 --- a/docs/labs/conversion.html +++ b/docs/labs/conversion.html @@ -54,6 +54,7 @@

Lab Exercise incorrect conversion

Change the code below to avoid unintentional conversions or truncations of the return value of get_queue. +Use the “hint” and “give up” buttons if necessary.

Interactive Lab (to be completed)

diff --git a/docs/labs/csp1.html b/docs/labs/csp1.html index 3aad4384..b30e157c 100644 --- a/docs/labs/csp1.html +++ b/docs/labs/csp1.html @@ -319,6 +319,9 @@

Task Information

tricks a server into embedding some CSS commands, those commands will be ignored. +

+Use the “hint” and “give up” buttons if necessary. + +

+Use the “hint” and “give up” buttons if necessary. +

Interactive Lab ()

diff --git a/docs/labs/redos.html b/docs/labs/redos.html index 693f8ebd..6c5cca9b 100644 --- a/docs/labs/redos.html +++ b/docs/labs/redos.html @@ -113,6 +113,8 @@

Task Information

  • Modify the regex so that it doesn’t have the worst-case behavior. Be especially wary of any group “(...)” that contains a branch and/or ends with a repeat and is itself repeated.
  • +

    +Use the “hint” and “give up” buttons if necessary.

    Interactive Lab ()

    diff --git a/docs/labs/regex0.html b/docs/labs/regex0.html index 29cfb013..816e2f5e 100644 --- a/docs/labs/regex0.html +++ b/docs/labs/regex0.html @@ -144,6 +144,7 @@

    Task Information

    We're going to create some simple regular expressions (regexes) to look for certain patterns. +Use the “hint” and “give up” buttons if necessary.

    Interactive Lab ()

    diff --git a/docs/labs/regex1.html b/docs/labs/regex1.html index 2cf972e7..d7c017c4 100644 --- a/docs/labs/regex1.html +++ b/docs/labs/regex1.html @@ -365,6 +365,9 @@

    Interactive Lab ()

    Please create regular expression (regex) patterns that meet the criteria below. +

    +Use the “hint” and “give up” buttons if necessary. +

    Part 1

    Create a regular expression, for use in ECMAScript (JavaScript), diff --git a/docs/labs/shell-injection.html b/docs/labs/shell-injection.html index 4b52e1a0..de4bba83 100644 --- a/docs/labs/shell-injection.html +++ b/docs/labs/shell-injection.html @@ -395,6 +395,10 @@

    Task Information

    you need to invoke a shell.

    +

    +Use the “hint” and “give up” buttons if necessary. +

    +

    Interactive Lab ()

    diff --git a/docs/labs/sql-injection.html b/docs/labs/sql-injection.html index 014b1357..12a0bebf 100644 --- a/docs/labs/sql-injection.html +++ b/docs/labs/sql-injection.html @@ -123,6 +123,8 @@

    Task Information

    In this lab, you will study and modify code relating to SQL injection attacks. You will answer a couple of questions related to prepared/parameterized statements. +

    +Use the “hint” and “give up” buttons if necessary.

    Interactive Lab ()

    diff --git a/docs/labs/template.html b/docs/labs/template.html index 0ee57f24..d485128b 100644 --- a/docs/labs/template.html +++ b/docs/labs/template.html @@ -63,6 +63,8 @@

    Task Information

    Please change the code below so ??? +

    +Use the “hint” and “give up” buttons if necessary.

    Interactive Lab ()