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

Remove wordpress mentions in false positive list #1930

Closed
Javiery3889 opened this issue Jun 12, 2024 · 2 comments
Closed

Remove wordpress mentions in false positive list #1930

Javiery3889 opened this issue Jun 12, 2024 · 2 comments
Labels
changelog-ignore Don't include this issue in the release changelog

Comments

@Javiery3889
Copy link

With reference to anchore/syft#1911, Syft now supports wordpress plugins through the new wordpress cataloger that was merged in anchore/syft#2218. Perhaps it would be better to remove these two lines?

// There are some common target software CPE components which are not currently
// supported by syft but are signifcant sources of false positives and should be
// considered known for the purposes of filtering here
known := map[string]bool{
"wordpress": true,
"wordpress_": true,

@westonsteimel
Copy link
Contributor

Thanks, this work is already underway in #1553

@Javiery3889
Copy link
Author

@westonsteimel Thanks, will be closing this issue

@spiffcs spiffcs added bug Something isn't working changelog-ignore Don't include this issue in the release changelog and removed bug Something isn't working labels Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-ignore Don't include this issue in the release changelog
Projects
Archived in project
Development

No branches or pull requests

3 participants