From e062ab02b3d8e194ae0dec88105fba098f965c08 Mon Sep 17 00:00:00 2001 From: Renie Joshi Date: Fri, 24 Jul 2026 19:31:53 -0700 Subject: [PATCH] Fix linting and formatting errors --- .remarkrc.mjs | 5 ++++- SECURITY.md | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.remarkrc.mjs b/.remarkrc.mjs index fdb79371..be0807a2 100644 --- a/.remarkrc.mjs +++ b/.remarkrc.mjs @@ -17,7 +17,10 @@ export default { { skipLocalhost: false, skipOffline: true, - skipUrlPatterns: ['https://github.com/signup'], // Add known flaky URL patterns here + skipUrlPatterns: [ + 'https://github.com/signup', + 'https://code.visualstudio.com/', + ], // Add known flaky URL patterns here }, ], ], diff --git a/SECURITY.md b/SECURITY.md index ebdfdce3..19dbbbf3 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,8 +1,10 @@ # Security Policy -FRCSoftware updates on a rolling basis, where we use CI/CD to deploy every commit. If you think you've identified a vulnerability, please ensure that you've checked against the latest version of the site and various infrastructure. +FRCSoftware updates on a rolling basis, where we use CI/CD to deploy every commit. +If you think you've identified a vulnerability, please ensure that you've checked against the latest version of the site and various infrastructure. ## Reporting a Vulnerability -If you find a vulnerability, please contact us immediately at [security@frcsoftware.org](mailto:security@frcsoftware.org). We'll notify you that we've received the report, and again when we've resolved it. +If you find a vulnerability, please contact us immediately at [security@frcsoftware.org](mailto:security@frcsoftware.org). +We'll notify you that we've received the report, and again when we've resolved it. We do not have a bug bounty program, and since this is an open-source project, we are not currently offering any rewards for disclosures.