Skip to content

Commit 015079f

Browse files
Added exemptions doc to guidance section
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent 511a9d3 commit 015079f

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

content/guidance/exemptions.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Exemptions
3+
description: 'Identifying exempted software'
4+
permalink: /agency-compliance/compliance/exemptions/
5+
layout: layouts/page
6+
tags: codegov
7+
eleventyNavigation:
8+
parent: codegov-guidance
9+
key: codegov-guidance-exemptions
10+
order: 3
11+
title: How to Identify Exempted Code
12+
sidenav: true
13+
sticky_sidenav: true
14+
---
15+
16+
Under the [SHARE IT Act](https://www.congress.gov/bill/118th-congress/house-bill/9566/text/ih#HB45699B7E8734166BE2F6DA2A80F7909), there are 4 source code exemptions. Use the checklist below to determine if your project falls under one of the exempted categories.
17+
18+
### Sign off on risk acceptance of open-sourcing the software product
19+
20+
Before outbounding repositories, it’s important that the appropriate stakeholders review and acknowledge the risks and responsibilities associated with releasing the code to the public. This step ensures transparency and accountability while enabling informed decision making.
21+
22+
#### Security and Privacy Verification
23+
- [ ] I acknowledge that this project does **NOT**:
24+
- [ ] contain any PII/PHI, or create an identifiable risk to the privacy of an individual.
25+
- [ ] interface with any CMS Internal Systems.
26+
- [ ] contain any keys or credentials to authenticate with CMS systems.
27+
28+
#### National Security and Intelligence Verification
29+
- [ ] I acknowledge that this project is **NOT**:
30+
- [ ] primarily for use in national security systems, as defined in Section 11103 of title 40, USC.
31+
- [ ] created by an agency or part of an agency that is an element of the intelligence community, as defined in section 3(4) of the National Security Act of 1947.
32+
- [ ] exempt under section 552(b) of title 5, USC (commonly known as the "Freedom of Information Act").
33+
34+
#### Export and Regulatory Compliance
35+
- [ ] I acknowledge that this project is **NOT** prohibited under:
36+
- [ ] Export Administration Regulations.
37+
- [ ] International Traffic in Arms Regulations (ITAR).
38+
- [ ] Regulations of the Transportation Security Administration related to the protection of sensitive information.
39+
- [ ] Federal laws and regulations governing the sharing of classified information.
40+
41+
Learn more:
42+
- [SHARE IT Act](https://www.congress.gov/bill/118th-congress/house-bill/9566/text/ih#HB45699B7E8734166BE2F6DA2A80F7909)
43+
- [gov-codejson](https://github.com/DSACMS/gov-codejson/blob/main/docs/exemptions.md)

0 commit comments

Comments
 (0)