Skip to content

Split into multiple modules to prevent security scanner false positives #1189

Description

@danwinship

Because all of containernetworking/cni is currently a single go module, a CVE in any dependency (or any part of cni itself) causes fire drills in all packages that use any part of containernetworking/cni. In particular, packages that only import pkg/types (pkg/utils, pkg/ns, etc) get tagged for CVEs that only affect pkg/invoke.

Reorganizing the code and splitting into multiple golang modules will help security scanners avoid these false positives.

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