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/09/09 03:23:34 UTC

[james-project] branch 3.6.x updated (fad40c4 -> d96a13b)

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 fad40c4  Merge pull request #596 JAMES-1862 Generalize STARTTLS sanitizing fix [BACKPORT]
     add 0a40f74  JAMES-3646 SieveFileRepository should validate underlying files belong to its root
     add 8cb39d0  JAMES-3646 SieveFileRepository should forbid '/' usage
     add dbd76fe  JAMES-3646 FileMailRepository shoud reject URL outside of James root
     new d96a13b  Merge pull request #646 JAMES-3646 Sanitize some File based components [backport]

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:
 .../server/core/filesystem/FileSystemImpl.java     |  7 ++++
 .../server/core/filesystem/ResourceFactory.java    | 11 +++++
 .../apache/james/filesystem/api/FileSystem.java    | 11 +++++
 .../context/JamesServerApplicationContext.java     |  8 ++++
 .../web/JamesServerWebApplicationContext.java      |  7 ++++
 .../spring/filesystem/FileSystemImpl.java          |  7 ++++
 .../filesystem/ResourceLoaderFileSystem.java       | 13 ++++++
 .../resource/DefaultJamesResourceLoader.java       | 12 ++++++
 .../spring/resource/JamesResourceLoader.java       |  6 +++
 .../sieverepository/file/SieveFileRepository.java  | 29 +++++++++++--
 .../mailrepository/FileMailRepositoryTest.java     | 47 ++++++++++++++++++++++
 .../file/SieveFileRepositoryTest.java              | 29 +++++++++++++
 .../repository/file/AbstractFileRepository.java    |  4 +-
 13 files changed, 186 insertions(+), 5 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[james-project] 01/01: Merge pull request #646 JAMES-3646 Sanitize some File based components [backport]

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d96a13bbe474d6e64ba2763dc4e6b372e096fd5e
Merge: fad40c4 dbd76fe
Author: Benoit TELLIER <bt...@linagora.com>
AuthorDate: Thu Sep 9 10:23:27 2021 +0700

    Merge pull request #646 JAMES-3646 Sanitize some File based components [backport]

 .../server/core/filesystem/FileSystemImpl.java     |  7 ++++
 .../server/core/filesystem/ResourceFactory.java    | 11 +++++
 .../apache/james/filesystem/api/FileSystem.java    | 11 +++++
 .../context/JamesServerApplicationContext.java     |  8 ++++
 .../web/JamesServerWebApplicationContext.java      |  7 ++++
 .../spring/filesystem/FileSystemImpl.java          |  7 ++++
 .../filesystem/ResourceLoaderFileSystem.java       | 13 ++++++
 .../resource/DefaultJamesResourceLoader.java       | 12 ++++++
 .../spring/resource/JamesResourceLoader.java       |  6 +++
 .../sieverepository/file/SieveFileRepository.java  | 29 +++++++++++--
 .../mailrepository/FileMailRepositoryTest.java     | 47 ++++++++++++++++++++++
 .../file/SieveFileRepositoryTest.java              | 29 +++++++++++++
 .../repository/file/AbstractFileRepository.java    |  4 +-
 13 files changed, 186 insertions(+), 5 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org