Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Audit] Allow ignoring of specific abandoned packages #12568

Copy link
Copy link
@tgauges

Description

@tgauges
Issue body actions

Is your feature request related to a problem? Please describe.

I'd like my CI to fail when there are unreviewed abandoned packages.
I'd also like to review those packages and ignore the abandoned status of some of those packages.

Describe the solution you'd like

There is already an option to ignore IDs or CVEs during audit: https://getcomposer.org/doc/06-config.md#ignore
I'd like the same for abandoned packages, e.g.

{
    "config": {
        "audit": {
            "ignore-abandoned": {
                "doctrine/annotations": "There is no security risk and there is a solution in the works already: <https://www.drupal.org/project/drupal/issues/3550917>"
            }
        }
    }
}

Describe alternatives you've considered

Currently, it is possible to ignore or only warn for all abandoned packages: https://getcomposer.org/doc/06-config.md#abandoned

But if this is set, I won't notice newly abandoned packages.

loopy3025, jurgenhaas and spoonerWeb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.