Skip to content

Add DO-01.02 disclaimer requirement #356

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
docs/versions/devel.md
docs/versions/devel-checklist.md
.DS_Store

# generated output from go run ./... compile
Expand Down
9 changes: 6 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@

## Contributing to the Controls:

Currently, all the baseline controls are in `baseline.yaml`; follow the structure
[in the README](./README.md#baseline-structure) when proposing new entries.
Currently, all the baseline controls are in [`baseline/OSPS-$FAMILY.yaml`](./baseline/);
follow the structure [in the README](./README.md#baseline-structure) when proposing
new entries.

## Contributing to the Tooling:

The baseline is published to https://baseline.openssf.org/ (via GitHub Pages) via
Jekyll (a static site generator) using scripts from `./cmd` and formatting from
`./docs`, using GitHub Actions.
`./docs`, using [GitHub Actions](./.github/workflows/web-publish.yml). Changes
to the baseline will be published to the `devel` version until a new version is
[explicitly published](./docs/maintenance.md#osps-baseline-maintenance-process).

## PR guidelines

Expand Down
14 changes: 14 additions & 0 deletions baseline/OSPS-DO.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,20 @@ controls:
project, explaining how to install, configure, and use the project's
features. If there are any known dangerous or destructive actions
available, include highly-visible warnings.
- id: OSPS-DO-01.02
text: |
If the project is designed only for use in non-sensitive contexts, the
project MUST indicate these restrictions in prominently alongside
usage instructions.
applicability:
- Maturity Level 2
- Maturity Level 3
recommendation: |
Some projects may not be designed or intended for use in
security-sensitive contexts (for example, when dealing with untrusted
inputs or privacy-sensitive data). To prevent accidental misuse,
a prominent disclaimer should be included alongside usage
documentation.

- id: OSPS-DO-02
title: |
Expand Down
Loading