Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Commit

Permalink
add .about.yml and system-security-plan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnrlly committed Jan 11, 2016
1 parent f1aaee2 commit 72effa8
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 0 deletions.
117 changes: 117 additions & 0 deletions .about.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
---
# .about.yml project metadata
#
# Short name that acts as the project identifier (required)
name: Forecast

# Full proper name of the project (required)
full_name: OSBU Forecasting Tool

# The type of content in the repo
# values: app, docs, policy
type: app

# Describes whether a project team, working group/guild, etc. owns the repo (required)
# values: guild, working-group, project
owner_type: project

# Name of the main project repo if this is a sub-repo; name of the working group/guild repo if this is a working group/guild subproject
parent:

# Maturity stage of the project (required)
# values: discovery, alpha, beta, live, sunset, transfer, end
stage: alpha

# Description of the project
description: A procurement forecasting tool, providing an interface and API

# Tags that describe the project or aspects of the project
tags:
-

# Should this repo have automated tests? If so, set to `true`. (required)
# values: true, false
testable: true

# Team members contributing to the project (required)
# Items:
# - github: GitHub user name
# id: Internal team identifier/user name
# role: Team member's role; leads should be designated as 'lead'
team:
- github: allalala
id: Alla Goldman Seiffert
role: Product Manager

- github: vzvenyach
id: V. David Zvenyach
role: Product Owner

- github: stvnrlly
id: Steven Reilly
role: Lead Developer

- github: ddotrollins
id: Duane Rollins
role: User Experience Lead

# Partners for whom the project is developed
partners:
- OSBU

# Organizations or individuals who have adopted the project for their own use
# Items:
# - id: The name of the organization or individual
# url: A URL to the user's version of the project
users:
-

# Brief descriptions of significant project developments
milestones:
-

# Technologies used to build the project
stack:
- Django
- SQLite

# Brief description of the project's outcomes
impact: Improving discoverability of contracting opportunities

# Services used to supply project status information
# Items:
# - name: Name of the service
# category: Type of the service
# url: URL for detailed information
# badge: URL for the status badge
services:
-

# Licenses that apply to the project and/or its components (required)
# Items by property name pattern:
# .*:
# name: Name of the license from the Software Package Data Exchange (SPDX): https://spdx.org/licenses/
# url: URL for the text of the license
licenses:
placeholder_label:

# Tag to use when blogging about this project
blogTag:
-

# Links to project artifacts
# Items:
# - url: URL for the link
# text: Anchor text for the link
# category: Type of the link
links:
- url: forecast-alpha.18f.gov
text: Forecast
category:

# URIs for points-of-contact
# Items:
# - url: URL for the link
# text: Anchor text for the link
contact:
-
61 changes: 61 additions & 0 deletions system-security-plan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
name: OSBU Forecasting
uniqueID:
version: 0.1.0
phase: alpha
information-types:
- D26 Civilian Operations
confidentiality: none
integrity: low
availability: low
security-baseline: open data
system-type: minor
level-of-identity-assurance: 0
staff:
authorizing-official:
name: Aaron Snow
title: 18F Executive Director
org: General Services Administration
unit: 18F
email: 18F@gsa.gov
system-owner:
name: Noah Kunin
title: 18F Infrastructure Director
org: General Services Administration
unit: 18F
email: devops@gsa.gov
system-management:
name: Noah Kunin
title: 18F Infrastructure Director
org: General Services Administration
unit: 18F
email: devops@gsa.gov
system-security-officer:
name: Noah Kunin
title: 18F Infrastructure Director
org: General Services Administration
unit: 18F
email: devops@gsa.gov
technical-lead:
name: Steven Reilly
title: Practical Developer
org: General Services Administration
unit: 18F
email: steven.reilly@gsa.gov
leveraged-authorizations:
- https://www.fedramp.gov/marketplace/compliant-systems/amazon-web-services-aws-eastwest-us-public-cloud/
purpose: https://github.com/18F/forecast/blob/develop/README.md
components:
- https://github.com/18F/forecast/blob/develop/requirements.txt
diagram: https://github.com/18F/forecast/issues/34#issuecomment-170667721
network-architecture: https://github.com/18F/forecast/issues/34#issuecomment-170667721
environments:
- Cloud Foundry
- Amazon Web Services East / West
user-types:
developer:
functions:
- deployment
- engineering
controls: [url to final CF controls]
---

0 comments on commit 72effa8

Please sign in to comment.