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
Describe the bug
On running cherrybomb with openapi.json,
below error is observed
Starting Cherrybomb...
Opening OAS file...
Reading OAS file...
Parsing OAS file...
Running active scan...
thread 'main' panicked at cherrybomb-engine/src/scan/active/http_client/req.rs:86:53:
called Option::unwrap() on a None value
To Reproduce
Steps to reproduce the behavior:
Run cherrybomb -f openapi.json --profile=full
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Mac 13.6
CherryBomb : Version 1.0.0 (Also built the codebase locally and ran with latest binary. same error observed)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
On running cherrybomb with openapi.json,
below error is observed
Starting Cherrybomb...
Opening OAS file...
Reading OAS file...
Parsing OAS file...
Running active scan...
thread 'main' panicked at cherrybomb-engine/src/scan/active/http_client/req.rs:86:53:
called
Option::unwrap()
on aNone
valueTo Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Mac 13.6
CherryBomb : Version 1.0.0 (Also built the codebase locally and ran with latest binary. same error observed)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: