Skip to content

Commit c805101

Browse files
tier 0 outbound complete
1 parent 818a458 commit c805101

4 files changed

Lines changed: 94 additions & 2 deletions

File tree

.github/workflows/updateCodeJSON.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
schedule:
44
- cron: 0 0 1 * * # First day of every month
55
workflow_dispatch:
6+
pull_request:
7+
types: [opened, synchronize]
8+
paths:
9+
- "code.json"
610

711
permissions:
812
contents: write
@@ -19,7 +23,8 @@ jobs:
1923
fetch-depth: 0
2024

2125
- name: Update code.json
22-
uses: DSACMS/automated-codejson-generator@v1.0.1
26+
uses: DSACMS/automated-codejson-generator@v1.2.1
2327
with:
2428
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
BRANCH: "develop"
29+
BRANCH: "develop"
30+
SKIP_PR: "false"

COMMUNITY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# COMMUNITY.md
2+
3+
madie-java-models is supported by a dedicated team of individuals fulfilling various roles to ensure its success, security, and alignment with government standards and agency goals.
4+
5+
## Project Members
6+
7+
<!-- TODO: Who are the points of contact in your project who are responsible/accountable for the project? This can often be an engineering or design manager or leader, who may or may not be the primary maintainers of the project.
8+
9+
Roles to include, but not limited to: Project Owner, Technical Lead, Developers/Contributors, Community Manager, Security Team, Policy Advisor, Contracting Officer's Representative, Compliance Officer, Procurement Officer -->
10+
11+
| Role | Name | Affiliation |
12+
| :------------ | :------------ | :---------- |
13+
| Tech Lead | Nate Moraca | ICF |
14+
| Tech Lead | Joe Kotanchik | ICF |
15+
| Security | Riddhi Desai | ICF |
16+
| Security Lead | Ben Ohe | ICF |

SECURITY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Security and Responsible Disclosure Policy
2+
3+
The Centers for Medicare & Medicaid Services is committed to ensuring the security of the American public by protecting their information from unwarranted disclosure. We want security researchers to feel comfortable reporting vulnerabilities they have discovered so we can fix them and keep our users safe. We developed our disclosure policy to reflect our values and uphold our sense of responsibility to security researchers who share their expertise with us in good faith.
4+
5+
_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.
6+
7+
Review the HHS Disclosure Policy and websites in scope:
8+
[https://www.hhs.gov/vulnerability-disclosure-policy/index.html](https://www.hhs.gov/vulnerability-disclosure-policy/index.html).
9+
10+
This policy describes _what systems and types of research_ are covered under this
11+
policy, _how to send_ us vulnerability reports, and _how long_ we ask security
12+
researchers to wait before publicly disclosing vulnerabilities.

code.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"name": "madie-java-models",
3+
"description": "Java models for any Java project associated with MADiE",
4+
"longDescription": "",
5+
"status": "",
6+
"permissions": {
7+
"license": [
8+
{
9+
"name": "",
10+
"URL": ""
11+
}
12+
],
13+
"usageType": "",
14+
"exemptionText": ""
15+
},
16+
"organization": "",
17+
"repositoryURL": "https://github.com/MeasureAuthoringTool/madie-java-models",
18+
"projectURL": "",
19+
"repositoryHost": "github",
20+
"repositoryVisibility": "",
21+
"vcs": "git",
22+
"laborHours": 5934,
23+
"reuseFrequency": {
24+
"forks": 0,
25+
"clones": 0
26+
},
27+
"platforms": [],
28+
"categories": [],
29+
"softwareType": "",
30+
"languages": [
31+
"Java"
32+
],
33+
"maintenance": "",
34+
"contractNumber": "",
35+
"date": {
36+
"created": "2022-04-06T16:23:09Z",
37+
"lastModified": "2025-12-19T17:38:36Z",
38+
"metaDataLastUpdated": "2026-01-01T00:17:41.119Z"
39+
},
40+
"tags": [],
41+
"contact": {
42+
"email": "",
43+
"name": ""
44+
},
45+
"feedbackMechanisms": [
46+
"https://github.com/MeasureAuthoringTool/madie-java-models/issues"
47+
],
48+
"localisation": false,
49+
"repositoryType": "",
50+
"userInput": false,
51+
"fismaLevel": "",
52+
"group": "",
53+
"projects": [],
54+
"systems": [],
55+
"upstream": "",
56+
"subsetInHealthcare": [],
57+
"userType": [],
58+
"maturityModelTier": 0
59+
}

0 commit comments

Comments
 (0)