mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Fix non-US spelling of 'behavior'
This commit is contained in:
@@ -130,7 +130,7 @@ private class NumberTaintPreservingCallable extends TaintPreservingCallable {
|
||||
* included in this type however, then a tainted `Container` would imply that its `field` is also
|
||||
* tainted (but not vice versa).
|
||||
*
|
||||
* Note that `TaintTracking::Configuration` applies this behaviour by default to array, collection,
|
||||
* Note that `TaintTracking::Configuration` applies this behavior by default to array, collection,
|
||||
* map-key and map-value content, so that e.g. a tainted `Map` is assumed to have tainted keys and values.
|
||||
*/
|
||||
abstract class TaintInheritingContent extends DataFlow::Content { }
|
||||
|
||||
@@ -85,7 +85,7 @@ SupportMethod getASupportMethod() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a CSV specification of the taint-/value-propagation behaviour of a test support method (`get` or `newWith` method).
|
||||
* Returns a CSV specification of the taint-/value-propagation behavior of a test support method (`get` or `newWith` method).
|
||||
*/
|
||||
query string getASupportMethodModel() { result = getASupportMethod().getCsvModel() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user