poc(javascript): Demonstrate non-terminating javascript code escape#7348
poc(javascript): Demonstrate non-terminating javascript code escape#7348mikhail5555 wants to merge 1 commit intoprojectdiscovery:devfrom
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| if (token[i] === "-") { | ||
| // Distro tag starts here — discard accumulated chars and | ||
| // restart scan from position 0 to re-validate the prefix. | ||
| result = ""; | ||
| i = 0; | ||
| continue; |
There was a problem hiding this comment.
"buggy infinite loop"
|
I'll go ahead and close this. |
PoC for #7349