Skip to content

Commit fdca4a4

Browse files
authored
Merge pull request #158 from contentauth/update-sec-guidance
Add note about how to report security issues per other repos
2 parents a0bf8b6 + e0b5158 commit fdca4a4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/community.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Content Authenticity Initiative has an active and growing community of devel
77

88
## GitHub
99

10-
All the open-source CAI code is hosted in GitHub in the [CAI GitHub organization](https://github.com/contentauth) and we welcome input in the form of issues and pull requestsin the repositories:
10+
All the open-source CAI code is hosted in GitHub in the [CAI GitHub organization](https://github.com/contentauth) and we welcome input in the form of issues and pull requests in the repositories:
1111

1212
- **Rust Library**: [c2pa-rs](https://github.com/contentauth/c2pa-rs)
1313
- **CLI tool**: [c2patool](https://github.com/contentauth/c2patool)
@@ -20,9 +20,14 @@ All the open-source CAI code is hosted in GitHub in the [CAI GitHub organization
2020

2121
If you think you've found a bug or want to request a feature, please open an issue in the appropriate repository.
2222

23-
We also welcome thoughtful pull requests (PRs) from the community, following the contribution guidelines provided out in each repository. The guidelines are generally the same for each of the three project repositories; for example. see the [c2pa-rs contribution guidelines](https://github.com/contentauth/c2pa-rs/blob/main/CONTRIBUTING.md).
23+
:::note
24+
Do not create a public GitHub issue for suspected security vulnerabilities. Instead, please file an issue through [Adobe's HackerOne page](https://hackerone.com/adobe?type=team).
25+
For more information on reporting security issues, see [SECURITY.md](https://github.com/contentauth/c2pa-rs/blob/main/SECURITY.md).
26+
:::
2427

25-
Participants are required to follow the [Adobe Code of Conduct](https://github.com/contentauth/c2pa-js/blob/main/CODE_OF_CONDUCT.md) to maintain an open and welcoming environment for all.
28+
We also welcome thoughtful pull requests (PRs) from the community, following the contribution guidelines provided out in each repository. The guidelines are generally the same for all the SDK repositories; for example. see the [c2pa-rs contribution guidelines](https://github.com/contentauth/c2pa-rs/blob/main/CONTRIBUTING.md).
29+
30+
Participants are required to follow the [Adobe Code of Conduct](https://github.com/contentauth/c2pa-rs/blob/main/CODE_OF_CONDUCT.md) to maintain an open and welcoming environment for all.
2631

2732
### Related projects
2833

0 commit comments

Comments
 (0)