From d3ceb617a1c5ecd3aa0d540b153063c7068d47f1 Mon Sep 17 00:00:00 2001 From: natemoo-re Date: Mon, 8 Aug 2022 17:12:48 +0000 Subject: [PATCH] [ci] format --- SECURITY.md | 5 ++++- packages/integrations/cloudflare/src/server.directory.ts | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 96da1494b..aab168c72 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,5 +1,7 @@ # Astro Security + ## Reporting a Vulnerability + To report a security issue, please email security@astro.build with a detailed description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue. Please remember to include everything required for us to reproduce the issue, including but not limited to a publicly accessible git repository and/or StackBlitz repository. All code samples shared with our Security team will only be used to verify and diagnose the issue and will not be publicly shared with anyone outside of Astro's teams. Astro's Security Team members may share information only within the Astro teams on a need-to-know basis to fix the related issue in Astro. @@ -13,7 +15,8 @@ This project follows a 90 day disclosure timeline. **_This is detrimental to the safety of all Astro users. No exceptions._** ## Embargo Policy - The information members and others receive through participation in this group must not be made public, shared, or even hinted otherwise, except with prior explicit approval (which shall be handled on a case-by-case basis). This holds true until the agreed-upon public disclosure date/time is satisfied. + +The information members and others receive through participation in this group must not be made public, shared, or even hinted otherwise, except with prior explicit approval (which shall be handled on a case-by-case basis). This holds true until the agreed-upon public disclosure date/time is satisfied. As a clarifying example, this policy forbids Astro Security members from sharing list information with their employers; unless prior arrangements have been made directly with an employer. diff --git a/packages/integrations/cloudflare/src/server.directory.ts b/packages/integrations/cloudflare/src/server.directory.ts index abcc49b10..58e83be34 100644 --- a/packages/integrations/cloudflare/src/server.directory.ts +++ b/packages/integrations/cloudflare/src/server.directory.ts @@ -4,7 +4,7 @@ import type { SSRManifest } from 'astro'; import { App } from 'astro/app'; export function createExports(manifest: SSRManifest) { - const app = new App(manifest, false) + const app = new App(manifest, false); const onRequest = async ({ request,