
The tags framework has been discontinued for a long time. https://governance.openstack.org/tc/reference/tags/ https://governance.openstack.org/tc/resolutions/20211224-tags-framework-removal.html Change-Id: I7313ed2a258dd518460bc819271c3202dc10897d
92 lines
2.9 KiB
ReStructuredText
92 lines
2.9 KiB
ReStructuredText
================================
|
|
OpenStack Security Documentation
|
|
================================
|
|
|
|
This repository contains the OpenStack Security documentation.
|
|
|
|
For details on how to contribute to the documentation, see the
|
|
`OpenStack Documentation Contributor Guide
|
|
<https://docs.openstack.org/doc-contrib-guide/>`_.
|
|
|
|
It includes these manuals:
|
|
|
|
* Security Guide
|
|
* Security Notes
|
|
* Security Threat Analysis
|
|
|
|
The Security Notes are published by the OpenStack Security Project (OSSP) to
|
|
advise users of security related issues. For more information refer to the
|
|
`Security Notes <https://wiki.openstack.org/wiki/Security_Notes>`_ and
|
|
`Security Note Process <https://wiki.openstack.org/wiki/Security/Security_Note_Process>`_.
|
|
|
|
Security Advisories are issued by the Vulnerability Management Team (VMT). For
|
|
more information about OpenStack's Vulnerability Management Team (VMT) refer
|
|
to the `Vulnerability Management Process <https://security.openstack.org/vmt-process.html>`_.
|
|
|
|
Directory Structure
|
|
-------------------
|
|
|
|
Security Guide is in the directory ``security-guide``, which source files in
|
|
RST format in the directory ``security-guide/source``.
|
|
|
|
Security Threat Analysis is in the directory ``security-threat-analysis``, which
|
|
source files in RST format in the directory ``security-threat-analysis/source``.
|
|
|
|
The security notes are in the directory ``security-notes``.
|
|
|
|
|
|
Testing of changes and building of the guides
|
|
=============================================
|
|
|
|
Install the python tox package and run ``tox`` from the top-level
|
|
directory to use the same tests that are done as part of our Jenkins
|
|
gating jobs.
|
|
|
|
tox
|
|
|
|
|
|
Contributing
|
|
============
|
|
|
|
Our community welcomes all people interested in open source cloud
|
|
computing, and encourages you to join the `OpenStack Foundation
|
|
<https://www.openstack.org/join>`_.
|
|
|
|
The best way to get involved with the community is to talk with others
|
|
online or at a meet up and offer contributions through our processes,
|
|
the `OpenStack wiki <https://wiki.openstack.org>`_, blogs, or on IRC at
|
|
``#openstack`` on ``irc.oftc.net``.
|
|
|
|
We welcome all types of contributions, from blueprint designs to
|
|
documentation to testing to deployment scripts.
|
|
|
|
If you would like to contribute to the documents, please see the
|
|
`OpenStack Documentation contributor guide
|
|
<https://docs.openstack.org/doc-contrib-guide/>`_.
|
|
|
|
|
|
Bugs
|
|
====
|
|
|
|
Bugs should be filed on Launchpad, not GitHub:
|
|
|
|
`Bugs:openstack-manuals <https://bugs.launchpad.net/openstack-manuals>`_
|
|
|
|
If you find a security issue in OpenStack, not in the contents of the Security
|
|
Guide, please see `How to Report Security Issues to OpenStack
|
|
<https://security.openstack.org/>`_.
|
|
|
|
|
|
Release Notes
|
|
=============
|
|
|
|
https://docs.openstack.org/releasenotes/openstack-manuals
|
|
|
|
|
|
Installing
|
|
==========
|
|
|
|
Refer to the `OpenStack Security Guide <https://docs.openstack.org/security-guide>`_
|
|
to see where these documents are published and to learn more about the
|
|
OpenStack Security Guide.
|