Skip to content

Commit a1c1e5d

Browse files
authored
Merge pull request #236 from jtpereyda/release-prep
v0.1.3
2 parents 4b3a0ab + 1a597c4 commit a1c1e5d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
Upcoming
1+
v0.1.3
22
======
33
Features
44
--------
5-
- 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.
6-
- Enhanced Socket Connection to allow server side fuzzing.
5+
- Socket Connections now allow client fuzzing.
6+
- Log only the data actually sent, when sending is truncated. Helps reduce database size, especially when fuzzing layer 2 or 3.
7+
- `Target` `recv` function now accepts a `max_recv_bytes` argument.
8+
9+
Fixes
10+
-----
11+
- Fixed install package -- now includes JavaScript files.
712

813
v0.1.2
914
======

boofuzz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from .exception import SullyRuntimeError, SizerNotUtilizedError, MustImplementException
3030
from .socket_connection import SocketConnection
3131

32-
__version__ = '0.1.2'
32+
__version__ = '0.1.3'
3333

3434

3535
# REQUEST MANAGEMENT

0 commit comments

Comments
 (0)