qubes-doc/project-security/security-bulletins-template.md
Maya 820af56761
Add lang + ref tags to frontmatter
Those are fields used by the language switcher to correlate pages across
different languages, even if they have different names/paths/titles.
They are generated with the prepare_for_translation.py script.
2021-03-14 16:18:11 +01:00

85 lines
1.3 KiB
Markdown

---
lang: en
layout: doc
permalink: /security/bulletins/template/
redirect_from: /doc/security-bulletins/template/
ref: 209
title: Security Bulletin Template
---
Security Bulletin Template
==========================
~~~
Dear Qubes Community,
We have just published Qubes Security Bulletin (QSB) #<number>:
<title>.
The text of this QSB is reproduced below. This QSB and its accompanying
signatures will always be available in the Qubes Security Pack (qubes-secpack).
View QSB #<number> in the qubes-secpack:
<https://github.com/QubesOS/qubes-secpack/blob/master/QSBs/qsb-`<number>`-`<year>`.txt>
Learn about the qubes-secpack, including how to obtain, verify, and read it:
<https://www.qubes-os.org/security/pack/>
View all past QSBs:
<https://www.qubes-os.org/security/bulletins/>
View <XSA> in the XSA Tracker:
<https://www.qubes-os.org/security/xsa/`<XSA>`>
```
---===[ Qubes Security Bulletin #<number>]===---
<date>
<title>
Summary
=======
[...]
Description
===========
[...]
Impact
======
[...]
Discussion
==========
[...]
Patching
========
[...]
Credits
=======
[...]
References
==========
[...]
--
The Qubes Security Team
https://www.qubes-os.org/security/
```
~~~