Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Rogers committed Nov 10, 2023
1 parent b37e836 commit 8a3b5c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ With any system or project, it is important to reguarly review solutions used in
| [Memory Leak in HTTP Response Parsing](response-memleaks.md)| | |
| [Memory Leak in ESI Error Processing](esi-memleak.md)| | |
| [1-Byte Buffer OverRead in RFC 1123 date/time Handling](datetime-overflow.md)| | [GHSA-8w9r-p88v-mmx9](https://github.com/squid-cache/squid/security/advisories/GHSA-8w9r-p88v-mmx9) |
| [Null Pointer Dereference in Gopher Response Handling](gopher-nullpointer.md)| | [CVE-2023-46728](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-46728) [GHSA-cg5h-v6vc-w33f](https://github.com/squid-cache/squid/security/advisories/GHSA-cg5h-v6vc-w33f) |
| [Null Pointer Dereference in Gopher Response Handling](gopher-nullpointer.md)| [CVE-2023-46728](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-46728) | [GHSA-cg5h-v6vc-w33f](https://github.com/squid-cache/squid/security/advisories/GHSA-cg5h-v6vc-w33f) |
| [One-Byte Buffer OverRead in HTTP Request Header Parsing](garbage-overflow.md)| | |
| [strlen(NULL) Crash Using Digest Authentication](digest-strlen-null.md)| | [GHSA-254c-93q9-cp53](https://github.com/squid-cache/squid/security/advisories/GHSA-254c-93q9-cp53) |
| [Assertion in ESI Header Handling](esi-assert-header.md)| | |
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ With any system or project, it is important to reguarly review solutions used in
| [Memory Leak in HTTP Response Parsing](response-memleaks.md)| | |
| [Memory Leak in ESI Error Processing](esi-memleak.md)| | |
| [1-Byte Buffer OverRead in RFC 1123 date/time Handling](datetime-overflow.md)| | [GHSA-8w9r-p88v-mmx9](https://github.com/squid-cache/squid/security/advisories/GHSA-8w9r-p88v-mmx9) |
| [Null Pointer Dereference in Gopher Response Handling](gopher-nullpointer.md)| | [CVE-2023-46728](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-46728) [GHSA-cg5h-v6vc-w33f](https://github.com/squid-cache/squid/security/advisories/GHSA-cg5h-v6vc-w33f) |
| [Null Pointer Dereference in Gopher Response Handling](gopher-nullpointer.md)| [CVE-2023-46728](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-46728) | [GHSA-cg5h-v6vc-w33f](https://github.com/squid-cache/squid/security/advisories/GHSA-cg5h-v6vc-w33f) |
| [One-Byte Buffer OverRead in HTTP Request Header Parsing](garbage-overflow.md)| | |
| [strlen(NULL) Crash Using Digest Authentication](digest-strlen-null.md)| | [GHSA-254c-93q9-cp53](https://github.com/squid-cache/squid/security/advisories/GHSA-254c-93q9-cp53) |
| [Assertion in ESI Header Handling](esi-assert-header.md)| | |
Expand Down

0 comments on commit 8a3b5c8

Please sign in to comment.