Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: explicitly state no security for this repo #754

Merged
merged 1 commit into from
Mar 21, 2023
Merged
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
30 changes: 30 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Security Policy

We do not offer any security policy for the contents of this repository.

## No Security Provided

This repository was created as a usability convenience, it is not required to
use asdf.

This repository is a collection of asdf plugins found online, it is a collaborative
effort by the community. Repositories linked from here are:

- not covered by any security policy from the asdf team
- not scanned automatically for dangerous or malicious operation

## What the asdf Team Recommend

The expectation is that users will vet the code of each plugin before use, as is
expected of other OSS plugin and package ecosystems.

The asdf core team discourage the use of this shortname repository. Read the code
in the plugins you use. Install the plugins you trust via the direct URL method:

```bash
asdf plugin add <name> <git_url>
```

---

For the asdf core Security Policy, see https://github.com/asdf-vm/asdf/blob/master/SECURITY.md