Home
last modified time | relevance | path

Searched refs:nvts (Results 1 – 16 of 16) sorted by relevance

/dports/security/py-gvm-tools/gvm-tools-21.10.0/scripts/
H A Dcfg-gen-for-certs.gmp.py57 nvts = cve_info.xpath('info/cve/nvts/nvt')
59 for nvt in nvts:
90 nvts = ['1.3.6.1.4.1.25623.1.0.14259', '1.3.6.1.4.1.25623.1.0.100315']
92 config_id=config_id, nvt_oids=nvts, family=family
H A Dcheck-gmp.gmp.py702 nvts = {"high": [], "medium": [], "low": [], "log": []}
732 nvts["high"].append(retrieve_nvt_data(result))
736 nvts["medium"].append(retrieve_nvt_data(result))
740 nvts["low"].append(retrieve_nvt_data(result))
744 nvts["log"].append(retrieve_nvt_data(result))
808 nvts,
883 nvts, show_log=False, show_ports=False, descr=False, dfn=False argument
892 for key, nvt_data in nvts.items():
H A Dnvt-scan.gmp.py64 nvts = ['1.3.6.1.4.1.25623.1.0.14259', '1.3.6.1.4.1.25623.1.0.100315']
66 config_id, nvt_oids=nvts, family=family
H A Dstart-nvt-scan.gmp.py88 nvts = [
94 config_id, 'nvt_selection', nvt_oids=nvts, family=family
H A DREADME.md21 This script creates a new scan config with nvts from a given CERT-Bund!
/dports/security/gvmd/gvmd-21.4.4/src/
H A Dmanage.c2677 iterator_t nvts; in launch_osp_openvas_task() local
2679 while (next (&nvts)) in launch_osp_openvas_task()
2690 cleanup_iterator (&nvts); in launch_osp_openvas_task()
5733 if (nvt_iterator_summary (nvts) && nvt_iterator_summary (nvts)[0]) in get_nvt_xml()
5742 if (nvt_iterator_insight (nvts) && nvt_iterator_insight (nvts)[0]) in get_nvt_xml()
5751 if (nvt_iterator_affected (nvts) && nvt_iterator_affected (nvts)[0]) in get_nvt_xml()
5760 if (nvt_iterator_impact (nvts) && nvt_iterator_impact (nvts)[0]) in get_nvt_xml()
5769 if (nvt_iterator_detection (nvts) && nvt_iterator_detection (nvts)[0]) in get_nvt_xml()
6096 iterator_t nvts; in manage_read_info() local
6103 if (next (&nvts)) in manage_read_info()
[all …]
H A Dmanage_sql_configs.c1045 iterator_t nvts; in manage_set_config_families() local
1070 while (next (&nvts)) in manage_set_config_families()
1131 iterator_t nvts; in manage_set_config_families() local
1151 while (next (&nvts)) in manage_set_config_families()
1168 iterator_t nvts; in manage_set_config_families() local
1181 while (next (&nvts)) in manage_set_config_families()
1240 iterator_t nvts; in manage_set_config_families() local
1257 while (next (&nvts)) in manage_set_config_families()
4286 iterator_t nvts; in manage_set_config_nvts() local
4307 while (next (&nvts)) in manage_set_config_nvts()
[all …]
H A Dgmp.c13173 iterator_t nvts; in handle_get_info() local
13177 while (next (&nvts)) in handle_get_info()
13185 cleanup_iterator (&nvts); in handle_get_info()
13563 iterator_t nvts; in handle_get_nvts() local
13570 init_nvt_iterator (&nvts, in handle_get_nvts()
13584 while (next (&nvts)) in handle_get_nvts()
13609 cleanup_iterator (&nvts); in handle_get_nvts()
13618 while (next (&nvts)) in handle_get_nvts()
13620 if (send_nvt (&nvts, 0, 0, -1, NULL, 0, in handle_get_nvts()
13624 cleanup_iterator (&nvts); in handle_get_nvts()
[all …]
H A Dmanage_sql.c15287 iterator_t nvts; in update_nvti_cache() local
15301 init_iterator (&nvts, in update_nvti_cache()
15307 while (next (&nvts)) in update_nvti_cache()
15311 nvti = nvtis_lookup (nvti_cache, iterator_string (&nvts, 0)); in update_nvti_cache()
15315 nvti_set_oid (nvti, iterator_string (&nvts, 0)); in update_nvti_cache()
15320 if (iterator_null (&nvts, 2)) in update_nvti_cache()
15324 vtref_new (iterator_string (&nvts, 1), in update_nvti_cache()
15325 iterator_string (&nvts, 2), in update_nvti_cache()
15326 iterator_string (&nvts, 3))); in update_nvti_cache()
15329 cleanup_iterator (&nvts); in update_nvti_cache()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/signer/core/apitypes/
H A Dtypes.go570 var nvts []*NameValueType
571 nvts = append(nvts, &NameValueType{
576 nvts = append(nvts, &NameValueType{
581 return nvts, nil
860 if nvts, ok := nvt.Value.([]*NameValueType); ok {
862 for _, next := range nvts {
/dports/security/py-ospd-openvas/ospd-openvas-21.4.3/ospd_openvas/
H A Dpreferencehandler.py281 nvts = self.scan_collection.get_vts(self.scan_id)
282 if nvts:
283 nvts_list, self._nvts_params = self._process_vts(nvts)
291 nvts = None
/dports/security/openvas/openvas-scanner-21.4.3/
H A DCHANGELOG.md289 - Wait for zombie process in case of timed out nvts. [#379](https://github.com/greenbone/openvas/pu…
/dports/security/gvmd/gvmd-21.4.4/
H A DINSTALL.md392 - `cleanup-result-nvts`
H A DCHANGELOG.md300 - Clean up NVTs set to name in cleanup-result-nvts [#1039](https://github.com/greenbone/gvmd/pull/1…
477 - Bid and xref have been removed from table nvts. [#582](https://github.com/greenbone/gvmd/pull/582)
/dports/security/greenbone-security-assistant/gsa-21.4.3/gsad/src/
H A Dgsad_gmp.c7206 params_t *nvts; in save_config_family_gmp() local
7233 nvts = params_values (params, "nvt:"); in save_config_family_gmp()
7234 if (nvts) in save_config_family_gmp()
7240 params_iterator_init (&iter, nvts); in save_config_family_gmp()
/dports/security/greenbone-security-assistant/gsa-21.4.3/
H A DCHANGELOG.md232 - Default to sorting nvts by "Created", newest first [#2352](https://github.com/greenbone/gsa/pull/…
750 - Allow to sort the nvts table at the edit scan config families dialog by