reta commented on code in PR #3158: URL: https://github.com/apache/cxf/pull/3158#discussion_r3349143236
########## THREAT_MODEL.md: ########## @@ -0,0 +1,291 @@ +<!-- +SPDX-License-Identifier: Apache-2.0 + +Licensed 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. +--> + +# Threat Model — Apache CXF (umbrella) + +## §1 Header + +- **Project:** Apache CXF — an open-source **services framework** for building and consuming SOAP + (JAX-WS) and REST (JAX-RS) services, with an interceptor-based message pipeline and broad WS-* support + (WS-Security, WS-Trust, WS-SecurityPolicy, WS-Addressing, WS-ReliableMessaging) *(documented — project + site, source `org.apache.cxf.interceptor.security`, `common.security`)*. +- **Scope of this umbrella:** the CXF **runtime framework** (`apache/cxf`). It also names the sibling + in-scope repos and where they sit: `apache/cxf-fediz` (WS-Federation SSO — its own distinct runtime + surface, addressed in its own model/addendum), and `apache/cxf-xjc-utils` + `apache/cxf-build-utils` + (**build-time codegen / build tooling** — out of the *runtime* threat model; see §3). +- **Modelled against:** `apache/cxf` `main`/HEAD (2026-05-31), covering supported lines 3.6.x / 4.0.x / + 4.1.x *(documented — SECURITY.md)*. +- **Status:** **DRAFT — v0, not yet reviewed by the CXF PMC.** Produced by the ASF Security team via the Review Comment: ```suggestion - **Status:** **DRAFT** Produced by the ASF Security team via the ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
