mirror of
https://github.com/github/codeql.git
synced 2026-04-12 02:24:00 +02:00
C++: Fix type name.
This commit is contained in:
@@ -3,7 +3,7 @@ private import semmle.code.cpp.ir.dataflow.FlowSteps
|
||||
private import semmle.code.cpp.dataflow.new.DataFlow
|
||||
|
||||
private class HttpRequest extends Class {
|
||||
HttpRequest() { this.hasGlobalName("_HTTP_REQUEST") }
|
||||
HttpRequest() { this.hasGlobalName("_HTTP_REQUEST_V1") }
|
||||
}
|
||||
|
||||
private class HttpRequestInheritingContent extends TaintInheritingContent, DataFlow::FieldContent {
|
||||
|
||||
Reference in New Issue
Block a user