mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
fix qldoc and tests
This commit is contained in:
@@ -439,6 +439,9 @@ module Fasthttp {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Provide modeling for fasthttp.RequestCtx Type
|
||||
*/
|
||||
module RequestCtx {
|
||||
/**
|
||||
* The Methods that don't sanitize user provided file paths
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
| -:0:0:0:0 | This application uses version go1.20 of the source-processing packages but runs version go1.21 of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go. |
|
||||
| test.go:7:1:7:1 | expected declaration, found This |
|
||||
|
||||
@@ -44,6 +44,8 @@
|
||||
| file://:0:0:0:0 | function append | main.go:40:8:40:13 | append |
|
||||
| file://:0:0:0:0 | function copy | main.go:42:2:42:5 | copy |
|
||||
| file://:0:0:0:0 | function make | main.go:41:8:41:11 | make |
|
||||
| file://:0:0:0:0 | function max | main.go:65:7:65:9 | max |
|
||||
| file://:0:0:0:0 | function min | main.go:64:7:64:9 | min |
|
||||
| main.go:3:6:3:10 | function test1 | main.go:34:2:34:6 | test1 |
|
||||
| main.go:3:12:3:12 | argument corresponding to x | main.go:3:12:3:12 | definition of x |
|
||||
| main.go:3:12:3:12 | definition of x | main.go:5:5:5:5 | x |
|
||||
@@ -123,8 +125,14 @@
|
||||
| main.go:63:7:63:7 | 3 | main.go:63:2:63:2 | definition of z |
|
||||
| main.go:64:2:64:2 | definition of a | main.go:66:9:66:9 | a |
|
||||
| main.go:64:7:64:18 | call to min | main.go:64:2:64:2 | definition of a |
|
||||
| main.go:64:11:64:11 | x | main.go:64:7:64:18 | call to min |
|
||||
| main.go:64:14:64:14 | y | main.go:64:7:64:18 | call to min |
|
||||
| main.go:64:17:64:17 | z | main.go:64:7:64:18 | call to min |
|
||||
| main.go:65:2:65:2 | definition of b | main.go:66:12:66:12 | b |
|
||||
| main.go:65:7:65:18 | call to max | main.go:65:2:65:2 | definition of b |
|
||||
| main.go:65:11:65:11 | x | main.go:65:7:65:18 | call to max |
|
||||
| main.go:65:14:65:14 | y | main.go:65:7:65:18 | call to max |
|
||||
| main.go:65:17:65:17 | z | main.go:65:7:65:18 | call to max |
|
||||
| strings.go:8:12:8:12 | argument corresponding to s | strings.go:8:12:8:12 | definition of s |
|
||||
| strings.go:8:12:8:12 | definition of s | strings.go:9:24:9:24 | s |
|
||||
| strings.go:8:12:8:12 | definition of s | strings.go:10:27:10:27 | s |
|
||||
|
||||
Reference in New Issue
Block a user