From 6e827e86de5e7fa479a87b5d031ff2ecfbd2b0e2 Mon Sep 17 00:00:00 2001 From: Jordan Kasper Date: Thu, 15 Feb 2018 14:29:36 -0500 Subject: [PATCH 1/4] Added code.mil project to inventory --- code.json | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/code.json b/code.json index 2da7e5ac..daa15082 100644 --- a/code.json +++ b/code.json @@ -135,6 +135,34 @@ "created": "2017-12-18", "lastModified": "2018-02-13" } - } + }, + { + "organization": "DDS", + "name": "Code.mil", + "description": "An experiment in open source at the Depratment of Defense. The goal is to foster open collaboration with the developer community around the world on DoD open source projects.", + "tags": [], + "contact": { + "email": "code@dds.mil", + "name": "Defense Digital Service" + }, + "status": "Production", + "vcs": "git", + "languages": ["HTML", "CSS", "JavaScript"], + "repositoryURL": "https://github.com/deptofdefense/code.mil", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/deptofdefense/code.mil/blob/master/LICENSE.md", + "name": "MIT" + } + ], + "usageType": "openSource" + }, + "laborHours": 80, + "date": { + "created": "2017-02-01", + "metadataLastUpdated": "2018-02-08T13:00-04:00" + } + } ] } From d3f3a42ec9c01394805989c63c947c5d52d2e00c Mon Sep 17 00:00:00 2001 From: Jordan Kasper Date: Mon, 5 Mar 2018 12:23:01 -0500 Subject: [PATCH 2/4] Added RTFN project to inventory --- code.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/code.json b/code.json index daa15082..87534527 100644 --- a/code.json +++ b/code.json @@ -163,6 +163,34 @@ "created": "2017-02-01", "metadataLastUpdated": "2018-02-08T13:00-04:00" } + }, + { + "organization": "DISA", + "name": "Real Time Forwarding Network - Military", + "description": "On demand private connectivity through commercial carriers", + "tags": [], + "contact": { + "email": "david.j.stern.civ@mail.mil", + "name": "David Stern" + }, + "status": "Production", + "vcs": "git", + "languages": ["Python", "HTML", "CSS", "JavaScript"], + "repositoryURL": "https://github.com/deptofdefense/rtfn-mil", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/deptofdefense/rtfn-mil/blob/master/LICENSE", + "name": "MIT" + } + ], + "usageType": "openSource" + }, + "laborHours": 224, + "date": { + "created": "2016-10-01", + "metadataLastUpdated": "2018-02-13T13:00-04:00" + } } ] } From c90547fd50f0b48ba512b452bdcfd4b324fdec2c Mon Sep 17 00:00:00 2001 From: Jordan Kasper Date: Mon, 5 Mar 2018 13:48:48 -0500 Subject: [PATCH 3/4] Added SalSA project to inventory --- code.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/code.json b/code.json index 87534527..431d6d37 100644 --- a/code.json +++ b/code.json @@ -191,6 +191,34 @@ "created": "2016-10-01", "metadataLastUpdated": "2018-02-13T13:00-04:00" } + }, + { + "organization": "Air Force", + "name": "Salvaging Static Analysis (SalSA)", + "description": "The hope is that this project allows for the analyst to automate the static analysis process and quickly triage malware based on a robust set of homebuilt rules based on current white-papers in industry.", + "tags": [], + "contact": { + "email": "aaron.reyes.5@us.af.mil", + "name": "Aaron Reyes" + }, + "status": "Production", + "vcs": "git", + "languages": ["Python"], + "repositoryURL": "https://github.com/deptofdefense/salsa", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/deptofdefense/salsa/blob/master/LICENSE.md", + "name": "MIT" + } + ], + "usageType": "openSource" + }, + "laborHours": 248, + "date": { + "created": "2017-08-01", + "metadataLastUpdated": "2017-12-21T13:00-04:00" + } } ] } From c9d0d348b34a7604fecc37e00693f8ab79f18b20 Mon Sep 17 00:00:00 2001 From: Jordan Kasper Date: Thu, 8 Mar 2018 10:42:13 -0500 Subject: [PATCH 4/4] We had some mismatched tabs and spaces. Fixed up now --- code.json | 206 +++++++++++++++++++++++++++--------------------------- 1 file changed, 103 insertions(+), 103 deletions(-) diff --git a/code.json b/code.json index 431d6d37..e13e3822 100644 --- a/code.json +++ b/code.json @@ -33,109 +33,109 @@ "metadataLastUpdated": "2018-01-23T15:00-04:00" } }, - { - "name": "Move.mil", - "repositoryURL": "https://github.com/deptofdefense/move.mil", - "description": "The entry point website to the Defense Personal Property System (DPS).", - "permissions": { - "licenses": [ - { - "URL": "https://github.com/deptofdefense/move.mil/blob/master/LICENSE.md", - "name": "MIT" - } - ], - "usageType": "openSource", - "exemptionText": null - }, - "laborHours": 3000, - "tags": [ - "Defense Personal Property System", - "US Transportation Command", - "USTRANSCOM", - "Defense Digital Service", - "DDS", - "Ruby", - "Ruby on Rails" - ], - "contact": { - "email": "move.mil@dds.mil" - }, - "organization": "Defense Digital Service", - "status": "Production", - "vcs": "git", - "homepageURL": "https://move.mil", - "languages": [ - "Ruby", - "Ruby on Rails", - "HTML", - "Sass", - "JavaScript" - ], - "relatedCode": [ - { - "name": "uswds-rails", - "url": "https://github.com/jgarber623/uswds-rails", - "isGovernmentRepo": false - } - ], - "reusedCode": [ - { - "name": "US Web Design System", - "url": "https://designsystem.digital.gov" - } - ], - "date": { - "created": "2017-04-19", - "lastModified": "2018-02-12" - } - }, - { - "name": "mymove", - "repositoryURL": "https://github.com/transcom/mymove", - "description": "Personal Property Prototype", - "permissions": { - "licenses": [ - { - "URL": "https://github.com/transcom/mymove/blob/master/LICENSE.md", - "name": "MIT" - } - ], - "usageType": "openSource", - "exemptionText": null - }, - "laborHours": 2400, - "tags": [ - "Defense Personal Property System", - "US Transportation Command", - "USTRANSCOM", - "Defense Digital Service", - "DDS", - "Go", - "React", - "Redux" - ], - "contact": { - "email": "afds@dds.mil" - }, - "organization": "US Transportation Command", - "status": "Development", - "vcs": "git", - "homepageURL": "https://move.mil", - "languages": [ - "Go", - "JavaScript" - ], - "reusedCode": [ - { - "name": "US Web Design System", - "url": "https://designsystem.digital.gov" - } - ], - "date": { - "created": "2017-12-18", - "lastModified": "2018-02-13" - } - }, + { + "name": "Move.mil", + "repositoryURL": "https://github.com/deptofdefense/move.mil", + "description": "The entry point website to the Defense Personal Property System (DPS).", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/deptofdefense/move.mil/blob/master/LICENSE.md", + "name": "MIT" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 3000, + "tags": [ + "Defense Personal Property System", + "US Transportation Command", + "USTRANSCOM", + "Defense Digital Service", + "DDS", + "Ruby", + "Ruby on Rails" + ], + "contact": { + "email": "move.mil@dds.mil" + }, + "organization": "Defense Digital Service", + "status": "Production", + "vcs": "git", + "homepageURL": "https://move.mil", + "languages": [ + "Ruby", + "Ruby on Rails", + "HTML", + "Sass", + "JavaScript" + ], + "relatedCode": [ + { + "name": "uswds-rails", + "url": "https://github.com/jgarber623/uswds-rails", + "isGovernmentRepo": false + } + ], + "reusedCode": [ + { + "name": "US Web Design System", + "url": "https://designsystem.digital.gov" + } + ], + "date": { + "created": "2017-04-19", + "lastModified": "2018-02-12" + } + }, + { + "name": "mymove", + "repositoryURL": "https://github.com/transcom/mymove", + "description": "Personal Property Prototype", + "permissions": { + "licenses": [ + { + "URL": "https://github.com/transcom/mymove/blob/master/LICENSE.md", + "name": "MIT" + } + ], + "usageType": "openSource", + "exemptionText": null + }, + "laborHours": 2400, + "tags": [ + "Defense Personal Property System", + "US Transportation Command", + "USTRANSCOM", + "Defense Digital Service", + "DDS", + "Go", + "React", + "Redux" + ], + "contact": { + "email": "afds@dds.mil" + }, + "organization": "US Transportation Command", + "status": "Development", + "vcs": "git", + "homepageURL": "https://move.mil", + "languages": [ + "Go", + "JavaScript" + ], + "reusedCode": [ + { + "name": "US Web Design System", + "url": "https://designsystem.digital.gov" + } + ], + "date": { + "created": "2017-12-18", + "lastModified": "2018-02-13" + } + }, { "organization": "DDS", "name": "Code.mil",