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
4 changes: 4 additions & 0 deletions docs/checks/annualDependencyRefresh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ This check is currently under development and not yet implemented. [Click here t
Ensure dependencies are refreshed through a new release at least once annually
<!-- DESCRIPTION:END -->

## Dashboard Inclusion

We use the column `has_annualDependencyRefresh_policy` from the table `projects` to calculate the status, this column is populated using the [bulk importer](/docs/visionBoard/importers#bulk-importer). [More information](https://github.com/OpenPathfinder/visionBoard/issues/112)

<!-- DETAILS:START -->
## Details
- Default Category: vulnerability management
Expand Down
4 changes: 4 additions & 0 deletions docs/checks/injectedSecretsAtRuntime.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ This check is currently under development and not yet implemented. [Click here t
Secrets are injected at runtime, such as environment variables or as a file (eg: use Github Secrets)
<!-- DESCRIPTION:END -->

## Dashboard Inclusion

We use the column `has_injectedSecretsAtRuntime_policy` from the table `projects` to calculate the status, this column is populated using the [bulk importer](/docs/visionBoard/importers#bulk-importer). [More information](https://github.com/OpenPathfinder/visionBoard/issues/68)

<!-- DETAILS:START -->
## Details
- Default Category: service authentication
Expand Down
4 changes: 4 additions & 0 deletions docs/checks/patchCriticalVulns30Days.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ This check is currently under development and not yet implemented. [Click here t
Actively exploited critical vulnerabilities patched within 30 Days
<!-- DESCRIPTION:END -->

## Dashboard Inclusion

We use the column `has_patchCriticalVulns30Days_policy` from the table `projects` to calculate the status, this column is populated using the [bulk importer](/docs/visionBoard/importers#bulk-importer). [More information](https://github.com/OpenPathfinder/visionBoard/issues/80)

<!-- DETAILS:START -->
## Details
- Default Category: vulnerability management
Expand Down
4 changes: 4 additions & 0 deletions docs/checks/patchNonCriticalVulns90Days.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ This check is currently under development and not yet implemented. [Click here t
Ensure non-critical exploitable vulnerabilities are patched within 90 days
<!-- DESCRIPTION:END -->

## Dashboard Inclusion

We use the column `has_patchNonCriticalVulns90Days_policy` from the table `projects` to calculate the status, this column is populated using the [bulk importer](/docs/visionBoard/importers#bulk-importer). [More information](https://github.com/OpenPathfinder/visionBoard/issues/81)

<!-- DETAILS:START -->
## Details
- Default Category: vulnerability management
Expand Down
4 changes: 4 additions & 0 deletions docs/checks/preventScriptInjection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ This check is currently under development and not yet implemented. [Click here t
Ensure script injection is prevented by avoiding untrusted context variables
<!-- DESCRIPTION:END -->

## Dashboard Inclusion

We use the column `has_preventScriptInjection_policy` from the table `projects` to calculate the status, this column is populated using the [bulk importer](/docs/visionBoard/importers#bulk-importer). [More information](https://github.com/OpenPathfinder/visionBoard/issues/104)

<!-- DETAILS:START -->
## Details
- Default Category: github workflows
Expand Down
4 changes: 4 additions & 0 deletions docs/checks/resolveLinterWarnings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ This check is currently under development and not yet implemented. [Click here t
Ensure all compiler and linter warnings are resolved before merging
<!-- DESCRIPTION:END -->

## Dashboard Inclusion

We use the column `has_resolveLinterWarnings_policy` from the table `projects` to calculate the status, this column is populated using the [bulk importer](/docs/visionBoard/importers#bulk-importer). [More information](https://github.com/OpenPathfinder/visionBoard/issues/84)

<!-- DETAILS:START -->
## Details
- Default Category: code quality
Expand Down
4 changes: 4 additions & 0 deletions docs/checks/twoOrMoreOwnersForAccess.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ This check is currently under development and not yet implemented. [Click here t
Have at least two owners configured for access continuity
<!-- DESCRIPTION:END -->

## Dashboard Inclusion

We use the column `has_twoOrMoreOwnersForAccess_policy` from the table `projects` to calculate the status, this column is populated using the [bulk importer](/docs/visionBoard/importers#bulk-importer). [More information](https://github.com/OpenPathfinder/visionBoard/issues/79)

<!-- DETAILS:START -->
## Details
- Default Category: user account permissions
Expand Down