Skip to content

v0.13.0

Compare
Choose a tag to compare
@kpcyrd kpcyrd released this 26 Aug 13:44
  • There is now an autonoscope engine that can automatically apply rules to exclude structs from scope when added
  • quickstart and mod update are now much faster
  • http_fetch and http_fetch_json have been added as a shorthand for http_send with status code validation and optionally parsing the body as json, reducing the boilerplate in a few modules
  • tls support has been added to sock_connect
  • pgp_pubkey can now return the primary key fingerprint and signatures
  • netblocks have been added as a struct
  • Modules can be listed by input source
  • base64 and base32 functions have been added, with support for custom alphabets
  • Startup time has been improve significantly
  • noscope/scope are now exposed to the cli as sn0int noscope and sn0int scope
  • set_err has been added for certain control-flow cases
  • Some fields are now automatically lowercased
  • Installed modules are now tagged with [installed] in the search results
  • The module search got a --new flag to show only modules we haven't installed yet