JS: Address review comments

This commit is contained in:
Asger Feldthaus
2020-10-20 12:00:02 +01:00
parent 8779b7c1ce
commit c91cdb5194
5 changed files with 32 additions and 23 deletions

View File

@@ -58,3 +58,5 @@
## Changes to libraries
* The predicate `TypeAnnotation.hasQualifiedName` now works in more cases when the imported library was not present during extraction.
* The class `DomBasedXss::Configuration` has been deprecated, as it has been split into `DomBasedXss::HtmlInjectionConfiguration` and `DomBasedXss::JQueryHtmlOrSelectorInjectionConfiguration`. Unless specifically working with jQuery sinks, uses of that
class should be replaced with `HtmlInjectionConfiguration`.