forked from gocsaf/csaf
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add: upstream changes #65
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.local is reserved for local-area networks, and .localhost is reserved for loopback devices. Using .test allows easier usage for different test setups. * https://www.rfc-editor.org/rfc/rfc2606#section-2 defines the "test." top level domain and "localhost.". * https://www.rfc-editor.org/rfc/rfc6761.html#section-6.2 explains how different implementations can use "test.".
HTML links can be adjusted right now, go module paths will have to wait a bit.
use a better phrasing
reformat a bit
docs: add link update alert to README.md
Add zip as packages to be installed in preparation as the `make dist` target uses it.
* Change the go module path from github.com/csaf-poc/csaf_distribution to github.com/gocsaf/csaf. * Rename archive for release tarballs. * Adjust testing scripts and documentation.
improve test setup scripts by adding missing package
* Change Makefile to remove the leading `v` from the git tag in the case of release tags. Previously this was only done for pre-release git tags.
This option was in conflict with the help display.
This allows other programs like google/licensecheck to correctly detect the license. This is required to display the documentation in `pkg.go.dev`.
Update README.md that go paths can be adjusted
…24_11_22 Update Go 3rd party libs
Add required upload permissions
Fix typo in error message
This makes it consistent with the handling of schema validation.
Warn if no remote validator was specified
Add Apache 2.0 license to root folder
Update README.md to exchange csaf.io until it is fixed
Errors for lookup checks
* Update runner to ubuntu-22.04 which is the eldest to be supported by github from 2025-04-01. * Update github actions and go version needed.
update runner for release to 22.04, other actions and go version, thus also newer glibc
* Add example for iterating product id and product helper * simplify code a bit * Remove newline --------- Co-authored-by: Sascha L. Teichmann <sascha.teichmann@intevation.de>
Add documentation for externally signed documents
Improve SHA* marking
Conventional Commits Report
🚀 Conventional commits found. |
llugin
approved these changes
Mar 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
Add upstream changes. Diff is coming mainly from the renaming of the upstream go module.
Noteworthy changes for csaf downloader:
Why
Keep our fork up to date.