[PATCH 52 of 54] NASL: Fix a direct access to a deep property

Wald Commits scm-commit at wald.intevation.org
Wed Jan 7 10:57:09 CET 2015


# HG changeset patch
# User Benoît Allard <benoit.allard at greenbone.net>
# Date 1420454460 -3600
# Node ID e29e2d43bf0c1657c99938ce81b2c397eccdfd3d
# Parent  e6b52a8119cdc889d9763490ef5c1ec82e7a35a5
NASL: Fix a direct access to a deep property

diff -r e6b52a8119cd -r e29e2d43bf0c farolluz/templates/nasl.j2
--- a/farolluz/templates/nasl.j2	Mon Jan 05 11:40:39 2015 +0100
+++ b/farolluz/templates/nasl.j2	Mon Jan 05 11:41:00 2015 +0100
@@ -27,7 +27,7 @@
 ###############################################################################
 # OpenVAS Vulnerability Test
 #
-# {{ cvrf._title }} ({{ cvrf._tracking._identification._id }})
+# {{ cvrf._title }} ({{ cvrf.getDocId() }})
 #
 # Authors:
 # System Generated Check


More information about the Farol-commits mailing list