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>
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:
osattribute ->namelinkattribute ->websiteFor resources:
linksattribute was removedwebsiteand/orsourceattribute have been createdEg.