mirror of
https://github.com/github/codeql.git
synced 2026-01-31 15:22:57 +01:00
patch upper-case acronyms to be PascalCase
This commit is contained in:
@@ -10,12 +10,12 @@ import javascript
|
||||
import InsecureDownloadCustomizations::InsecureDownload
|
||||
|
||||
// Materialize flow labels
|
||||
private class ConcreteSensitiveInsecureURL extends Label::SensitiveInsecureURL {
|
||||
ConcreteSensitiveInsecureURL() { this = this }
|
||||
private class ConcreteSensitiveInsecureUrl extends Label::SensitiveInsecureUrl {
|
||||
ConcreteSensitiveInsecureUrl() { this = this }
|
||||
}
|
||||
|
||||
private class ConcreteInsecureURL extends Label::InsecureURL {
|
||||
ConcreteInsecureURL() { this = this }
|
||||
private class ConcreteInsecureUrl extends Label::InsecureUrl {
|
||||
ConcreteInsecureUrl() { this = this }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user