This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 85cdfa2f6 Automatic Site Publish by Buildbot
85cdfa2f6 is described below
commit 85cdfa2f6b4fb8ca8da6f39b837e50d46f71fb1a
Author: buildbot <[email protected]>
AuthorDate: Wed Jun 12 14:10:09 2024 +0000
Automatic Site Publish by Buildbot
---
output/security/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/output/security/index.html b/output/security/index.html
index f271dfb73..4cdc88a9b 100644
--- a/output/security/index.html
+++ b/output/security/index.html
@@ -639,7 +639,7 @@ ensure any necessary parameter injection types are
allowlisted, in addition to i
<ul>
<li><code class="language-plaintext
highlighter-rouge">struts.allowlist.classes</code>: comma-separated list of
allowlisted classes.</li>
- <li><code class="language-plaintext
highlighter-rouge">struts.allowlist.packages</code>: comma-separated list of
allowlisted packages, matched using string comparison via
+ <li><code class="language-plaintext
highlighter-rouge">struts.allowlist.packageNames</code>: comma-separated list
of allowlisted packages, matched using string comparison via
<code class="language-plaintext highlighter-rouge">startsWith</code>. Note
that classes in subpackages are also allowlisted.</li>
</ul>