Skip to content
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 pickaxe code to groovy version 4 #28

Open
thomashartm opened this issue May 2, 2022 · 0 comments
Open

Upgrade pickaxe code to groovy version 4 #28

thomashartm opened this issue May 2, 2022 · 0 comments

Comments

@thomashartm
Copy link
Member

Groovy 4 comes with a plethora of interesting new features which presents a number of opportunities for the whole framework:

  • Groovy Contracts
  • Records for pure DTOs
  • POJO annotation for integration with java

This comes with the chance of a refactoring the stack to a more flexible setup

  • Move out HTTP client, so that the runner decides which lib to use
  • Introduce Apache HTTP 5
  • Separate into core lib and runners (maven, CLI, burp)
  • New burp runner (for authenticated scans) .. maybe this one deserves a separate project
  • Refactor all existing checks to YAML (Optional)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant