Date: Wed, 11 Oct 2023 07:51:24 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 27b1250d5982 - main - security/vuxml: Fix description body Message-ID: <202310110751.39B7pO0f030621@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=27b1250d59828d57dde36cb34a9fe5fbf51049c4 commit 27b1250d59828d57dde36cb34a9fe5fbf51049c4 Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2023-10-11 07:44:11 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-10-11 07:44:11 +0000 security/vuxml: Fix description body Keep the original description body for "make newentry" without parameters. --- security/vuxml/files/newentry.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/security/vuxml/files/newentry.sh b/security/vuxml/files/newentry.sh index fc51fca10d64..0298a5376a9e 100644 --- a/security/vuxml/files/newentry.sh +++ b/security/vuxml/files/newentry.sh @@ -60,7 +60,12 @@ topic="" source="SO-AND-SO" upstream_fix="" impact="" -DESC_BODY="" +DESC_BODY="<body xmlns=\"http://www.w3.org/1999/xhtml\"> + <p>${source} reports:</p> + <blockquote cite=\"${references}\"> + <p>${details}</p> + </blockquote> + </body>" # Try to retrieve information if a CVE identifier was provided
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310110751.39B7pO0f030621>