Skip to content

Commit 64cd8e7

Browse files
committed
* SECURITY.md: Typos/formatting fixes suggested by Claude.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1936134 13f79535-47bb-0310-9956-ffa450edef68
1 parent c98d7bb commit 64cd8e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Vulnerabilities](http://httpd.apache.org/security/vulnerabilities_24.html)
2626

2727
If an issue is reported against an aspect of the security model which
2828
is not documented here, it MUST be accompanied by a clear description
29-
of that aspect the model, showing why a trust boundary exists and how
29+
of that aspect of the model, showing why a trust boundary exists and how
3030
it is violated. It is helpful to use references to vulnerabilities
3131
previously disclosed by this project, the httpd documentation
3232
(see docs/manual), and to demonstrate common usage patterns.
@@ -81,7 +81,7 @@ configurable limits; e.g. LimitRequestFields limits the RAM
8181
consumption by HTTP headers, LimitXMLRequestBody limits the RAM
8282
consumption by parsing XML request documents.
8383

84-
Example vulnerabilities which violated the model: CVE-2004-0942
84+
Example vulnerabilities which violated the model: CVE-2004-0942.
8585

8686
## Privilege separation on Unix platforms
8787

@@ -107,7 +107,7 @@ model.
107107
Example vulnerabilities which violated the model: CVE-2007-3304,
108108
CVE-2012-0031.
109109

110-
## Delegated Configuration
110+
## Delegated Configuration
111111

112112
Server configuration can be delegated to trusted local site authors by
113113
allowing use of .htaccess files in some configurations (see

0 commit comments

Comments
 (0)