1 unstable release
0.0.1 | Jul 30, 2020 |
---|
#4 in #malicious
52KB
1.5K
SLoC
nest_analyzer
A Rust crate for analyzing broken and malicious JavaScript and TypeScript modules.
NOTE Work-in-progress
Current Rules:
-
ban-deno-run
- Report if module usesDeno.run();
Contributing
-
If you are going to work on an issue, mention so in the issue comments before you start working on the issue.
-
Please be professional in the forums. Have a problem? Email divy@nest.land
Submitting a Pull Request
Before submitting, please make sure the following is done:
- That there is a related issue and it is referenced in the PR text.
- There are tests that cover the changes.
- Ensure
cargo test
passes. - Format your code with
deno run --allow-run tools/format.ts
- Make sure
deno run --allow-run tools/lint.ts
passes.
Dependencies
~15–25MB
~445K SLoC