Add support for 'method' parameter in Replacer 'add_rule'#164
Conversation
|
Great job! No new security vulnerabilities introduced in this pull requestUse @Checkmarx to interact with Checkmarx PR Assistant. |
|
Did you use the client generator? |
|
I've tried, but I get an error and I'm not familiar enough with Java builds on what the problem is (or rather, where to fix it): |
|
Use The changelog needs to be updated. |
e33eda7 to
b9b630b
Compare
|
Ah great, running Hopefully the changes are okay now. |
|
To address the DCO requirement you'll need to sign-off the commit(s): |
Signed-off-by: Arran Cardnell <arran.cardnell@intruder.io>
b9b630b to
e19b286
Compare
Understood - done, thanks! |
Removed the unreleased version section in CHANGELOG.md. Signed-off-by: acardnell-intruder <103442492+acardnell-intruder@users.noreply.github.com>
|
Thank you! |

I saw the option to specify a
methodwhen adding Replacer rules was recently added to the API, but I wasn't able to use it with the Python library because it hasn't been exposed yet, so thought I would create a PR myself. Hope that's okay!Please let me know if there is anything more you need from me or that is missing.