-
Notifications
You must be signed in to change notification settings - Fork 509
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
fix: improve kerberos checker #2509
Conversation
29b2882
to
08c3fe2
Compare
08c3fe2
to
fcdbd4a
Compare
- Raise an error if one of the other_products is not found in the product list - Do not always append kerberos to all_the_tests (kerberos package_test_data will be provided by intel#2509) - Drop unneeded comment - Drop gcc, glibc, rust, sqlite, zlib, etc. from other_products if needed Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
- Drop mit:kerberos and get_version as NVD NIST has deprecated this unusual versioning since January 2020: https://nvd.nist.gov/products/cpe/detail/335C9545-32F8-4473-97BD-636F1532525F?namingFormat=2.3&orderBy=CPEURI&keyword=cpe%3A2.3%3Aa%3Amit%3Akerberos%3A5-1.5.1%3A*%3A*%3A*%3A*%3A*%3A*%3A*&status=FINAL%2CDEPRECATED - Add debian and openwrt test packages Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
fcdbd4a
to
186c3f7
Compare
Codecov Report
@@ Coverage Diff @@
## main #2509 +/- ##
==========================================
- Coverage 83.04% 83.01% -0.04%
==========================================
Files 600 600
Lines 9887 9872 -15
Branches 1355 1353 -2
==========================================
- Hits 8211 8195 -16
+ Misses 1345 1344 -1
- Partials 331 333 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
- Raise an error if one of the other_products is not found in the product list - Do not always append kerberos to all_the_tests (kerberos package_test_data will be provided by intel#2509) - Drop gcc, glibc, rust, sqlite, zlib, etc. from other_products if needed Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
- Raise an error if one of the other_products is not found in the product list - Do not always append kerberos to all_the_tests (kerberos package_test_data will be provided by intel#2509) - Drop gcc, glibc, rust, sqlite, zlib, etc. from other_products if needed Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
- Raise an error if one of the other_products is not found in the product list - Do not always append kerberos to all_the_tests (kerberos package_test_data will be provided by #2509) - Drop gcc, glibc, rust, sqlite, zlib, etc. from other_products if needed Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Updating branch for tests, but I think this should be ok to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
phew, tests behaving. Thanks for looking into this one and getting it updated!
mit:kerberos
andget_version
as NVD NIST has deprecated this unusual versioning since January 2020: https://nvd.nist.gov/products/cpe/detail/335C9545-32F8-4473-97BD-636F1532525F?namingFormat=2.3&orderBy=CPEURI&keyword=cpe%3A2.3%3Aa%3Amit%3Akerberos%3A5-1.5.1%3A*%3A*%3A*%3A*%3A*%3A*%3A*&status=FINAL%2CDEPRECATEDSigned-off-by: Fabrice Fontaine fabrice.fontaine@orange.com