Skip to content

add an integration test for spot vms with maximum run durations

GitHub Advanced Security / Jenkins Security Scan succeeded Dec 13, 2024 in 4s

4 new alerts

New alerts in code changed by this pull request

  • 4 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 51 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/SpotVm.java

See this annotation in the file changed.

Code scanning / Jenkins Security Scan

Stapler: Missing POST/RequirePOST annotation Warning

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

Check warning on line 51 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/SpotVm.java

See this annotation in the file changed.

Code scanning / Jenkins Security Scan

Stapler: Missing permission check Warning

Potential missing permission check in DescriptorImpl#doCheckMaxRunDurationSeconds

Check warning on line 51 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/Standard.java

See this annotation in the file changed.

Code scanning / Jenkins Security Scan

Stapler: Missing POST/RequirePOST annotation Warning

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

Check warning on line 51 in src/main/java/com/google/jenkins/plugins/computeengine/ui/helpers/Standard.java

See this annotation in the file changed.

Code scanning / Jenkins Security Scan

Stapler: Missing permission check Warning

Potential missing permission check in DescriptorImpl#doCheckMaxRunDurationSeconds