From 14c62282a3537260fe21f58e2fc5a31c6e321c1b Mon Sep 17 00:00:00 2001 From: Tom Longridge Date: Mon, 9 Dec 2024 11:44:00 +0000 Subject: [PATCH] docs: readme, security and codeowners --- CODEOWNERS | 1 + README.md | 6 +++--- SECURITY.md | 11 +++++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 CODEOWNERS create mode 100644 SECURITY.md diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..b9d720b --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +*.go @DariaKunoichi diff --git a/README.md b/README.md index d4a8fb3..cb42fa2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- + SmartBear BugSnag logo @@ -10,9 +10,9 @@ [![Documentation](https://img.shields.io/badge/documentation-latest-blue.svg)](https://docs.bugsnag.com/performance/go/) [![Go Reference](https://pkg.go.dev/badge/github.com/bugsnag/bugsnag-go.svg)](https://pkg.go.dev/github.com/bugsnag/bugsnag-go-performance) -[![Build status](https://github.com/bugsnag/bugsnag-go-performance/actions/workflows/test-package.yml/badge.svg?branch=master)](https://buildkite.com/bugsnag/bugsnag-go-performance) +[![Build status](https://github.com/bugsnag/bugsnag-go-performance/actions/workflows/test-package.yml/badge.svg?branch=next)](https://github.com/bugsnag/bugsnag-go-performance/actions/workflows/test-package.yml) -Convenience SDK for using the [Go Otel SDK](https://github.com/open-telemetry/opentelemetry-go) with BugSnag. +Convenience SDK for using the [Go OpenTelemetry SDK](https://github.com/open-telemetry/opentelemetry-go) with BugSnag. ## Features diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..56fe61b --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 1.x | Yes | + +## Reporting a Vulnerability + +If you find a vulnerability in this SDK, please report it to our [Support team](mailto:support@bugsnag.com) for review. \ No newline at end of file