svn commit: r1935333 - httpd/httpd/trunk

[email protected] Mon, 15 Jun 2026 08:05:09 -0000
Newsgroups gmane.comp.apache.cvs
Message-ID <178151070926.1956944.3903411410464023291@svn03-he-fi>
Author: jorton
Date: Mon Jun 15 08:05:09 2026
New Revision: 1935333

Log:
* SECURITY.md: Tweak wording around delegated configs.

Modified:
   httpd/httpd/trunk/SECURITY.md

Modified: httpd/httpd/trunk/SECURITY.md
==============================================================================
--- httpd/httpd/trunk/SECURITY.md	Mon Jun 15 07:23:15 2026	(r1935332)
+++ httpd/httpd/trunk/SECURITY.md	Mon Jun 15 08:05:09 2026	(r1935333)
@@ -103,15 +103,21 @@ CVE-2012-0031.
 ## Delegated Configuration 
 
 Server configuration can be delegated to trusted local site authors by
-allowing use of .htaccess files in non-default configurations.  Local
-site authors are trusted to not attack the server with malformed or
-malicious .htaccess files (for example, files of excessive size).
+allowing use of .htaccess files in some configurations (see
+https://httpd.apache.org/docs/2.4/howto/htaccess.html).  Site authors
+gain a significant degree of control over, and access to, the server
+at run-time:
 
-In configurations supporting in-process scripting language interpreters
-which are not sandboxed, such as `mod_lua` or `mod_php`, local site
-authors have equivalent privileges to the less-privileged server user.
+* site authors are trusted to not attack the server with malformed or
+  malicious .htaccess files (for example, files of excessive size).
+
+* site authors gain access to some data (such as files or the
+  environment) which is otherwise restricted.
 
-(### TODO something about AllowOverride)
+In configurations supporting in-process scripting language interpreters
+which are not sandboxed, such as `mod_lua` or `mod_php`,
+site authors have exactly equivalent privileges to the user which the
+server runs as.
 
 ## Dependent Services