Skip to content

Commit

Permalink
updated fix serialization unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
nimakarimipour committed Jul 27, 2024
1 parent 529006c commit 5a9c0da
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 515 deletions.
2 changes: 1 addition & 1 deletion tests/specialcasefixserialization/CmsUUID.java
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public void zeroArgMethodCall(HttpServletRequest request) {
@RUntainted CmsUgcSession session = createSession();
HttpSession httpSession = request.getSession(true);
// :: error: argument
httpSession.setAttribute("" + session.getId(), session);
sink("" + session.getId());
}

public static @RUntainted CmsUgcSession createSession() {
Expand Down
Loading

0 comments on commit 5a9c0da

Please sign in to comment.