-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
Native languages round 2: SWift! #615
Comments
https://github.com/compnerd/gha-setup-swift and https://github.com/marketplace/actions/install-swift-on-linux for github actions to build for linux and windows |
…and musl to do
OWASP/wrongsecrets-binaries#50 is almost complete: is just needs alpine support in order to build out the challenge. |
In order to continue this challenge, we will first have to wait for Alpine support. Let's wait for swiftlang/swift#62245 to be completed. We contacted the developer on whether there is a way to use his work already to compile our OWASP/wrongsecrets-binaries#50 for Alpine. |
Status update: I did not find any way to use the code on all designated platforms. I could not make run swift on alpine. We tested various glibc methods on musl as well and they don’t work either. Maybe fully static linking could do? |
This challenge is about finding hardcoded secrets in binaries in Swift! With this we want to explain to our users that no language or binary is safe to just put the secret in offline. For this you need to:
The text was updated successfully, but these errors were encountered: