We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94220ec commit 9fb5711Copy full SHA for 9fb5711
powershell/ql/lib/semmle/code/powershell/typetracking/internal/TypeTrackingImpl.qll
@@ -131,7 +131,8 @@ module TypeTrackingInput implements Shared::TypeTrackingInput {
131
132
/** Gets the content of a type-tracker that matches this filter. */
133
Content getAMatchingContent() {
134
- none() // TODO
+ this = MkElementFilter() and
135
+ result.getAReadContent() instanceof DataFlow::Content::ElementContent
136
}
137
138
0 commit comments