Skip to content

Spread unidentified #19914

@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

Staleawaiting-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

    pFad - Phonifier reborn

    Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

    Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


    Alternative Proxies:

    Alternative Proxy

    pFad Proxy

    pFad v3 Proxy

    pFad v4 Proxy