mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Update UnsafeHtmlConstructionQuery.qll
add a deprecated alias in case anyone depends on the misspelled name.
This commit is contained in:
@@ -9,6 +9,9 @@ private import semmle.javascript.security.dataflow.UnsafeJQueryPluginCustomizati
|
||||
import UnsafeHtmlConstructionCustomizations::UnsafeHtmlConstruction
|
||||
import semmle.javascript.security.TaintedObject
|
||||
|
||||
/** DEPRECATED: Mis-spelled class name, alias for Configuration. */
|
||||
deprecated class Configration = Configuration;
|
||||
|
||||
/**
|
||||
* A taint-tracking configuration for reasoning about unsafe HTML constructed from library input vulnerabilities.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user