Skip to content

Commit

Permalink
Merge pull request #1199 from timopollmeier/nvt-filter-columns-20.08
Browse files Browse the repository at this point in the history
Add filter columns for special NVT tags (20.08)
  • Loading branch information
mattmundell authored Jul 20, 2020
2 parents a574aae + 98a8690 commit 1861d60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Handle QUEUED osp scan status. [#1113](https://github.com/greenbone/gvmd/pull/1113)
- Add time placeholders for SCP path [#1164](https://github.com/greenbone/gvmd/pull/1164)
- Expand detection information of results [#1182](https://github.com/greenbone/gvmd/pull/1182)
- Add filter columns for special NVT tags [#1199](https://github.com/greenbone/gvmd/pull/1199)

### Changed
- Update SCAP and CERT feed info in sync scripts [#810](https://github.com/greenbone/gvmd/pull/810)
Expand Down
3 changes: 2 additions & 1 deletion src/manage_sql_nvts.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
#define NVT_INFO_ITERATOR_FILTER_COLUMNS \
{ GET_ITERATOR_FILTER_COLUMNS, "version", "cve", \
"family", "cvss_base", "severity", "cvss", "script_tags", "qod", \
"qod_type", "solution_type", NULL }
"qod_type", "solution_type", "solution", "summary", "insight", \
"affected", "impact", "detection", "solution_method", NULL }

/**
* @brief NVT iterator columns.
Expand Down

0 comments on commit 1861d60

Please sign in to comment.