-
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.
updated stigman entry, added stigman-watcher and stig-manager-client-…
…modules (#298)
- Loading branch information
Showing
3 changed files
with
77 additions
and
3 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
src/_releases/github.com/NUWCDIVNPT/stig-manager-client-modules.json
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,37 @@ | ||
{ | ||
"name": "stig-manager-client-modules", | ||
"organization": "Naval Undersea Warfare Center Division Newport, RI (NUWCDIVNPT)", | ||
"description": "JavaScript modules for common STIG Manager client functions, such as parsing CKL/CKLB and XCCDF data. ", | ||
"tags": [ | ||
"Security Technical Implementation Guide", "STIG", "RMF", "SCAP", "XCCDF" | ||
], | ||
"contact": { | ||
"email": "[email protected]" | ||
}, | ||
"status": "Development", | ||
"vcs": "git", | ||
"downloadURL": "https://github.com/NUWCDIVNPT/stig-manager-client-modules", | ||
"repositoryURL": "https://github.com/NUWCDIVNPT/stig-manager-client-modules", | ||
"homepageURL": "https://github.com/NUWCDIVNPT/stig-manager-client-modules", | ||
"languages": ["JavaScript"], | ||
"partners": [], | ||
"permissions": { | ||
"licenses": [ | ||
{ | ||
"URL": "https://github.com/NUWCDIVNPT/stig-manager-client-modules/blob/master/LICENSE.md", | ||
"name": "MIT" | ||
} | ||
], | ||
"usageType": "openSource", | ||
"exemptionText": null | ||
}, | ||
"laborHours": 8320, | ||
"version": "1.4.0", | ||
"date": { | ||
"created": "2024-01-17", | ||
"lastModified": "2024-01-29", | ||
"metadataLastUpdated": "2024-01-29" | ||
}, | ||
"disclaimerText": "", | ||
"disclaimerURL": "" | ||
} |
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
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,37 @@ | ||
{ | ||
"name": "STIGMan-Watcher", | ||
"organization": "Naval Undersea Warfare Center Division Newport, RI (NUWCDIVNPT)", | ||
"description": "A STIG Manager command line client that watches a path for test result files formatted as CKL/CKLB or XCCDF and posts the results to a Collection via the STIG Manager API.", | ||
"tags": [ | ||
"Security Technical Implementation Guide", "STIG", "RMF", "SCAP", "XCCDF" | ||
], | ||
"contact": { | ||
"email": "[email protected]" | ||
}, | ||
"status": "Development", | ||
"vcs": "git", | ||
"downloadURL": "https://github.com/NUWCDIVNPT/stigman-watcher", | ||
"repositoryURL": "https://github.com/NUWCDIVNPT/stigman-watcher", | ||
"homepageURL": "https://github.com/NUWCDIVNPT/stigman-watcher", | ||
"languages": ["JavaScript"], | ||
"partners": [], | ||
"permissions": { | ||
"licenses": [ | ||
{ | ||
"URL": "https://github.com/NUWCDIVNPT/stigman-watcher/blob/master/LICENSE.md", | ||
"name": "MIT" | ||
} | ||
], | ||
"usageType": "openSource", | ||
"exemptionText": null | ||
}, | ||
"laborHours": 8320, | ||
"version": "1.4.1", | ||
"date": { | ||
"created": "2021-04-27", | ||
"lastModified": "2024-01-29", | ||
"metadataLastUpdated": "2024-01-29" | ||
}, | ||
"disclaimerText": "", | ||
"disclaimerURL": "" | ||
} |