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

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

Open
sschuberth opened this issue Nov 10, 2020 · 6 comments
Labels
advisor About the advisor tool new feature Issues that are considered to be new features

Comments

@sschuberth
Copy link
Member

sschuberth commented Nov 10, 2020

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.

@sschuberth sschuberth added new feature Issues that are considered to be new features advisor About the advisor tool labels Nov 10, 2020
@sschuberth

This comment was marked as outdated.

@sschuberth sschuberth changed the title Advise about the quality of an Open Source project Advise about the quality / health of an Open Source project / dependency package Jan 26, 2023
@dgutson

This comment has been minimized.

@sschuberth

This comment has been minimized.

@MacOS

This comment has been minimized.

@sschuberth

This comment has been minimized.

@sschuberth
Copy link
Member Author

We might be able to collaborate with what @janniclas's team did at https://github.com/fraunhofer-iem/spha. Also see this whitepaper. I've already reached out to Fraunhofer IEM for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advisor About the advisor tool new feature Issues that are considered to be new features
Projects
None yet
Development

No branches or pull requests

3 participants