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

1 line
16 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_jose_backends_ecdsa_backend_py", "label": "ecdsa_backend.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L1"}, {"id": "ecdsa_backend_ecdsaeckey", "label": "ECDSAECKey", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L11"}, {"id": "key", "label": "Key", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "ecdsa_backend_ecdsaeckey_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L36"}, {"id": "ecdsa_backend_ecdsaeckey_process_jwk", "label": "._process_jwk()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L76"}, {"id": "ecdsa_backend_ecdsaeckey_sign", "label": ".sign()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L98"}, {"id": "ecdsa_backend_ecdsaeckey_verify", "label": ".verify()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L103"}, {"id": "ecdsa_backend_ecdsaeckey_is_public", "label": ".is_public()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L111"}, {"id": "ecdsa_backend_ecdsaeckey_public_key", "label": ".public_key()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L114"}, {"id": "ecdsa_backend_ecdsaeckey_to_pem", "label": ".to_pem()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L119"}, {"id": "ecdsa_backend_ecdsaeckey_to_dict", "label": ".to_dict()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L122"}, {"id": "ecdsa_backend_rationale_12", "label": "Performs signing and verification operations using ECDSA and the specified h", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L12"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_jose_backends_ecdsa_backend_py", "target": "hashlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_ecdsa_backend_py", "target": "ecdsa", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_ecdsa_backend_py", "target": "jose_backends_base", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_ecdsa_backend_py", "target": "jose_constants", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_ecdsa_backend_py", "target": "jose_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_ecdsa_backend_py", "target": "jose_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_jose_backends_ecdsa_backend_py", "target": "ecdsa_backend_ecdsaeckey", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L11", "weight": 1.0}, {"source": "ecdsa_backend_ecdsaeckey", "target": "key", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L11", "weight": 1.0}, {"source": "ecdsa_backend_ecdsaeckey", "target": "ecdsa_backend_ecdsaeckey_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L36", "weight": 1.0}, {"source": "ecdsa_backend_ecdsaeckey", "target": "ecdsa_backend_ecdsaeckey_process_jwk", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L76", "weight": 1.0}, {"source": "ecdsa_backend_ecdsaeckey", "target": "ecdsa_backend_ecdsaeckey_sign", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L98", "weight": 1.0}, {"source": "ecdsa_backend_ecdsaeckey", "target": "ecdsa_backend_ecdsaeckey_verify", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L103", "weight": 1.0}, {"source": "ecdsa_backend_ecdsaeckey", "target": "ecdsa_backend_ecdsaeckey_is_public", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L111", "weight": 1.0}, {"source": "ecdsa_backend_ecdsaeckey", "target": "ecdsa_backend_ecdsaeckey_public_key", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L114", "weight": 1.0}, {"source": "ecdsa_backend_ecdsaeckey", "target": "ecdsa_backend_ecdsaeckey_to_pem", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L119", "weight": 1.0}, {"source": "ecdsa_backend_ecdsaeckey", "target": "ecdsa_backend_ecdsaeckey_to_dict", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L122", "weight": 1.0}, {"source": "ecdsa_backend_ecdsaeckey_init", "target": "ecdsa_backend_ecdsaeckey_process_jwk", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L54", "weight": 1.0}, {"source": "ecdsa_backend_ecdsaeckey_public_key", "target": "ecdsa_backend_ecdsaeckey_is_public", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L115", "weight": 1.0}, {"source": "ecdsa_backend_ecdsaeckey_to_dict", "target": "ecdsa_backend_ecdsaeckey_is_public", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L123", "weight": 1.0}, {"source": "ecdsa_backend_rationale_12", "target": "ecdsa_backend_ecdsaeckey", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L12", "weight": 1.0}], "raw_calls": [{"caller_nid": "ecdsa_backend_ecdsaeckey_init", "callee": "JWKError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L38"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L40"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L47"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L49"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L53"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L57"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_init", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L58"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L60"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_init", "callee": "from_pem", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L65"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_init", "callee": "from_pem", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L67"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_init", "callee": "JWKError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L69"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_init", "callee": "JWKError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L74"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_process_jwk", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L77"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_process_jwk", "callee": "JWKError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L78"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_process_jwk", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L78"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_process_jwk", "callee": "all", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L80"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_process_jwk", "callee": "JWKError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L81"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_process_jwk", "callee": "base64_to_long", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L86"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_process_jwk", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L86"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_process_jwk", "callee": "from_secret_exponent", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L87"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_process_jwk", "callee": "base64_to_long", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L89"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_process_jwk", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L89"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_process_jwk", "callee": "base64_to_long", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L90"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_process_jwk", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L90"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_process_jwk", "callee": "point_is_valid", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L92"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_process_jwk", "callee": "JWKError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L93"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_process_jwk", "callee": "Point", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L95"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_process_jwk", "callee": "from_public_point", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L96"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_is_public", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L112"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_public_key", "callee": "__class__", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L117"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_public_key", "callee": "get_verifying_key", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L117"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_to_dict", "callee": "get_verifying_key", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L124"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_to_dict", "callee": "KeyError", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L132"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_to_dict", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L143"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_to_dict", "callee": "long_to_base64", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L143"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_to_dict", "callee": "x", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L143"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_to_dict", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L144"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_to_dict", "callee": "long_to_base64", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L144"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_to_dict", "callee": "y", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L144"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_to_dict", "callee": "decode", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L148"}, {"caller_nid": "ecdsa_backend_ecdsaeckey_to_dict", "callee": "long_to_base64", "source_file": "backend/venv/lib/python3.12/site-packages/jose/backends/ecdsa_backend.py", "source_location": "L148"}]}