mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python: typo again..
This commit is contained in:
@@ -1544,7 +1544,7 @@ private module StdlibPrivate {
|
||||
private import semmle.python.RegexTreeView
|
||||
|
||||
// TODO: This module should be refactored once API graphs are more expressive.
|
||||
// For now it uses data flow, so we pick the verison with least chance of collision (4) .
|
||||
// For now it uses data flow, so we pick the version with least chance of collision (4) .
|
||||
/** A configuration for finding uses of compiled regexes. */
|
||||
class RegexDefinitionConfiguration extends DataFlow4::Configuration {
|
||||
RegexDefinitionConfiguration() { this = "RegexDefinitionConfiguration" }
|
||||
|
||||
Reference in New Issue
Block a user