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.
NHibernate
1 parent 004dfbd commit fac84eeCopy full SHA for fac84ee
csharp/ql/lib/ext/NHibernate.model.yml
@@ -0,0 +1,8 @@
1
+extensions:
2
+ - addsTo:
3
+ pack: codeql/csharp-all
4
+ extensible: sinkModel
5
+ data:
6
+ - ["NHibernate", "ISession", True, "CreateSQLQuery", "(System.String)", "", "Argument[0]", "sql-injection", "manual"]
7
+ - ["NHibernate", "IStatelessSession", True, "CreateSQLQuery", "(System.String)", "", "Argument[0]", "sql-injection", "manual"]
8
+ - ["NHibernate.Impl", "AbstractSessionImpl", True, "CreateSQLQuery", "(System.String)", "", "Argument[0]", "sql-injection", "manual"]
0 commit comments