Add Software Vendor galaxy and 1,000-entry cluster#1178
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
galaxies/software-vendor.jsonwith typesoftware-vendorand basic metadata so MISP can recognize the new galaxy type.clusters/software-vendor.jsoncontaining 1,000 vendor entries generated from GitHub organization rankings; each entry includesvalue,description,uuid, andmetawithofficial-refs(main page),refs(GitHub API org endpoint), and aproductsarray.type:org followers:>=200, sorted by followers) across the first 10 pages (100 results/page) to assemble the top 1,000 entries and assigned unique UUIDs.galaxies/software-vendor.jsonandclusters/software-vendor.json(1,000 entries).Testing
./validate_all.shand repository formatting/normalization with./jq_all_the_things.sh, and fixed formatting as required; both checks completed successfully.values(output:len(values) == 1000).Codex Task