mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Merge pull request #7458 from erik-krogh/modelling
QL: add "modelling/modeling" to `ql/non-us-spelling`
This commit is contained in:
@@ -170,7 +170,7 @@ module Ssa {
|
||||
/**
|
||||
* Gets the control flow node of this SSA definition, if any. Phi nodes are
|
||||
* examples of SSA definitions without a control flow node, as they are
|
||||
* modelled at index `-1` in the relevant basic block.
|
||||
* modeled at index `-1` in the relevant basic block.
|
||||
*/
|
||||
final ControlFlow::Node getControlFlowNode() {
|
||||
exists(ControlFlow::BasicBlock bb, int i | this.definesAt(_, bb, i) | result = bb.getNode(i))
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Classes modelling EntityFramework and EntityFrameworkCore.
|
||||
* Classes modeling EntityFramework and EntityFrameworkCore.
|
||||
*/
|
||||
|
||||
import csharp
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Classes for modelling Json.NET.
|
||||
* Classes for modeling Json.NET.
|
||||
*/
|
||||
|
||||
import csharp
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Classes for modelling NHibernate.
|
||||
* Classes for modeling NHibernate.
|
||||
*/
|
||||
|
||||
import csharp
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* General modelling of ServiceStack framework including separate modules for:
|
||||
* General modeling of ServiceStack framework including separate modules for:
|
||||
* - flow sources
|
||||
* - SQLi sinks
|
||||
* - XSS sinks
|
||||
|
||||
Reference in New Issue
Block a user