Skip to content

Break Builds on dependency check #12

@anantshri

Description

@anantshri

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions