This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git
from b0e48a96 Bump github/codeql-action from 4.35.5 to 4.36.0
add 53939a66 reject CR/LF in SimpleSMTPHeader and SimpleNNTPHeader fields
add 61092a43 Add tests for CR/LF rejection in SimpleSMTPHeader and
SimpleNNTPHeader
new 17a6955c Merge pull request #397 from
dxbjavid/reject-crlf-header-injection
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:
.../apache/commons/net/nntp/SimpleNNTPHeader.java | 14 +++++-
.../apache/commons/net/smtp/SimpleSMTPHeader.java | 16 ++++--
.../commons/net/nntp/SimpleNNTPHeaderTestCase.java | 58 ++++++++++++++++++++++
.../commons/net/smtp/SimpleSMTPHeaderTestCase.java | 22 ++++++++
4 files changed, 105 insertions(+), 5 deletions(-)
create mode 100644
src/test/java/org/apache/commons/net/nntp/SimpleNNTPHeaderTestCase.java