You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See GHSA-227w-wv4j-67h4 (CVSS Score 8.2 High) for details (credits to @juliuskreutz)
There is also more information regarding migration and mitigation in the README. This also resolved #15.
All major Ares annotations are now inherited. See #124 and 792afcb for details.
In short, this means that Ares annotations can be applied to superclasses of the test classes.
Promoted large parts of the API to be stable/maintained. See 5dce034 for details.
Removed the experimental (and useless) method display name obfuscation feature (@ObfuscateMethodNamesBeforeDeadline).
Developer-Side Changes
README.md is now README.adoc, as AsciiDoc allows for a more expressive documentation. (JUnit 5 User Guide is for example AsciiDoc)
A few more tests, e.g. for the new security feature and reflection usage.