Skip to content

Commit d9bd2be

Browse files
committed
Add Bootstrap 4
1 parent 38adb4d commit d9bd2be

File tree

122 files changed

+12788
-23193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+12788
-23193
lines changed

src/main/resources/assets/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ <h1 class="display-3">DropGoat</h1>
1717
<h2>Vulnerable endpoints</h2>
1818
<ul>
1919
<li>XSS in unprotected <a href="/app/tag-xss?input=<script>alert(1)</script>">HTML tag content</a></li>
20-
<li>XSS in unprotected <a href="/app/attr-xss?input=<script>alert(1)</script>">HTML attribute</a></li>
21-
<li>XSS in unprotected <a href="/app/js-xss?input=<script>alert(1)</script>">JavaScript code</a></li>
20+
<li>XSS in unprotected <a href="/app/attr-xss?input=%22><script>alert(1)</script>">HTML attribute</a></li>
21+
<li>XSS in unprotected <a href="/app/js-xss?input=%22;alert(1);%20var%20x=%22a">JavaScript code</a></li>
2222
<li>XXE in <a href="xxe.html">XML parser</a></li>
2323
</ul>
2424
<h2>Protected endpoints</h2>

src/main/resources/assets/node_modules/.yarn-integrity

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/assets/node_modules/bootstrap/CHANGELOG.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)