mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Update javascript/ql/src/semmle/javascript/frameworks/Cheerio.qll
Co-Authored-By: asger-semmle <42069257+asger-semmle@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ad119dae21
commit
2113e6e4d3
@@ -30,7 +30,7 @@ module Cheerio {
|
||||
|
||||
/**
|
||||
* Creation of `cheerio` object, a collection of virtual DOM elements
|
||||
* with an interface similar to jQuery objects.
|
||||
* with an interface similar to that of a jQuery object.
|
||||
*/
|
||||
class CheerioObjectCreation extends DataFlow::SourceNode {
|
||||
CheerioObjectCreation::Range range;
|
||||
|
||||
Reference in New Issue
Block a user