Files
tfm_ainventory/graphify-out/cache/293f851de975806ac11a6c65318051a3a9a5b5f9dc471a417e44484fa070aa11.json

1 line
16 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_decrepit_ciphers_algorithms_py", "label": "algorithms.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L1"}, {"id": "algorithms_arc4", "label": "ARC4", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L14"}, {"id": "cipheralgorithm", "label": "CipherAlgorithm", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "algorithms_arc4_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L18"}, {"id": "algorithms_key_size", "label": "key_size()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L22"}, {"id": "algorithms_tripledes", "label": "TripleDES", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L26"}, {"id": "blockcipheralgorithm", "label": "BlockCipherAlgorithm", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "algorithms_tripledes_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L31"}, {"id": "algorithms_des", "label": "_DES", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L44"}, {"id": "algorithms_blowfish", "label": "Blowfish", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L48"}, {"id": "algorithms_blowfish_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L53"}, {"id": "algorithms_cast5", "label": "CAST5", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L61"}, {"id": "algorithms_cast5_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L66"}, {"id": "algorithms_seed", "label": "SEED", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L74"}, {"id": "algorithms_seed_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L79"}, {"id": "algorithms_idea", "label": "IDEA", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L87"}, {"id": "algorithms_idea_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L92"}, {"id": "algorithms_rc2", "label": "RC2", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L102"}, {"id": "algorithms_rc2_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L107"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_decrepit_ciphers_algorithms_py", "target": "cryptography_hazmat_primitives_cipheralgorithm", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_decrepit_ciphers_algorithms_py", "target": "algorithms_arc4", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L14", "weight": 1.0}, {"source": "algorithms_arc4", "target": "cipheralgorithm", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L14", "weight": 1.0}, {"source": "algorithms_arc4", "target": "algorithms_arc4_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_decrepit_ciphers_algorithms_py", "target": "algorithms_key_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_decrepit_ciphers_algorithms_py", "target": "algorithms_tripledes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L26", "weight": 1.0}, {"source": "algorithms_tripledes", "target": "blockcipheralgorithm", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L26", "weight": 1.0}, {"source": "algorithms_tripledes", "target": "algorithms_tripledes_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_decrepit_ciphers_algorithms_py", "target": "algorithms_key_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_decrepit_ciphers_algorithms_py", "target": "algorithms_des", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L44", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_decrepit_ciphers_algorithms_py", "target": "algorithms_blowfish", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L48", "weight": 1.0}, {"source": "algorithms_blowfish", "target": "blockcipheralgorithm", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L48", "weight": 1.0}, {"source": "algorithms_blowfish", "target": "algorithms_blowfish_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L53", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_decrepit_ciphers_algorithms_py", "target": "algorithms_key_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L57", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_decrepit_ciphers_algorithms_py", "target": "algorithms_cast5", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L61", "weight": 1.0}, {"source": "algorithms_cast5", "target": "blockcipheralgorithm", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L61", "weight": 1.0}, {"source": "algorithms_cast5", "target": "algorithms_cast5_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L66", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_decrepit_ciphers_algorithms_py", "target": "algorithms_key_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L70", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_decrepit_ciphers_algorithms_py", "target": "algorithms_seed", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L74", "weight": 1.0}, {"source": "algorithms_seed", "target": "blockcipheralgorithm", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L74", "weight": 1.0}, {"source": "algorithms_seed", "target": "algorithms_seed_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L79", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_decrepit_ciphers_algorithms_py", "target": "algorithms_key_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L83", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_decrepit_ciphers_algorithms_py", "target": "algorithms_idea", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L87", "weight": 1.0}, {"source": "algorithms_idea", "target": "blockcipheralgorithm", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L87", "weight": 1.0}, {"source": "algorithms_idea", "target": "algorithms_idea_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L92", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_decrepit_ciphers_algorithms_py", "target": "algorithms_key_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L96", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_decrepit_ciphers_algorithms_py", "target": "algorithms_rc2", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L102", "weight": 1.0}, {"source": "algorithms_rc2", "target": "blockcipheralgorithm", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L102", "weight": 1.0}, {"source": "algorithms_rc2", "target": "algorithms_rc2_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L107", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_decrepit_ciphers_algorithms_py", "target": "algorithms_key_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L111", "weight": 1.0}], "raw_calls": [{"caller_nid": "algorithms_arc4_init", "callee": "_verify_key_size", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L19"}, {"caller_nid": "algorithms_key_size", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L23"}, {"caller_nid": "algorithms_tripledes_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L32"}, {"caller_nid": "algorithms_tripledes_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L34"}, {"caller_nid": "algorithms_tripledes_init", "callee": "_verify_key_size", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L36"}, {"caller_nid": "algorithms_key_size", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L40"}, {"caller_nid": "algorithms_blowfish_init", "callee": "_verify_key_size", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L54"}, {"caller_nid": "algorithms_key_size", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L58"}, {"caller_nid": "algorithms_cast5_init", "callee": "_verify_key_size", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L67"}, {"caller_nid": "algorithms_key_size", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L71"}, {"caller_nid": "algorithms_seed_init", "callee": "_verify_key_size", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L80"}, {"caller_nid": "algorithms_key_size", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L84"}, {"caller_nid": "algorithms_idea_init", "callee": "_verify_key_size", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L93"}, {"caller_nid": "algorithms_key_size", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L97"}, {"caller_nid": "algorithms_rc2_init", "callee": "_verify_key_size", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L108"}, {"caller_nid": "algorithms_key_size", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py", "source_location": "L112"}]}