mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
user controlled -> user-controlled
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name Cross-site scripting through DOM
|
||||
* @description Writing user controlled DOM to HTML can allow for
|
||||
* @description Writing user-controlled DOM to HTML can allow for
|
||||
* a cross-site scripting vulnerability.
|
||||
* @kind path-problem
|
||||
* @problem.severity error
|
||||
|
||||
@@ -35,7 +35,7 @@ module XssThroughDom {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets an attribute name that could store user controlled data.
|
||||
* Gets an attribute name that could store user-controlled data.
|
||||
*
|
||||
* Attributes such as "id", "href", and "src" are often used as input to HTML.
|
||||
* However, they are either rarely controlable by a user, or already a sink for other XSS vulnerabilities.
|
||||
|
||||
Reference in New Issue
Block a user