webp-sh / webp_server_go

Go version of WebP Server. A tool that will serve your JPG/PNG/BMP/SVGs as WebP/AVIF format with compression, on-the-fly.
https://docs.webp.sh
GNU General Public License v3.0
1.83k stars 175 forks source link

Change Stripe link to another account #225

Closed n0vad3v closed 1 year ago

github-actions[bot] commented 1 year ago

ghcr.io/webp-sh/webp_server_go (debian 11.7)
============================================
Total: 4 (HIGH: 4, CRITICAL: 0)

┌───────────┬───────────────┬──────────┬───────────────────┬──────────────────┬────────────────────────────────────────────────────────────┐
│  Library  │ Vulnerability │ Severity │ Installed Version │  Fixed Version   │                           Title                            │
├───────────┼───────────────┼──────────┼───────────────────┼──────────────────┼────────────────────────────────────────────────────────────┤
│ libssl1.1 │ CVE-2023-0464 │ HIGH     │ 1.1.1n-0+deb11u4  │ 1.1.1n-0+deb11u5 │ Denial of service by excessive resource usage in verifying │
│           │               │          │                   │                  │ X509 policy constraints...                                 │
│           │               │          │                   │                  │ https://avd.aquasec.com/nvd/cve-2023-0464                  │
│           ├───────────────┤          │                   │                  ├────────────────────────────────────────────────────────────┤
│           │ CVE-2023-2650 │          │                   │                  │ Possible DoS translating ASN.1 object identifiers          │
│           │               │          │                   │                  │ https://avd.aquasec.com/nvd/cve-2023-2650                  │
├───────────┼───────────────┤          │                   │                  ├────────────────────────────────────────────────────────────┤
│ openssl   │ CVE-2023-0464 │          │                   │                  │ Denial of service by excessive resource usage in verifying │
│           │               │          │                   │                  │ X509 policy constraints...                                 │
│           │               │          │                   │                  │ https://avd.aquasec.com/nvd/cve-2023-0464                  │
│           ├───────────────┤          │                   │                  ├────────────────────────────────────────────────────────────┤
│           │ CVE-2023-2650 │          │                   │                  │ Possible DoS translating ASN.1 object identifiers          │
│           │               │          │                   │                  │ https://avd.aquasec.com/nvd/cve-2023-2650                  │
└───────────┴───────────────┴──────────┴───────────────────┴──────────────────┴────────────────────────────────────────────────────────────┘
codecov[bot] commented 1 year ago

Codecov Report

Merging #225 (748fb0a) into master (9efead2) will decrease coverage by 3.24%. The diff coverage is 77.81%.

@@            Coverage Diff             @@
##           master     #225      +/-   ##
==========================================
- Coverage   83.57%   80.34%   -3.24%     
==========================================
  Files           6        6              
  Lines         542      636      +94     
==========================================
+ Hits          453      511      +58     
- Misses         61       85      +24     
- Partials       28       40      +12     
Impacted Files Coverage Δ
encoder.go 67.03% <68.88%> (-10.11%) :arrow_down:
helper.go 82.35% <74.60%> (-6.42%) :arrow_down:
router.go 93.16% <95.00%> (+3.47%) :arrow_up:
config.go 100.00% <100.00%> (ø)
prefetch.go 100.00% <100.00%> (ø)
webp-server.go 79.20% <100.00%> (+2.03%) :arrow_up:

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