Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 1.29 KB

LibrariesStatsResource.md

File metadata and controls

24 lines (24 loc) · 1.29 KB

LibrariesStatsResource


Description

Libraries Stats Resource

Fields

Name Description Type Allowed Values Required
custom_loc Custom LoC long false
custom_loc_shorthand Custom LoC shorthand string false
library_loc Library LoC long false
library_loc_shorthand Library LoC shorthand string false
num_custom_library Number of customer libraries long false
num_third_party_library Number of third party libraries long false
stale Number of stale libraries long false
total Number of total libraries long false
totalVulnerabilities Total vulnerabilities long false
total_library_loc Total library LoC long false
total_library_loc_shorthand Total library LoC shorthand string false
unknown Number of unknown libraries long false
vulnerables Number of vulnerable libraries long false

Template

{"custom_loc":0,"custom_loc_shorthand":"","total":0,"library_loc":0,"library_loc_shorthand":"","num_custom_library":0,"stale":0,"num_third_party_library":0,"unknown":0,"vulnerables":0,"total_library_loc":0,"total_library_loc_shorthand":"","totalVulnerabilities":0}