This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-06-10.17:07:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623344835.21.0.813448023937.issue44381@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-06-10 17:07:15steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware
2021-06-10 17:07:15steve.dowersetmessageid: <1623344835.21.0.813448023937.issue44381@roundup.psfhosted.org>
2021-06-10 17:07:15steve.dowerlinkissue44381 messages
2021-06-10 17:07:15steve.dowercreate