From 4a2c12dc048373a1dcc9fd611506b246c8485c3e Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:08:40 +0200 Subject: [PATCH] docs: remove spacing --- doc/source/how-to/vulnerabilities.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/source/how-to/vulnerabilities.rst b/doc/source/how-to/vulnerabilities.rst index 94c5917d9..85763a136 100644 --- a/doc/source/how-to/vulnerabilities.rst +++ b/doc/source/how-to/vulnerabilities.rst @@ -90,20 +90,20 @@ Here is an example of a ``SECURITY.md`` file: .. code-block:: markdown - ## Reporting a vulnerability + ## Reporting a vulnerability - > [!CAUTION] - > Do not use GitHub issues to report any security vulnerabilities. + > [!CAUTION] + > Do not use GitHub issues to report any security vulnerabilities. - If you detect a vulnerability, contact the [PyAnsys Core team](mailto:pyansys.core@ansys.com), - mentioning the repository and the details of your finding. The team will address it as soon as possible. + If you detect a vulnerability, contact the [PyAnsys Core team](mailto:pyansys.core@ansys.com), + mentioning the repository and the details of your finding. The team will address it as soon as possible. Provide the PyAnsys Core team with this information: - - Any specific configuration settings needed to reproduce the problem - - Step-by-step guidance to reproduce the problem - - The exact location of the problematic source code, including tag, branch, commit, or a direct URL - - The potential consequences of the vulnerability, along with a description of how an attacker could take advantage of the issue + - Any specific configuration settings needed to reproduce the problem + - Step-by-step guidance to reproduce the problem + - The exact location of the problematic source code, including tag, branch, commit, or a direct URL + - The potential consequences of the vulnerability, along with a description of how an attacker could take advantage of the issue Vulnerability disclosure ------------------------