dgryski.semgrep-go.ioutil.deprecated-ioutil-tempfile

Author
unknown
Download Count*
License
ioutil.TempFile is deprecated
Run Locally
Run in CI
Defintion
rules:
- id: deprecated-ioutil-tempfile
pattern: ioutil.TempFile($D, $P)
fix: os.CreateTemp($D, $P)
message: ioutil.TempFile is deprecated
languages:
- go
severity: ERROR
metadata:
license: MIT
Short Link: https://sg.run/gY0n