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

Tag files that are whitedouts as "white-out" in container scans #1528

Open
pombredanne opened this issue Jan 11, 2025 · 1 comment · May be fixed by #1529
Open

Tag files that are whitedouts as "white-out" in container scans #1528

pombredanne opened this issue Jan 11, 2025 · 1 comment · May be fixed by #1529
Labels
enhancement New feature or request

Comments

@pombredanne
Copy link
Member

We should tag files that are "whited-outs" as "white-out" in container scans so that we can possibly treat as less risky packages that are "whited-outs" as less likely to be used at run time.

@pombredanne
Copy link
Member Author

Ways to do this could be one of these:

  1. Add a new "tag" model and relate it to CodebaseResource using taggit like for projects
    labels = TaggableManager(through=UUIDTaggedItem, ordering=["name"])
  2. Or add a new boolean flag is_hidden in the FileClassifierFieldsModelMixin for Resource

@pombredanne pombredanne added the enhancement New feature or request label Jan 11, 2025
@VarshaUN VarshaUN linked a pull request Jan 12, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant