- Added a new query,
rust/hard-coded-cryptographic-value, for detecting use of hardcoded keys, passwords, salts and initialization vectors.
- Type inference now supports closures, calls to closures, and trait bounds
using the
FnOncetrait. - Type inference now supports trait objects, i.e.,
dyn Traittypes. - Type inference now supports tuple types.