Skip to content

Create a SECURITY.md file and add its information to the README #157

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 2 commits into from
Jul 15, 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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Annotate Lab is an open-source application designed for image annotation, compri
- [Troubleshooting](#troubleshooting-documentation-page)
- [Contributing](#contributing)
- [License](#license)
- [Reporting Security Issues](#reporting-security-issues)
- [Acknowledgment](#acknowledgment)

## Project Structure [[documentation page]](https://annotate-docs.dwaste.live/overview/project-structure)
```sh
Expand Down Expand Up @@ -464,6 +466,10 @@ If you would like to contribute to this project, please fork the repository and

This project is licensed under the [MIT License](./LICENSE).

## Reporting Security Issues

If you find a security vulnerability in annotate-lab, please read our [Security Policy](./SECURITY.md) for instructions on how to report it securely.

## Acknowledgment

This project is detached from idapgroup [react-image-annotate](https://github.com/idapgroup/react-image-annotate/commit/d35c761ac748ed690c67575002a820843672cde9) and uses some work from [image_annotator](https://github.com/gnamiro/image_annotator/tree/master).
This project is detached from idapgroup [react-image-annotate](https://github.com/idapgroup/react-image-annotate/commit/d35c761ac748ed690c67575002a820843672cde9) and uses some work from [image_annotator](https://github.com/gnamiro/image_annotator/tree/master).
13 changes: 13 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Reporting a Vulnerability

If you discover a security vulnerability in annotate-lab, please follow these steps:

1. **Do not create a public issue.**
2. Send an email to annotatelab[at]gmail.com with the following details:
- A description of the vulnerability.
- The steps to reproduce the vulnerability.
- Any potential impact the vulnerability might have.
3. We will acknowledge the receipt of your report within 10 business days.
4. We will work with you to understand and address the issue as quickly as possible.

Thank you for helping us keep annotate-lab secure!
Loading