Skip to content

Commit 43e9e18

Browse files
committed
docs: add undocumented web permissions
1 parent bdb64ea commit 43e9e18

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/readme/partials/documentation/setup/web.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ The following extra features are supported:
109109
| `metrics.setup.community.templates` | Allow community templates download |
110110
| `metrics.setup.community.presets` | Allow community presets usage |
111111
| `metrics.api.github.overuse` | Allow GitHub API intensive requests |
112+
| `metrics.api.*` | Allow use of external API requests |
112113
| `metrics.cpu.overuse` | Allow CPU intensive requests |
113114
| `metrics.run.tempdir` | Allow access to temporary directory (including I/O) |
114115
| `metrics.run.git` | Allow to run git |
@@ -117,9 +118,7 @@ The following extra features are supported:
117118
| `metrics.run.puppeteer.scrapping` | Allow to run puppeteer to scrape data |
118119
| `metrics.run.puppeteer.user.css` | Allow to run CSS by user during puppeteer render |
119120
| `metrics.run.puppeteer.user.js` | Allow to run JavaScript by user during puppeteer render |
120-
| ⚠️ `metrics.npm.optional.chartist` | Allow use of chartist (vulnerable to [CVE-2021-20066](https://github.com/advisories/GHSA-f4c9-cqv8-9v98)) |
121-
| `metrics.npm.optional.gifencoder` | Allow use of gifencoder |
122-
| `metrics.npm.optional.libxmljs2` | Allow use of libxmljs2 |
121+
| ⚠️ `metrics.npm.optional.*` | Allow use of specified dependency (CONSULT RESPECTIVE DEPENDENCY CVE FIRST) |
123122

124123
If a plugin is used without sufficient permissions, it will result in an error.
125124

source/app/web/settings.example.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/plugins/stargazers/metadata.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ inputs:
5050
default: no
5151
extras:
5252
- metrics.api.google.maps
53+
- metrics.npm.optional.d3
5354

5455
plugin_stargazers_worldmap_token:
5556
description: |

0 commit comments

Comments
 (0)