Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

bb should have heuristics to detect crypto #187

Closed
honzajavorek opened this issue Sep 7, 2018 · 1 comment
Closed

bb should have heuristics to detect crypto #187

honzajavorek opened this issue Sep 7, 2018 · 1 comment

Comments

@honzajavorek
Copy link
Contributor

Dependencies containing or depending on crypto have special treatment. We should be able to have a primitive detection in blackbelt to distinguish those. There could be some keyword matching against the name of the package, but I think the most efficient MVP implementation would be to just maintain the list of the most common ones and when they appear in the dependency tree, blackbelt would flag them:

Node.js’ very own builtin crypto module https://nodejs.org/api/crypto.html is fine.

@abtris
Copy link
Contributor

abtris commented Sep 12, 2018

Migrated to apiaryio/bb#12

@abtris abtris closed this as completed Sep 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants