File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
.github/readme/partials/documentation/setup Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff 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
124123If a plugin is used without sufficient permissions, it will result in an error.
125124
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments