Skip to content

Advise about the quality / health of an Open Source project / dependency package #3317

@sschuberth

Description

In addition to security vulnerabilities the advisor could also advise about the general quality of an Open Source project, e.g. using

by extending

enum class AdvisorCapability {
/** Indicates that an advisor can retrieve information about defects. */
DEFECTS,
/** Indicates that an advisor can retrieve information about security vulnerabilities. */
VULNERABILITIES
}
with HEALTH or so.

Metadata

Assignees

No one assigned

    Labels

    advisorAbout the advisor tool

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions