<script>alert('This Space Was Poisoned By Thee Eclipse for XSS as a POC')</script>
#2
by
datoto9019
- opened
index.html → <script>alert('This Space Was Poisoned By Thee Eclipse for XSS as a POC')</script>index.html
RENAMED
@@ -10,7 +10,9 @@
|
|
10 |
<div class="card">
|
11 |
<h1>Welcome to your static Space!</h1>
|
12 |
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
|
|
13 |
<p>
|
|
|
14 |
Also don't forget to check the
|
15 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
16 |
</p>
|
|
|
10 |
<div class="card">
|
11 |
<h1>Welcome to your static Space!</h1>
|
12 |
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
13 |
+
<script>alert('This Space Was Poisoned By Thee Eclipse for XSS as a POC')</script>
|
14 |
<p>
|
15 |
+
|
16 |
Also don't forget to check the
|
17 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
18 |
</p>
|