Skip to content

Commit

Permalink
updated stigman entry, added stigman-watcher and stig-manager-client-…
Browse files Browse the repository at this point in the history
…modules (#298)
  • Loading branch information
cd-rite authored Feb 27, 2024
1 parent 26e906e commit df2988b
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 3 deletions.
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": ""
}
6 changes: 3 additions & 3 deletions src/_releases/github.com/NUWCDIVNPT/stig-manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"exemptionText": null
},
"laborHours": 8320,
"version": "1.0.0",
"version": "1.4.2",
"date": {
"created": "2020-03-07",
"lastModified": "2020-03-07",
"metadataLastUpdated": "2020-03-07"
"lastModified": "2024-01-29",
"metadataLastUpdated": "2024-01-29"
},
"disclaimerText": "",
"disclaimerURL": ""
Expand Down
37 changes: 37 additions & 0 deletions src/_releases/github.com/NUWCDIVNPT/stigman-watcher.json
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": ""
}

0 comments on commit df2988b

Please sign in to comment.