-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Staleawaiting-responseThe CodeQL team is awaiting further input or clarification from the original reporter of this issue.The CodeQL team is awaiting further input or clarification from the original reporter of this issue.questionFurther information is requestedFurther information is requested
Description
Description of the issue
In this method, I set the list method parameter to source and the selectByCondition method parameter to sink. Only the propagation from source to sink was found, and the propagation of code snippets between source and sink was not recognized
public PageInfo<DtpOrderListVO> list(DtpOrderListQueryVO dtpOrderListQueryVO) {
if (StringUtils.isNotEmpty(dtpOrderListQueryVO.getQueryParam())) {
if (isMobile(dtpOrderListQueryVO.getQueryParam())) {
dtpOrderListQueryVO.setTelephone(encryptProperties.encrypt("dbsecret", dtpOrderListQueryVO.getQueryParam()));
dtpOrderListQueryVO.setQueryParam(null);
}
}
PageHelper.startPage(dtpOrderListQueryVO.getPageNum(), dtpOrderListQueryVO.getPageSize());
List<DtpOrderListVO> list = ordersMapper.selectByCondition(dtpOrderListQueryVO);
Metadata
Metadata
Assignees
Labels
Staleawaiting-responseThe CodeQL team is awaiting further input or clarification from the original reporter of this issue.The CodeQL team is awaiting further input or clarification from the original reporter of this issue.questionFurther information is requestedFurther information is requested