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

affected_repository_list? #3

Closed
MaineK00n opened this issue Dec 24, 2024 · 0 comments · Fixed by #4
Closed

affected_repository_list? #3

MaineK00n opened this issue Dec 24, 2024 · 0 comments · Fixed by #4
Assignees

Comments

@MaineK00n
Copy link
Contributor

cpe:/a:redhat:enterprise_linux:8::appstream is determined to be a repository for E4S.

  "cpe:/a:redhat:enterprise_linux:8::appstream": [
    "rhel-8-for-x86_64-appstream-rpms",
    "rhel-8-for-aarch64-appstream-source-rpms",
    "rhel-8-for-ppc64le-appstream-e4s-debug-rpms",
    "rhel-8-for-aarch64-appstream-rpms",
    "rhel-8-for-aarch64-appstream-debug-rpms",
    "rhel-8-for-ppc64le-appstream-e4s-rpms",
    "rhel-8-for-x86_64-appstream-e4s-rpms",
    "rhel-8-for-ppc64le-appstream-e4s-source-rpms",
    "rhel-8-for-x86_64-appstream-e4s-source-rpms",
    "rhel-8-for-x86_64-appstream-e4s-debug-rpms",
    "rhel-8-for-ppc64le-appstream-debug-rpms",
    "rhel-8-for-x86_64-appstream-source-rpms",
    "rhel-8-for-s390x-appstream-source-rpms",
    "rhel-8-for-s390x-appstream-rpms",
    "rhel-8-for-ppc64le-appstream-source-rpms",
    "rhel-8-for-ppc64le-appstream-rpms",
    "rhel-8-for-x86_64-appstream-debug-rpms",
    "rhel-8-for-s390x-appstream-debug-rpms"
  ],

Therefore, it will fail to filter on the following criteria.
https://github.com/vulsio/vuls-data-extracted-redhat-vex/blob/363844c43ad9ab14d87345a473c81ba7fe21f044/data/2022/CVE-2022-40897.json#L1357-L1409

To solve this problem, it is necessary to determine what to fileter not in cpe but in repository units.

@MaineK00n MaineK00n self-assigned this Dec 24, 2024
@MaineK00n MaineK00n linked a pull request Dec 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant