-
Bug
-
Resolution: Fixed
-
Major
The plugin's API methods use hasPermission() instead of checkPermission() in several places, so the exception is not being thrown.
The plugin's API methods use hasPermission() instead of checkPermission() in several places, so the exception is not being thrown.
Code changed in jenkins
User: Oleg Nenashev
Path:
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerJobAction.java
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnershipAction.java
http://jenkins-ci.org/commit/ownership-plugin/9d670510f53227e1be347f0887dae2ad2dc571c0
Log:
[FIXED JENKINS-28713] - Proper security checks in API methods
The plugin's API methods use hasPermission() instead of checkPermission() in several places, so the exception is not being thrown.