Skip to content

Commit 245bd19

Browse files
authored
fix minor nits (#610)
Reported by GitHub Code Quality
1 parent 889e88b commit 245bd19

5 files changed

Lines changed: 10 additions & 11 deletions

File tree

_download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</tr>
103103
<tr><td><b>source</b> </td>
104104
<td> curl and libcurl full source code, possibly adjusted for the particular
105-
surrounding the package is made for</td>
105+
environment the package is made for</td>
106106
</tr>
107107
</table>
108108
SUBTITLE(Official curl container images)

docs/CVE-2026-8925.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ the GSASL context *twice* without clearing the pointer in between, making it
1414
INFO
1515
----
1616

17-
This flaw can trigger with protocols using SASL: IMAP, POP3, SMTP and IMAP if
18-
curl was built to use libgsasl.
17+
This flaw can trigger with protocols using SASL: IMAP, POP3 and SMTP if curl
18+
was built to use libgsasl.
1919

2020
We deem it *hard* for an attacker to control or otherwise affect exactly which
2121
memory the second `free()` call frees, but we cannot rule out that in limited
@@ -55,7 +55,7 @@ RECOMMENDATIONS
5555

5656
B - Apply the patch to your local version
5757

58-
C - Do not use IMAP, POP3, SMTP or IMAP
58+
C - Do not use IMAP, POP3 or SMTP
5959

6060
TIMELINE
6161
--------

docs/Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ CVELIST = \
2424
CVE-2000-0973.html \
2525
CVE-2003-1605.html \
2626
CVE-2005-0490.html \
27-
CVE-2005-0490.html \
2827
CVE-2005-3185.html \
2928
CVE-2005-4077.html \
3029
CVE-2006-1061.html \
@@ -526,13 +525,13 @@ security-h.html: _security.html seclist-h.gen $(MAINPARTS) $(ADVBOX)
526525
security-c.html: _security.html seclist-c.gen $(MAINPARTS) $(ADVBOX)
527526
fcpp $(FCPP_OPTS) -DSEVERITY=3 -I$(ROOT) -WWW -Uunix -P -H -C -V -LL $< $@
528527

529-
seclist.gen: vuln.pm listvulns.pl vuln.pm $(CVELIST)
528+
seclist.gen: listvulns.pl vuln.pm $(CVELIST)
530529
./listvulns.pl low > seclist.gen
531-
seclist-m.gen: vuln.pm listvulns.pl vuln.pm $(CVELIST)
530+
seclist-m.gen: listvulns.pl vuln.pm $(CVELIST)
532531
./listvulns.pl medium > seclist-m.gen
533-
seclist-h.gen: vuln.pm listvulns.pl vuln.pm $(CVELIST)
532+
seclist-h.gen: listvulns.pl vuln.pm $(CVELIST)
534533
./listvulns.pl high > seclist-h.gen
535-
seclist-c.gen: vuln.pm listvulns.pl vuln.pm $(CVELIST)
534+
seclist-c.gen: listvulns.pl vuln.pm $(CVELIST)
536535
./listvulns.pl critical > seclist-c.gen
537536

538537
CVE-2025-11563.html: CVE-2025-11563.md $(MAINPARTS) advisory.t $(ADVBOX) mk-wcurl-adv-template.pl

docs/vuln.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"CVE-2026-3805.html|8.13.0|8.18.0|use after free in SMB connection reuse|CVE-2026-3805|20260311|20260308|CWE-416: Use After Free|0|SMB|USE_AFTER_FREE|both|medium|https://hackerone.com/reports/3591944",
4646
"CVE-2026-3784.html|7.7|8.18.0|wrong proxy connection reuse with credentials|CVE-2026-3784|20260311|20260304|CWE-305: Authentication Bypass by Primary Weakness|0|CONNREUSE|-|both|low|https://hackerone.com/reports/3584903",
4747
"CVE-2026-3783.html|7.33.0|8.18.0|token leak with redirect and netrc|CVE-2026-3783|20260311|20260303|CWE-522: Insufficiently Protected Credentials|0|AUTH|-|both|medium|https://hackerone.com/reports/3583983",
48-
"CVE-2026-1965.html|7.10.6|8.18.0|bad reuse of HTTP Negotiate connection|CVE-2026-1965|20260311|20260204|CWE-305: Authentication Bypass by Primary Weakness|-|CONNREUSE|-|both|medium",
48+
"CVE-2026-1965.html|7.10.6|8.18.0|bad reuse of HTTP Negotiate connection|CVE-2026-1965|20260311|20260204|CWE-305: Authentication Bypass by Primary Weakness|0|CONNREUSE|-|both|medium",
4949
"CVE-2025-15224.html|7.58.0|8.17.0|libssh key passphrase bypass without agent set|CVE-2025-15224|20260107|20251228|CWE-287: Improper Authentication|505|SSH|-|both|low|https://hackerone.com/reports/3480925",
5050
"CVE-2025-15079.html|7.58.0|8.17.0|libssh global known_hosts override|CVE-2025-15079|20260107|20251224|CWE-297: Improper Validation of Certificate with Host Mismatch|505|SSH|-|both|low|https://hackerone.com/reports/3477116",
5151
"CVE-2025-14819.html|7.87.0|8.17.0|OpenSSL partial chain store policy bypass|CVE-2025-14819|20260107|20251216|CWE-295: Improper Certificate Validation|505|TLS|-|lib|low",

docs/vulntable.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sub head {
3232
}
3333
$id =~ s/ //;
3434
my $num = $#vuln - $v + 2;
35-
my $a=sprintf("<a style=\"color: white; text-decoration: none;\" href=\"$id\">%02</a>", $num);
35+
my $a=sprintf("<a style=\"color: white; text-decoration: none;\" href=\"$id\">%02d</a>", $num);
3636
$vhref[$v-1]=$a;
3737
$vstart[$v-1]=$start;
3838
$vstop[$v-1]=$stop;

0 commit comments

Comments
 (0)