Skip to content
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
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Contributing

Contributions are welcome when they are focused, testable, and safe to review.

1. Create a branch from the current default branch.
2. Make one coherent change and add regression coverage where applicable.
3. Run the repository's documented tests and static checks.
4. Open a pull request in English that explains the impact and validation.

Do not include secrets, credentials, private infrastructure details, or customer
data. Security-sensitive changes require independent review before merge. Report
suspected vulnerabilities privately according to `SECURITY.md`.
20 changes: 20 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Security Policy

## Supported versions

Security fixes target the latest release on the default branch. Upgrade to the
newest version before reporting a problem.

## Private reporting

Do not open a public issue for an undisclosed vulnerability. Use GitHub private
vulnerability reporting:

<https://github.com/vtino17/network-security-lab/security/advisories/new>

Include the affected version or commit, reproduction steps, expected and actual
behavior, and potential impact. Remove credentials, private keys, IP addresses,
hostnames, and customer data.

Maintainers will acknowledge the report, validate the finding, and coordinate a
fix and disclosure timeline with the reporter.