-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated VDP text in README and changed location of repometrics to .gi…
…thub directory Signed-off-by: Natalia Luzuriaga <[email protected]>
- Loading branch information
1 parent
65c14d0
commit 198e488
Showing
5 changed files
with
17 additions
and
23 deletions.
There are no files selected for viewing
10 changes: 4 additions & 6 deletions
10
repometrics/cookiecutter.json → .github/repometrics/cookiecutter.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
.github/repometrics/{{cookiecutter.project_type}}/code.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,11 +117,7 @@ questions, just [shoot us an email](mailto:[email protected]). | |
|
||
### 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). | ||
|
||
|
This file was deleted.
Oops, something went wrong.