mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
JS: Make API::EntryPoint overrides optional
This commit is contained in:
@@ -2,8 +2,6 @@ class CustomEntryPoint extends API::EntryPoint {
|
||||
CustomEntryPoint() { this = "CustomEntryPoint" }
|
||||
|
||||
override DataFlow::SourceNode getASource() { result = DataFlow::globalVarRef("CustomEntryPoint") }
|
||||
|
||||
override DataFlow::Node getASink() { none() }
|
||||
}
|
||||
|
||||
import ApiGraphs.VerifyAssertions
|
||||
|
||||
Reference in New Issue
Block a user