Rule details
The rule should detect the presence of \u3164 and \uFFA0, which are letters that don't have any visible portion.
Related CVE
https://trojansource.codes/
Example code
const checkCommands = [
'ping -c 1 google.com',
'curl -s http://example.com/',\u3164
];
Participation
Additional comments
More details:
https://certitude.consulting/blog/en/invisible-backdoor/
Ported from:
eslint/eslint#15281
Rule details
The rule should detect the presence of \u3164 and \uFFA0, which are letters that don't have any visible portion.
Related CVE
https://trojansource.codes/
Example code
Participation
Additional comments
More details:
https://certitude.consulting/blog/en/invisible-backdoor/
Ported from:
eslint/eslint#15281