[New-bugs-announce] [issue44381] Allow enabling control flow guard in Windows build

Steve Dower report at bugs.python.org
Thu Jun 10 13:07:15 EDT 2021


New submission from Steve Dower <steve.dower at python.org>:

Currently we don't enable CFG (which is runtime protection against code injection into tables), because it likely has a performance impact and the kind of attack is outside our scope.

However, we should make it easier to build CPython with CFG enabled, so that third-parties who do want to include it in their scope can do so.

----------
assignee: steve.dower
components: Build, Windows
messages: 395556
nosy: paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Allow enabling control flow guard in Windows build
type: security
versions: Python 3.10, Python 3.11, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44381>
_______________________________________


More information about the New-bugs-announce mailing list