Skip to content

Commit

Permalink
Fix SECURITY-2404 / CVE-2022-36915
Browse files Browse the repository at this point in the history
  • Loading branch information
sandyiscool committed Feb 9, 2023
1 parent 930cd58 commit 33162c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ public FormValidation doCheckApksToSign(@AncestorInPath AbstractProject project,
if (project == null) {
return FormValidation.warning(Messages.validation_noProject());
}
project.checkPermission(Item.WORKSPACE);
FilePath someWorkspace = project.getSomeWorkspace();
if (someWorkspace == null) {
return FormValidation.warning(Messages.validation_noWorkspace());
Expand Down

0 comments on commit 33162c6

Please sign in to comment.