We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are there any tools to examine the source code and point out parts where attacks are possible?
For different languages?
Maybe there are linting tools which can catch them as well?
Or tools with under-development features for this?
The text was updated successfully, but these errors were encountered:
Today most IDEs such as Visual Studio Code already added visual cues to show unicode characters, GitHub UI does the same. Also, in an article I wrote about How to effectively detect and mitigate Trojan Source attacks in JavaScript codebases with ESLint I am referencing an ESlint plugin I built and an npm package that detects them if you care to add to your CI / git hooks: https://github.com/lirantal/anti-trojan-source
Sorry, something went wrong.
No branches or pull requests
Are there any tools to examine the source code and point out parts where attacks are possible?
For different languages?
Maybe there are linting tools which can catch them as well?
Or tools with under-development features for this?
The text was updated successfully, but these errors were encountered: