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

Add Support and Security pages #33

Merged
merged 1 commit into from
Jul 16, 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img width="512px" src="docs/images/logo/logo_testcontainers_c_wide.png" alt="Testcontainers for C/C++ Logo"/>
</p>

[![Slack: testcontainers-c on slacktestcontainers.org](https://img.shields.io/badge/Slack-%23testcontainers%E2%80%94c-brightgreen?style=flat&logo=slack)](http://slack.testcontainers.org/)
[![Slack: testcontainers-c on slack.testcontainers.org](https://img.shields.io/badge/Slack-%23testcontainers%E2%80%94c-brightgreen?style=flat&logo=slack)](http://slack.testcontainers.org/)
[![Stability: Experimental](https://masterminds.github.io/stability/experimental.svg)](https://masterminds.github.io/stability/experimental.html)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/oleg-nenashev/testcontainers-c)](https://github.com/oleg-nenashev/testcontainers-c/releases)

Expand Down
13 changes: 13 additions & 0 deletions docs/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Security

## Reporting Security Issues

You can submit any security issue or suspected vulnerability
on [GitHub Security](https://github.com/testcontainers/testcontainers-c/security/advisories).
Please do **NOT** use public GitHub Issues for reporting vulnerabilities.

## Bug Bounty

The Testcontainers for C/C++ project is not a part of the official Testcontainers bug bounty program and,
as of now, of any other program.
We will be happy to credit you in the public Security Advisory and on social media.
35 changes: 35 additions & 0 deletions docs/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Support for Testcontainers for C/C++

[![Slack: testcontainers-c on slack.testcontainers.org](https://img.shields.io/badge/Slack-%23testcontainers%E2%80%94c-brightgreen?style=flat&logo=slack)](http://slack.testcontainers.org/)

Any bug reports, feature requests and comments are welcome!
The project keeps evolving,
and any feedback from end users and developers will be appreciated.

## Community Support Channels

Join the `#testcontainers-c` channel on the [Testcontainers Slack](http://slack.testcontainers.org/).
At the moment, this is single channel for all project matters.

## Raising Issues and Feature Requests

Use [GitHub Issues](https://github.com/testcontainers/testcontainers-c/issues).
Note that it may take some time to get a response, thanks for your patience.
Contributions are always welcome, see the [Contributor Guide](../CONTRIBUTING.md).

## Reporting Security Issues

You can submit any security issue or suspected vulnerability
on [GitHub Security](https://github.com/testcontainers/testcontainers-c/security/advisories).
Please do NOT use public GitHub Issues for reporting vulnerabilities.

Read More - [Security Policy](./SECURITY.md),

## Commercial Support and Customization

The creator of this project, Oleg Nenashev,
is [available for consulting projects](https://oleg-nenashev.github.io/oleg-nenashev/consulting/) in the areas of developer tools,
including Testcontainers for C/C++.
Development of this project will continue regardless of commercial contracts,
but of course your support can help the project to move forward.
[GitHub Sponsorships](https://github.com/sponsors/oleg-nenashev) will be appreciated too.
6 changes: 5 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ nav:
- Overview: modules/README.md
- Embedded Modules:
- WireMock: modules/wiremock/README.md
- Roadmap: ROADMAP.md
- Contributing: CONTRIBUTING.md
- Resources:
- Roadmap: ROADMAP.md
- Support: docs/SUPPORT.md
- Security: docs/SECURITY.md

plugins:
- search
Expand Down Expand Up @@ -108,3 +111,4 @@ theme:
logo: docs/images/logo/logo_testcontainers_c_square.png
icon:
repo: fontawesome/brands/github

Loading