From 4f48882a1cc95269f65eea3eb6dcc027dde78804 Mon Sep 17 00:00:00 2001 From: dek <41297634+dek443@users.noreply.github.com> Date: Thu, 13 May 2021 15:58:19 -0400 Subject: [PATCH] Update Dshell.json --- .../github.com/USArmyResearchLab/Dshell.json | 51 +++++++++++-------- 1 file changed, 30 insertions(+), 21 deletions(-) diff --git a/src/_releases/github.com/USArmyResearchLab/Dshell.json b/src/_releases/github.com/USArmyResearchLab/Dshell.json index 72f257ca..bb7c5e34 100644 --- a/src/_releases/github.com/USArmyResearchLab/Dshell.json +++ b/src/_releases/github.com/USArmyResearchLab/Dshell.json @@ -1,36 +1,45 @@ { - "status": "Production", - "vcs": "git", "name": "Dshell", + "organization": "US Army Research Laboratory", "description": "An extensible network forensic analysis framework. Enables rapid development of plugins to support the dissection of network packet captures.", - "contact": { - "email": " ", - "name": "" - }, "tags": [ - "dshell", - "network", - "forensic", - "analysis", - "framework" - ], - "languages": [ - "Python" + "dshell" + "network" + "network protocol analysis" + "network forensics" + "packet analysis" + "cybersecurity" ], + "contact": { + "email": "daniel.e.krych.civ@mail.mil" + }, + "status": "Production", + "vcs": "git", + "downloadURL": "https://github.com/USArmyResearchLab/Dshell", "repositoryURL": "https://github.com/USArmyResearchLab/Dshell", + "homepageURL": "https://github.com/USArmyResearchLab/Dshell", + "languages": “Python”, "permissions": { "licenses": [ { - "URL": "https://github.com/USArmyResearchLab/Dshell/blob/master/LICENSE.txt", + "URL": "https://github.com/USArmyResearchLab/Dshell/blob/master/LICENSE", + "name": "DOD/DA" + }, + { + "URL": "http://opensource.org/licenses/mit-license.php", "name": "MIT" } ], - "usageType": "openSource" + "usageType": "openSource", + "exemptionText": null }, - "laborHours": 1, + "laborHours": [], + "version": "3.1.3", "date": { - "created": "2014-12-17T11:04:00Z", - "lastModified": "2017-11-16T12:25:00Z", - "metadataLastUpdated": "2018-03-15T20:31:00Z" - } + "created": "2020-10-22", + "lastModified": "2021-04-22", + "metadataLastUpdated": "2021-04-22" + }, + "disclaimerText": "", + "disclaimerURL": "" }