PortSwigger / BChecks

BChecks collection for Burp Suite Professional and Burp Suite Enterprise Edition
https://portswigger.net/burp/documentation/scanner/bchecks
GNU Lesser General Public License v3.0
617 stars 109 forks source link

[BUG] Error Encountered During Repository Cloning #166

Closed sl4x0 closed 8 months ago

sl4x0 commented 8 months ago

Current behavior

When attempting to clone a repository using the command git clone https://github.com/PortSwigger/BChecks, an error occurred during the checkout process. The error message displayed is: "error: invalid path 'vulnerabilities-CVEd/CVE-2023-5244-Microweber < V.2.0-Cross-Site-Scripting.bcheck'". Consequently, the checkout process failed, resulting in a warning message.

image

Expected behavior

The cloning process should complete successfully without encountering any errors during the checkout. All files and directories within the repository should be cloned to the local machine as expected.

Motivation for change

The motivation for this change is to address the issue with the invalid path encountered during the cloning process. By resolving this issue, users will be able to clone the repository successfully and work with its contents without encountering errors.

Environment details

Additional details

Additional details about the repository, such as its purpose or any relevant context, would be helpful in further diagnosing and addressing this issue.

Hannah-PortSwigger commented 8 months ago

Thank you for highlighting this!

We tested this out on some different platforms, but it seems this issue only occurs on Windows.

We've merged your change in #167 into the repository, so you should no longer encounter this issue.

If there's anything else we can help with, then please let us know.