-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename
UntrustedSource
to RemoteSource
Including renaming some files (in the experimental folder).
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,8 @@ private module CleverGo { | |
/** | ||
* Provides models of remote flow sources. | ||
*/ | ||
private class UntrustedSources extends RemoteFlowSource::Range { | ||
UntrustedSources() { | ||
private class RemoteSources extends RemoteFlowSource::Range { | ||
RemoteSources() { | ||
// Methods on types of package: clevergo.tech/[email protected] | ||
exists(string receiverName, string methodName, Method mtd, FunctionOutput out | | ||
this = out.getExitNode(mtd.getACall()) and | ||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...l/frameworks/CleverGo/UntrustedSources.go → ...ntal/frameworks/CleverGo/RemoteSources.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters