The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed
x/net
issue. Close connections when receiving too many headers, CVE-2023-45288
- Fixed
x-net
vulnerability issues - Fixed issue with handling wrong SMTP service ready status. Thanks @rahultyagidev, @RichiMaulana for the bug report.
- Fixed typo issue. Thanks @Double-DOS for the bug report.
- Fixed
regexCaptureGroup()
index navigation issue. Thanks @chiappone for the bug report.
- Added ability to explore
ValidatorResult.SmtpDebug
- Updated
x/crypto
dependency
- Fixed
x/crypto
issue. Vulnerable to panic via SSH server, CVE-2021-43565 - Fixed
x/crypto
issue. Use of a Broken or Risky Cryptographic Algorithm in golang.org/x/crypto/ssh, CVE-2022-27191 - Fixed
x/crypto
issue. Panic in malformed certificate, CVE-2020-7919 - Fixed
x/crypto
issue. Improper Verification of Cryptographic Signature, CVE-2020-9283
- Added tag script for new release tagging
- Updated
go
to1.20.1
- Updated
x/net
dependency - Updated releasing script (auto deploy to
GitHub
/Go Packages
) - Updated
CircleCI
config - Updated project license
- Updated
x/net
dependency. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in theHPACK
decoder, sufficient to cause a denial of service from a small number of small requests, CVE-2022-41723
- Added
cspell
linter - Added
markdownlint
linter - Added
shellcheck
linter - Added
yamllint
linter - Added
lefthook
linters aggregator
- Fixed typos in project's codebase
- Fixed new project's linter issues
- Updated
CircleCI
config
- Updated dependencies
- Updated dependencies
- Updated minimal go version to 1.19
- Updated dependencies
- Updated circleci config
- Updated package documentation
- Updated
yaml.v3
indirect dependency. An issue in the Unmarshal function in Go-Yaml v3 causes the program to crash when attempting to deserialize invalid input, CVE-2022-28948
- Added changelog
- Updated
ConfigurationAttr#validate
, tests - Updated
golangci
config - Updated package documentation
- Fixed linters issues
- Added codecov
- First release of
truemail-go
.