Actions/RequestForgeryQuery

actions/ql/src/experimental/Security/CWE-918/RequestForgery.ql uses source as endpoint
This commit is contained in:
Nora Dimitrijević
2025-10-08 13:22:57 +02:00
parent 3fa8259042
commit 890ca8e7d1

View File

@@ -18,8 +18,6 @@ private module RequestForgeryConfig implements DataFlow::ConfigSig {
predicate isSink(DataFlow::Node sink) { sink instanceof RequestForgerySink }
predicate observeDiffInformedIncrementalMode() { any() }
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
}
/** Tracks flow of unsafe user input that is used to construct and evaluate a system command. */