Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Remove node-crossenv
Browse files Browse the repository at this point in the history
This scanner is no longer useful. The offending packages have been
quarantined by npm and no longer exist.
  • Loading branch information
felixhammerl committed Jun 20, 2019
1 parent 6bc78b3 commit 59dd6f1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 117 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ Use `hawkeye modules` to list the available modules and their status.
[info] Finds common security issues in Java code with findsecbugs
[info] Enabled: java-owasp
[info] Scans Java projects for gradle/maven dependencies with known vulnerabilities with the OWASP dependency checker
[info] Enabled: node-crossenv
[info] Scans node projects for known malicious crossenv dependencies
[info] Enabled: node-npmaudit
[info] Checks node projects for dependencies with known vulnerabilities
[info] Enabled: node-npmoutdated
Expand Down Expand Up @@ -251,7 +249,6 @@ Modules are basically little bits of code that either implement their own logic,

#### Node.js

* **node-crossenv**: Scans node projects for known malicious [crossenv](http://blog.npmjs.org/post/163723642530/crossenv-malware-on-the-npm-registry) dependencies
* **node-npmaudit**: Checks node projects for dependencies with known vulnerabilities with [npm audit](https://docs.npmjs.com/cli/audit)
* **node-npmoutdated**: Checks node projects for outdated npm modules with [npm outdated](https://docs.npmjs.com/cli/outdated)
* **node-yarnaudit**: Checks yarn projects for dependencies with known vulnerabilities with [yarn audit](https://yarnpkg.com/lang/en/docs/cli/audit/)
Expand Down
31 changes: 0 additions & 31 deletions lib/modules/node-crossenv/__tests__/crossenv-unit.js

This file was deleted.

9 changes: 0 additions & 9 deletions lib/modules/node-crossenv/__tests__/sample/package.json

This file was deleted.

74 changes: 0 additions & 74 deletions lib/modules/node-crossenv/index.js

This file was deleted.

0 comments on commit 59dd6f1

Please sign in to comment.