We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cpe:/a:redhat:enterprise_linux:8::appstream is determined to be a repository for E4S.
cpe:/a:redhat:enterprise_linux:8::appstream
"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.
The text was updated successfully, but these errors were encountered:
MaineK00n
Successfully merging a pull request may close this issue.
cpe:/a:redhat:enterprise_linux:8::appstream
is determined to be a repository for E4S.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.
The text was updated successfully, but these errors were encountered: