This is an automated email from the ASF dual-hosted git repository.

btellier pushed a change to branch 3.6.x
in repository https://gitbox.apache.org/repos/asf/james-project.git.


    from 9b28513  JAMES-3261 Link to sample configuration directories within 
the ZIPs
     add 3cd79b2  JAMES-3634 Prevent infinite loop for IMAP APPEND command 
parser
     add 9b07160  JAMES-3634 Prevent infinite loop for IMAP STATUS command 
parser
     add acc2ce9  JAMES-3634 Prevent String OutOfBoundException for IMAP APPEND
     add f72477d  JAMES-3634 Fuzzed input throws String out of bound exception 
for FETCH

No new revisions were added by this update.

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]

Reply via email to