search and inspection polish
This commit is contained in:
parent
cc0eef21be
commit
b8627c0e1d
5 changed files with 252 additions and 22 deletions
|
|
@ -168,6 +168,14 @@ class SearchResult:
|
|||
match_type: str
|
||||
match_name: str
|
||||
confidence: float
|
||||
match_description: str = ""
|
||||
matched_field: str = ""
|
||||
ability_id: int | None = None
|
||||
ability_name: str | None = None
|
||||
capability_id: int | None = None
|
||||
capability_name: str | None = None
|
||||
evidence_level: str | None = None
|
||||
source_reference: str | None = None
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue