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

colons in filenames can cause problems #10437

Closed
krancour opened this issue Aug 23, 2022 · 4 comments
Closed

colons in filenames can cause problems #10437

krancour opened this issue Aug 23, 2022 · 4 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest

Comments

@krancour
Copy link
Contributor

#10141 introduced a regression of the issue that was previously corrected by #10183

I'd fix this myself, but I can't quite figure out how.

@krancour krancour added the bug Something isn't working label Aug 23, 2022
@crenshaw-dev crenshaw-dev added good first issue Good for newcomers GraceHopperOSD2022 Good for 2022 Grace Hopper Celebration Open Source Day labels Sep 13, 2022
@crenshaw-dev
Copy link
Collaborator

Fixing this will involve editing hack/snyk-report.sh to make sure the script doesn't create any files with colons in the name.

@monicadelaine
Copy link

I would like to tackle this one

@crenshaw-dev crenshaw-dev added hacktoberfest and removed GraceHopperOSD2022 Good for 2022 Grace Hopper Celebration Open Source Day labels Oct 4, 2022
@sushmitha-malae
Copy link

Interested in picking this up during the week if @monicadelaine is not working on it.

@crenshaw-dev
Copy link
Collaborator

I believe this was fixed by one of the snyk report PRs.

$ find . -name '*:*' | wc -l
       0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

4 participants