Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
180
def
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_advisory
Function · 0.70
Calls
2
build_description
Function · 0.90
get
Method · 0.45
Tested by
no test coverage detected