Skip to content

Commit

Permalink
Merge pull request #236 from jtpereyda/release-prep
Browse files Browse the repository at this point in the history
v0.1.3
  • Loading branch information
jtpereyda authored Feb 16, 2019
2 parents 4b3a0ab + 1a597c4 commit a1c1e5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
Upcoming
v0.1.3
======
Features
--------
- Log only sent data when ``MAX_PAYLOADS`` is in effect. This should also help to reduce the db size when fuzzing layer 2 or 3.
- Enhanced Socket Connection to allow server side fuzzing.
- Socket Connections now allow client fuzzing.
- Log only the data actually sent, when sending is truncated. Helps reduce database size, especially when fuzzing layer 2 or 3.
- `Target` `recv` function now accepts a `max_recv_bytes` argument.

Fixes
-----
- Fixed install package -- now includes JavaScript files.

v0.1.2
======
Expand Down
2 changes: 1 addition & 1 deletion boofuzz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from .exception import SullyRuntimeError, SizerNotUtilizedError, MustImplementException
from .socket_connection import SocketConnection

__version__ = '0.1.2'
__version__ = '0.1.3'


# REQUEST MANAGEMENT
Expand Down

0 comments on commit a1c1e5d

Please sign in to comment.