Skip to content

Commit 1236cff

Browse files
committed
🔥 remove false positive trigger of 2015-9251 in test
before this change, reproducing 2020-7656 would cause the test site to show that 2015-9251 was triggered when it was not
1 parent 1bac442 commit 1236cff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎security/site/xss.html‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
<script>
2-
triggerCVE('2015-9251');
32
triggerCVE('2020-7656');
43
</script >
54

65
<script>
7-
triggerCVE('2015-9251');
86
triggerCVE('2020-7656');
97
</script
108
>
119

1210
<script>
13-
triggerCVE('2015-9251');
1411
triggerCVE('2020-7656');
1512
</script >
1613

1714
<script>
18-
triggerCVE('2015-9251');
1915
triggerCVE('2020-7656');
2016
</script
2117

0 commit comments

Comments
 (0)