10000 gh-121996: Introduce ./configure --disable-openssf-guide option by corona10 · Pull Request #121997 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-121996: Introduce ./configure --disable-openssf-guide option #121997

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified Diff View
Unified
Diff view
Prev Previous commit
nit
  • Loading branch information
corona10 committed Jul 19, 2024
commit d7e9e722ea5e010e085f1ced82d833fa8da98071
3 changes: 2 additions & 1 deletion Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -907,9 +907,10 @@ Security Options
The settings ``python`` and *STRING* also set TLS 1.2 as minimum
protocol version.

.. option:: --disable-openssf-guide=[yes|no|default=no]
.. option:: --disable-openssf-guide=[yes|no|default=yes]

Disable compiler options that are recommended by `OpenSSF`_ for security reasons.
If this option is not enabled, CPython will be build based on the `OpenSSF`_ compiler option guides.

.. _OpenSSF: https://openssf.org/

Expand Down
Loading
0