cryptography: make oid attributes readonly (#7731)

This commit is contained in:
Alex Waygood
2022-04-28 00:58:49 -06:00
committed by GitHub
parent 1deb9cb806
commit 59c346d031
2 changed files with 7 additions and 2 deletions
@@ -25,6 +25,7 @@ cryptography.x509.CertificateRevocationListBuilder.last_update
cryptography.x509.CertificateRevocationListBuilder.next_update
cryptography.x509.CertificateSigningRequestBuilder.__init__
cryptography.x509.Extension.__init__
cryptography.x509.ExtensionType.oid # is a property at runtime, but a different descriptor on subclasses, easier just to pretend it's writeable
cryptography.x509.Extensions.__init__
cryptography.x509.NameAttribute.__init__
cryptography.x509.OCSPExtensionOID