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

postman: Implement parser #4731

Merged
merged 1 commit into from Jul 12, 2023
Merged

postman: Implement parser #4731

merged 1 commit into from Jul 12, 2023

Conversation

VitikaSoni
Copy link
Contributor

Overview

This implements the parsing of a Postman definition into a PostmanCollection model class. The implementation for extracting the request messages from the Postman collection will be done in a follow-up PR.

Related Issues

zaproxy/zaproxy#6960

Checklist

  • Update help (N/A)
  • Update changelog (N/A)
  • Run ./gradlew spotlessApply for code formatting
  • Write tests
  • Check code coverage
  • Sign-off commits
  • Squash commits
  • Use a descriptive title

Signed-off-by: VitikaSoni <vitika.program@gmail.com>
@thc202
Copy link
Member

thc202 commented Jul 11, 2023

This needs another spotlessApply.

@VitikaSoni
Copy link
Contributor Author

This needs another spotlessApply.

Done :)

@thc202 thc202 merged commit 4f7b0a5 into zaproxy:main Jul 12, 2023
10 checks passed
@thc202
Copy link
Member

thc202 commented Jul 12, 2023

Thank you!

@VitikaSoni VitikaSoni deleted the postman-parser branch July 12, 2023 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants