Author: ggregory
Date: Tue Feb 10 12:54:18 2026
New Revision: 1931791
Log:
Fix punctuation.
Modified:
commons/cms-site/trunk/content/xdoc/security.xml
Modified: commons/cms-site/trunk/content/xdoc/security.xml
==============================================================================
--- commons/cms-site/trunk/content/xdoc/security.xml Tue Feb 10 12:10:02
2026 (r1931790)
+++ commons/cms-site/trunk/content/xdoc/security.xml Tue Feb 10 12:54:18
2026 (r1931791)
@@ -69,7 +69,7 @@
or validated/sanitized by the application using the library.
It is unsafe to provide possibly malicious input to Commons
libraries unless otherwise specified.</p>
<p>
- We consider calls to the Commons API subject to the same caveat as
the JDK, those calls will usually do what the caller asks.
+ We consider calls to the Commons API subject to the same caveat as
the JDK; those calls will usually do what the caller asks.
Whether it is "dangerous" depends on the (application) context.
Therefore, don't report a behavior as a Commons component's
vulnerability if the same behavior would be considered legitimate for the JDK.
We welcome suggestions for hardening the code base.