-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Dependency Security Audit #47
Comments
Audit done for:
Code is clean and makes sense. Learned some cool tricks from the |
Audit done for:
The wrapping algorithm is fairly simple. It may be worthwhile to write a fully custom one to accommodate some of our weirder use-cases in the future. |
Audit in progress for:
Moving through source code in lexigraphic order, I'm on |
We need to perform a detailed audit of all of our current dependencies. We have a responsibility to users of Arbor to prevent any
npm
-style security breaches. We already lock the versions of our dependencies withdep
, but we need to go a step further to ensure that current versions do not contain anything malicious. I obviously don't think that they do, but It's worth trying to certify it.The text was updated successfully, but these errors were encountered: