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

Architecture change #203

Closed
tyki6 opened this issue Jul 5, 2021 Discussed in #202 · 0 comments · Fixed by #204
Closed

Architecture change #203

tyki6 opened this issue Jul 5, 2021 Discussed in #202 · 0 comments · Fixed by #204

Comments

@tyki6
Copy link
Owner

tyki6 commented Jul 5, 2021

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>
@tyki6 tyki6 mentioned this issue Jul 5, 2021
12 tasks
@tyki6 tyki6 closed this as completed in #204 Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant