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
Before submitting the issue, please make sure you have:
Using latest release of extension on Burp Suite
Description
A clear and concise description of what the bug is.
The OpenAPI parser extension cant import any swagger file because it always checks the file based on REGEXes and the content doesnt match against the regexes the app uses (theyre too restrictive or old)
Steps to Reproduce
Add Extension into Burp Suite
Import Swagger file
Expected Behavior
Expect the swagger file to load, possibly ability to turn off error checking
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Windows 10 with Burp Suite V2023.3.4
OpenAPI Specification
OpenAPI version: [e.g. 3.1]
Error Message
Error message in above screenshot
Additional Context
Happens with importing swagger file, containing Microsoft AD credentials eg client secret value.
Other errors occur - never got the extension to work within burp because it ALWAYS does error checking and even though the Swagger files have content which dont conform to the tools REGEX theyre valid and work in Postman but not Swurg/OpenAPI parser in Burp
The text was updated successfully, but these errors were encountered:
Prerequisites Checklist
Before submitting the issue, please make sure you have:
Using latest release of extension on Burp Suite
Description
A clear and concise description of what the bug is.
The OpenAPI parser extension cant import any swagger file because it always checks the file based on REGEXes and the content doesnt match against the regexes the app uses (theyre too restrictive or old)
Steps to Reproduce
Add Extension into Burp Suite
Import Swagger file
Expected Behavior
Expect the swagger file to load, possibly ability to turn off error checking
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Windows 10 with Burp Suite V2023.3.4
OpenAPI Specification
Error Message
Error message in above screenshot
Additional Context
Happens with importing swagger file, containing Microsoft AD credentials eg client secret value.
Other errors occur - never got the extension to work within burp because it ALWAYS does error checking and even though the Swagger files have content which dont conform to the tools REGEX theyre valid and work in Postman but not Swurg/OpenAPI parser in Burp
The text was updated successfully, but these errors were encountered: