Files
tfm_ainventory/graphify-out/cache/c0b200795eb89cb40fa56d7ee3840ca4f3b6b12ba233645a90dccd4c27fc3501.json

1 line
36 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "label": "modes.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L1"}, {"id": "modes_mode", "label": "Mode", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L18"}, {"id": "modes_name", "label": "name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L21"}, {"id": "modes_validate_for_algorithm", "label": "validate_for_algorithm()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L27"}, {"id": "modes_modewithinitializationvector", "label": "ModeWithInitializationVector", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L34"}, {"id": "modes_initialization_vector", "label": "initialization_vector()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L37"}, {"id": "modes_modewithtweak", "label": "ModeWithTweak", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L43"}, {"id": "modes_tweak", "label": "tweak()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L46"}, {"id": "modes_modewithnonce", "label": "ModeWithNonce", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L52"}, {"id": "modes_nonce", "label": "nonce()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L55"}, {"id": "modes_modewithauthenticationtag", "label": "ModeWithAuthenticationTag", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L61"}, {"id": "modes_tag", "label": "tag()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L64"}, {"id": "modes_check_aes_key_length", "label": "_check_aes_key_length()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L70"}, {"id": "modes_check_iv_length", "label": "_check_iv_length()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L77"}, {"id": "modes_check_nonce_length", "label": "_check_nonce_length()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L85"}, {"id": "modes_check_iv_and_key_length", "label": "_check_iv_and_key_length()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L97"}, {"id": "modes_cbc", "label": "CBC", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L109"}, {"id": "modes_cbc_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L112"}, {"id": "modes_xts", "label": "XTS", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L123"}, {"id": "modes_xts_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L126"}, {"id": "modes_xts_validate_for_algorithm", "label": ".validate_for_algorithm()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L138"}, {"id": "modes_ecb", "label": "ECB", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L152"}, {"id": "modes_ofb", "label": "OFB", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L158"}, {"id": "modes_ofb_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L161"}, {"id": "modes_cfb", "label": "CFB", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L172"}, {"id": "modes_cfb_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L175"}, {"id": "modes_cfb8", "label": "CFB8", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L186"}, {"id": "modes_cfb8_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L189"}, {"id": "modes_ctr", "label": "CTR", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L200"}, {"id": "modes_ctr_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L203"}, {"id": "modes_ctr_validate_for_algorithm", "label": ".validate_for_algorithm()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L211"}, {"id": "modes_gcm", "label": "GCM", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L216"}, {"id": "modes_gcm_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L221"}, {"id": "modes_gcm_validate_for_algorithm", "label": ".validate_for_algorithm()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L256"}, {"id": "modes_rationale_22", "label": "A string naming this mode (e.g. \"ECB\", \"CBC\").", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L22"}, {"id": "modes_rationale_28", "label": "Checks that all the necessary invariants of this (mode, algorithm) combi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L28"}, {"id": "modes_rationale_38", "label": "The value of the initialization vector for this mode as bytes.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L38"}, {"id": "modes_rationale_47", "label": "The value of the tweak for this mode as bytes.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L47"}, {"id": "modes_rationale_56", "label": "The value of the nonce for this mode as bytes.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L56"}, {"id": "modes_rationale_65", "label": "The value of the tag supplied to the constructor of this mode.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L65"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "abc", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "cryptography", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "cryptography_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "cryptography_hazmat_primitives_cipheralgorithm", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "cryptography_hazmat_primitives_ciphers", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_mode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_validate_for_algorithm", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_modewithinitializationvector", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L34", "weight": 1.0}, {"source": "modes_modewithinitializationvector", "target": "modes_mode", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_initialization_vector", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_modewithtweak", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L43", "weight": 1.0}, {"source": "modes_modewithtweak", "target": "modes_mode", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_tweak", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L46", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_modewithnonce", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L52", "weight": 1.0}, {"source": "modes_modewithnonce", "target": "modes_mode", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L52", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_nonce", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L55", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_modewithauthenticationtag", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L61", "weight": 1.0}, {"source": "modes_modewithauthenticationtag", "target": "modes_mode", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L61", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_tag", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L64", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_check_aes_key_length", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L70", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_check_iv_length", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L77", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_check_nonce_length", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L85", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_check_iv_and_key_length", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L97", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_cbc", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L109", "weight": 1.0}, {"source": "modes_cbc", "target": "modes_modewithinitializationvector", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L109", "weight": 1.0}, {"source": "modes_cbc", "target": "modes_cbc_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L112", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_initialization_vector", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L117", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_xts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L123", "weight": 1.0}, {"source": "modes_xts", "target": "modes_modewithtweak", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L123", "weight": 1.0}, {"source": "modes_xts", "target": "modes_xts_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L126", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_tweak", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L135", "weight": 1.0}, {"source": "modes_xts", "target": "modes_xts_validate_for_algorithm", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L138", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_ecb", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L152", "weight": 1.0}, {"source": "modes_ecb", "target": "modes_mode", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L152", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_ofb", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L158", "weight": 1.0}, {"source": "modes_ofb", "target": "modes_modewithinitializationvector", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L158", "weight": 1.0}, {"source": "modes_ofb", "target": "modes_ofb_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L161", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_initialization_vector", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L166", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_cfb", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L172", "weight": 1.0}, {"source": "modes_cfb", "target": "modes_modewithinitializationvector", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L172", "weight": 1.0}, {"source": "modes_cfb", "target": "modes_cfb_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L175", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_initialization_vector", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L180", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_cfb8", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L186", "weight": 1.0}, {"source": "modes_cfb8", "target": "modes_modewithinitializationvector", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L186", "weight": 1.0}, {"source": "modes_cfb8", "target": "modes_cfb8_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L189", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_initialization_vector", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L194", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_ctr", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L200", "weight": 1.0}, {"source": "modes_ctr", "target": "modes_modewithnonce", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L200", "weight": 1.0}, {"source": "modes_ctr", "target": "modes_ctr_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L203", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_nonce", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L208", "weight": 1.0}, {"source": "modes_ctr", "target": "modes_ctr_validate_for_algorithm", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L211", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_gcm", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L216", "weight": 1.0}, {"source": "modes_gcm", "target": "modes_modewithinitializationvector", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L216", "weight": 1.0}, {"source": "modes_gcm", "target": "modes_modewithauthenticationtag", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L216", "weight": 1.0}, {"source": "modes_gcm", "target": "modes_gcm_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L221", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_tag", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L249", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_ciphers_modes_py", "target": "modes_initialization_vector", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L253", "weight": 1.0}, {"source": "modes_gcm", "target": "modes_gcm_validate_for_algorithm", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L256", "weight": 1.0}, {"source": "modes_check_iv_and_key_length", "target": "modes_check_aes_key_length", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L105", "weight": 1.0}, {"source": "modes_check_iv_and_key_length", "target": "modes_check_iv_length", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L106", "weight": 1.0}, {"source": "modes_ctr_validate_for_algorithm", "target": "modes_check_aes_key_length", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L212", "weight": 1.0}, {"source": "modes_ctr_validate_for_algorithm", "target": "modes_check_nonce_length", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L213", "weight": 1.0}, {"source": "modes_gcm_validate_for_algorithm", "target": "modes_check_aes_key_length", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L257", "weight": 1.0}, {"source": "modes_rationale_22", "target": "modes_mode_name", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L22", "weight": 1.0}, {"source": "modes_rationale_28", "target": "modes_mode_validate_for_algorithm", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L28", "weight": 1.0}, {"source": "modes_rationale_38", "target": "modes_modewithinitializationvector_initialization_vector", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L38", "weight": 1.0}, {"source": "modes_rationale_47", "target": "modes_modewithtweak_tweak", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L47", "weight": 1.0}, {"source": "modes_rationale_56", "target": "modes_modewithnonce_nonce", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L56", "weight": 1.0}, {"source": "modes_rationale_65", "target": "modes_modewithauthenticationtag_tag", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L65", "weight": 1.0}], "raw_calls": [{"caller_nid": "modes_check_aes_key_length", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L72"}, {"caller_nid": "modes_check_iv_length", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L80"}, {"caller_nid": "modes_check_iv_length", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L82"}, {"caller_nid": "modes_check_nonce_length", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L88"}, {"caller_nid": "modes_check_nonce_length", "callee": "UnsupportedAlgorithm", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L89"}, {"caller_nid": "modes_check_nonce_length", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L93"}, {"caller_nid": "modes_check_nonce_length", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L94"}, {"caller_nid": "modes_check_nonce_length", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L94"}, {"caller_nid": "modes_check_iv_and_key_length", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L100"}, {"caller_nid": "modes_check_iv_and_key_length", "callee": "UnsupportedAlgorithm", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L101"}, {"caller_nid": "modes_cbc_init", "callee": "_check_byteslike", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L113"}, {"caller_nid": "modes_xts_init", "callee": "_check_byteslike", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L127"}, {"caller_nid": "modes_xts_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L129"}, {"caller_nid": "modes_xts_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L130"}, {"caller_nid": "modes_xts_validate_for_algorithm", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L139"}, {"caller_nid": "modes_xts_validate_for_algorithm", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L140"}, {"caller_nid": "modes_xts_validate_for_algorithm", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L146"}, {"caller_nid": "modes_ofb_init", "callee": "_check_byteslike", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L162"}, {"caller_nid": "modes_cfb_init", "callee": "_check_byteslike", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L176"}, {"caller_nid": "modes_cfb8_init", "callee": "_check_byteslike", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L190"}, {"caller_nid": "modes_ctr_init", "callee": "_check_byteslike", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L204"}, {"caller_nid": "modes_gcm_init", "callee": "_check_byteslike", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L229"}, {"caller_nid": "modes_gcm_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L230"}, {"caller_nid": "modes_gcm_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L230"}, {"caller_nid": "modes_gcm_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L231"}, {"caller_nid": "modes_gcm_init", "callee": "_check_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L237"}, {"caller_nid": "modes_gcm_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L239"}, {"caller_nid": "modes_gcm_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L240"}, {"caller_nid": "modes_gcm_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L241"}, {"caller_nid": "modes_gcm_validate_for_algorithm", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L258"}, {"caller_nid": "modes_gcm_validate_for_algorithm", "callee": "UnsupportedAlgorithm", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L259"}, {"caller_nid": "modes_gcm_validate_for_algorithm", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L264"}, {"caller_nid": "modes_gcm_validate_for_algorithm", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py", "source_location": "L265"}]}