Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Commit

Permalink
Added failing test for XSS vulnerability (issue rubenv#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
anx-ckreuzberger committed Feb 28, 2018
1 parent 20d8869 commit 3b5dd5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fixtures/xss.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<h1>XSS test</h1>
<p>expression: {{ value }}</p>
<p translate>translate directive: {{ value }}</p>
<p translate translate-params-foo>{{ value }}</p>

<script src="/bower_components/jquery/dist/jquery.js"></script>
<script src="/bower_components/angular/angular.js"></script>
Expand Down

0 comments on commit 3b5dd5a

Please sign in to comment.