Skip to content
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

Break Builds on dependency check #12

Open
anantshri opened this issue Jun 6, 2016 · 0 comments
Open

Break Builds on dependency check #12

anantshri opened this issue Jun 6, 2016 · 0 comments

Comments

@anantshri
Copy link
Member

if the package has insecure third party dependencies we should be breaking the build and working with upstream to fix this.

Multiple ways to deal with this problem.
soft approach: monitor the dependencies seperately and keep a tab on it and followup with upstreams (already configured for pip via requires.io but we still need to find for gem and java dependencies)

Hard approach: monitor at build time via local tool and break build if dependency older. This would require large efforts and change in build script for all packages and we need to decide on which software needs to be scanned and how. One probability is to use owasp dependecy checker but we need to do a trial run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant