Author: ggregory Date: Fri Jul 12 15:14:58 2024 New Revision: 1919164 URL: http://svn.apache.org/viewvc?rev=1919164&view=rev Log: Grammar
Modified: commons/cms-site/trunk/content/xdoc/security.xml Modified: commons/cms-site/trunk/content/xdoc/security.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/security.xml?rev=1919164&r1=1919163&r2=1919164&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/security.xml (original) +++ commons/cms-site/trunk/content/xdoc/security.xml Fri Jul 12 15:14:58 2024 @@ -67,7 +67,7 @@ <p>The Commons libraries are low-level libraries that are typically designed to work with input that is either trusted or validated/sanitized by the application using the library. - It is not safe to provide possibly-malicious input to + It is unsafe to provide possibly malicious input to Commons libraries unless otherwise specified.</p> </section>