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

fix: improve nghttp2 checker #2991

Merged
merged 4 commits into from
Jun 21, 2023
Merged

Conversation

ffontaine
Copy link
Contributor

@ffontaine ffontaine commented May 10, 2023

Improve nghttp2 checker to avoid false positives with node and wireshark binaries which link dynamically with nghttp2 library (and save the associated version number)

@ffontaine ffontaine force-pushed the fix-nghttp2-checker branch 2 times, most recently from c5e26a8 to d9657ed Compare May 10, 2023 09:17
Improve nghttp2 checker to avoid false positives with node and
wireshark binaries which link dynamically with nghttp2 library (and
save the associated version number)

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
@ffontaine ffontaine force-pushed the fix-nghttp2-checker branch from d9657ed to fdd8fa9 Compare May 10, 2023 10:04
@codecov-commenter
Copy link

codecov-commenter commented May 10, 2023

Codecov Report

Merging #2991 (ba048c2) into main (6395149) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2991      +/-   ##
==========================================
+ Coverage   81.89%   81.91%   +0.01%     
==========================================
  Files         714      714              
  Lines       10984    10984              
  Branches     1477     1477              
==========================================
+ Hits         8995     8997       +2     
+ Misses       1608     1606       -2     
  Partials      381      381              
Flag Coverage Δ
longtests 81.91% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cve_bin_tool/checkers/nghttp2.py 100.00% <ø> (ø)
test/test_data/nghttp2.py 100.00% <ø> (ø)
test/test_data/node.py 100.00% <ø> (ø)
test/test_data/wireshark.py 100.00% <ø> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@terriko
Copy link
Contributor

terriko commented Jun 6, 2023

Not sure what was up with the tests on this run; I'm going to update the branch and re-run them.

Copy link
Contributor

@terriko terriko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about the delay, but I'm back from vacation and the tests look good now. Thank you!

@terriko terriko merged commit 2bb8032 into intel:main Jun 21, 2023
@ffontaine ffontaine deleted the fix-nghttp2-checker branch June 21, 2023 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants