Files
tfm_ainventory/graphify-out/cache/25c2ab7b2b617b581411023a45fe79ccf74663c520bc1e6dffade77a7070c6af.json

1 line
9.8 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_passlib_handlers_mysql_py", "label": "mysql.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L1"}, {"id": "mysql_mysql323", "label": "mysql323", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L45"}, {"id": "mysql_norm_hash", "label": "_norm_hash()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L63"}, {"id": "mysql_mysql323_calc_checksum", "label": "._calc_checksum()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L66"}, {"id": "mysql_mysql41", "label": "mysql41", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L94"}, {"id": "mysql_mysql41_calc_checksum", "label": "._calc_checksum()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L116"}, {"id": "mysql_rationale_1", "label": "passlib.handlers.mysql MySQL 3.2.3 / OLD_PASSWORD() This implements Mysql'", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L1"}, {"id": "mysql_rationale_46", "label": "This class implements the MySQL 3.2.3 password hash, and follows the :ref:`passw", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L46"}, {"id": "mysql_rationale_95", "label": "This class implements the MySQL 4.1 password hash, and follows the :ref:`passwor", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L95"}, {"id": "mysql_rationale_67", "label": "# FIXME: no idea if mysql has a policy about handling unicode passwords", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L67"}, {"id": "mysql_rationale_117", "label": "# FIXME: no idea if mysql has a policy about handling unicode passwords", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L117"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_mysql_py", "target": "hashlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_mysql_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_mysql_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_mysql_py", "target": "warnings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_mysql_py", "target": "passlib_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_mysql_py", "target": "passlib_utils_compat", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_mysql_py", "target": "passlib_utils_handlers", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_mysql_py", "target": "mysql_mysql323", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L45", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_mysql_py", "target": "mysql_norm_hash", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L63", "weight": 1.0}, {"source": "mysql_mysql323", "target": "mysql_mysql323_calc_checksum", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L66", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_mysql_py", "target": "mysql_mysql41", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L94", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_passlib_handlers_mysql_py", "target": "mysql_norm_hash", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L113", "weight": 1.0}, {"source": "mysql_mysql41", "target": "mysql_mysql41_calc_checksum", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L116", "weight": 1.0}, {"source": "mysql_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_passlib_handlers_mysql_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L1", "weight": 1.0}, {"source": "mysql_rationale_46", "target": "mysql_mysql323", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L46", "weight": 1.0}, {"source": "mysql_rationale_95", "target": "mysql_mysql41", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L95", "weight": 1.0}, {"source": "mysql_rationale_67", "target": "backend_venv_lib_python3_12_site_packages_passlib_handlers_mysql_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L67", "weight": 1.0}, {"source": "mysql_rationale_117", "target": "backend_venv_lib_python3_12_site_packages_passlib_handlers_mysql_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L117", "weight": 1.0}], "raw_calls": [{"caller_nid": "mysql_norm_hash", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L64"}, {"caller_nid": "mysql_mysql323_calc_checksum", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L68"}, {"caller_nid": "mysql_mysql323_calc_checksum", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L69"}, {"caller_nid": "mysql_mysql323_calc_checksum", "callee": "byte_elem_value", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L81"}, {"caller_nid": "mysql_mysql323_calc_checksum", "callee": "u", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L85"}, {"caller_nid": "mysql_norm_hash", "callee": "upper", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L114"}, {"caller_nid": "mysql_mysql41_calc_checksum", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L118"}, {"caller_nid": "mysql_mysql41_calc_checksum", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L119"}, {"caller_nid": "mysql_mysql41_calc_checksum", "callee": "upper", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L120"}, {"caller_nid": "mysql_mysql41_calc_checksum", "callee": "str_to_uascii", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L120"}, {"caller_nid": "mysql_mysql41_calc_checksum", "callee": "hexdigest", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L120"}, {"caller_nid": "mysql_mysql41_calc_checksum", "callee": "sha1", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L120"}, {"caller_nid": "mysql_mysql41_calc_checksum", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L120"}, {"caller_nid": "mysql_mysql41_calc_checksum", "callee": "sha1", "source_file": "backend/venv/lib/python3.12/site-packages/passlib/handlers/mysql.py", "source_location": "L120"}]}