1 line
75 KiB
JSON
1 line
75 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "label": "base.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L1"}, {"id": "base_attributenotfound", "label": "AttributeNotFound", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L56"}, {"id": "exception", "label": "Exception", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "base_attributenotfound_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L57"}, {"id": "base_reject_duplicate_extension", "label": "_reject_duplicate_extension()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L62"}, {"id": "base_reject_duplicate_attribute", "label": "_reject_duplicate_attribute()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L72"}, {"id": "base_convert_to_naive_utc_time", "label": "_convert_to_naive_utc_time()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L82"}, {"id": "base_attribute", "label": "Attribute", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L96"}, {"id": "base_attribute_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L97"}, {"id": "base_oid", "label": "oid()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L108"}, {"id": "base_value", "label": "value()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L112"}, {"id": "base_attribute_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L115"}, {"id": "base_attribute_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L118"}, {"id": "base_attribute_hash", "label": ".__hash__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L128"}, {"id": "base_attributes", "label": "Attributes", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L132"}, {"id": "base_attributes_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L133"}, {"id": "base_attributes_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L141"}, {"id": "base_attributes_get_attribute_for_oid", "label": ".get_attribute_for_oid()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L144"}, {"id": "base_version", "label": "Version", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L152"}, {"id": "base_invalidversion", "label": "InvalidVersion", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L157"}, {"id": "base_invalidversion_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L158"}, {"id": "base_revokedcertificate", "label": "RevokedCertificate", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L166"}, {"id": "base_serial_number", "label": "serial_number()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L169"}, {"id": "base_revocation_date", "label": "revocation_date()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L176"}, {"id": "base_revocation_date_utc", "label": "revocation_date_utc()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L183"}, {"id": "base_extensions", "label": "extensions()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L191"}, {"id": "base_rawrevokedcertificate", "label": "_RawRevokedCertificate", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L201"}, {"id": "base_rawrevokedcertificate_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L202"}, {"id": "base_certificatesigningrequestbuilder", "label": "CertificateSigningRequestBuilder", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L251"}, {"id": "base_certificatesigningrequestbuilder_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L252"}, {"id": "base_certificatesigningrequestbuilder_subject_name", "label": ".subject_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L265"}, {"id": "base_certificatesigningrequestbuilder_add_extension", "label": ".add_extension()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L277"}, {"id": "base_certificatesigningrequestbuilder_add_attribute", "label": ".add_attribute()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L295"}, {"id": "base_certificatesigningrequestbuilder_sign", "label": ".sign()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L327"}, {"id": "base_certificatebuilder", "label": "CertificateBuilder", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L363"}, {"id": "base_certificatebuilder_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L366"}, {"id": "base_certificatebuilder_issuer_name", "label": ".issuer_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L385"}, {"id": "base_certificatebuilder_subject_name", "label": ".subject_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L403"}, {"id": "base_certificatebuilder_public_key", "label": ".public_key()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L421"}, {"id": "base_certificatebuilder_serial_number", "label": ".serial_number()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L458"}, {"id": "base_certificatebuilder_not_valid_before", "label": ".not_valid_before()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L485"}, {"id": "base_certificatebuilder_not_valid_after", "label": ".not_valid_after()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L514"}, {"id": "base_certificatebuilder_add_extension", "label": ".add_extension()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L545"}, {"id": "base_certificatebuilder_sign", "label": ".sign()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L567"}, {"id": "base_certificaterevocationlistbuilder", "label": "CertificateRevocationListBuilder", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L618"}, {"id": "base_certificaterevocationlistbuilder_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L622"}, {"id": "base_certificaterevocationlistbuilder_issuer_name", "label": ".issuer_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L636"}, {"id": "base_certificaterevocationlistbuilder_last_update", "label": ".last_update()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L651"}, {"id": "base_certificaterevocationlistbuilder_next_update", "label": ".next_update()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L675"}, {"id": "base_certificaterevocationlistbuilder_add_extension", "label": ".add_extension()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L699"}, {"id": "base_certificaterevocationlistbuilder_add_revoked_certificate", "label": ".add_revoked_certificate()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L718"}, {"id": "base_certificaterevocationlistbuilder_sign", "label": ".sign()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L735"}, {"id": "base_revokedcertificatebuilder", "label": "RevokedCertificateBuilder", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L774"}, {"id": "base_revokedcertificatebuilder_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L775"}, {"id": "base_revokedcertificatebuilder_serial_number", "label": ".serial_number()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L785"}, {"id": "base_revokedcertificatebuilder_revocation_date", "label": ".revocation_date()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L803"}, {"id": "base_revokedcertificatebuilder_add_extension", "label": ".add_extension()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L819"}, {"id": "base_revokedcertificatebuilder_build", "label": ".build()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L833"}, {"id": "base_random_serial_number", "label": "random_serial_number()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L847"}, {"id": "base_rationale_83", "label": "Normalizes a datetime to a naive datetime in UTC. time -- datetime to norma", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L83"}, {"id": "base_rationale_170", "label": "Returns the serial number of the revoked certificate.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L170"}, {"id": "base_rationale_177", "label": "Returns the date of when this certificate was revoked.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L177"}, {"id": "base_rationale_184", "label": "Returns the date of when this certificate was revoked as a non-naive UTC", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L184"}, {"id": "base_rationale_192", "label": "Returns an Extensions object containing a list of Revoked extensions.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L192"}, {"id": "base_rationale_258", "label": "Creates an empty X.509 certificate request (v1).", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L258"}, {"id": "base_rationale_266", "label": "Sets the certificate requestor's distinguished name.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L266"}, {"id": "base_rationale_280", "label": "Adds an X.509 extension to the certificate request.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L280"}, {"id": "base_rationale_302", "label": "Adds an X.509 attribute with an OID and associated value.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L302"}, {"id": "base_rationale_336", "label": "Signs the request using the requestor's private key.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L336"}, {"id": "base_rationale_386", "label": "Sets the CA's distinguished name.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L386"}, {"id": "base_rationale_404", "label": "Sets the requestor's distinguished name.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L404"}, {"id": "base_rationale_425", "label": "Sets the requestor's public key (as found in the signing request).", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L425"}, {"id": "base_rationale_459", "label": "Sets the certificate serial number.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L459"}, {"id": "base_rationale_486", "label": "Sets the certificate activation time.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L486"}, {"id": "base_rationale_515", "label": "Sets the certificate expiration time.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L515"}, {"id": "base_rationale_548", "label": "Adds an X.509 extension to the certificate.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L548"}, {"id": "base_rationale_576", "label": "Signs the certificate using the CA's private key.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L576"}, {"id": "base_rationale_702", "label": "Adds an X.509 extension to the certificate revocation list.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L702"}, {"id": "base_rationale_721", "label": "Adds a revoked certificate to the CRL.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L721"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "abc", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "datetime", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "cryptography", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "cryptography_hazmat_bindings_rust", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "cryptography_hazmat_primitives", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "cryptography_hazmat_primitives_asymmetric", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "cryptography_hazmat_primitives_asymmetric_types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "cryptography_x509_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "cryptography_x509_name", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "cryptography_x509_oid", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L38", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_attributenotfound", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L56", "weight": 1.0}, {"source": "base_attributenotfound", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L56", "weight": 1.0}, {"source": "base_attributenotfound", "target": "base_attributenotfound_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L57", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_reject_duplicate_extension", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L62", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_reject_duplicate_attribute", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L72", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_convert_to_naive_utc_time", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L82", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_attribute", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L96", "weight": 1.0}, {"source": "base_attribute", "target": "base_attribute_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L97", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_oid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L108", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_value", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L112", "weight": 1.0}, {"source": "base_attribute", "target": "base_attribute_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L115", "weight": 1.0}, {"source": "base_attribute", "target": "base_attribute_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L118", "weight": 1.0}, {"source": "base_attribute", "target": "base_attribute_hash", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L128", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_attributes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L132", "weight": 1.0}, {"source": "base_attributes", "target": "base_attributes_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L133", "weight": 1.0}, {"source": "base_attributes", "target": "base_attributes_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L141", "weight": 1.0}, {"source": "base_attributes", "target": "base_attributes_get_attribute_for_oid", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L144", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_version", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L152", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_invalidversion", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L157", "weight": 1.0}, {"source": "base_invalidversion", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L157", "weight": 1.0}, {"source": "base_invalidversion", "target": "base_invalidversion_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L158", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_revokedcertificate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L166", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_serial_number", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L169", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_revocation_date", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L176", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_revocation_date_utc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L183", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_extensions", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L191", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_rawrevokedcertificate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L201", "weight": 1.0}, {"source": "base_rawrevokedcertificate", "target": "base_revokedcertificate", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L201", "weight": 1.0}, {"source": "base_rawrevokedcertificate", "target": "base_rawrevokedcertificate_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L202", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_serial_number", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L213", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_revocation_date", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L217", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_revocation_date_utc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L227", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_extensions", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L231", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_certificatesigningrequestbuilder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L251", "weight": 1.0}, {"source": "base_certificatesigningrequestbuilder", "target": "base_certificatesigningrequestbuilder_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L252", "weight": 1.0}, {"source": "base_certificatesigningrequestbuilder", "target": "base_certificatesigningrequestbuilder_subject_name", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L265", "weight": 1.0}, {"source": "base_certificatesigningrequestbuilder", "target": "base_certificatesigningrequestbuilder_add_extension", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L277", "weight": 1.0}, {"source": "base_certificatesigningrequestbuilder", "target": "base_certificatesigningrequestbuilder_add_attribute", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L295", "weight": 1.0}, {"source": "base_certificatesigningrequestbuilder", "target": "base_certificatesigningrequestbuilder_sign", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L327", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_certificatebuilder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L363", "weight": 1.0}, {"source": "base_certificatebuilder", "target": "base_certificatebuilder_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L366", "weight": 1.0}, {"source": "base_certificatebuilder", "target": "base_certificatebuilder_issuer_name", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L385", "weight": 1.0}, {"source": "base_certificatebuilder", "target": "base_certificatebuilder_subject_name", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L403", "weight": 1.0}, {"source": "base_certificatebuilder", "target": "base_certificatebuilder_public_key", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L421", "weight": 1.0}, {"source": "base_certificatebuilder", "target": "base_certificatebuilder_serial_number", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L458", "weight": 1.0}, {"source": "base_certificatebuilder", "target": "base_certificatebuilder_not_valid_before", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L485", "weight": 1.0}, {"source": "base_certificatebuilder", "target": "base_certificatebuilder_not_valid_after", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L514", "weight": 1.0}, {"source": "base_certificatebuilder", "target": "base_certificatebuilder_add_extension", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L545", "weight": 1.0}, {"source": "base_certificatebuilder", "target": "base_certificatebuilder_sign", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L567", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_certificaterevocationlistbuilder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L618", "weight": 1.0}, {"source": "base_certificaterevocationlistbuilder", "target": "base_certificaterevocationlistbuilder_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L622", "weight": 1.0}, {"source": "base_certificaterevocationlistbuilder", "target": "base_certificaterevocationlistbuilder_issuer_name", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L636", "weight": 1.0}, {"source": "base_certificaterevocationlistbuilder", "target": "base_certificaterevocationlistbuilder_last_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L651", "weight": 1.0}, {"source": "base_certificaterevocationlistbuilder", "target": "base_certificaterevocationlistbuilder_next_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L675", "weight": 1.0}, {"source": "base_certificaterevocationlistbuilder", "target": "base_certificaterevocationlistbuilder_add_extension", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L699", "weight": 1.0}, {"source": "base_certificaterevocationlistbuilder", "target": "base_certificaterevocationlistbuilder_add_revoked_certificate", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L718", "weight": 1.0}, {"source": "base_certificaterevocationlistbuilder", "target": "base_certificaterevocationlistbuilder_sign", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L735", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_revokedcertificatebuilder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L774", "weight": 1.0}, {"source": "base_revokedcertificatebuilder", "target": "base_revokedcertificatebuilder_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L775", "weight": 1.0}, {"source": "base_revokedcertificatebuilder", "target": "base_revokedcertificatebuilder_serial_number", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L785", "weight": 1.0}, {"source": "base_revokedcertificatebuilder", "target": "base_revokedcertificatebuilder_revocation_date", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L803", "weight": 1.0}, {"source": "base_revokedcertificatebuilder", "target": "base_revokedcertificatebuilder_add_extension", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L819", "weight": 1.0}, {"source": "base_revokedcertificatebuilder", "target": "base_revokedcertificatebuilder_build", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L833", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_x509_base_py", "target": "base_random_serial_number", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L847", "weight": 1.0}, {"source": "base_attributenotfound_init", "target": "base_revokedcertificatebuilder_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L58", "weight": 1.0}, {"source": "base_attributes_get_attribute_for_oid", "target": "base_attributenotfound", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L149", "weight": 1.0}, {"source": "base_invalidversion_init", "target": "base_revokedcertificatebuilder_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L159", "weight": 1.0}, {"source": "base_certificatesigningrequestbuilder_subject_name", "target": "base_certificatesigningrequestbuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L273", "weight": 1.0}, {"source": "base_certificatesigningrequestbuilder_add_extension", "target": "base_reject_duplicate_extension", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L287", "weight": 1.0}, {"source": "base_certificatesigningrequestbuilder_add_extension", "target": "base_certificatesigningrequestbuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L289", "weight": 1.0}, {"source": "base_certificatesigningrequestbuilder_add_attribute", "target": "base_reject_duplicate_attribute", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L314", "weight": 1.0}, {"source": "base_certificatesigningrequestbuilder_add_attribute", "target": "base_certificatesigningrequestbuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L321", "weight": 1.0}, {"source": "base_certificatebuilder_issuer_name", "target": "base_certificatebuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L393", "weight": 1.0}, {"source": "base_certificatebuilder_subject_name", "target": "base_certificatebuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L411", "weight": 1.0}, {"source": "base_certificatebuilder_public_key", "target": "base_certificatebuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L448", "weight": 1.0}, {"source": "base_certificatebuilder_serial_number", "target": "base_certificatebuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L475", "weight": 1.0}, {"source": "base_certificatebuilder_not_valid_before", "target": "base_convert_to_naive_utc_time", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L493", "weight": 1.0}, {"source": "base_certificatebuilder_not_valid_before", "target": "base_certificatebuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L504", "weight": 1.0}, {"source": "base_certificatebuilder_not_valid_after", "target": "base_convert_to_naive_utc_time", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L522", "weight": 1.0}, {"source": "base_certificatebuilder_not_valid_after", "target": "base_certificatebuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L535", "weight": 1.0}, {"source": "base_certificatebuilder_add_extension", "target": "base_reject_duplicate_extension", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L555", "weight": 1.0}, {"source": "base_certificatebuilder_add_extension", "target": "base_certificatebuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L557", "weight": 1.0}, {"source": "base_certificaterevocationlistbuilder_issuer_name", "target": "base_certificaterevocationlistbuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L643", "weight": 1.0}, {"source": "base_certificaterevocationlistbuilder_last_update", "target": "base_convert_to_naive_utc_time", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L658", "weight": 1.0}, {"source": "base_certificaterevocationlistbuilder_last_update", "target": "base_certificaterevocationlistbuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L667", "weight": 1.0}, {"source": "base_certificaterevocationlistbuilder_next_update", "target": "base_convert_to_naive_utc_time", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L682", "weight": 1.0}, {"source": "base_certificaterevocationlistbuilder_next_update", "target": "base_certificaterevocationlistbuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L691", "weight": 1.0}, {"source": "base_certificaterevocationlistbuilder_add_extension", "target": "base_reject_duplicate_extension", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L709", "weight": 1.0}, {"source": "base_certificaterevocationlistbuilder_add_extension", "target": "base_certificaterevocationlistbuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L710", "weight": 1.0}, {"source": "base_certificaterevocationlistbuilder_add_revoked_certificate", "target": "base_certificaterevocationlistbuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L727", "weight": 1.0}, {"source": "base_revokedcertificatebuilder_serial_number", "target": "base_revokedcertificatebuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L799", "weight": 1.0}, {"source": "base_revokedcertificatebuilder_revocation_date", "target": "base_convert_to_naive_utc_time", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L810", "weight": 1.0}, {"source": "base_revokedcertificatebuilder_revocation_date", "target": "base_revokedcertificatebuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L815", "weight": 1.0}, {"source": "base_revokedcertificatebuilder_add_extension", "target": "base_reject_duplicate_extension", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L826", "weight": 1.0}, {"source": "base_revokedcertificatebuilder_add_extension", "target": "base_revokedcertificatebuilder", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L827", "weight": 1.0}, {"source": "base_revokedcertificatebuilder_build", "target": "base_rawrevokedcertificate", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L840", "weight": 1.0}, {"source": "base_revokedcertificatebuilder_build", "target": "base_extensions", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L843", "weight": 1.0}, {"source": "base_rationale_83", "target": "base_convert_to_naive_utc_time", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L83", "weight": 1.0}, {"source": "base_rationale_170", "target": "base_revokedcertificate_serial_number", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L170", "weight": 1.0}, {"source": "base_rationale_177", "target": "base_revokedcertificate_revocation_date", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L177", "weight": 1.0}, {"source": "base_rationale_184", "target": "base_revokedcertificate_revocation_date_utc", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L184", "weight": 1.0}, {"source": "base_rationale_192", "target": "base_revokedcertificate_extensions", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L192", "weight": 1.0}, {"source": "base_rationale_258", "target": "base_certificatesigningrequestbuilder_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L258", "weight": 1.0}, {"source": "base_rationale_266", "target": "base_certificatesigningrequestbuilder_subject_name", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L266", "weight": 1.0}, {"source": "base_rationale_280", "target": "base_certificatesigningrequestbuilder_add_extension", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L280", "weight": 1.0}, {"source": "base_rationale_302", "target": "base_certificatesigningrequestbuilder_add_attribute", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L302", "weight": 1.0}, {"source": "base_rationale_336", "target": "base_certificatesigningrequestbuilder_sign", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L336", "weight": 1.0}, {"source": "base_rationale_386", "target": "base_certificatebuilder_issuer_name", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L386", "weight": 1.0}, {"source": "base_rationale_404", "target": "base_certificatebuilder_subject_name", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L404", "weight": 1.0}, {"source": "base_rationale_425", "target": "base_certificatebuilder_public_key", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L425", "weight": 1.0}, {"source": "base_rationale_459", "target": "base_certificatebuilder_serial_number", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L459", "weight": 1.0}, {"source": "base_rationale_486", "target": "base_certificatebuilder_not_valid_before", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L486", "weight": 1.0}, {"source": "base_rationale_515", "target": "base_certificatebuilder_not_valid_after", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L515", "weight": 1.0}, {"source": "base_rationale_548", "target": "base_certificatebuilder_add_extension", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L548", "weight": 1.0}, {"source": "base_rationale_576", "target": "base_certificatebuilder_sign", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L576", "weight": 1.0}, {"source": "base_rationale_702", "target": "base_certificaterevocationlistbuilder_add_extension", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L702", "weight": 1.0}, {"source": "base_rationale_721", "target": "base_certificaterevocationlistbuilder_add_revoked_certificate", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L721", "weight": 1.0}], "raw_calls": [{"caller_nid": "base_attributenotfound_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L58"}, {"caller_nid": "base_reject_duplicate_extension", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L69"}, {"caller_nid": "base_reject_duplicate_attribute", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L79"}, {"caller_nid": "base_convert_to_naive_utc_time", "callee": "utcoffset", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L89"}, {"caller_nid": "base_convert_to_naive_utc_time", "callee": "timedelta", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L90"}, {"caller_nid": "base_convert_to_naive_utc_time", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L91"}, {"caller_nid": "base_attribute_eq", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L119"}, {"caller_nid": "base_attribute_hash", "callee": "hash", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L129"}, {"caller_nid": "base_attributes_init", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L137"}, {"caller_nid": "base_invalidversion_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L159"}, {"caller_nid": "base_revocation_date", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L218"}, {"caller_nid": "base_revocation_date_utc", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L228"}, {"caller_nid": "base_certificatesigningrequestbuilder_subject_name", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L269"}, {"caller_nid": "base_certificatesigningrequestbuilder_subject_name", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L270"}, {"caller_nid": "base_certificatesigningrequestbuilder_subject_name", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L272"}, {"caller_nid": "base_certificatesigningrequestbuilder_add_extension", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L283"}, {"caller_nid": "base_certificatesigningrequestbuilder_add_extension", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L284"}, {"caller_nid": "base_certificatesigningrequestbuilder_add_extension", "callee": "Extension", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L286"}, {"caller_nid": "base_certificatesigningrequestbuilder_add_attribute", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L305"}, {"caller_nid": "base_certificatesigningrequestbuilder_add_attribute", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L306"}, {"caller_nid": "base_certificatesigningrequestbuilder_add_attribute", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L308"}, {"caller_nid": "base_certificatesigningrequestbuilder_add_attribute", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L309"}, {"caller_nid": "base_certificatesigningrequestbuilder_add_attribute", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L311"}, {"caller_nid": "base_certificatesigningrequestbuilder_add_attribute", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L312"}, {"caller_nid": "base_certificatesigningrequestbuilder_sign", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L340"}, {"caller_nid": "base_certificatesigningrequestbuilder_sign", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L343"}, {"caller_nid": "base_certificatesigningrequestbuilder_sign", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L344"}, {"caller_nid": "base_certificatesigningrequestbuilder_sign", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L345"}, {"caller_nid": "base_certificatesigningrequestbuilder_sign", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L346"}, {"caller_nid": "base_certificatesigningrequestbuilder_sign", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L349"}, {"caller_nid": "base_certificatesigningrequestbuilder_sign", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L350"}, {"caller_nid": "base_certificatesigningrequestbuilder_sign", "callee": "create_x509_csr", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L354"}, {"caller_nid": "base_certificatebuilder_issuer_name", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L389"}, {"caller_nid": "base_certificatebuilder_issuer_name", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L390"}, {"caller_nid": "base_certificatebuilder_issuer_name", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L392"}, {"caller_nid": "base_certificatebuilder_subject_name", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L407"}, {"caller_nid": "base_certificatebuilder_subject_name", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L408"}, {"caller_nid": "base_certificatebuilder_subject_name", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L410"}, {"caller_nid": "base_certificatebuilder_public_key", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L428"}, {"caller_nid": "base_certificatebuilder_public_key", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L440"}, {"caller_nid": "base_certificatebuilder_public_key", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L447"}, {"caller_nid": "base_certificatebuilder_serial_number", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L462"}, {"caller_nid": "base_certificatebuilder_serial_number", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L463"}, {"caller_nid": "base_certificatebuilder_serial_number", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L465"}, {"caller_nid": "base_certificatebuilder_serial_number", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L467"}, {"caller_nid": "base_certificatebuilder_serial_number", "callee": "bit_length", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L471"}, {"caller_nid": "base_certificatebuilder_serial_number", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L472"}, {"caller_nid": "base_certificatebuilder_not_valid_before", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L489"}, {"caller_nid": "base_certificatebuilder_not_valid_before", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L490"}, {"caller_nid": "base_certificatebuilder_not_valid_before", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L492"}, {"caller_nid": "base_certificatebuilder_not_valid_before", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L495"}, {"caller_nid": "base_certificatebuilder_not_valid_before", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L500"}, {"caller_nid": "base_certificatebuilder_not_valid_after", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L518"}, {"caller_nid": "base_certificatebuilder_not_valid_after", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L519"}, {"caller_nid": "base_certificatebuilder_not_valid_after", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L521"}, {"caller_nid": "base_certificatebuilder_not_valid_after", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L524"}, {"caller_nid": "base_certificatebuilder_not_valid_after", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L531"}, {"caller_nid": "base_certificatebuilder_add_extension", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L551"}, {"caller_nid": "base_certificatebuilder_add_extension", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L552"}, {"caller_nid": "base_certificatebuilder_add_extension", "callee": "Extension", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L554"}, {"caller_nid": "base_certificatebuilder_sign", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L580"}, {"caller_nid": "base_certificatebuilder_sign", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L583"}, {"caller_nid": "base_certificatebuilder_sign", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L586"}, {"caller_nid": "base_certificatebuilder_sign", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L589"}, {"caller_nid": "base_certificatebuilder_sign", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L592"}, {"caller_nid": "base_certificatebuilder_sign", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L595"}, {"caller_nid": "base_certificatebuilder_sign", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L598"}, {"caller_nid": "base_certificatebuilder_sign", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L599"}, {"caller_nid": "base_certificatebuilder_sign", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L600"}, {"caller_nid": "base_certificatebuilder_sign", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L601"}, {"caller_nid": "base_certificatebuilder_sign", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L604"}, {"caller_nid": "base_certificatebuilder_sign", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L605"}, {"caller_nid": "base_certificatebuilder_sign", "callee": "create_x509_certificate", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L609"}, {"caller_nid": "base_certificaterevocationlistbuilder_issuer_name", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L639"}, {"caller_nid": "base_certificaterevocationlistbuilder_issuer_name", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L640"}, {"caller_nid": "base_certificaterevocationlistbuilder_issuer_name", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L642"}, {"caller_nid": "base_certificaterevocationlistbuilder_last_update", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L654"}, {"caller_nid": "base_certificaterevocationlistbuilder_last_update", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L655"}, {"caller_nid": "base_certificaterevocationlistbuilder_last_update", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L657"}, {"caller_nid": "base_certificaterevocationlistbuilder_last_update", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L660"}, {"caller_nid": "base_certificaterevocationlistbuilder_last_update", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L664"}, {"caller_nid": "base_certificaterevocationlistbuilder_next_update", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L678"}, {"caller_nid": "base_certificaterevocationlistbuilder_next_update", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L679"}, {"caller_nid": "base_certificaterevocationlistbuilder_next_update", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L681"}, {"caller_nid": "base_certificaterevocationlistbuilder_next_update", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L684"}, {"caller_nid": "base_certificaterevocationlistbuilder_next_update", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L688"}, {"caller_nid": "base_certificaterevocationlistbuilder_add_extension", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L705"}, {"caller_nid": "base_certificaterevocationlistbuilder_add_extension", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L706"}, {"caller_nid": "base_certificaterevocationlistbuilder_add_extension", "callee": "Extension", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L708"}, {"caller_nid": "base_certificaterevocationlistbuilder_add_revoked_certificate", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L724"}, {"caller_nid": "base_certificaterevocationlistbuilder_add_revoked_certificate", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L725"}, {"caller_nid": "base_certificaterevocationlistbuilder_sign", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L745"}, {"caller_nid": "base_certificaterevocationlistbuilder_sign", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L748"}, {"caller_nid": "base_certificaterevocationlistbuilder_sign", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L751"}, {"caller_nid": "base_certificaterevocationlistbuilder_sign", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L754"}, {"caller_nid": "base_certificaterevocationlistbuilder_sign", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L755"}, {"caller_nid": "base_certificaterevocationlistbuilder_sign", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L756"}, {"caller_nid": "base_certificaterevocationlistbuilder_sign", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L757"}, {"caller_nid": "base_certificaterevocationlistbuilder_sign", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L760"}, {"caller_nid": "base_certificaterevocationlistbuilder_sign", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L761"}, {"caller_nid": "base_certificaterevocationlistbuilder_sign", "callee": "create_x509_crl", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L765"}, {"caller_nid": "base_revokedcertificatebuilder_serial_number", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L786"}, {"caller_nid": "base_revokedcertificatebuilder_serial_number", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L787"}, {"caller_nid": "base_revokedcertificatebuilder_serial_number", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L789"}, {"caller_nid": "base_revokedcertificatebuilder_serial_number", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L791"}, {"caller_nid": "base_revokedcertificatebuilder_serial_number", "callee": "bit_length", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L795"}, {"caller_nid": "base_revokedcertificatebuilder_serial_number", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L796"}, {"caller_nid": "base_revokedcertificatebuilder_revocation_date", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L806"}, {"caller_nid": "base_revokedcertificatebuilder_revocation_date", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L807"}, {"caller_nid": "base_revokedcertificatebuilder_revocation_date", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L809"}, {"caller_nid": "base_revokedcertificatebuilder_revocation_date", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L812"}, {"caller_nid": "base_revokedcertificatebuilder_add_extension", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L822"}, {"caller_nid": "base_revokedcertificatebuilder_add_extension", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L823"}, {"caller_nid": "base_revokedcertificatebuilder_add_extension", "callee": "Extension", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L825"}, {"caller_nid": "base_revokedcertificatebuilder_build", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L835"}, {"caller_nid": "base_revokedcertificatebuilder_build", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L837"}, {"caller_nid": "base_random_serial_number", "callee": "from_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L848"}, {"caller_nid": "base_random_serial_number", "callee": "urandom", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/x509/base.py", "source_location": "L848"}]} |