Skip to content

Commit

Permalink
Fixed: [SECURITY] (CVE-2024-36104) Path traversal leading to RCE (OFB…
Browse files Browse the repository at this point in the history
…IZ-13092)

Fixes an import issue while backporting StringUtil::splitWithStringSeparator.
  • Loading branch information
JacquesLeRoux committed Jan 17, 2025
1 parent bb743dd commit f6e9e95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
Expand Down

0 comments on commit f6e9e95

Please sign in to comment.