Merge branch 'main' into missDocParam

This commit is contained in:
Erik Krogh Kristensen
2022-07-13 09:58:04 +02:00
7289 changed files with 537692 additions and 82258 deletions

View File

@@ -34,7 +34,7 @@ class IdorTaint extends TaintTracking::Configuration {
}
/**
* A sanitizer for values that have succesfully been compared to another value.
* A sanitizer for values that have successfully been compared to another value.
*/
class EqualityGuard extends TaintTracking::SanitizerGuardNode, ValueNode {
override EqualityTest astNode;