I tested it. Yes, there might be some issues with TextUtil or somewhere else but not fully sure as it works in other places. Is there any other option to handle this formatting?
For the below code getting Vulnerability, can someone assist with what to write instead:@Override public List<OptionItem> getCustomItems() { return customItems; } Passing this @Override public List<OptionItem> getCustomItems() { return List.copyOf(customItems); } @Override publi...