Dependicus API Reference
    Preparing search index...

    Interface SecurityPluginConfig

    interface SecurityPluginConfig {
        depsdev?: boolean | DepsDevConfig;
        githubAdvisory?: boolean | GitHubAdvisoryConfig;
        osv?: boolean | OsvConfig;
    }
    Index

    Properties

    depsdev?: boolean | DepsDevConfig

    Enable deps.dev maintenance/ecosystem context. Pass true for defaults.

    githubAdvisory?: boolean | GitHubAdvisoryConfig

    Enable GitHub Advisory vulnerability lookups. Pass true for defaults.

    osv?: boolean | OsvConfig

    Enable OSV.dev vulnerability lookups. Pass true for defaults.