Skip to content

Commit 71e0d19

Browse files
committed
DOC: add Security page
Signed-off-by: Filipe Laíns <[email protected]>
1 parent 698892a commit 71e0d19

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Contributors
9393

9494
changelog
9595
projects-using-meson-python
96+
security
9697

9798

9899
.. toctree::

docs/security.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
.. SPDX-FileCopyrightText: 2023 The meson-python developers
2+
..
3+
.. SPDX-License-Identifier: MIT
4+
5+
6+
.. _security:
7+
8+
********
9+
Security
10+
********
11+
12+
Distributors are recommended to fetch release sources via the Git_ tags on our
13+
repository_, or the source distributions on the `meson-python PyPI page`_, both
14+
are PGP-signed with one of the following keys:
15+
16+
- |3DCE51D60930EBA47858BA4146F633CBB0EB4BF2|_ *(Filipe Laíns)*
17+
18+
19+
.. admonition:: Fetching artifact signatures from PyPI_
20+
:class: hint
21+
22+
To fetch the PGP signatures for artifacts on PyPI_, simply add ``.asc`` to
23+
the artifact URL.
24+
25+
26+
.. _Git: https://git-scm.com/
27+
.. _repository: https://github.com/mesonbuild/meson-python
28+
.. _meson-python PyPI page: https://pypi.org/project/meson-python/
29+
.. _PyPI: https://pypi.org/
30+
31+
.. |3DCE51D60930EBA47858BA4146F633CBB0EB4BF2| replace:: ``3DCE51D60930EBA47858BA4146F633CBB0EB4BF2``
32+
.. _3DCE51D60930EBA47858BA4146F633CBB0EB4BF2: https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3dce51d60930eba47858ba4146f633cbb0eb4bf2

0 commit comments

Comments
 (0)