Add change note for ioutil fix

This commit is contained in:
Chris Smowton
2024-08-24 17:49:26 +01:00
parent a832730a11
commit 7cb67a50be

View File

@@ -0,0 +1,5 @@
---
category: fix
---
* Fixed an issue where `io/ioutil.WriteFile`'s non-path arguments incorrectly generated `go/path-injection` alerts when untrusted data was written to a file, or controlled the file's mode.