Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/labs/conversion.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ <h1>Lab Exercise incorrect conversion</h1>
<p>

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

</p><p>
</p><h2>Interactive Lab (<span id="grade">to be completed</span>)</h2>
Expand Down
3 changes: 3 additions & 0 deletions docs/labs/csp1.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@ <h2>Task Information</h2>
tricks a server into embedding some CSS commands, those commands will
be ignored.

<p>
Use the “hint” and “give up” buttons if necessary.

<!-- TODO: Discuss inline -->

<!--
Expand Down
1 change: 1 addition & 0 deletions docs/labs/free.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ <h2>Task Information</h2>

<p>
Please fix this code!
Use the “hint” and “give up” buttons if necessary.

<p>
<h2>Interactive Lab (<span id="grade"></span>)</h2>
Expand Down
2 changes: 2 additions & 0 deletions docs/labs/handling-errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ <h2>Task Information</h2>
<li>For both the success and error paths, log the appropriate message to console or to error.</li>
</ol>
<p>
Use the “hint” and “give up” buttons if necessary.
<p>
<h2>Interactive Lab (<span id="grade"></span>)</h2>
<p>
Please change the code below so the <tt>divide</tt> function and the calling code use exception handling instead of a return code mechanism.
Expand Down
4 changes: 1 addition & 3 deletions docs/labs/input1.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,7 @@ <h2>Task Information</h2>
(our starter text does this).

<p>
You can use the buttons below to ask for a hint, reset the
input to its initial state, or give up (and show an answer) -
but please try to do this on your own!
Use the “hint” and “give up” buttons if necessary.

<p>
<h2>Interactive Lab (<span id="grade"></span>)</h2>
Expand Down
3 changes: 3 additions & 0 deletions docs/labs/input2.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ <h2>Task Information</h2>
pattern <tt>[A-Z]</tt>
</ol>

<p>
Use the “hint” and “give up” buttons if necessary.

<p>
<h2>Interactive Lab (<span id="grade"></span>)</h2>
<p>
Expand Down
3 changes: 3 additions & 0 deletions docs/labs/oob1.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,9 @@ <h2>Task Information</h2>
return 0; /* silently discard */
-->

<p>
Use the “hint” and “give up” buttons if necessary.

<p>
<h2>Interactive Lab (<span id="grade"></span>)</h2>
<p>
Expand Down
2 changes: 2 additions & 0 deletions docs/labs/redos.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ <h2>Task Information</h2>
<li>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.</li>
</ol>

<p>
Use the “hint” and “give up” buttons if necessary.

<p>
<h2>Interactive Lab (<span id="grade"></span>)</h2>
Expand Down
1 change: 1 addition & 0 deletions docs/labs/regex0.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ <h2>Task Information</h2>
<p>
We're going to create some simple regular expressions (regexes)
to look for certain patterns.
Use the “hint” and “give up” buttons if necessary.

<p>
<h2>Interactive Lab (<span id="grade"></span>)</h2>
Expand Down
3 changes: 3 additions & 0 deletions docs/labs/regex1.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@ <h2>Interactive Lab (<span id="grade"></span>)</h2>
<b>Please create regular expression (regex) patterns
that meet the criteria below.</b>

<p>
Use the “hint” and “give up” buttons if necessary.

<h3>Part 1</h3>
<p>
Create a regular expression, for use in ECMAScript (JavaScript),
Expand Down
4 changes: 4 additions & 0 deletions docs/labs/shell-injection.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,10 @@ <h2>Task Information</h2>
you need to invoke a shell.
</p>

<p>
Use the “hint” and “give up” buttons if necessary.
</p>

<p>
<h2>Interactive Lab (<span id="grade"></span>)</h2>
<p>
Expand Down
2 changes: 2 additions & 0 deletions docs/labs/sql-injection.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ <h2>Task Information</h2>
<p>
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.

<p>
Use the “hint” and “give up” buttons if necessary.

<p>
<h2>Interactive Lab (<span id="grade"></span>)</h2>
Expand Down
2 changes: 2 additions & 0 deletions docs/labs/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ <h2>Task Information</h2>
<p>
Please change the code below so ???

<p>
Use the “hint” and “give up” buttons if necessary.

<p>
<h2>Interactive Lab (<span id="grade"></span>)</h2>
Expand Down
Loading