Skip to content

Commit

Permalink
Merge pull request #6 from DSACMS/nat/additions
Browse files Browse the repository at this point in the history
Docs: New VDP policy and repometrics directory
  • Loading branch information
natalialuzuriaga authored Aug 30, 2024
2 parents d1840d8 + dba9939 commit 68aecf9
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
{
"project_type" : ["Package", "Website", "Standards", "Libraries", "Data", "Apps", "Tools", "APIs"],
"project_type" : ["Package", "Website", "Standards", "Libraries", "Data", "Apps", "Tools", "APIs", "Docs"],
"user_input": ["Yes", "No"],
"project_fisma_level": ["Low", "Moderate", "High"],
"fisma_level": ["Low", "Moderate", "High"],
"group": "CMS/OA/DSAC",
"subset_in_healthcare": "Policy, Operational",
"user_type": "Providers, Patients, Government",
"repository_host": ["Github.com", "GitHub ENT", "GitHub Cloud", "GitLab.com", "GitLab ENT", "GitLab ENT CCSQ"],
"maturity_model_tier": ["1", "2", "3", "4"],
"__prompts__": {
"group": "Which group is the project part of?",
"subset_in_healthcare": "Which subset of healthcare does the project belong to?",
"user_type": "Who are the intended users?",
"user_input": "Does the project accept user input? (e.g. allows user to query a database, allows login by users, etc.)",
"repository_host": "Where is the repository hosted?",
"maturity_model_tier": "What maturity model tier is your project classified as?"
"user_input": "Does the project accept user input? (e.g. allows user to query a database, allows login by users, upload files, etc.)",
"repository_host": "Where is the repository hosted?"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ fi
project_type="{{cookiecutter.project_type}}"
sub_project_dir="${project_type}"
repometrics_file="code.json"
parent_dir="./"
project_root_dir="../"

if [ -f "${sub_project_dir}/${repometrics_file}" ]; then
# Move code.json file to parent directory
mv "${sub_project_dir}/${repometrics_file}" "${parent_dir}"
mv "${sub_project_dir}/${repometrics_file}" "${project_root_dir}"

# Check if the move was successful
if [ $? -eq 0 ]; then
Expand Down
10 changes: 10 additions & 0 deletions .github/repometrics/{{cookiecutter.project_type}}/code.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"projectType": "{{ cookiecutter.project_type }}",
"userInput": "{{ cookiecutter.user_input }}",
"fismaLevel": "{{ cookiecutter.fisma_level }}",
"group": "{{ cookiecutter.group }}",
"subsetInHealthcare": "{{ cookiecutter.subset_in_healthcare }}",
"userType": "{{ cookiecutter.user_type }}",
"repositoryHost": "{{ cookiecutter.repository_host }}",
"maturityModelTier": "3"
}
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,7 @@ questions, just [shoot us an email](mailto:opensource@cms.hhs.gov).

### Security and Responsible Disclosure Policy

*Submit a vulnerability:* Unfortunately, we cannot accept secure submissions via
email or via GitHub Issues. Please use our website to submit vulnerabilities at
[https://hhs.responsibledisclosure.com](https://hhs.responsibledisclosure.com).
HHS maintains an acknowledgements page to recognize your efforts on behalf of
the American public, but you are also welcome to submit anonymously.
*Submit a vulnerability:* Vulnerability reports can be submitted through [Bugcrowd](https://bugcrowd.com/cms-vdp). Reports may be submitted anonymously. If you share contact information, we will acknowledge receipt of your report within 3 business days.

For more information about our Security, Vulnerability, and Responsible Disclosure Policies, see [SECURITY.md](SECURITY.md).

Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,7 @@ questions, just [shoot us an email](mailto:opensource@cms.hhs.gov).

### Security and Responsible Disclosure Policy

*Submit a vulnerability:* Unfortunately, we cannot accept secure submissions via
email or via GitHub Issues. Please use our website to submit vulnerabilities at
[https://hhs.responsibledisclosure.com](https://hhs.responsibledisclosure.com).
HHS maintains an acknowledgements page to recognize your efforts on behalf of
the American public, but you are also welcome to submit anonymously.
*Submit a vulnerability:* Vulnerability reports can be submitted through [Bugcrowd](https://bugcrowd.com/cms-vdp). Reports may be submitted anonymously. If you share contact information, we will acknowledge receipt of your report within 3 business days.

For more information about our Security, Vulnerability, and Responsible Disclosure Policies, see [SECURITY.md](SECURITY.md).

Expand Down
10 changes: 0 additions & 10 deletions repometrics/{{cookiecutter.project_type}}/code.json

This file was deleted.

0 comments on commit 68aecf9

Please sign in to comment.