diff --git a/luci-app-secubox/htdocs/luci-static/resources/view/secubox/help.js b/luci-app-secubox/htdocs/luci-static/resources/view/secubox/help.js index 2f10f188..b14b6dd5 100644 --- a/luci-app-secubox/htdocs/luci-static/resources/view/secubox/help.js +++ b/luci-app-secubox/htdocs/luci-static/resources/view/secubox/help.js @@ -119,6 +119,11 @@ return view.extend({ title: _('Contribuer au code'), text: _('Forkez le dépôt SecuBox, proposez des améliorations, corrigez des bugs, créez de nouveaux helpers.') }, + { + icon: '🐛', + title: _('Bug Bounty Program'), + text: _('Signalez des vulnérabilités de sécurité et recevez des récompenses. Consultez notre programme officiel.') + }, { icon: '🤗', title: _('Soutenir le projet'), @@ -142,12 +147,20 @@ return view.extend({ icon: '💡', label: _('Ouvrir la FAQ') }), + E('a', { + 'class': 'sb-help-btn sb-help-footer', + 'href': 'https://secubox.cybermood.eu/SecuBox_BugBounty_Announcement.html#contact', + 'target': '_blank' + }, [ + E('span', { 'class': 'sb-help-icon' }, '🐛'), + E('span', { 'class': 'sb-help-label' }, _('Bug Bounty Program')) + ]), E('a', { 'class': 'sb-help-btn sb-help-footer', 'href': 'mailto:contact@cybermind.fr?subject=SecuBox%20Feedback' }, [ E('span', { 'class': 'sb-help-icon' }, '✉️'), - E('span', { 'class': 'sb-help-label' }, _('Écrire à l’équipe')) + E('span', { 'class': 'sb-help-label' }, _('Écrire à l'équipe')) ]) ]) ]);