Skip to content

Commit ee813c1

Browse files
authored
Update UnsafeHtmlConstructionQuery.qll
add a deprecated alias in case anyone depends on the misspelled name.
1 parent 8633656 commit ee813c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/UnsafeHtmlConstructionQuery.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ private import semmle.javascript.security.dataflow.UnsafeJQueryPluginCustomizati
99
import UnsafeHtmlConstructionCustomizations::UnsafeHtmlConstruction
1010
import semmle.javascript.security.TaintedObject
1111

12+
/** DEPRECATED: Mis-spelled class name, alias for Configuration. */
13+
deprecated class Configration = Configuration;
14+
1215
/**
1316
* A taint-tracking configuration for reasoning about unsafe HTML constructed from library input vulnerabilities.
1417
*/

0 commit comments

Comments
 (0)