diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..0960e193fc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# Plutus Apps Changelog + +All major changes to this project will be documented in this file. \ No newline at end of file diff --git a/CODEOWNERS.md b/CODEOWNERS.md new file mode 100644 index 0000000000..25687584bc --- /dev/null +++ b/CODEOWNERS.md @@ -0,0 +1,8 @@ +# Plutus Apps Codeowners + +# These owners will be the default owners for everything in the repository. +* @ + +# General reviewers per PR +# Name Name +* @ @ \ No newline at end of file diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..4dd9a5c3df --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,18 @@ +# Security Policy + +## Reporting a Vulnerability + +Please report (suspected) security vulnerabilities to security@intersectmbo.org. You will receive a +response from us within 48 hours. If the issue is confirmed, we will release a patch as soon +as possible. + +Please provide a clear and concise description of the vulnerability, including: + +* the affected version(s) of plutus-apps, +* steps that can be followed to exercise the vulnerability, +* any workarounds or mitigations + +If you have developed any code or utilities that can help demonstrate the suspected +vulnerability, please mention them in your email but ***DO NOT*** attempt to include them as +attachments as this may cause your Email to be blocked by spam filters. +See the security file in the [Cardano engineering handbook](https://github.com/input-output-hk/cardano-engineering-handbook/blob/main/SECURITY.md). \ No newline at end of file