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

build security of dependencies? #305

Open
adrelanos opened this issue Mar 7, 2024 · 2 comments
Open

build security of dependencies? #305

adrelanos opened this issue Mar 7, 2024 · 2 comments

Comments

@adrelanos
Copy link

As a stopgap for:

How secure is the process of downloading the dependencies?

  • digital signature verification
  • hash sum verification

Other options:

  • start using embedded code copies?
@roddhjav
Copy link
Owner

roddhjav commented Mar 7, 2024

There is hash sum verification like any go program.

Once I setup proper dh-golang Debian packaging, they would be handled via debian packages by adding the following Build-Depends:

  golang-golang-x-exp-dev,
  golang-github-arduino-go-paths-helper-dev,
  • start using embedded code copies?

That was the old method go had to provide build deps. This is now deprecated.

@roddhjav
Copy link
Owner

I now included/removed all previous build dependencies (golang-golang-x-exp-dev, and golang-github-arduino-go-paths-helper-dev). You should now be able to build without network.

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

No branches or pull requests

2 participants