-
Notifications
You must be signed in to change notification settings - Fork 151
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
Replace ERD (Haskell) with erd-go #343
Comments
Juste checking Not a blocker, but can be an issue. |
Here is why it is worrying: https://arstechnica.com/information-technology/2021/09/travis-ci-flaw-exposed-secrets-for-thousands-of-open-source-projects/ => We cannot guarantee the security of |
@dduportal are you concerned the repo may have been tainted? If so, switching to GH actions will not make much of a difference. If that's not a concern, isn't |
As @pepijnve mentioned, It is similar to the current integration of If you are unsure if the source code could be compromised, we can't rule that out for Since there was no commit in the repository after the vulnerability, the risk is actually even lower here. |
That make absolut sense in regard of the security risk: I commented before looking at your PR's content and assumed we were using the binary. Given that it is source code related, is that ok to pin to the version though (instead of latest) to add another layer of safety? In term of sustainability, though, we'll have to consider helping the maintainer of Thanks @pepijnve @barthel for these precious work, contributions and help! |
That makes perfect sense. I have changed the PR. |
Replace ERD (Haskell) with erd-go #343
This is a follow-up of #51 .
With asciidoctor/asciidoctor-diagram#402, the Asciidoctor Diagrams team accepted the support/replacement of the Haskell-based
erd
(https://github.com/BurntSushi/erd) in favor of Go-basederd-go
(https://github.com/kaishuu0123/erd-go/).This step is necessary to provide Asciidoctor Docker Images in a multi-platform way (especially non
x86
platforms).The text was updated successfully, but these errors were encountered: