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
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.
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
Burp version: N/A
BCheck language version: N/A
Operating System: N/A
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.
The text was updated successfully, but these errors were encountered:
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.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.
The text was updated successfully, but these errors were encountered: