We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12078c0 commit f49c4fcCopy full SHA for f49c4fc
3 files changed
SECURITY.md
@@ -0,0 +1,11 @@
1
+Did you find an XSS or similarly bad security issue with Nutshell? If so:
2
+
3
+1) Whoops, sorry 😬
4
5
+2) Please contact me at this email!
6
7
+
8
9
+And then I will attempt to fix it, eventually.
10
11
+Thank you!
test/xss-test-victim.html
@@ -12,6 +12,7 @@ <h2>Heading</h2>
12
<p>
13
Does this test work?
14
<a href="xss-test.html#cursed">:cursed</a>.
15
+ <a href="xss-test.html#linkfail">:also cursed</a>.
16
</p>
17
18
</body>
test/xss-test.html
@@ -20,5 +20,11 @@ <h2>Test</h2>
20
Test!
21
22
23
+<h2>Link Fail Test Too</h2>
24
25
+<p>
26
+ <a href='https://youtu.be/pQ2dI_B_Ycg?t=36"></iframe><img src=x onerror="alert(1)">'>:xss</a>
27
+</p>
28
29
30
</html>
0 commit comments