Femton02 / Protego

Protego is an advanced code analysis tool designed to identify and mitigate security vulnerabilities in JavaScript codebases. With a focus on simplicity, efficiency, and accuracy, Protego empowers developers to write secure code and safeguard their applications against common security threats.
0 stars 0 forks source link

Bug in handle_ellipsis #1

Closed Femton02 closed 1 month ago

Femton02 commented 1 month ago

if there are two ellipsis operators one after the other, there is a bug deleting the "." before and after the second ellipsis because there is no "." before the second ellipsis

example:

{$<...>: $<...>, httponly: false, $<...>}

image