Author: ggregory Date: Sun Jul 5 19:06:46 2026 New Revision: 1935917 Log: Add Apache Commons Thread Model page (placeholder).
Added: commons/cms-site/trunk/content/markdown/ commons/cms-site/trunk/content/markdown/threat_model.md Added: commons/cms-site/trunk/content/markdown/threat_model.md ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ commons/cms-site/trunk/content/markdown/threat_model.md Sun Jul 5 19:06:46 2026 (r1935917) @@ -0,0 +1,34 @@ +<!--- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +# Apache Commons Threat Model + +## Introduction + +This page amends [Apache Commons Security page](https://commons.apache.org/security.html). + +For information about reporting or asking questions about security, please see the [Apache Commons Security page](https://commons.apache.org/security.html). + +Please note that binary patches are never provided. If you need to apply a source code patch, use the building instructions for the component version that you are using. + +If you need help on building this component or other help on following the instructions to mitigate the known vulnerabilities listed here, please send your questions to the +public [user mailing list](mail-lists.html). + +If you have encountered an unlisted security vulnerability or other unexpected behavior that has security impact, or if the descriptions here are incomplete, please report them privately to the Apache Security Team. + +## Threat Model + +Coming soon.
