Skip to content

Commit 562750e

Browse files
committed
Fixing README, adding SECURITY.
1 parent 1a704f3 commit 562750e

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Navsmith
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/codelinde/navsmith.svg?style=flat-square)](https://packagist.org/packages/codelinde/navsmith)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/codelinde/navsmith/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/codelinde/navsmith/actions?query=workflow%3Arun-tests+branch%3Amain)
5-
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/codelinde/navsmith/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/codelinde/navsmith/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
6-
[![Total Downloads](https://img.shields.io/packagist/dt/codelinde/navsmith.svg?style=flat-square)](https://packagist.org/packages/codelinde/navsmith)
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/codelinde/laravel-navsmith.svg?style=flat-square)](https://packagist.org/packages/codelinde/navsmith)
4+
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/codelinde/laravel-navsmith/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/codelinde/navsmith/actions?query=workflow%3Arun-tests+branch%3Amain)
5+
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/codelinde/laravel-navsmith/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/codelinde/navsmith/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
6+
[![Total Downloads](https://img.shields.io/packagist/dt/codelinde/laravel-navsmith.svg?style=flat-square)](https://packagist.org/packages/codelinde/navsmith)
77

88
**Navsmith** is a lightweight, unintrusive Laravel package for easily creating navigation links out of routes you
99
define. It's particularly useful for SPA-like sites.

SECURITY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
| Version | Supported |
6+
|---------|-----------|
7+
| 0.1.x | ✔︎ |
8+
9+
## Reporting a Vulnerability
10+
11+
If you find a security vulnerability, please [e-mail me directly](mailto:security@ryanlinde.dev) rather than using the
12+
issue tracker. Thank you!
13+

0 commit comments

Comments
 (0)