DocsGPT/frontend
Zakarya El Quaroui 04b038960b
Update Dockerfile
The current node version is vulnerable to buffer overflow. 

CVE-2022-3602
PUBLISHED
View JSON
X.509 Email Address 4-byte Buffer Overflow
Important CVE JSON 5 Information
Assigner: Openssl

Published: 2022-11-01Updated: 2022-11-03
A buffer overrun can be triggered in X.509 certificate verification, specifically in name constraint checking. Note that this occurs after certificate chain signature verification and requires either a CA to have signed the malicious certificate or for the application to continue certificate verification despite failure to construct a path to a trusted issuer. An attacker can craft a malicious email address to overflow four attacker-controlled bytes on the stack. This buffer overflow could result in a crash (causing a denial of service) or potentially remote code execution. Many platforms implement stack overflow protections which would mitigate against the risk of remote code execution. The risk may be further mitigated based on stack layout for any given platform/compiler. Pre-announcements of CVE-2022-3602 described this issue as CRITICAL. Further analysis based on some of the mitigating factors described above have led this to be downgraded to HIGH. Users are still encouraged to upgrade to a new version as soon as possible. In a TLS client, this can be triggered by connecting to a malicious server. In a TLS server, this can be triggered if the server requests client authentication and a malicious client connects. Fixed in OpenSSL 3.0.7 (Affected 3.0.0,3.0.1,3.0.2,3.0.3,3.0.4,3.0.5,3.0.6).
2023-09-27 17:08:44 +08:00
..
.husky adds precommit hook 2023-02-09 10:03:56 +05:30
public favicon 2023-03-10 11:48:52 +00:00
src Uncomments selectDocsModal, removes redundant styles 2023-09-23 21:43:16 +05:30
.env.development Fixed request length bug, changed to as less used port 2023-06-23 14:56:14 +03:00
.env.production Update .env.production 2023-03-27 21:44:22 +01:00
.eslintignore adds eslint and prettier 2023-02-09 08:01:22 +05:30
.eslintrc.cjs adds middleware to sync redux with local storage also adds ununsed 2023-02-24 18:46:46 +05:30
.prettierignore adds eslint and prettier 2023-02-09 08:01:22 +05:30
Dockerfile Update Dockerfile 2023-09-27 17:08:44 +08:00
index.html favicon 2023-03-10 11:48:52 +00:00
package-lock.json Bump word-wrap from 1.2.3 to 1.2.4 in /frontend 2023-07-20 06:16:47 +00:00
package.json Bump vite from 4.1.4 to 4.1.5 in /frontend 2023-06-06 02:19:21 +00:00
postcss.config.cjs initialize the app 2023-02-07 23:27:21 +05:30
prettier.config.cjs small changes 2023-02-10 16:20:05 -05:00
svg.d.ts adds like dislike 2023-03-05 22:36:57 +05:30
tailwind.config.cjs adds training modals 2023-03-18 18:25:23 +05:30
tsconfig.json adds like dislike 2023-03-05 22:36:57 +05:30
tsconfig.node.json initialize the app 2023-02-07 23:27:21 +05:30
vite.config.ts adds like dislike 2023-03-05 22:36:57 +05:30