Rick M
Rick M
To address the DCO requirement you'll need to sign-off the commit(s): - https://github.com/zaproxy/zaproxy/blob/develop/CONTRIBUTING.md#developer-certificate-of-origin - https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff Edit: It probably only needs to be the latest commit. Though you could also squash...
@globeone could you confirm you agree with https://developercertificate.org ?
I guess this should be closed and implemented by someone else?
Could you remove all the unrelated commits? Or do you need help properly rebasing this?
Sure, will take care of that.
Please be sure to do the following before making any further changes: ```console git fetch origin git reset --hard origin/main ``` (:warning: That assumes origin is your fork: https://github.com/jhowlett96/zap-extensions.git which...
Tweaked: - CHANGELOG > No longer has two unreleased sections :wink: - UnitTest > Modified test method names now include the threshold. - Help > Changed wrapping/long lines. - Example...
Build failure is unrelated.
Please do a hard reset back to [053997e](https://github.com/zaproxy/zap-extensions/pull/3590/commits/053997e3cdbc829e175e9f9b5cda23671197921c) This PR should not contain unrelated changes.