LICENSE
MANIFEST.in
README.md
requirements.txt
requirements.txt.lock
setup.cfg
setup.py
dependency_observatory_scanner.egg-info/PKG-INFO
dependency_observatory_scanner.egg-info/SOURCES.txt
dependency_observatory_scanner.egg-info/dependency_links.txt
dependency_observatory_scanner.egg-info/requires.txt
dependency_observatory_scanner.egg-info/top_level.txt
dependency_observatory_scanner.egg-info/zip-safe
fpr/__init__.py
fpr/graph_util.py
fpr/quiz_util.py
fpr/run_pipeline.py
fpr/rx_util.py
fpr/serialize_util.py
fpr/clients/__init__.py
fpr/clients/cratesio.py
fpr/clients/npm_registry.py
fpr/clients/npmsio.py
fpr/db/__init__.py
fpr/db/connect.py
fpr/db/schema.py
fpr/docker/__init__.py
fpr/docker/client.py
fpr/docker/containers.py
fpr/docker/images.py
fpr/docker/log_reader.py
fpr/docker/volumes.py
fpr/models/__init__.py
fpr/models/docker_image.py
fpr/models/git_ref.py
fpr/models/github.py
fpr/models/language.py
fpr/models/nodejs.py
fpr/models/org_repo.py
fpr/models/package_meta_result.py
fpr/models/pipeline.py
fpr/models/rust.py
fpr/pipelines/__init__.py
fpr/pipelines/crate_graph.py
fpr/pipelines/dep_graph.py
fpr/pipelines/fetch_package_data.py
fpr/pipelines/find_dep_files.py
fpr/pipelines/find_git_refs.py
fpr/pipelines/github_metadata.py
fpr/pipelines/postprocess.py
fpr/pipelines/run_repo_tasks.py
fpr/pipelines/rust_changelog.py
fpr/pipelines/save_to_db.py
fpr/pipelines/util.py
tests/fixtures/REPO_DEP_MANIFESTS_first_page_response_next_page.json
tests/fixtures/REPO_DEP_MANIFESTS_first_page_response_no_next_page.json
tests/fixtures/REPO_DEP_MANIFEST_DEPS_first_page_response_next_page.json
tests/fixtures/REPO_DEP_MANIFEST_DEPS_first_page_response_no_next_page.json
tests/fixtures/REPO_LANGS_first_page_response_next_page.json
tests/fixtures/REPO_LANGS_first_page_response_no_next_page.json
tests/fixtures/REPO_VULN_ALERTS_first_page_response_next_page.json
tests/fixtures/REPO_VULN_ALERTS_first_page_response_no_next_page.json
tests/fixtures/REPO_VULN_ALERT_VULNS_first_page_response_next_page.json
tests/fixtures/REPO_VULN_ALERT_VULNS_first_page_response_no_next_page.json
tests/fixtures/REPO_first_page_response_no_next_page.json
tests/fixtures/channelserver_changelog.jsonl
tests/fixtures/channelserver_tags.jsonl
tests/fixtures/channelserver_tags_metadata.jsonl
tests/fixtures/crate_graph_serialized.json
tests/fixtures/dep_graph_serialized.json
tests/fixtures/fetch_package_data_serialized.json
tests/fixtures/find_dep_files_serialized.json
tests/fixtures/find_git_refs_serialized.json
tests/fixtures/github_metadata_serialized.json
tests/fixtures/mozilla_services_channelserver_79157df7b193857a2e7e3fe8e61e38305e1d47d4_cargo_audit_output.json
tests/fixtures/mozilla_services_channelserver_79157df7b193857a2e7e3fe8e61e38305e1d47d4_cargo_metadata_output.json
tests/fixtures/mozilla_services_channelserver_branch.jsonl
tests/fixtures/mozilla_services_channelserver_commit.jsonl
tests/fixtures/mozilla_services_channelserver_tag.jsonl
tests/fixtures/mozilla_services_fxa_branch.jsonl
tests/fixtures/postprocess_serialized.json
tests/fixtures/run_repo_tasks_serialized.json
tests/fixtures/rust_changelog_serialized.json
tests/fixtures/graphql/github_schema.json
tests/fixtures/nodejs/flatten/input/nested_many_levels_with_decamelize_1.2.0_duplicate.json
tests/fixtures/nodejs/flatten/input/one_dep.json
tests/fixtures/nodejs/flatten/input/three_deps_two_nested.json
tests/fixtures/nodejs/flatten/input/two_deps.json
tests/fixtures/nodejs/flatten/input/zero_deps.json
tests/fixtures/nodejs/flatten/output/nested_many_levels_with_decamelize_1.2.0_duplicate.json
tests/fixtures/nodejs/flatten/output/one_dep.json
tests/fixtures/nodejs/flatten/output/three_deps_two_nested.json
tests/fixtures/nodejs/flatten/output/two_deps.json
tests/fixtures/nodejs/flatten/output/zero_deps.json
tests/fixtures/nodejs/visit/input/nested_many_levels_with_decamelize_1.2.0_duplicate.json
tests/fixtures/nodejs/visit/input/one_dep.json
tests/fixtures/nodejs/visit/input/three_deps_two_nested.json
tests/fixtures/nodejs/visit/input/two_deps.json
tests/fixtures/nodejs/visit/input/zero_deps.json
tests/fixtures/nodejs/visit/output/nested_many_levels_with_decamelize_1.2.0_duplicate.json
tests/fixtures/nodejs/visit/output/one_dep.json
tests/fixtures/nodejs/visit/output/three_deps_two_nested.json
tests/fixtures/nodejs/visit/output/two_deps.json
tests/fixtures/nodejs/visit/output/zero_deps.json
tests/integration/context.py
tests/unit/context.py
tests/unit/test_docker_log_reader.py
tests/unit/test_github_models.py
tests/unit/test_nodejs_models.py
tests/unit/test_pipelines_serialize.py
tests/unit/test_quiz_util.py
tests/unit/test_serialize_util.py