node-export-server
node-export-server copied to clipboard
Highcharts Node.js export server
We want to distribute this as a https://nodejs.org/api/single-executable-applications.html#generating-single-executable-preparation-blobs single executable can you provide this or instructions how? I tried using pkg and configuring rollup to bundle the third party dependencies...
Updating Multer to 2.0.2
Running this in a Kubernetes environment with K8s probe(s) configured, such as ``` livenessProbe: httpGet: path: /health port: 7801 timeoutSeconds: 60 ``` causes errors to be logged, seemingly upon each...
i tried containerizing it here is the docker file. # ---- Stage 1: The AMD64 Builder (with Firefox) ---- # We explicitly set the platform for this stage to amd64...
I downloaded the V5 and added a Dockerfile under the root directory like below. It threw me the following error when trying to create a docker image and publish it...
Added `useNpm` option for using local Highcharts scripts.
Hi, Based on the comments [here](https://github.com/highcharts/node-export-server/blob/15421d34fd4577da19b7505756f76630dd05561e/lib/server/routes/export.js#L44-L80), it seems like `beforeRequest` and `afterRequest` should either be exported or have methods exported to push callbacks into those arrays. Is that correct and...
Hi, It looks like there is no way to restrict the max height/width or scale of incoming requests, so users can send requests that can either exceed max int, or...
Snyk scan found 3 vulnerabilities. Please see zip with Snyk test results. [snyk-scan-highcharts-export-server-0917.zip](https://github.com/user-attachments/files/22390760/snyk-scan-highcharts-export-server-0917.zip) How is highcharts-export-server impacted by the following vulnerabilities? CVE-2024-37372 | [Snyk](https://security.snyk.io/vuln/SNYK-UPSTREAM-NODE-7430912) CVE-2024-36137 | [Snyk](https://security.snyk.io/vuln/SNYK-UPSTREAM-NODE-7430907) CVE-2024-22018 | [Snyk](https://security.snyk.io/vuln/SNYK-UPSTREAM-NODE-7430909)...
The bundled puppeteer version is too old and throws a bunch of CVE alerts google/puppeteer 1) CVE-2024-7971 Type confusion in V8 in Google Chrome prior to 128.0.6613.84 allowed a remote...