-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
LICENSE? #1
Labels
Comments
@AkihiroSuda Thanks for the ping fixed by 25d9c1d |
This was referenced Aug 26, 2021
coryb
referenced
this issue
in coryb/buildkit
Jan 3, 2022
If the ref is invalid we are seeing a panic from umask-git because the error type is not always a unix.WaitStatus: ``` #1 0.227 fatal: Not a valid object name 000111222333444555666777888999aaabbbcccd^{commit} #1 0.229 panic: interface conversion: interface {} is syscall.WaitStatus, not unix.WaitStatus #1 0.229 #1 0.229 goroutine 1 [running]: #1 0.229 github.com/moby/buildkit/source/git.gitMain() #1 0.229 /src/source/git/gitsource_unix.go:66 +0x27d #1 0.229 github.com/docker/docker/pkg/reexec.Init(...) #1 0.229 /src/vendor/github.com/docker/docker/pkg/reexec/reexec.go:26 #1 0.229 main.init.0() #1 0.229 /src/cmd/buildkitd/main.go:76 +0xf6 #1 0.633 fatal: reference is not a tree: 000111222333444555666777888999aaabbbcccd #1 0.635 panic: interface conversion: interface {} is syscall.WaitStatus, not unix.WaitStatus #1 0.635 #1 0.635 goroutine 1 [running]: #1 0.635 github.com/moby/buildkit/source/git.gitMain() #1 0.635 /src/source/git/gitsource_unix.go:66 +0x27d #1 0.635 github.com/docker/docker/pkg/reexec.Init(...) #1 0.635 /src/vendor/github.com/docker/docker/pkg/reexec/reexec.go:26 #1 0.635 main.init.0() #1 0.635 /src/cmd/buildkitd/main.go:76 +0xf6 ``` This is from trying to solve: ``` llb.Git(""https://github.com/moby/buildkit.git", "000111222333444555666777888999aaabbbcccd") ```
coryb
referenced
this issue
in coryb/buildkit
Jan 3, 2022
If the ref is invalid we are seeing a panic from `umask-git` because the error type is not always a unix.WaitStatus: ``` #1 0.227 fatal: Not a valid object name 000111222333444555666777888999aaabbbcccd^{commit} #1 0.229 panic: interface conversion: interface {} is syscall.WaitStatus, not unix.WaitStatus #1 0.229 #1 0.229 goroutine 1 [running]: #1 0.229 github.com/moby/buildkit/source/git.gitMain() #1 0.229 /src/source/git/gitsource_unix.go:66 +0x27d #1 0.229 github.com/docker/docker/pkg/reexec.Init(...) #1 0.229 /src/vendor/github.com/docker/docker/pkg/reexec/reexec.go:26 #1 0.229 main.init.0() #1 0.229 /src/cmd/buildkitd/main.go:76 +0xf6 #1 0.633 fatal: reference is not a tree: 000111222333444555666777888999aaabbbcccd #1 0.635 panic: interface conversion: interface {} is syscall.WaitStatus, not unix.WaitStatus #1 0.635 #1 0.635 goroutine 1 [running]: #1 0.635 github.com/moby/buildkit/source/git.gitMain() #1 0.635 /src/source/git/gitsource_unix.go:66 +0x27d #1 0.635 github.com/docker/docker/pkg/reexec.Init(...) #1 0.635 /src/vendor/github.com/docker/docker/pkg/reexec/reexec.go:26 #1 0.635 main.init.0() #1 0.635 /src/cmd/buildkitd/main.go:76 +0xf6 ``` This is from trying to solve: ``` llb.Git("https://github.com/moby/buildkit.git", "000111222333444555666777888999aaabbbcccd") ```
coryb
referenced
this issue
in coryb/buildkit
Jan 3, 2022
If the ref is invalid we are seeing a panic from `umask-git` because the error type is not always a unix.WaitStatus: ``` #1 0.227 fatal: Not a valid object name 000111222333444555666777888999aaabbbcccd^{commit} #1 0.229 panic: interface conversion: interface {} is syscall.WaitStatus, not unix.WaitStatus #1 0.229 #1 0.229 goroutine 1 [running]: #1 0.229 github.com/moby/buildkit/source/git.gitMain() #1 0.229 /src/source/git/gitsource_unix.go:66 +0x27d #1 0.229 github.com/docker/docker/pkg/reexec.Init(...) #1 0.229 /src/vendor/github.com/docker/docker/pkg/reexec/reexec.go:26 #1 0.229 main.init.0() #1 0.229 /src/cmd/buildkitd/main.go:76 +0xf6 #1 0.633 fatal: reference is not a tree: 000111222333444555666777888999aaabbbcccd #1 0.635 panic: interface conversion: interface {} is syscall.WaitStatus, not unix.WaitStatus #1 0.635 #1 0.635 goroutine 1 [running]: #1 0.635 github.com/moby/buildkit/source/git.gitMain() #1 0.635 /src/source/git/gitsource_unix.go:66 +0x27d #1 0.635 github.com/docker/docker/pkg/reexec.Init(...) #1 0.635 /src/vendor/github.com/docker/docker/pkg/reexec/reexec.go:26 #1 0.635 main.init.0() #1 0.635 /src/cmd/buildkitd/main.go:76 +0xf6 ``` This is from trying to solve: ``` llb.Git("https://github.com/moby/buildkit.git", "000111222333444555666777888999aaabbbcccd") ``` Signed-off-by: coryb <cbennett@netflix.com>
aepifanov
added a commit
to aepifanov/buildkit
that referenced
this issue
Mar 14, 2024
…4603-4604 [v0.10][MCR v23][Backport] 4600 4602 4603 4604
crazy-max
pushed a commit
that referenced
this issue
Jan 14, 2025
contains a fix for CVE-2024-45338 / https://go.dev/issue/70906, but it doesn't affect our codebase: govulncheck -show=verbose ./... ... Vulnerability #1: GO-2024-3333 Non-linear parsing of case-insensitive content in golang.org/x/net/html More info: https://pkg.go.dev/vuln/GO-2024-3333 Module: golang.org/x/net Found in: golang.org/x/net@v0.29.0 Fixed in: golang.org/x/net@v0.33.0 Your code is affected by 0 vulnerabilities. This scan also found 0 vulnerabilities in packages you import and 1 vulnerability in modules you require, but your code doesn't appear to call these vulnerabilities. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just found this repo 👍
I understand this is still a POC, but it might be better to add the LICENSE file?
The text was updated successfully, but these errors were encountered: