Files
tfm_ainventory/graphify-out/cache/32780d867213e239a3586d72f4ef8efb5282df1531ad79c20dfb8d9fb100e5fb.json

1 line
3.8 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_rsa_core_py", "label": "core.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L1"}, {"id": "core_assert_int", "label": "assert_int()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L22"}, {"id": "core_encrypt_int", "label": "encrypt_int()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L29"}, {"id": "core_decrypt_int", "label": "decrypt_int()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L45"}, {"id": "core_rationale_30", "label": "Encrypts a message using encryption key 'ekey', working modulo n", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L30"}, {"id": "core_rationale_46", "label": "Decrypts a cypher text using the decryption key 'dkey', working modulo n", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L46"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_rsa_core_py", "target": "core_assert_int", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_core_py", "target": "core_encrypt_int", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_core_py", "target": "core_decrypt_int", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L45", "weight": 1.0}, {"source": "core_encrypt_int", "target": "core_assert_int", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L32", "weight": 1.0}, {"source": "core_decrypt_int", "target": "core_assert_int", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L48", "weight": 1.0}, {"source": "core_rationale_30", "target": "core_encrypt_int", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L30", "weight": 1.0}, {"source": "core_rationale_46", "target": "core_decrypt_int", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L46", "weight": 1.0}], "raw_calls": [{"caller_nid": "core_assert_int", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L23"}, {"caller_nid": "core_assert_int", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L26"}, {"caller_nid": "core_encrypt_int", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L37"}, {"caller_nid": "core_encrypt_int", "callee": "OverflowError", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L40"}, {"caller_nid": "core_encrypt_int", "callee": "pow", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L42"}, {"caller_nid": "core_decrypt_int", "callee": "pow", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/core.py", "source_location": "L52"}]}