Update ql/lib/codeql/ruby/security/XSS.qll

Co-authored-by: Harry Maclean <hmac@github.com>
This commit is contained in:
Alex Ford
2021-10-07 20:03:07 +01:00
committed by GitHub
parent de01770612
commit 16ab4da812

View File

@@ -291,7 +291,7 @@ module StoredXSS {
}
/**
* An additional step that is preserves dataflow in the context of stored XSS.
* An additional step that preserves dataflow in the context of stored XSS.
*/
predicate isAdditionalXSSTaintStep = Shared::isAdditionalXSSFlowStep/2;