diff options
author | nectar <nectar@FreeBSD.org> | 2004-07-06 01:24:43 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-07-06 01:24:43 +0800 |
commit | c0144f577d41da6a2fa80b50f008d6234dace860 (patch) | |
tree | 4d02443e14581372bc187ec6329014193971fae2 /security | |
parent | 5b166fd8eb0b376d8589ae586a82869c04ce09b4 (diff) | |
download | freebsd-ports-graphics-c0144f577d41da6a2fa80b50f008d6234dace860.tar.gz freebsd-ports-graphics-c0144f577d41da6a2fa80b50f008d6234dace860.tar.zst freebsd-ports-graphics-c0144f577d41da6a2fa80b50f008d6234dace860.zip |
Add missing mandatory <body> element for SSLtelnet issue.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 509d521231a..5755e0f0a5b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -41,8 +41,10 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. </package> </affects> <description> - <p>SSLtelnet contains a format string vulnerability that could - allow remote code execution and privilege escalation.</p> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>SSLtelnet contains a format string vulnerability that could + allow remote code execution and privilege escalation.</p> + </body> </description> <references> <url>http://www.idefense.com/</url> |