Moved from experimental into default queries

This commit is contained in:
aegilops
2024-07-11 11:44:01 +01:00
parent 01ec7c22df
commit d71be8aeaf
11 changed files with 6 additions and 4 deletions

View File

@@ -1 +0,0 @@
| polyfill-nocheck.html:4:9:4:98 | <script>...</> | Content loaded from untrusted domain with no integrity check. |

View File

@@ -1 +0,0 @@
experimental/Security/CWE-830/FunctionalityFromUntrustedDomain.ql

View File

@@ -1,9 +0,0 @@
<html>
<head>
<title>Polyfill demo - Cloudflare hosted with pinned version and integrity checking</title>
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0" integrity="sha384-3d4jRKquKl90C9aFG+eH4lPJmtbPHgACWHrp+VomFOxF8lzx2jxqeYkhpRg18UWC" crossorigin="anonymous"></script>
</head>
<body>
...
</body>
</html>

View File

@@ -1,9 +0,0 @@
<html>
<head>
<title>Polyfill.io demo</title>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js" crossorigin="anonymous"></script>
</head>
<body>
...
</body>
</html>