Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit b6966c5

Browse files
committed
chore: update references to OpenPathfinder/visionBoard
1 parent cec1882 commit b6966c5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/sync_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Clone OpenJS Foundation Dashboard
4242
run: |
43-
git clone https://github.com/secure-dashboards/openjs-foundation-dashboard.git temp-openjs-dashboard
43+
git clone https://github.com/OpenPathfinder/visionBoard.git temp-openjs-dashboard
4444
cd temp-openjs-dashboard
4545
npm install
4646
npm run db:migrate

data/checks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,7 @@
17691769
"sources_description": "OpenSSF SCM Best PracticesOpenSSF Best Practices Badge Gold Level [require_2FA]",
17701770
"implementation_status": "completed",
17711771
"implementation_type": "computed",
1772-
"implementation_details_reference": "https://github.com/secure-dashboards/openjs-foundation-dashboard/issues/43",
1772+
"implementation_details_reference": "https://github.com/OpenPathfinder/visionBoard/issues/43",
17731773
"details_url": "https://openjs-security-program-standards.netlify.app/details/githubOrgMFA",
17741774
"created_at": "2024-12-11T23:03:52.941Z",
17751775
"updated_at": "2024-12-11T23:03:52.941Z"
@@ -1794,7 +1794,7 @@
17941794
"sources_description": "OpenSSF Best Practices Badge Passing Level [know_secure_design]",
17951795
"implementation_status": "completed",
17961796
"implementation_type": "manual",
1797-
"implementation_details_reference": "https://github.com/secure-dashboards/openjs-foundation-dashboard/issues/52",
1797+
"implementation_details_reference": "https://github.com/OpenPathfinder/visionBoard/issues/52",
17981798
"details_url": "https://openjs-security-program-standards.netlify.app/details/softwareDesignTraining",
17991799
"created_at": "2024-12-11T23:03:52.941Z",
18001800
"updated_at": "2024-12-11T23:03:52.941Z"

docs/details/githubOrgMFA.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Multi Factor Authentication (MFA) Enforced Across the Github Organization
1919

2020
## Dashboard Inclusion
2121

22-
We use the field `two_factor_requirement_enabled` from the GitHub Organization API to check if the project has enforced this policy. [More information](https://github.com/secure-dashboards/openjs-foundation-dashboard/issues/43)
22+
We use the field `two_factor_requirement_enabled` from the GitHub Organization API to check if the project has enforced this policy. [More information](https://github.com/OpenPathfinder/visionBoard/issues/43)
2323

2424
<!-- DETAILS:START -->
2525
## Details
2626
- Implementation Status: completed
27-
- Implementation Details: It is computed ([details](https://github.com/secure-dashboards/openjs-foundation-dashboard/issues/43)).
27+
- Implementation Details: It is computed ([details](https://github.com/OpenPathfinder/visionBoard/issues/43)).
2828
- C-SCRM: true
2929
- Priority Group: P1
3030
- Mitre: [CWE-308](https://cwe.mitre.org/data/definitions/308.html)

docs/details/softwareDesignTraining.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ At least One Primary Maintainer has taken TBD Training on Secure Software Design
1919

2020
## Dashboard Inclusion
2121

22-
It is considered `passed` if there is a record for the organization in the `software_design_training` dashboard table and the date falls within the valid range (one natural year). This table is maintained manually, [more information](https://github.com/secure-dashboards/openjs-foundation-dashboard/issues/52)
22+
It is considered `passed` if there is a record for the organization in the `software_design_training` dashboard table and the date falls within the valid range (one natural year). This table is maintained manually, [more information](https://github.com/OpenPathfinder/visionBoard/issues/52)
2323

2424
<!-- DETAILS:START -->
2525
## Details
2626
- Implementation Status: completed
27-
- Implementation Details: It is manual ([details](https://github.com/secure-dashboards/openjs-foundation-dashboard/issues/52)).
27+
- Implementation Details: It is manual ([details](https://github.com/OpenPathfinder/visionBoard/issues/52)).
2828
- C-SCRM: false
2929
- Priority Group: P0
3030
- Mitre: [M1013](https://attack.mitre.org/mitigations/M1013/)

0 commit comments

Comments
 (0)