-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"name": "STIG Manager", | ||
"organization": "Naval Undersea Warfare Ceter Division Newport, RI (NUWCDIVNPT)", | ||
"description": "STIG Manager is software for managing the assessment of Information Systems for compliance with security checklists published by the United States (US) Defense Information Systems Agency (DISA)", | ||
"tags": [ | ||
"Security Technical Implementation Guide", "STIG", "RMF", "SCAP", "XCCDF" | ||
], | ||
"contact": { | ||
"email": "[email protected]" | ||
}, | ||
"status": "Development", | ||
"vcs": "git", | ||
"downloadURL": "https://github.com/NUWCDIVNPT/stig-manager", | ||
"repositoryURL": "https://github.com/NUWCDIVNPT/stig-manager", | ||
"homepageURL": "https://github.com/NUWCDIVNPT/stig-manager", | ||
"languages": ["JavaScript"], | ||
"partners": [], | ||
"permissions": { | ||
"licenses": [ | ||
{ | ||
"URL": "https://github.com/NUWCDIVNPT/stig-manager/blob/master/LICENSE.md", | ||
"name": "MIT" | ||
}, | ||
{ | ||
"URL": "http://www.gnu.org/licenses/gpl.html", | ||
"name": "GPL3" | ||
} | ||
], | ||
"usageType": "openSource", | ||
"exemptionText": null | ||
}, | ||
"laborHours": 8320, | ||
"version": "1.0.0", | ||
"date": { | ||
"created": "2020-03-07", | ||
"lastModified": "2020-03-07", | ||
"metadataLastUpdated": "2020-03-07" | ||
}, | ||
"disclaimerText": "", | ||
"disclaimerURL": "" | ||
} |