Skip to content

Commit

Permalink
fix: throw error on bad pCt parameter (security issue) (#2841)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjagg authored Sep 9, 2024
1 parent 163c3bf commit 56ebc5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public String getSubscribeId(String fname) throws PortalException {
+ fname
+ "\" : "
+ e);
subId = null;
throw e;
}
}
return subId;
Expand Down

0 comments on commit 56ebc5e

Please sign in to comment.