mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +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 { }
|
||||
|
||||
Reference in New Issue
Block a user