diff --git a/testFolder/testCode.js b/testFolder/testCode.js index 130a2e5b..1cd39627 100644 --- a/testFolder/testCode.js +++ b/testFolder/testCode.js @@ -63,7 +63,7 @@ function uploadFile(file: File) { // Unvalidated redirects and forwards function redirectUser(url: string) { - window.location.href = url; + window.location.href = url; // nosemgrep dette er ikke en reel fare } // Insecure cross-origin resource sharing (CORS) configuration