Be-Secure / BeSLighthouse

Community dashboard for security assessment of open source projects of interest for BeSecure community. Various visualizations on Projects of Interest and Vulnerabilities of interest are available in the dashboard
https://be-secure.github.io/BeSLighthouse/
Apache License 2.0
20 stars 17 forks source link

[Enhancement]: Update MOI metadata schema #644

Open pramit-d opened 1 month ago

pramit-d commented 1 month ago

Contribution guidelines

Description

Update BeSLighthouse and model metadata.

Below is the current schema:

image

Instead of the organization attribute, add owner to use the same schema in both the organization (Be-Secure) and the Lab (o31e) in parallel.

Below is the suggested schema:

"owner": { "name": <String>, "type": <String : organization/ Lab> }

Motivation

NA

Expected behaviour

NA

Additional context

No response