Skip to content

Spread unidentified #19914

Open
Open
@jujumanman

Description

@jujumanman

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

awaiting-responseThe CodeQL team is awaiting further input or clarification from the original reporter of this issue.questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions