Skip to content

Commit b92b436

Browse files
Updated exemption checklist with SHARE IT Act exemptions
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent b41e758 commit b92b436

1 file changed

Lines changed: 57 additions & 73 deletions

File tree

index.html

Lines changed: 57 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -63,96 +63,80 @@
6363
<p id="exemptions-header"></p>
6464
<form id="exemptions-checklist">
6565
<fieldset class="usa-fieldset">
66-
<!-- <legend class="usa-legend">Answer the series of questions below to determine the maturity model tier of
67-
your project:</legend> -->
68-
<h5>Security & Privacy</h5>
69-
<div class="form-check">
70-
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
71-
<label class="form-check-label" for="flexCheckDefault">
72-
Is the source code classified or developed primarily for use in a national security system?
73-
</label>
74-
</div>
75-
<div class="form-check">
76-
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
77-
<label class="form-check-label" for="flexCheckDefault">
78-
Is the source code created by an agency or part of an agency that is an element of the
79-
intelligence community, as defined in section 3(4) of the National Security Act of 1947.</label>
80-
</div>
81-
<div class="form-check">
82-
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
83-
<label class="form-check-label" for="flexCheckDefault">
84-
Is the source code exempt under section 552(b) of title 5, USC (commonly known as the "Freedom
85-
of Information Act").
86-
</label>
66+
<div class="usa-checkbox">
67+
<input class="usa-checkbox__input" id="check-national-security-systems" type="checkbox"
68+
name="national-security-systems" value="exemptedByNationalSecurity">
69+
<label class="usa-checkbox__label" for="check-national-security-systems">
70+
Is the project primarily for use in national security systems, as defined in Section 11103 of
71+
title 40, USC?</label>
8772
</div>
88-
<div class="form-check">
89-
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
90-
<label class="form-check-label" for="flexCheckDefault">
91-
Does the source code create an identifiable risk to the privacy of an individual?</label>
92-
</div>
93-
<div class="form-check">
94-
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
95-
<label class="form-check-label" for="flexCheckDefault">
96-
Is the source code exempted by the CIO?</label>
73+
<div class="usa-checkbox">
74+
<input class="usa-checkbox__input" id="check-intelligence-community" type="checkbox"
75+
name="intelligence-community" value="exemptedByIntelligence">
76+
<label class="usa-checkbox__label" for="check-intelligence-community">Is the project created by an
77+
agency or part of an agency that is an element of the intelligence community, as defined in
78+
section 3(4) of the National Security Act of 1947?</label>
9779
</div>
98-
<h5>National Security and Intelligence</h5>
99-
<div class="form-check">
100-
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
101-
<label class="form-check-label" for="flexCheckDefault">
102-
Is the source code primarily for use in national security systems, as defined in Section 11103
103-
of title 40, USC?
104-
</label>
80+
<div class="usa-checkbox">
81+
<input class="usa-checkbox__input" id="check-freedom-information-act" type="checkbox"
82+
name="freedom-information-act" value="exemptByFOIA">
83+
<label class="usa-checkbox__label" for="check-freedom-information-act">Is the project exempt under
84+
section 552(b) of title 5, USC (commonly known as the
85+
"Freedom of Information Act")?</label>
10586
</div>
106-
<div class="form-check">
107-
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
108-
<label class="form-check-label" for="flexCheckDefault">
109-
Is the source code created by an agency or part of an agency that is an element of the
110-
intelligence community, as defined in section 3(4) of the National Security Act of 1947?
111-
</label>
87+
<div class="usa-checkbox">
88+
<input class="usa-checkbox__input" id="check-EAR" type="checkbox"
89+
name="export-administration-regulations" value="exemptByEAR">
90+
<label class="usa-checkbox__label" for="check-EAR">Is the project prohibited under Export
91+
Administration Regulations?</label>
11292
</div>
113-
<div class="form-check">
114-
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
115-
<label class="form-check-label" for="flexCheckDefault">
116-
Is the source code exempt under section 552(b) of title 5, USC (commonly known as the
117-
"Freedom of Information Act")?
118-
</label>
93+
<div class="usa-checkbox">
94+
<input class="usa-checkbox__input" id="check-ITAR" type="checkbox"
95+
name="international-traffic-in-arms-regulations" value="exemptByITAR">
96+
<label class="usa-checkbox__label" for="check-ITAR">Is the project prohibited under International
97+
Traffic in Arms Regulations (ITAR)?</label>
11998
</div>
120-
<h5>Export and Regulatory Compliance</h5>
121-
<div class="form-check">
122-
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
123-
<label class="form-check-label" for="flexCheckDefault">
124-
Is the project prohibited under Export Administration Regulations?
99+
<div class="usa-checkbox">
100+
<input class="usa-checkbox__input" id="check-TSA" type="checkbox" name="regulations-of-tsa"
101+
value="exemptedByTSA">
102+
<label class="usa-checkbox__label" for="check-TSA">Is the project prohibited under Regulations of
103+
the Transportation Security Administration related to the protection of sensitive information?
125104
</label>
126105
</div>
127-
<div class="form-check">
128-
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
129-
<label class="form-check-label" for="flexCheckDefault">
130-
Is the project prohibited under International Traffic in Arms Regulations (ITAR)?
131-
</label>
106+
<div class="usa-checkbox">
107+
<input class="usa-checkbox__input" id="check-classified-information" type="checkbox"
108+
name="classified-information" value="exemptByClassifiedInformation">
109+
<label class="usa-checkbox__label" for="check-classified-information">Is the project prohibited
110+
under federal laws and regulations governing the sharing of
111+
classified information? </label>
132112
</div>
133-
<div class="form-check">
134-
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
135-
<label class="form-check-label" for="flexCheckDefault">
136-
Is the project prohibited under Regulations of the Transportation Security Administration
137-
related to the protection of sensitive
138-
information?
139-
</label>
113+
<div class="usa-checkbox">
114+
<input class="usa-checkbox__input" id="check-privacy" type="checkbox"
115+
name="export-administration-regulations" value="exemptByPrivacyRisk">
116+
<label class="usa-checkbox__label" for="check-privacy">
117+
Does the source code create an identifiable risk to the privacy of an individual?</label>
140118
</div>
141-
<div class="form-check">
142-
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
143-
<label class="form-check-label" for="flexCheckDefault">
144-
Is the project prohibited under Federal laws and regulations governing the sharing of
145-
classified
146-
information?
147-
</label>
119+
<div class="usa-checkbox">
120+
<input class="usa-checkbox__input" id="check-none" type="checkbox" name="none" value="none">
121+
<label class="usa-checkbox__label" for="check-none">None of the above </label>
148122
</div>
149123
</fieldset>
124+
<br>
150125
<button type="submit" class="usa-button">
151126
Submit
152127
</button>
153128
</form>
154129
</div>
155130

131+
<div class="results" style="display: none;">
132+
<div class="results-container">
133+
<img src="assets/images/tier0-tree.svg" class="tree-graphic" alt="Tree graphic">
134+
<p class="tier-result">Your project is: </p>
135+
<br>
136+
</div>
137+
<a href="#" class="doc-link" onclick="handleClick(event)">Try Again</a>
138+
</div>
139+
156140
<div id="notification" style="display: none;">
157141
<p id="notification-message"></p>
158142
</div>

0 commit comments

Comments
 (0)