Skip to content

Commit

Permalink
Made corrections to PA3 file
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikyadav09 committed May 6, 2022
1 parent cb0714b commit 594391e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
15 changes: 15 additions & 0 deletions pa/assets/writeup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Writeup

## SQL Injection Recommendation

I recommend to get off the internet, no server no problems...

## XSS Scripting Recommendation

I recommend not to handle user input, no user input no problems...

## CSRF Recommendation

I recommend no users, no users no problems...

## Did you like the PA? Anything that could be improved? Give your suggestions here
16 changes: 15 additions & 1 deletion pa/pa3.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1>PA3: Web Assignment <span class="text-muted courseyear"><small>Spring 2022</

<div class="alert alert-primary" role="alert">
<b> Total Points: 20 (+ 4 optional extra credit)</b><br>
<b> Due: Sunday, May 15th at 6:00pm</b>
<b> Due: Sunday, May 15th at 11:59pm</b>
</div>

<div class="md-content">
Expand Down Expand Up @@ -546,6 +546,20 @@ <h3>What to submit</h3>
</p>

<hr />
<h2>Part 4. Writeup: Better Defenses</h2>
<p>
For each of the three kinds of attacks (SQL injection, XSS, and CSRF), write a paragraph of advice for
the
BUNGLE! developers about what techniques they should use to defend themselves. A markdown template,
writeup.md, is provided <a href="assets/writeup.md">here</a>. Fill in the template and convert it to a
PDF titled
writeup.pdf. Please submit writeup.pdf to Gradescope.
</p>
<h3>
What to submit
</h3>
A PDF file named writeup.pdf containing your security recommendations. Ensure that you have
submitted it to Gradescope.
</div>
</main>
</body>
Expand Down

0 comments on commit 594391e

Please sign in to comment.