mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Remove unneeded disjunction
This commit is contained in:
@@ -3,5 +3,5 @@ import semmle.code.csharp.security.dataflow.flowsources.Remote
|
||||
from RemoteFlowSource source, File f
|
||||
where
|
||||
source.getLocation().getFile() = f and
|
||||
(f.fromSource() or f.getExtension() = "razor")
|
||||
f.fromSource()
|
||||
select source, source.getSourceType()
|
||||
|
||||
Reference in New Issue
Block a user