Skip to content

Architecture change #203

@tyki6

Description

@tyki6

Discussed in #202

Originally posted by noraj July 2, 2021
I made a major architecture change on the data structure to be able to have Resources and Operating Systems are also available from the search engine!

https://gitlab.com/rawsec/rawsec-cybersecurity-list/-/commit/c9f762fb33cd535a2398db367d9843ff0463e96a

For operating_systems:

  • os attribute -> name
  • link attribute -> website

For resources:

  • The nested links have been flattened
    • links attribute was removed
    • website and/or source attribute have been created

Eg.

-"links": [
-        {
-          "website": "https://bugbounty.jp/"
-        }
-      ],
+      "website": "https://bugbounty.jp/",
```</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions