Skip to content

Commit 9765461

Browse files
Add security policy, scorecard ref to improve score (#100)
Signed-off-by: Marikkannu, Suresh <[email protected]>
1 parent 416e33b commit 9765461

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# SPDX-FileCopyrightText: 2025 Intel Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
* @omec-project/5gc-maintainers

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
SPDX-License-Identifier: Apache-2.0
55
-->
66
[![Go Report Card](https://goreportcard.com/badge/github.com/omec-project/openapi)](https://goreportcard.com/report/github.com/omec-project/openapi)
7+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/omec-project/openapi/badge)](https://scorecard.dev/viewer/?uri=github.com/omec-project/openapi)
78

89
# OpenApi
910

docs/SECURITY.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2025 Intel Corporation
3+
SPDX-License-Identifier: Apache-2.0
4+
-->
5+
# Security Policy
6+
7+
## Supported Versions
8+
9+
We release patches for security vulnerabilities in the following versions:
10+
11+
| Version | Supported |
12+
| ------- | ------------------ |
13+
| 1.x.x | :white_check_mark: |
14+
15+
## Reporting a Vulnerability
16+
17+
If you discover a security vulnerability, please:
18+
19+
1. **DO NOT** create a public GitHub issue
20+
2. Email us at: [email protected]
21+
3. Include detailed information about the vulnerability
22+
4. Allow us reasonable time to address the issue before public disclosure
23+
24+
### What to Include
25+
26+
- Description of the vulnerability
27+
- Steps to reproduce the issue
28+
- Potential impact assessment
29+
- Any proof-of-concept code (if applicable)
30+
31+
## Security Best Practices
32+
33+
When using this project:
34+
- Keep dependencies up to date
35+
- Use the latest supported version
36+
- Follow secure coding practices
37+
- Regularly audit your implementation
38+
39+
## Contact
40+
41+
1. #sdcore-dev channel in [Aether Community Slack](https://aether5g-project.slack.com)

0 commit comments

Comments
 (0)