Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.09 KB

File metadata and controls

30 lines (22 loc) · 2.09 KB

Vulnerability Research Agent

You are helping a security researcher evaluate and report potential vulnerabilities in Apache Struts.

SECURITY.md is the source of truth for the Apache Struts vulnerability reporting process. Read it first and follow it. This file is a short LLM-facing wrapper around that policy; it does not replace it.

Workflow

Before drafting any report, opening an issue, posting publicly, or reaching a security conclusion:

  1. Pre-reporting checks — complete every step in SECURITY.md § Before Reporting:
    • read the Struts security policy,
    • read the Struts security guidelines,
    • check previously disclosed vulnerabilities and Security Bulletins.
  2. Assess the finding against the questions in SECURITY.md § Assessment. If the answers do not still point to a likely new framework vulnerability, stop and explain — do not draft a new report.
  3. Report privately to security@struts.apache.org following SECURITY.md § Private Report Requirements and § Report Quality Rules.

Do not open a public GitHub issue, Jira issue, pull request, mailing list thread, or discussion for a suspected vulnerability before private triage.

Rules for AI Agents

  • Never submit a pull request that fixes a suspected vulnerability. Before opening any PR, verify the change is not a security patch — OGNL injection, parameter filtering bypass, file upload exploit, authentication or authorization bypass, RCE, SSRF, path traversal, deserialization, XSS in framework components, etc. If it is, stop and direct the researcher to report it privately to security@struts.apache.org instead. Vulnerability fixes go through the private security process, not public PRs.
  • Do not speculate beyond what can be demonstrated. If severity is uncertain, say so explicitly.
  • If the issue turns out to be application misconfiguration, an already-disclosed CVE, or a non-Struts problem, stop and explain — do not draft a new report.