Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dshell.json #275

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 30 additions & 21 deletions src/_releases/github.com/USArmyResearchLab/Dshell.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
},
"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": [],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a number or else left off

"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": ""
}