From 318acc20bdacc67b9c5be86c5cc42eaf53a07c43 Mon Sep 17 00:00:00 2001 From: C4illin Date: Sat, 8 Mar 2025 01:08:00 +0100 Subject: [PATCH 1/3] build: remove slim for tailwind --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 252b9a5..4985a24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,10 +20,7 @@ ENV PATH=/root/.cargo/bin:$PATH RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y RUN cargo install resvg -# copy node_modules from temp directory -# then copy all (non-ignored) project files into the image -# will switch to alpine again when it works -FROM oven/bun:1.2.4-slim AS prerelease +FROM base AS prerelease WORKDIR /app COPY --from=install /temp/dev/node_modules node_modules COPY . . From 171ecd68840a10d9b12b90af00da369dc5a4f44a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Sun, 9 Mar 2025 21:04:18 +0100 Subject: [PATCH 2/3] chore: Create SECURITY.md --- SECURITY.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..184a921 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +## Supported Versions + +Only the latest release is supported + +## Reporting a Vulnerability + +To report a security issue, please contact convertx@emrik.org From 9277c27a50518f20de5a506e0d55ab9c0dbbd2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Sun, 9 Mar 2025 21:07:04 +0100 Subject: [PATCH 3/3] chore: change security url --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 184a921..023c4bc 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,4 +6,4 @@ Only the latest release is supported ## Reporting a Vulnerability -To report a security issue, please contact convertx@emrik.org +To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/C4illin/ConvertX/security/advisories/new) tab.