FORTIFY (CAN'T FIX) LOG FORGING ERROR JAVA

Viewed 29

Encountered Issue in Fortify

LOG FORGING

    **LOGGER.info(dReqDto.toString());**<-----------------ERROR HERE
    ReqDealDto origDL = myService.getDeal(headers, reqDealId);
    boolean origDLdrft= DealStatus.valueOf(origDL .getStatus()).isDraft();
    final MyPRofile privateProfile= context.getBean(MyPRofile .class);

Got no idea how to fix this.

0 Answers
Related