Giter Site home page Giter Site logo

逻辑结构回溯有问题 about kunlun-m HOT 5 CLOSED

lorexxar avatar lorexxar commented on August 29, 2024
逻辑结构回溯有问题

from kunlun-m.

Comments (5)

m4p1e avatar m4p1e commented on August 29, 2024

应该是作用域的问题

from kunlun-m.

grayguest avatar grayguest commented on August 29, 2024

php应该没有块作用域,这种条件判断主要需要考虑不同的数据流比较好,而且对于条件最好能动态执行获取结果?我在调研商业产品的时候,针对OWASP Benchmark的一些误报,商业产品也没有避免,例如checkmarx的误报:
ljWVDH.md.png

from kunlun-m.

LoRexxar avatar LoRexxar commented on August 29, 2024

1.9.2中更新并修复了这个问题

from kunlun-m.

m4p1e avatar m4p1e commented on August 29, 2024

1.9.2中更新并修复了这个问题

function add_func($any){
	 $did="random";
	 $pid=$_GET['maple']
	 if(1<0){
	 $pid=$did;
	 }
	 mysql_query($pid);
}

想过这个吗? 哈哈,我感觉如果为了尽可能多探测路径,这里可以param = [param ,cp],再递归。 可以这样考虑。

from kunlun-m.

LoRexxar avatar LoRexxar commented on August 29, 2024

换了一个逻辑,如果if没有else,则会专门处理一种不进入循环的流程

from kunlun-m.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.