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 firefox checker pattern #2469

Merged
merged 1 commit into from
Dec 22, 2022
Merged

Conversation

metabiswadeep
Copy link
Contributor

Fixes #2453

Changed version strings to avoid false positives

@codecov-commenter
Copy link

codecov-commenter commented Dec 22, 2022

Codecov Report

Merging #2469 (23b946a) into main (ab5c2fc) will increase coverage by 4.56%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2469      +/-   ##
==========================================
+ Coverage   77.79%   82.36%   +4.56%     
==========================================
  Files         581      591      +10     
  Lines        9679     9729      +50     
  Branches     1319     1319              
==========================================
+ Hits         7530     8013     +483     
+ Misses       1847     1370     -477     
- Partials      302      346      +44     
Flag Coverage Δ
longtests 81.88% <ø> (+5.02%) ⬆️
win-longtests 75.43% <ø> (+0.23%) ⬆️

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

Impacted Files Coverage Δ
cve_bin_tool/checkers/firefox.py 100.00% <ø> (ø)
test/test_data/firefox.py 100.00% <ø> (ø)
cve_bin_tool/checkers/__init__.py 95.55% <0.00%> (ø)
test/test_data/doxygen.py 100.00% <0.00%> (ø)
test/test_data/kubernetes.py 100.00% <0.00%> (ø)
test/test_data/faad2.py 100.00% <0.00%> (ø)
cve_bin_tool/checkers/qemu.py 100.00% <0.00%> (ø)
test/test_data/qemu.py 100.00% <0.00%> (ø)
test/test_data/flac.py 100.00% <0.00%> (ø)
cve_bin_tool/checkers/faad2.py 100.00% <0.00%> (ø)
... and 16 more

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

Copy link
Contributor

@BreadGenie BreadGenie left a comment

Choose a reason for hiding this comment

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

LGTM

"product": "firefox",
"version": "106.0.5",
"version": "83.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems like the pattern is available on older versions of Firefox (which is fine btw, something is better than nothing)

@terriko
Copy link
Contributor

terriko commented Dec 22, 2022

Thanks!

@terriko terriko merged commit a93f003 into intel:main Dec 22, 2022
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 this pull request may close these issues.

Improve firefox checker pattern
4 participants