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

BUG - Windows Invalid Path - remove : and <> from doc names please #11366

Closed
testaccount90009 opened this issue Dec 3, 2024 · 3 comments
Closed
Labels

Comments

@testaccount90009
Copy link
Contributor

Steps to Reproduce:

Clone DefectDojo on a Windows system and attempt to checkout branch. Will run into errors like below, because of the ":" and "<>" characters being invalid on Windows.

git checkout dev
error: invalid path 'docs/content/en/dashboard/How-To: Add, Edit or Delete Dashboard Tiles.md'
error: invalid path 'docs/content/en/dashboard/How-To: Edit Dashboard Configuration.md'
error: invalid path 'docs/content/en/jira_integration/Configuring the Jira <> DefectDojo Webhook.md'
error: invalid path 'docs/content/en/working_with_findings/finding_deduplication/Avoiding Duplicates: Reimport Recurring Tests.md'
error: invalid path 'docs/content/en/working_with_findings/findings_workflows/How-To: Manage Duplicate Findings.md'
error: invalid path 'docs/content/en/working_with_findings/organizing_engagements_tests/Product Hierarchy: Overview.md'

@mtesauro
Copy link
Contributor

mtesauro commented Dec 3, 2024

@testaccount90009 We've got PR #11368 which address this situation (sorry, I'm on Linux only so didn't have this issue)

It's in the bugfix branch so will go out in the release Monday, Dec 9th.

@testaccount90009
Copy link
Contributor Author

@mtesauro no worries, appreciate the quick response!

I have a new Mend parser to try and submit with a PR once this hotfix goes out. I'll test it on my dev stack tomorrow and the rest of this week, in prep for Mondays release. It should remedy #11340 as well.

@testaccount90009
Copy link
Contributor Author

Closing this issue due to pending fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants