mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
7 lines
288 B
HTML
7 lines
288 B
HTML
<a href="javascript:'some-attribute-string-1'"></a>
|
|
<a href="javascript:'some-attribute-string-2'; foo();"></a>
|
|
<a href="javascript:'some-attribute-string-3'; function foo(){ 'some-function-string'; };"></a> <!-- OK --> <!-- $ Alert -->
|
|
<script>
|
|
'some-script-string' // $ Alert
|
|
</script>
|