Skip to content

Remove per-component .md endpoints

8f72c64
Select commit
Loading
Failed to load commit list.
Open

Add llms.txt and llms-all.txt endpoints for LLM-friendly content #474

Remove per-component .md endpoints
8f72c64
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Jenkins Security Scan succeeded Apr 7, 2026 in 6s

2 new alerts

New alerts in code changed by this pull request

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 70 in src/main/java/io/jenkins/plugins/designlibrary/Home.java

See this annotation in the file changed.

Code scanning / Jenkins Security Scan

Stapler: Missing permission check Warning

Potential missing permission check in Home#doDynamic

Check warning on line 70 in src/main/java/io/jenkins/plugins/designlibrary/Home.java

See this annotation in the file changed.

Code scanning / Jenkins Security Scan

Stapler: Missing POST/RequirePOST annotation Warning

Potential CSRF vulnerability: If Home#doDynamic connects to user-specified URLs, modifies state, or is expensive to run, it should be annotated with @POST or @RequirePOST