Linking criteria and adding file and env variables access (#61830)

* Linking criteria and adding file and env variables access

* Formatting

* Update docs/sources/developers/plugins/publish-a-plugin.md

Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>

Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
This commit is contained in:
Timur Olzhabayev 2023-01-24 08:37:56 +01:00 committed by GitHub
parent c621693db0
commit 7ebbd01688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,7 @@ Before you submit your plugin, we ask that you read our guidelines and frequentl
To speed up the time it takes to review your plugin:
- Get familiar with our plugin [publishing and signing criteria](publishing-and-signing-criteria.md)
- Check that your plugin is ready for review using the [plugin validator](https://github.com/grafana/plugin-validator).
- Read our [6 tips for improving your Grafana plugin before you publish](https://grafana.com/blog/2021/01/21/6-tips-for-improving-your-grafana-plugin-before-you-publish/).
- Refer to [plugin-examples](https://github.com/grafana/grafana-plugin-examples) to review best practices for building your plugin.

View File

@ -19,6 +19,9 @@ Grafana plugins must adhere to the following criteria when being reviewed for pu
- Abuse: plugins should not perform actions beyond the scope of the intended use.
- Do not include hidden files
- Do not manipulate the underlying environment, privileges, or related processes
- Security:
- Should not access the filesystem
- Should not access environment variables
## Commercial