You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I sincerely suggest you adjust your format. It seems there are some problems with your Markdown syntax, making your issue quite difficult to read on the GitHub web. Although I can read the email issue in a monospaced font editor, I believe most people capable of answering your question do not use this method.
I sincerely suggest you adjust your format. It seems there are some problems with your Markdown syntax, making your issue quite difficult to read on the GitHub web. Although I can read the email issue in a monospaced font editor, I believe most people capable of answering your question do not use this method.
📝 Overall Description
i analysis spring-cloud-gateway-server-3.1.0.jar,and add convertToRoute() as entrypoint:
i want to find taint convertToRoute()-> getFilters()->loadGatewayFilters() in class RouteDefinitionRouteLocator:
i add sources and transfor:
and i find taint from convertToRoute()-> getFilters():
why i cannot find the taint convertToRoute()-> getFilters()->loadGatewayFilters()?
and i did not find getFilters in cfg. thank you very much.
🎯 Expected Behavior
find the taint convertToRoute()-> getFilters()->loadGatewayFilters() in spring-cloud-gateway-server-3.1.0.jar
🐛 Current Behavior
find the taint convertToRoute()-> getFilters() in spring-cloud-gateway-server-3.1.0.jar
🔄 Reproducible Example
No response
⚙️ Tai-e Arguments
optionsFile: null
printHelp: false
classPath: []
appClassPath:
#mainClass: BOOT-INF.classes.pl.wya.springgatewaydemo.SpringGatewayDemoApplication
inputClasses: []
javaVersion: 8
prependJVM: false
allowPhantom: true
worldBuilderClass: pascal.taie.frontend.soot.SootWorldBuilder
outputDir: output
preBuildIR: false
worldCacheMode: false
scope: ALL
nativeModel: true
planFile: null
analyses:
ir-dumper: ;
pta: cs:ci;implicit-entries:false;distinguish-string-constants:null;reflection-inference:solar;taint-config:java-benchmarks/log4j/2.14.0/taint-config.yml;reflection-log:java-benchmarks/log4j/2.14.0/refl.log; #dump-ci:true;
onlyGenPlan: false
keepResult:
📜 Tai-e Log
ℹ️ Additional Information
The text was updated successfully, but these errors were encountered: