Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .remarkrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
],
],
Expand Down
6 changes: 4 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -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.