mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
Improve naming of files and elements.
This commit is contained in:
@@ -11,7 +11,7 @@ func source() interface{} {
|
||||
}
|
||||
|
||||
// Package clevergo.tech/clevergo@v0.5.2
|
||||
func ClevergoTechClevergov052() {
|
||||
func HeaderWrite_ClevergoTechClevergov052() {
|
||||
// Header write via method calls.
|
||||
{
|
||||
// Header write via method calls on clevergo.tech/clevergo.Context.
|
||||
@@ -11,7 +11,7 @@ func source() interface{} {
|
||||
}
|
||||
|
||||
// Package clevergo.tech/clevergo@v0.5.2
|
||||
func ClevergoTechClevergov052() {
|
||||
func HttpRedirect_ClevergoTechClevergov052() {
|
||||
// Redirect via method calls.
|
||||
{
|
||||
// Redirect via method calls on clevergo.tech/clevergo.Context.
|
||||
@@ -11,7 +11,7 @@ func source() interface{} {
|
||||
}
|
||||
|
||||
// Package clevergo.tech/clevergo@v0.5.2
|
||||
func ClevergoTechClevergov052() {
|
||||
func HttpResponseBody_ClevergoTechClevergov052() {
|
||||
// Response body is set via a method call (the content-type is implicit in the method name).
|
||||
{
|
||||
// Response body is set via a method call on the clevergo.tech/clevergo.Context type (the content-type is implicit in the method name).
|
||||
@@ -19,7 +19,7 @@ func source() interface{} {
|
||||
}
|
||||
|
||||
// Package clevergo.tech/clevergo@v0.5.2
|
||||
func ClevergoTechClevergov052() {
|
||||
func TaintTracking_ClevergoTechClevergov052() {
|
||||
// Taint-tracking through functions.
|
||||
{
|
||||
// func CleanPath(p string) string
|
||||
@@ -9,7 +9,7 @@ func main() {}
|
||||
func sink(v ...interface{}) {}
|
||||
|
||||
// Package clevergo.tech/clevergo@v0.5.2
|
||||
func ClevergoTechClevergov052() {
|
||||
func UntrustedSources_ClevergoTechClevergov052() {
|
||||
// Untrusted flow sources from method calls.
|
||||
{
|
||||
// Untrusted flow sources from method calls on clevergo.tech/clevergo.Context.
|
||||
Reference in New Issue
Block a user