-
Notifications
You must be signed in to change notification settings - Fork 0
chore: fill or remove RSR template placeholders #51
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
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
2884c8b
chore: estate-wide security compliance
hyperpolymath 76d3af4
chore: remove duplicate GOVERNANCE files, keep GOVERNANCE.md
hyperpolymath 909908c
chore: update guix.scm from squisher-corpus
hyperpolymath 1b33b4d
chore: fill or remove RSR template placeholders
hyperpolymath File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,7 @@ on: | |
| schedule: | ||
| - cron: '0 0 * * 0' | ||
| permissions: | ||
| actions: read | ||
| contents: read | ||
| jobs: | ||
| BatchFuzzing: | ||
|
|
||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,7 @@ on: | |
| paths: | ||
| - '**/*.rs' | ||
| permissions: | ||
| actions: read | ||
| contents: read | ||
| jobs: | ||
| PR: | ||
|
|
||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,6 +9,7 @@ on: | |
| release: | ||
| types: [published] | ||
| permissions: | ||
| actions: read | ||
| contents: read | ||
| jobs: | ||
| dispatch: | ||
|
|
||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,7 @@ name: Push email notification | |
| on: | ||
| push: {} | ||
| permissions: | ||
| actions: read | ||
| contents: read | ||
| jobs: | ||
| notify: | ||
|
|
||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,6 +10,7 @@ on: | |
| branches: [main, master] | ||
| pull_request: | ||
| permissions: | ||
| actions: read | ||
| contents: read | ||
| jobs: | ||
| rust-ci: | ||
|
|
||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,6 +9,7 @@ on: | |
| branches: [main] | ||
|
|
||
| permissions: read-all | ||
| actions: read | ||
|
|
||
| jobs: | ||
| analysis: | ||
|
|
||
This file contains hidden or 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
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,18 +1,18 @@ | ||
| ; SPDX-License-Identifier: MPL-2.0 | ||
| ;; guix.scm — GNU Guix package definition for docmatrix | ||
| ;; guix.scm — GNU Guix package definition for squisher-corpus | ||
|
hyperpolymath marked this conversation as resolved.
|
||
| ;; Usage: guix shell -f guix.scm | ||
|
|
||
| (use-modules (guix packages) | ||
| (guix build-system gnu) | ||
| (guix licenses)) | ||
|
|
||
| (package | ||
| (name "docmatrix") | ||
| (name "squisher-corpus") | ||
| (version "0.1.0") | ||
| (source #f) | ||
| (build-system gnu-build-system) | ||
| (synopsis "docmatrix") | ||
| (description "docmatrix — part of the hyperpolymath ecosystem.") | ||
| (home-page "https://github.com/hyperpolymath/docmatrix") | ||
| (license ((@@ (guix licenses) license) "MPL-2.0" | ||
| (synopsis "squisher-corpus") | ||
| (description "squisher-corpus — part of the hyperpolymath ecosystem.") | ||
| (home-page "https://github.com/hyperpolymath/squisher-corpus") | ||
| (license ((@@ (guix licenses) license) "PMPL-1.0-or-later" | ||
| "https://github.com/hyperpolymath/palimpsest-license"))) | ||
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The SPDX header on line 1 still declares
MPL-2.0, but the package license field was changed toPMPL-1.0-or-later(line 17). These now contradict each other, leaving the package's actual license ambiguous for downstream consumers and license scanners. Reconcile the two so the SPDX identifier and the package license agree.Was this helpful? React with 👍 / 👎