You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/08/27 01:53:20 UTC

[james-project] branch 3.6.x updated (9b28513 -> f72477d)

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: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org