Skip to content

Commit 1f52cc9

Browse files
authored
Update test/validators.test.js
1 parent 49d2408 commit 1f52cc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/validators.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ describe('Validators', () => {
424424
'http://[2010:836B:4179::836B:4179]',
425425
'http://example.com/example.json#/foo/bar',
426426
'http://1337.com',
427-
// TODO: those should not be marked as valid URLs; CVE-2025-56200
427+
// TODO: those probably should not be marked as valid URLs; CVE-2025-56200
428428
/* eslint-disable no-script-url */
429429
'javascript:%61%6c%65%72%74%28%31%29@example.com',
430430
'http://evil-site.com@example.com/',

0 commit comments

Comments
 (0)