mirror of
https://github.com/securego/gosec.git
synced 2025-03-17 20:57:54 +02:00
Fix some typos
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
parent
d9071e359b
commit
64bbe90144
@ -1,5 +1,5 @@
|
||||
|
||||
# gosec - Golang Security Checker
|
||||
# gosec - Go Security Checker
|
||||
|
||||
Inspects source code for security problems by scanning the Go AST and SSA code representation.
|
||||
|
||||
@ -385,7 +385,7 @@ schema-generate -i sarif-schema-2.1.0.json -o mypath/types.go
|
||||
```
|
||||
|
||||
Most of the MarshallJSON/UnmarshalJSON are removed except the one for PropertyBag which is handy to inline the additional properties. The rest can be removed.
|
||||
The URI,ID, UUID, GUID were renamed so it fits the Golang convention defined [here](https://github.com/golang/lint/blob/master/lint.go#L700)
|
||||
The URI,ID, UUID, GUID were renamed so it fits the Go convention defined [here](https://github.com/golang/lint/blob/master/lint.go#L700)
|
||||
|
||||
### Tests
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user