Skip to content

Commit

Permalink
alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
openprivacy committed Mar 29, 2024
1 parent 644995c commit 41bb1b4
Show file tree
Hide file tree
Showing 53 changed files with 103 additions and 2,171 deletions.
Binary file removed .jekyll-metadata
Binary file not shown.
2 changes: 0 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ primary:
href: /news
- text: People
href: /people
- text: Playbook
href: https://ato-asap.github.io/playbook
- text: Guide
href: /guide
- text: Contact
Expand Down
4 changes: 3 additions & 1 deletion _guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ categories:

Welcome to the OpenATO Guide.

Our goal with this guide is to make it easy for everyone in government (public and private sector) to understand the authory to operate (ATO) process and how they can better address security as it pertains to their specific role.
Technology platforms are continuously evolving, CVEs are growing at 20% a year, and threats are increasing probably faster. No single group (contractor or agency) is up to the task of staying abreast of all the changes, yet we must. A path forward is to open the process up to community collaboration so that all can benefit from the updates made at the edges by other parties.

The platform needs to be open to encourage sharing. Catalog baselines, agency Profiles and system Components should contain little or no sensitive information. Even SSPs and Assessment Plans can, for the most part, be open and shared. (Of course, the Assessment Results containing system vulnerabilities and POA&Ms may be sensitive.) The goal is to slowly trim-tab the ship toward a fluid, evolving ecosystem of assertions and tests (covering the inventory of hardware, software, policy and processes) and away from static "paper" SSPs/ATOs.
5 changes: 3 additions & 2 deletions _guide/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ categories:

---

* [ATO ASAP: Let’s finally fix the security compliance problem](https://fcw.com/articles/2021/02/04/comment-lazzeri-automate-ato.aspx) (*FCW*)
* [Rethinking the process of attaining ATOs](https://govmatters.tv/rethinking-the-process-of-attaining-atos/) (*Government Matters*)
* [Policy recommendations for improving the ATO process through Compliance as Code](https://medium.com/civicactions/policy-recommendations-for-improving-the-ato-process-through-compliance-as-code-524e3005fceb)
* [ATO ASAP: Let’s finally fix the security compliance problem](https://www.nextgov.com/modernization/2021/02/ato-asap-lets-finally-fix-the-security-compliance-problem/258357/) (*FCW*)
* [Rethinking the process of attaining ATOs](https://www.youtube.com/watch?v=C9WAhI3cXb0) (*Government Matters*)
3 changes: 1 addition & 2 deletions _guide/solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description: How we can streamline the authority to operate process.
excerpt:
sidenav: docs
categories:
-

---

With Compliance as Code as a base, a library of reusble and locally configurable component definitions can be created. These are best shared as Open Source so that experts across multiple domains can review and enhance as vulnerabilities are discovered and mitigated and the threat landscape changes.
4 changes: 1 addition & 3 deletions _guide/stakeholders.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ Key stakeholders include:
* Security professionals
* Acquisition professionals
* Audit and assessment personnel
* Baseline authors
* Tool developers
* System and component developers
* Policy authors
* Bureaucracy hackers
* Industry
* Media
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1 class="font-heading-3xl">{{ page.title }}</h1>
{% if author_data.content.size > 1 %}
<div class="post-bio">
<p>
{{ author_data.content }}
{{ author_data.content | markdownify }}
</p>
</div>
{% endif %}
Expand Down
19 changes: 0 additions & 19 deletions _people/mary-lazzeri.md

This file was deleted.

6 changes: 3 additions & 3 deletions _posts/2021-01-01-day-one-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ layout: post
title: "Day One Project: Compliance as Code and Improving the ATO Process"
date: 2021-01-01 08:00:00 -0800
description: We co-wrote a white paper for Day One Project focused on improving the ATO Process.
author: mary-lazzeri
author: fen-labalme
categories: featured
image: card-power.png
---

We co-wrote a white paper for Day One Project focused on improving the ATO Process. The authors included CivicAction's Mary Lazzeri and Fen Labalme and GovReady's Dayton Williams and Greg Elin.
We co-wrote a white paper for Day One Project focused on improving the ATO Process. The authors included CivicAction's Fen Labalme and Mary Lazzeri and GovReady's Dayton Williams and Greg Elin.

Full post: [Day One Project: Compliance as Code and Improving the ATO Process](https://www.dayoneproject.org/post/compliance-as-code-and-improving-the-ato-process)
Full post: [Day One Project: Compliance as Code and Improving the ATO Process](https://fas.org/publication/compliance-as-code-and-improving-the-ato-process/)
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: post
title: "Policy recommendations for improving the ATO process through Compliance as Code"
date: 2021-02-16 08:00:00 -0800
description: How federal agencies can remove barriers to better, faster security
author: fen-labalme
categories: featured
image: card-power.png
---

Suggestions for actionable steps to improve IT security compliance on a national scale.

Full post: [Policy recommendations for improving the ATO process through Compliance as Code](https://medium.com/civicactions/policy-recommendations-for-improving-the-ato-process-through-compliance-as-code-524e3005fceb)
17 changes: 0 additions & 17 deletions _posts/2021-02-19-hello-world.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 1 addition & 2 deletions _sass/uswds/src/core/_functions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Functions
----------------------------------------
*/
@use 'sass:math';


// The following vars need to be set
Expand Down Expand Up @@ -57,7 +56,7 @@ Remove the unit of a length

@function strip-unit($number) {
@if type-of($number) == "number" and not unitless($number) {
@return math.div($number, ($number * 0 + 1));
@return ($number / ($number * 0 + 1));
}

@return $number;
Expand Down
8 changes: 0 additions & 8 deletions _site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,6 @@

</li>

<li class="usa-nav__primary-item">

<a class=" usa-nav__link " href="https://ato-asap.github.io/playbook">
<span>Playbook</span>
</a>

</li>

<li class="usa-nav__primary-item">

<a class=" usa-nav__link " href="/guide">
Expand Down
12 changes: 2 additions & 10 deletions _site/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@

</li>

<li class="usa-nav__primary-item">

<a class=" usa-nav__link " href="https://ato-asap.github.io/playbook">
<span>Playbook</span>
</a>

</li>

<li class="usa-nav__primary-item">

<a class=" usa-nav__link " href="/guide">
Expand Down Expand Up @@ -211,7 +203,7 @@ <h1>About</h1>

<p>OpenATO is an <a href="open">open project and community</a>.</p>

<p>With Compliance as Code as a base, a library of reusble and locally configurable component definitions can be created. These are best shared as Open Source so that experts across multiple domains can review and enhance as vulnerabilities are discovered and mitigated and the threat landscape changes.</p>
<p>OpenATO seeks to open the closed world of security to sharing, collaboration and community much in the same way that the open source software community has opened the world of creating software.</p>

<h2 id="our-work">Our work</h2>
<ul>
Expand Down Expand Up @@ -245,7 +237,7 @@ <h2 id="our-work">Our work</h2>


<!-- // Date not working
&nbsp; &middot; &nbsp; Last updated: March 19, 2024 at 04:08 PM
&nbsp; &middot; &nbsp; Last updated: March 29, 2024 at 03:10 PM
-->

</p>
Expand Down
10 changes: 1 addition & 9 deletions _site/accessibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@

</li>

<li class="usa-nav__primary-item">

<a class=" usa-nav__link " href="https://ato-asap.github.io/playbook">
<span>Playbook</span>
</a>

</li>

<li class="usa-nav__primary-item">

<a class=" usa-nav__link " href="/guide">
Expand Down Expand Up @@ -270,7 +262,7 @@ <h2 id="feedback">Feedback</h2>


<!-- // Date not working
&nbsp; &middot; &nbsp; Last updated: March 19, 2024 at 03:55 PM
&nbsp; &middot; &nbsp; Last updated: March 19, 2024 at 04:10 PM
-->

</p>
Expand Down
2 changes: 1 addition & 1 deletion _site/assets/css/uswds-theme.css.map

Large diffs are not rendered by default.

Binary file removed _site/assets/img/people/luke-fretwell.png
Binary file not shown.
Binary file removed _site/assets/img/people/marlena-medford.jpg
Binary file not shown.
Binary file removed _site/assets/img/people/mary-lazzeri.jpg
Binary file not shown.
8 changes: 0 additions & 8 deletions _site/colophon.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@

</li>

<li class="usa-nav__primary-item">

<a class=" usa-nav__link " href="https://ato-asap.github.io/playbook">
<span>Playbook</span>
</a>

</li>

<li class="usa-nav__primary-item">

<a class=" usa-nav__link " href="/guide">
Expand Down
10 changes: 1 addition & 9 deletions _site/conduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@

</li>

<li class="usa-nav__primary-item">

<a class=" usa-nav__link " href="https://ato-asap.github.io/playbook">
<span>Playbook</span>
</a>

</li>

<li class="usa-nav__primary-item">

<a class=" usa-nav__link " href="/guide">
Expand Down Expand Up @@ -292,7 +284,7 @@ <h1 class="font-heading-3xl">Code of conduct</h1>


<!-- // Date not working
&nbsp; &middot; &nbsp; Last updated: March 19, 2024 at 03:55 PM
&nbsp; &middot; &nbsp; Last updated: March 19, 2024 at 04:10 PM
-->

</p>
Expand Down
10 changes: 1 addition & 9 deletions _site/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@

</li>

<li class="usa-nav__primary-item">

<a class=" usa-nav__link " href="https://ato-asap.github.io/playbook">
<span>Playbook</span>
</a>

</li>

<li class="usa-nav__primary-item">

<a class=" usa-nav__link " href="/guide">
Expand Down Expand Up @@ -240,7 +232,7 @@ <h1>Contact</h1>


<!-- // Date not working
&nbsp; &middot; &nbsp; Last updated: March 19, 2024 at 03:55 PM
&nbsp; &middot; &nbsp; Last updated: March 19, 2024 at 04:10 PM
-->

</p>
Expand Down
8 changes: 0 additions & 8 deletions _site/federal-compliance-library.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@

</li>

<li class="usa-nav__primary-item">

<a class=" usa-nav__link " href="https://ato-asap.github.io/playbook">
<span>Playbook</span>
</a>

</li>

<li class="usa-nav__primary-item">

<a class=" usa-nav__link " href="/guide">
Expand Down
10 changes: 1 addition & 9 deletions _site/guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@

</li>

<li class="usa-nav__primary-item">

<a class=" usa-nav__link " href="https://ato-asap.github.io/playbook">
<span>Playbook</span>
</a>

</li>

<li class="usa-nav__primary-item">

<a class=" usa-nav__link usa-current" href="/guide">
Expand Down Expand Up @@ -333,7 +325,7 @@ <h2 class="usa-card__heading"><a href="/guide/resources">Resources</a></h2>


<!-- // Date not working
&nbsp; &middot; &nbsp; Last updated: March 19, 2024 at 03:55 PM
&nbsp; &middot; &nbsp; Last updated: March 19, 2024 at 04:10 PM
-->

</p>
Expand Down
Loading

0 comments on commit 41bb1b4

Please sign in to comment.