-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade TestNG 7.4.0 -> 7.7.1 #469
Upgrade TestNG 7.4.0 -> 7.7.1 #469
Conversation
2ae1d72
to
32d6cab
Compare
Looks good. No mutations were possible for these changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR replaced #82. There I wrote:
The
java.util.Collection
overload is new. We should review whether there are any other new assertion methods for which we should add Refaster templates.
By now we started working on an automated solution to this issue, so let's just merge this PR with minimal changes. I added a small commit.
There's no suggested commit message; I suspect because of the [SECURITY]
PR title suffix (CC @Badbond). Suggested commit message:
Upgrade TestNG 7.4.0 -> 7.7.1 (#469)
See:
- https://github.com/cbeust/testng/blob/master/CHANGES.txt
- https://github.com/cbeust/testng/releases/tag/7.6.0
- https://github.com/cbeust/testng/releases/tag/7.6.1
- https://github.com/cbeust/testng/releases/tag/7.7.0
- https://github.com/cbeust/testng/releases/tag/7.7.1
- https://github.com/cbeust/testng/compare/7.4.0...7.7.1
(Not sure why Renovate didn't, but I also further bumped the upgrade to 7.7.1.)
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. ⚠ Warning: custom changes will be lost. |
Looks good. No mutations were possible for these changes. |
Suggested commit message:
|
Ah, and indeed now the suggested commit message does show up :) |
Thanks @Stephan202. Filed a ticket internally. 👍 |
ef3cc70
to
afdac37
Compare
Looks good. No mutations were possible for these changes. |
This PR contains the following updates:
7.4.0
->7.7.0
GitHub Vulnerability Alerts
CVE-2022-4065
A vulnerability was found in cbeust testng. It has been declared as critical. Affected by this vulnerability is the function
testngXmlExistsInJar
of the filetestng-core/src/main/java/org/testng/JarFileUtils.java
of the componentXML File Parser
. The manipulation leads to path traversal. The attack can be launched remotely. A patch is available in version 7.7.0 at commit 9150736cd2c123a6a3b60e6193630859f9f0422b. It is recommended to apply a patch to fix this issue. The patch was pushed into the master branch but no releases have yet been made with the patch included.Release Notes
cbeust/testng
v7.7.0
: TestNG v7.7.0Compare Source
What's Changed
by @JLLeitschuh in https://github.com/cbeust/testng/pull/2806
New Contributors
Full Changelog: testng-team/testng@7.6.1...7.7.0
v7.6.1
: TestNG v7.6.1Compare Source
This is a bug fix release and just includes 1 bug fix in it.
What's Changed
Full Changelog: testng-team/testng@7.6.0...7.6.1
v7.6.0
Compare Source
What's Changed
New Contributors
Full Changelog: testng-team/testng@7.5...7.6.0
v7.5
Compare Source