Update csharp/ql/lib/semmle/code/csharp/dataflow/internal/SsaImpl.qll

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Tom Hvitved
2026-05-04 09:41:00 +02:00
committed by GitHub
parent 21a0d1444f
commit 1f3a8319ed

View File

@@ -1019,7 +1019,7 @@ private module DataFlowIntegrationInput implements Impl::DataFlowIntegrationInpu
}
/**
* Allows for flow into uncertain defintions that are not call definitions,
* Allows for flow into uncertain definitions that are not call definitions,
* as we, conservatively, consider such definitions to be certain.
*/
predicate allowFlowIntoUncertainDef(Impl::UncertainWriteDefinition def) {