Skip to content

Commit 1f04229

Browse files
egregius313michaelnebel
authored andcommitted
Fix typo
1 parent 73b4e8f commit 1f04229

File tree

1 file changed

+2
-2
lines changed
  • csharp/ql/test/library-tests/dataflow/flowsources/stored/database/dapper

1 file changed

+2
-2
lines changed

csharp/ql/test/library-tests/dataflow/flowsources/stored/database/dapper/DatabaseSources.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import csharp
22
import semmle.code.csharp.security.dataflow.flowsources.FlowSources
33
import TestUtilities.InlineFlowTest
4-
import TaintFlowTest<DatabseConfig>
4+
import TaintFlowTest<DatabaseConfig>
55

6-
module DatabseConfig implements DataFlow::ConfigSig {
6+
module DatabaseConfig implements DataFlow::ConfigSig {
77
predicate isSource(DataFlow::Node source) { source instanceof ThreatModelFlowSource }
88

99
predicate isSink(DataFlow::Node sink) {

0 commit comments

Comments
 (0)