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

feat: Add UUIDs to recipes and include these in the report #148

Merged
  •  
  •  
  •  
1 change: 1 addition & 0 deletions pkg/classification/db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ type Recipe struct {
Name string `json:"name"`
Type string `json:"type"`
Packages []Package `json:"packages"`
UUID string `json:"uuid"`
}

type Package struct {
Expand Down
3 changes: 2 additions & 1 deletion pkg/classification/db/recipes/abbyy_cloud_ocr_sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"https://cloud-eu.ocrsdk.com",
"https://cloud.ocrsdk.com"
],
"packages": []
"packages": [],
"uuid": "5e82da9f-8ba8-4956-b0ae-185724785eca"
}
7 changes: 5 additions & 2 deletions pkg/classification/db/recipes/abtasty.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"metadata": { "version": "1.0" },
"name": "ABTasty",
"type": "external_service",
"urls": ["https://try.abtasty.com"],
"packages": []
"urls": [
"https://try.abtasty.com"
],
"packages": [],
"uuid": "fc6dd834-feb7-4c23-8c02-9239e0b0fea2"
}
9 changes: 7 additions & 2 deletions pkg/classification/db/recipes/active_directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"type": "data_store",
"urls": [],
"packages": [
{ "name": "activedirectory", "group": null, "package_manager": "npm" }
]
{
"name": "activedirectory",
"group": null,
"package_manager": "npm"
}
],
"uuid": "5da94a12-9635-409b-a7ae-7e9a892578bd"
}
7 changes: 5 additions & 2 deletions pkg/classification/db/recipes/activecampaign.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
"metadata": { "version": "1.0" },
"name": "ActiveCampaign",
"type": "external_service",
"urls": ["https://api-us1.com"],
"urls": [
"https://api-us1.com"
],
"packages": [
{
"name": "activecampaign/api-php",
"group": null,
"package_manager": "packagist"
}
]
],
"uuid": "afaa1456-989f-4672-b4a5-976f1316fc9e"
}
7 changes: 5 additions & 2 deletions pkg/classification/db/recipes/adictiz.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"metadata": { "version": "1.0" },
"name": "Adictiz",
"type": "external_service",
"urls": ["https://api.adictiz.com"],
"packages": []
"urls": [
"https://api.adictiz.com"
],
"packages": [],
"uuid": "8ac17d90-1489-4d6b-98be-a2a8ac167616"
}
7 changes: 5 additions & 2 deletions pkg/classification/db/recipes/adjust.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"metadata": { "version": "1.0" },
"name": "Adjust",
"type": "external_service",
"urls": ["https://api.adjust.com"],
"packages": []
"urls": [
"https://api.adjust.com"
],
"packages": [],
"uuid": "1545189b-bfbb-4233-9baa-f734fc04a78b"
}
9 changes: 8 additions & 1 deletion pkg/classification/db/recipes/adobe_campaign_neolane.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@
"name": "Adobe Campaign (Neolane)",
"type": "external_service",
"urls": [],
"packages": [{ "name": "Neolane", "group": null, "package_manager": "nuget" }]
"packages": [
{
"name": "Neolane",
"group": null,
"package_manager": "nuget"
}
],
"uuid": "d3b1bf1b-f2b0-497a-85e2-9627fc0eedc1"
}
7 changes: 5 additions & 2 deletions pkg/classification/db/recipes/adobe_scene7.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"metadata": { "version": "1.0" },
"name": "Adobe Scene7",
"type": "external_service",
"urls": ["https://*.scene7.com"],
"packages": []
"urls": [
"https://*.scene7.com"
],
"packages": [],
"uuid": "e465626b-e35a-4aa4-bb9b-bb9270fbbc47"
}
8 changes: 6 additions & 2 deletions pkg/classification/db/recipes/adotmob.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"metadata": { "version": "1.0" },
"name": "Adotmob",
"type": "external_service",
"urls": ["https://dmp.adotmob.com", "https://tracker.adotmob.com"],
"packages": []
"urls": [
"https://dmp.adotmob.com",
"https://tracker.adotmob.com"
],
"packages": [],
"uuid": "af99b1dc-ba20-40a4-a2b0-ffdbdb52be16"
}
7 changes: 5 additions & 2 deletions pkg/classification/db/recipes/adroll.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"metadata": { "version": "1.0" },
"name": "AdRoll",
"type": "external_service",
"urls": ["https://*.adroll.com"],
"packages": []
"urls": [
"https://*.adroll.com"
],
"packages": [],
"uuid": "524be664-02b3-4da3-9cc6-6a8ff3c53a81"
}
3 changes: 2 additions & 1 deletion pkg/classification/db/recipes/adyen.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"https://pal-test.adyen.com",
"https://checkout-test.adyen.com"
],
"packages": []
"packages": [],
"uuid": "d050650e-f863-4ed8-9342-3a54b32335b8"
}
3 changes: 2 additions & 1 deletion pkg/classification/db/recipes/aerospike.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"group": null,
"package_manager": "go"
}
]
],
"uuid": "04acee0b-17a2-4c53-83c4-2a37204e487e"
}
26 changes: 21 additions & 5 deletions pkg/classification/db/recipes/airbrake.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@
"metadata": { "version": "1.0" },
"name": "Airbrake",
"type": "external_service",
"urls": ["https://airbrake.io/api", "https://api.airbrake.io"],
"urls": [
"https://airbrake.io/api",
"https://api.airbrake.io"
],
"packages": [
{ "name": "airbrake", "group": null, "package_manager": "rubygems" },
{ "name": "airbrake-ruby", "group": null, "package_manager": "rubygems" },
{
"name": "airbrake",
"group": null,
"package_manager": "rubygems"
},
{
"name": "airbrake-ruby",
"group": null,
"package_manager": "rubygems"
},
{
"name": "gopkg.in/gemnasium/logrus-airbrake-hook.v2",
"group": null,
Expand All @@ -16,6 +27,11 @@
"group": null,
"package_manager": "go"
},
{ "name": "airbrake-js", "group": null, "package_manager": "npm" }
]
{
"name": "airbrake-js",
"group": null,
"package_manager": "npm"
}
],
"uuid": "d5a2adb3-de91-40a8-bf34-3421527183b8"
}
13 changes: 10 additions & 3 deletions pkg/classification/db/recipes/airtable.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@
"metadata": { "version": "1.0" },
"name": "Airtable",
"type": "external_service",
"urls": ["https://api.airtable.com"],
"urls": [
"https://api.airtable.com"
],
"packages": [
{ "name": "airtable", "group": null, "package_manager": "npm" },
{
"name": "airtable",
"group": null,
"package_manager": "npm"
},
{
"name": "github.com/brianloveswords/airtable",
"group": null,
"package_manager": "go"
}
]
],
"uuid": "a7357734-41c7-4497-af13-32336335f2db"
}
7 changes: 5 additions & 2 deletions pkg/classification/db/recipes/alexa_com.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"metadata": { "version": "1.0" },
"name": "alexa.com",
"type": "external_service",
"urls": ["https://data.alexa.com"],
"packages": []
"urls": [
"https://data.alexa.com"
],
"packages": [],
"uuid": "54d4b954-fc9b-4492-b21a-ee37e458b879"
}
39 changes: 32 additions & 7 deletions pkg/classification/db/recipes/algolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,36 @@
"group": null,
"package_manager": "go"
},
{ "name": "SearchClient", "group": null, "package_manager": "packagist" },
{ "name": "algoliasearch", "group": null, "package_manager": "pypi" },
{ "name": "algoliasearch", "group": null, "package_manager": "rubygems" },
{ "name": "algoliasearch", "group": null, "package_manager": "npm" },
{
"name": "SearchClient",
"group": null,
"package_manager": "packagist"
},
{
"name": "algoliasearch",
"group": null,
"package_manager": "pypi"
},
{
"name": "algoliasearch",
"group": null,
"package_manager": "rubygems"
},
{
"name": "algoliasearch",
"group": null,
"package_manager": "npm"
},
{
"name": "github.com/algolia/algoliasearch-client-go/v3",
"group": null,
"package_manager": "go"
},
{ "name": "algoliasearchasync", "group": null, "package_manager": "pypi" },
{
"name": "algoliasearchasync",
"group": null,
"package_manager": "pypi"
},
{
"name": "algolia/algoliasearch-client-php",
"group": null,
Expand All @@ -36,11 +56,16 @@
"group": null,
"package_manager": "npm"
},
{ "name": "@algolia/transporter", "group": "", "package_manager": "npm" },
{
"name": "@algolia/transporter",
"group": "",
"package_manager": "npm"
},
{
"name": "@algolia/client-search",
"group": null,
"package_manager": "npm"
}
]
],
"uuid": "c1176caf-170c-48e8-807e-acb537ff4aec"
}
7 changes: 5 additions & 2 deletions pkg/classification/db/recipes/alibaba_cloud_apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"metadata": { "version": "1.0" },
"name": "Alibaba Cloud APIs",
"type": "external_service",
"urls": ["https://*.aliyuncs.com"],
"urls": [
"https://*.aliyuncs.com"
],
"packages": [
{
"name": "github.com/aliyun/alibaba-cloud-sdk-go",
Expand All @@ -24,5 +26,6 @@
"group": null,
"package_manager": "go"
}
]
],
"uuid": "4e6fddd2-34c7-46b7-83c4-e53b638a4acf"
}
7 changes: 5 additions & 2 deletions pkg/classification/db/recipes/alloy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"metadata": { "version": "1.0" },
"name": "Alloy",
"type": "external_service",
"urls": ["https://alloy.co/v1/"],
"packages": []
"urls": [
"https://alloy.co/v1/"
],
"packages": [],
"uuid": "feb9ea94-aabf-4fe8-bde5-a11aea8b4e99"
}
8 changes: 6 additions & 2 deletions pkg/classification/db/recipes/almerys.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"metadata": { "version": "1.0" },
"name": "Almerys",
"type": "external_service",
"urls": ["https://edi.b2bi.almerys.com", "https://rec.edi.b2bi.almerys.com"],
"packages": []
"urls": [
"https://edi.b2bi.almerys.com",
"https://rec.edi.b2bi.almerys.com"
],
"packages": [],
"uuid": "e4e7cb02-b442-45ed-9dcd-3cbbaff1925f"
}
7 changes: 5 additions & 2 deletions pkg/classification/db/recipes/alpaca.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"metadata": { "version": "1.0" },
"name": "Alpaca",
"type": "external_service",
"urls": ["https://api.alpaca.markets"],
"packages": []
"urls": [
"https://api.alpaca.markets"
],
"packages": [],
"uuid": "f4392c0c-1c58-48e5-a7a6-fefe11483274"
}
26 changes: 21 additions & 5 deletions pkg/classification/db/recipes/amazon_aws_apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"metadata": { "version": "1.0" },
"name": "Amazon AWS APIs",
"type": "external_service",
"urls": ["https://amazonaws.com.cn", "https://amazonaws.com"],
"urls": [
"https://amazonaws.com.cn",
"https://amazonaws.com"
],
"packages": [
{
"name": "github.com/aws/aws-sdk-go-v2",
Expand All @@ -19,13 +22,26 @@
"group": "com.amazonaws",
"package_manager": "maven"
},
{ "name": "aiobotocore", "group": null, "package_manager": "pypi" },
{ "name": "awswrangler", "group": null, "package_manager": "pypi" },
{ "name": "AWSSDK", "group": null, "package_manager": "nuget" },
{
"name": "aiobotocore",
"group": null,
"package_manager": "pypi"
},
{
"name": "awswrangler",
"group": null,
"package_manager": "pypi"
},
{
"name": "AWSSDK",
"group": null,
"package_manager": "nuget"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/secretsmanager",
"group": null,
"package_manager": "go"
}
]
],
"uuid": "1fc214b7-854e-42fb-8824-b6c22187938f"
}
3 changes: 2 additions & 1 deletion pkg/classification/db/recipes/ambassador.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"group": null,
"package_manager": "go"
}
]
],
"uuid": "3b1d8641-4ed0-4315-9389-5d0e2e6dce4e"
}
Loading