-
-
Notifications
You must be signed in to change notification settings - Fork 0
Security: Address OpenSSF Scorecard and Dependabot Alerts #4
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # SPDX-License-Identifier: PMPL-1.0-or-later | ||
| # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners | ||
|
|
||
| # All files in the repository | ||
| * @hyperpolymath |
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 |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| # OpenSSF Best Practices (CII) Adherence | ||
|
|
||
| This document tracks the project's adherence to the [OpenSSF Best Practices Badge](https://best-practices.coreinfrastructure.org/) criteria. | ||
|
|
||
| ## Summary | ||
| The ambientops project is committed to following open-source security and quality best practices. | ||
|
|
||
| ## Change Control | ||
| - **Public Repository**: All source code is hosted on GitHub and is public. | ||
| - **Version Control**: We use Git for version control. | ||
| - **Unique Versioning**: All releases use unique version identifiers (SemVer). | ||
|
|
||
| ## Reporting | ||
| - **Bug Reporting Process**: Documented in `CONTRIBUTING.md`. | ||
| - **Vulnerability Reporting**: A clear `SECURITY.md` file defines the private reporting process. | ||
|
|
||
| ## Quality | ||
| - **Automated Builds**: We use GitHub Actions for automated builds and CI. | ||
| - **Testing**: Automated test suites are integrated into the CI pipeline. | ||
| - **New Features**: New functionality is required to have associated tests. | ||
|
|
||
| ## Security | ||
| - **Secure Development**: We use automated security scanners (CodeQL, Trufflehog). | ||
| - **Dependency Pinning**: GitHub Actions and critical dependencies are pinned to specific versions/SHAs. | ||
| - **No Hardcoded Secrets**: Scanned via `trufflehog` and `gitleaks`. | ||
|
|
||
| ## Best Practices | ||
| - **SPDX Headers**: We use SPDX license identifiers in all source files. | ||
| - **Code Review**: All changes require a pull request and code review before merging to `main`. |
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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| # Security Acknowledgments | ||
|
|
||
| We would like to thank the following researchers for their contributions to keeping ambientops safe. | ||
|
|
||
| ## 2026 | ||
| - Currently no entries. | ||
|
|
||
| ## 2025 | ||
| - Currently no entries. |
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 |
|---|---|---|
|
|
@@ -2,5 +2,5 @@ | |
| # asdf/mise tool versions | ||
| # See: https://asdf-vm.com/ | ||
|
|
||
| rust 1.83.0 | ||
| rust nightly | ||
| just 1.36.0 | ||
Oops, something went wrong.
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.
This adds a new non-optional dependency (
lru = "0.16.3") but the checked-inclinician/Cargo.lockis not updated (theambientops-clinicianpackage entry still omitslru, and onlylru 0.12.5is present), so locked builds are inconsistent. The clinician container build usescargo build --release --locked, andcargo build --helpdefines--lockedas "Assert thatCargo.lockwill remain unchanged", which causes builds in that path to fail until the lockfile is regenerated.Useful? React with 👍 / 👎.