This is an automated email from the ASF dual-hosted git repository.
btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.
from 55508d2 JAMES-3635 Upgrade PrefixedRegex to RE2J
add 156bf7d JAMES-3634 Prevent infinite loop for IMAP APPEND command
parser
add 0ff4435 JAMES-3634 Prevent infinite loop for IMAP STATUS command
parser
add ded74c0 JAMES-3634 Prevent String OutOfBoundException for IMAP APPEND
add 6cc14a1 JAMES-3634 Fuzzed input throws String out of bound exception
for FETCH
new feaf3b6 Merge pull request #611 JAMES-3634 Fuzzing for the IMAP
protocol (Jazzer)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/james/imap/decode/DecoderUtils.java | 2 +-
.../james/imap/decode/FetchPartPathDecoder.java | 3 ++
.../james/imap/decode/ImapRequestLineReader.java | 4 +++
.../imap/decode/parser/StatusCommandParser.java | 4 +++
.../decode/parser/AppendCommandParserTest.java | 39 ++++++++++++++++++++++
.../parser/FetchCommandParserPartialFetchTest.java | 13 ++++++++
...arserTest.java => StatusCommandParserTest.java} | 33 +++++++++---------
7 files changed, 79 insertions(+), 19 deletions(-)
copy
protocols/imap/src/test/java/org/apache/james/imap/decode/parser/{MoveParserTest.java
=> StatusCommandParserTest.java} (59%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]