Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
212 changes: 0 additions & 212 deletions QUALITY_IMPROVEMENTS.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SPDX Tool

![NuGet Version](https://img.shields.io/nuget/v/DemaConsulting.SpdxTool?style=plastic)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please put the NuGet Version as the last shield, and also make it a link which takes the user to the nuget.org site for the package.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in c3292b4. The NuGet badge is now the last shield and links to https://www.nuget.org/packages/DemaConsulting.SpdxTool

![GitHub forks](https://img.shields.io/github/forks/demaconsulting/SpdxTool?style=plastic)
![GitHub Repo stars](https://img.shields.io/github/stars/demaconsulting/SpdxTool?style=plastic)
![GitHub contributors](https://img.shields.io/github/contributors/demaconsulting/SpdxTool?style=plastic)
Expand Down
22 changes: 22 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Security Policy

## Supported Versions

We release patches for security vulnerabilities. Only the latest version is currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| Latest | :white_check_mark: |
| < Latest| :x: |

## Reporting a Vulnerability

If you discover a security vulnerability within this project, please use GitHub's vulnerability reporting feature:

1. Go to the [Security tab](https://github.com/demaconsulting/SpdxTool/security) of this repository
2. Click on "Report a vulnerability"
3. Fill out the vulnerability report form with details about the issue

We take all security reports seriously and will respond to your report as quickly as possible. Please do not publicly disclose the vulnerability until we have had a chance to address it.

Thank you for helping keep this project and its users safe!