mirror of
https://github.com/securego/gosec.git
synced 2025-07-15 01:04:43 +02:00
Build the code sample for string builder only fron Go 1.10 onwards
This commit is contained in:
committed by
Cosmin Cojocar
parent
ae82798b9c
commit
2695567487
@ -165,6 +165,8 @@ func main() {
|
|||||||
e := test()
|
e := test()
|
||||||
fmt.Println(e)
|
fmt.Println(e)
|
||||||
}`}, 0}, {[]string{`
|
}`}, 0}, {[]string{`
|
||||||
|
// +build go1.10
|
||||||
|
|
||||||
package main
|
package main
|
||||||
import "strings"
|
import "strings"
|
||||||
func main() {
|
func main() {
|
||||||
@ -173,7 +175,10 @@ func main() {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
}`}, 0}}
|
}`, `
|
||||||
|
package main
|
||||||
|
func dummy(){}
|
||||||
|
`}, 0}}
|
||||||
|
|
||||||
// SampleCodeG105 - bignum overflow
|
// SampleCodeG105 - bignum overflow
|
||||||
SampleCodeG105 = []CodeSample{{[]string{`
|
SampleCodeG105 = []CodeSample{{[]string{`
|
||||||
|
Reference in New Issue
Block a user