MCPcopy Create free account
hub / github.com/aboutcode-org/vulnerablecode / get_summary

Function get_summary

vulnerabilities/importers/ruby.py:180–183  ·  view source on GitHub ↗
(record)

Source from the content-addressed store, hash-verified

178
179
180def get_summary(record):
181 title = record.get("title") or ""
182 description = record.get("description") or ""
183 return build_description(summary=title, description=description)

Callers 1

parse_ruby_advisoryFunction · 0.70

Calls 2

build_descriptionFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected