Skip to content

Disable automatic test file validation and add validate button.

796f1c6
Select commit
Loading
Failed to load commit list.
Draft

Disable automatic test file validation and add validate button. #729

Disable automatic test file validation and add validate button.
796f1c6
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Jenkins Security Scan succeeded Sep 3, 2025 in 3s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 557 in src/main/java/hudson/tasks/junit/JUnitResultArchiver.java

See this annotation in the file changed.

Code scanning / Jenkins Security Scan

Stapler: Missing POST/RequirePOST annotation Warning

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