mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
c621693db0
commit
7ebbd01688
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user