Commit 2c5b4d9
authored
fix: update libjpeg-turbo checker (#5278)
Add missing + in libjpeg-turbo pattern to avoid truncating latest digit
of version (e.g, 3.0.9 instead of 3.0.90)
Moreover, also update pattern to catch version on 4 digits
This issue is present since the addition of the checker in 2019
Fix 8089472
Signed-off-by: Fabrice Fontaine <[email protected]>1 parent db4961e commit 2c5b4d9
File tree
3 files changed
+8
-1
lines changed- cve_bin_tool/checkers
- test
- condensed-downloads
- test_data
3 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
36 | 43 | | |
0 commit comments