Skip to content

Commit ff36b9a

Browse files
authored
feat: include information for manual checks (#40)
1 parent 436393c commit ff36b9a

7 files changed

+28
-0
lines changed

docs/checks/annualDependencyRefresh.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ This check is currently under development and not yet implemented. [Click here t
1818
Ensure dependencies are refreshed through a new release at least once annually
1919
<!-- DESCRIPTION:END -->
2020

21+
## Dashboard Inclusion
22+
23+
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)
24+
2125
<!-- DETAILS:START -->
2226
## Details
2327
- Default Category: vulnerability management

docs/checks/injectedSecretsAtRuntime.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ This check is currently under development and not yet implemented. [Click here t
1818
Secrets are injected at runtime, such as environment variables or as a file (eg: use Github Secrets)
1919
<!-- DESCRIPTION:END -->
2020

21+
## Dashboard Inclusion
22+
23+
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)
24+
2125
<!-- DETAILS:START -->
2226
## Details
2327
- Default Category: service authentication

docs/checks/patchCriticalVulns30Days.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ This check is currently under development and not yet implemented. [Click here t
1818
Actively exploited critical vulnerabilities patched within 30 Days
1919
<!-- DESCRIPTION:END -->
2020

21+
## Dashboard Inclusion
22+
23+
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)
24+
2125
<!-- DETAILS:START -->
2226
## Details
2327
- Default Category: vulnerability management

docs/checks/patchNonCriticalVulns90Days.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ This check is currently under development and not yet implemented. [Click here t
1818
Ensure non-critical exploitable vulnerabilities are patched within 90 days
1919
<!-- DESCRIPTION:END -->
2020

21+
## Dashboard Inclusion
22+
23+
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)
24+
2125
<!-- DETAILS:START -->
2226
## Details
2327
- Default Category: vulnerability management

docs/checks/preventScriptInjection.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ This check is currently under development and not yet implemented. [Click here t
1818
Ensure script injection is prevented by avoiding untrusted context variables
1919
<!-- DESCRIPTION:END -->
2020

21+
## Dashboard Inclusion
22+
23+
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)
24+
2125
<!-- DETAILS:START -->
2226
## Details
2327
- Default Category: github workflows

docs/checks/resolveLinterWarnings.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ This check is currently under development and not yet implemented. [Click here t
1818
Ensure all compiler and linter warnings are resolved before merging
1919
<!-- DESCRIPTION:END -->
2020

21+
## Dashboard Inclusion
22+
23+
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)
24+
2125
<!-- DETAILS:START -->
2226
## Details
2327
- Default Category: code quality

docs/checks/twoOrMoreOwnersForAccess.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ This check is currently under development and not yet implemented. [Click here t
1818
Have at least two owners configured for access continuity
1919
<!-- DESCRIPTION:END -->
2020

21+
## Dashboard Inclusion
22+
23+
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)
24+
2125
<!-- DETAILS:START -->
2226
## Details
2327
- Default Category: user account permissions

0 commit comments

Comments
 (0)