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

Update note about bug bounties to be more clear #27

Merged
merged 3 commits into from
Jan 31, 2024
Merged
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
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- markdownlint-disable -->
[![Project Banner](.github/banner.png?raw=true)](https://cpco.io/homepage)
[![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
[![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) [![Last Update](https://img.shields.io/github/last-commit/cloudposse/.github/main)](https://github.com/cloudposse/.github/commits/main/)
<!-- markdownlint-restore -->


Expand Down Expand Up @@ -30,19 +30,13 @@ This repository fulfills several unique functions functions for the Cloud Posse

1. It can contain special org-level files that provide functionality for our organization on GitHub. These files include:
- [`profile/README.md`](profile/README.md)
2. It can also act as a source for defaults of some repo-level files that might be found in a new GitHub repo's `.github` folder. In the event that a new repo is initialized without these files, the repo will behave on github.com as those the default copies of these files were present in the repo. These files include:
2. It can also act as a source for defaults of some repo-level files that might be found in a new GitHub repo's `.github` folder.
In the event that a new repo is initialized without these files, the repo will behave on github.com as those the default copies of these files were present in the repo.
These files include:
- [`.github/CODEOWNERS`](.github/CODEOWNERS)
- [`FUNDING.yml`](FUNDING.yml)
- [`.github/ISSUE_TEMPLATE/*`](.github/ISSUE_TEMPLATE/)
- `.github/PULL_REQUEST_TEMPLATE.md`
3. In addition to these GitHub-mediated functions, we are also conscripting the `cloudposse/.github` repo to act as the source for all GitHub Actions workflows and other bootstrapping files that are copied out automatically to our repositories (and which we encourage others to copy to their own repositories) using our [Auto-format GitHub Action](https://github.com/cloudposse/github-action-auto-format). (Note that there is some overlap between the files that GitHub recognizes as repo-level default files and the files that we actively copy to our repos using the `Auto-format` action. This doesn't affect the functionality of either process, but it's worth noting for future reference.) Files that are distributed in this way include:
- `.github/auto-release.yml`
- `.github/CODEOWNERS`
- `.github/ISSUE_TEMPLATE/*`
- `Makefile`
- `.github/PULL_REQUEST_TEMPLATE.md`
- `renovate.json`
- `.github/workflows/*`
- [`.github/PULL_REQUEST_TEMPLATE.md`](.github/PULL_REQUEST_TEMPLATE.md)


---
Expand Down
17 changes: 7 additions & 10 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,23 @@ badges:
- name: "Slack Community"
image: "https://slack.cloudposse.com/badge.svg"
url: "https://slack.cloudposse.com"
- name: "Last Update"
image: https://img.shields.io/github/last-commit/cloudposse/.github/main
url: https://github.com/cloudposse/.github/commits/main/

# Short description of this project
description: |-
This repository fulfills several unique functions functions for the Cloud Posse GitHub Organization.

1. It can contain special org-level files that provide functionality for our organization on GitHub. These files include:
- [`profile/README.md`](profile/README.md)
2. It can also act as a source for defaults of some repo-level files that might be found in a new GitHub repo's `.github` folder. In the event that a new repo is initialized without these files, the repo will behave on github.com as those the default copies of these files were present in the repo. These files include:
2. It can also act as a source for defaults of some repo-level files that might be found in a new GitHub repo's `.github` folder.
In the event that a new repo is initialized without these files, the repo will behave on github.com as if the default copies of these files were present in the repo.
These files include:
- [`.github/CODEOWNERS`](.github/CODEOWNERS)
- [`FUNDING.yml`](FUNDING.yml)
- [`.github/ISSUE_TEMPLATE/*`](.github/ISSUE_TEMPLATE/)
- `.github/PULL_REQUEST_TEMPLATE.md`
3. In addition to these GitHub-mediated functions, we are also conscripting the `cloudposse/.github` repo to act as the source for all GitHub Actions workflows and other bootstrapping files that are copied out automatically to our repositories (and which we encourage others to copy to their own repositories) using our [Auto-format GitHub Action](https://github.com/cloudposse/github-action-auto-format). (Note that there is some overlap between the files that GitHub recognizes as repo-level default files and the files that we actively copy to our repos using the `Auto-format` action. This doesn't affect the functionality of either process, but it's worth noting for future reference.) Files that are distributed in this way include:
- `.github/auto-release.yml`
- `.github/CODEOWNERS`
- `.github/ISSUE_TEMPLATE/*`
- `Makefile`
- `.github/PULL_REQUEST_TEMPLATE.md`
- `renovate.json`
- `.github/workflows/*`
- [`.github/PULL_REQUEST_TEMPLATE.md`](.github/PULL_REQUEST_TEMPLATE.md)

# Example usage
examples: |-
Expand Down
6 changes: 5 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ To help us better understand the nature and scope of the issue, please include a
> [!NOTE]
> **Bug Bounties**
>
> As an open-source company, Cloud Posse **does not** provide bug bounties for vulnerability disclosures.
> Cloud Posse **does not** provide bug bounties for vulnerability disclosures.
>
> As an open-source company, we release our projects for free under a permissive license, encouraging community contributions.
> We value all contributions equally and therefore don’t compensate specific ones, including those by security researchers.
> This approach ensures fairness across our open-source community.
>

After you submit a report, we will endeavor to:
Expand Down
Loading