From 717fecdb2985b48a86141b5d07ddd7975ac9186f Mon Sep 17 00:00:00 2001 From: zhijie-yang Date: Tue, 21 Jan 2025 10:25:37 +0100 Subject: [PATCH] chore(snap): add security advisory and contact email (#192) Add the security advisory link and security contact email to the snap metadata. --- snap/snapcraft.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 9b93fe8b..3452163e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -11,10 +11,15 @@ description: | This snap can only install the slices in a location inside the user $HOME directory i.e. the --root option in "cut" command should have a location inside the user $HOME directory. -issues: https://github.com/canonical/chisel/issues +issues: + - https://github.com/canonical/chisel/issues + - https://github.com/Canonical/chisel/security/advisories source-code: https://github.com/canonical/chisel license: AGPL-3.0 adopt-info: chisel-release-data +contact: + - rocks@canonical.com + - security@ubuntu.com base: core22 confinement: strict