1 line
6.2 KiB
JSON
1 line
6.2 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_twofactor_totp_py", "label": "totp.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L1"}, {"id": "totp_totp", "label": "TOTP", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L19"}, {"id": "totp_totp_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L20"}, {"id": "totp_totp_generate", "label": ".generate()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L34"}, {"id": "totp_totp_verify", "label": ".verify()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L43"}, {"id": "totp_totp_get_provisioning_uri", "label": ".get_provisioning_uri()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L47"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_twofactor_totp_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_twofactor_totp_py", "target": "cryptography_hazmat_primitives", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_twofactor_totp_py", "target": "cryptography_hazmat_primitives_twofactor", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_twofactor_totp_py", "target": "cryptography_hazmat_primitives_twofactor_hotp", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_twofactor_totp_py", "target": "cryptography_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_twofactor_totp_py", "target": "totp_totp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L19", "weight": 1.0}, {"source": "totp_totp", "target": "totp_totp_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L20", "weight": 1.0}, {"source": "totp_totp", "target": "totp_totp_generate", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L34", "weight": 1.0}, {"source": "totp_totp", "target": "totp_totp_verify", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L43", "weight": 1.0}, {"source": "totp_totp", "target": "totp_totp_get_provisioning_uri", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L47", "weight": 1.0}, {"source": "totp_totp_verify", "target": "totp_totp_generate", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L44", "weight": 1.0}], "raw_calls": [{"caller_nid": "totp_totp_init", "callee": "HOTP", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L30"}, {"caller_nid": "totp_totp_generate", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L35"}, {"caller_nid": "totp_totp_generate", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L36"}, {"caller_nid": "totp_totp_generate", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L40"}, {"caller_nid": "totp_totp_verify", "callee": "bytes_eq", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L44"}, {"caller_nid": "totp_totp_verify", "callee": "InvalidToken", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L45"}, {"caller_nid": "totp_totp_get_provisioning_uri", "callee": "_generate_uri", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L50"}, {"caller_nid": "totp_totp_get_provisioning_uri", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/twofactor/totp.py", "source_location": "L55"}]} |