Skip to content

v0.4.1 -- Custom log database location, NETCONF connection and fixes

Compare
Choose a tag to compare
@SR4ven SR4ven released this 30 Jan 21:35
· 79 commits to master since this release
dbe720a

Features

  • Added support for fuzzing NETCONF servers with the NETCONFConnection class.
  • Add support and tests for Python 3.10.
  • Added Session arg db_filename to modify the location of the log database.

Fixes

  • Fixed check for when to enable the web app.
  • Documented the possibility to disable the web app.
  • Correctly initialize all children of a request which inherits from FuzzableBlock.
  • Added type checking for arguments of Bytes primitive to prevent incorrect use.
  • Fixed TypeError in s_binary initialization.
  • Remove redundant unicode strings.