- Added a new query,
go/unhandled-writable-file-close
, to detect instances where writable file handles are closed without appropriate checks for errors.
- The precision of the
go/log-injection
query was decreased fromhigh
tomedium
, since it may not be able to identify every way in which log data may be sanitized. This also aligns it with the precision of comparable queries for other languages.