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

Fixed criticality score data fetch issue #604

Closed pramit-d closed 6 months ago

pramit-d commented 6 months ago

Fixed https://github.com/Be-Secure/BeSLighthouse/issues/603

Root cause: Previously criticality_score was generated by an old version of criticality, currently we have updated BeS-dev-kit to generate criticality_score using the latest version of the tool. There is a schema change in the latest version of the criticality tool. Currently, BeSLighthouse code is unable to fetch data from the criticality_score report that BeS-dev-kit generates. For the mentioned reason BeSLighthouse code was breaking.

Resolution: Updated code to fetch data from new criticality_score schema. Using this update BeSLighthouse can fetch data from both json schema (old and new).

Screenshot from 2024-02-29 14-15-30