voidaccess 1.4.4__tar.gz → 1.4.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {voidaccess-1.4.4/voidaccess.egg-info → voidaccess-1.4.5}/PKG-INFO +1 -1
- {voidaccess-1.4.4 → voidaccess-1.4.5}/pyproject.toml +1 -1
- {voidaccess-1.4.4 → voidaccess-1.4.5/voidaccess.egg-info}/PKG-INFO +1 -1
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess_cli/adapters/sqlite.py +4 -2
- {voidaccess-1.4.4 → voidaccess-1.4.5}/LICENSE +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/README.md +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/analysis/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/analysis/opsec.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/analysis/patterns.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/analysis/temporal.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/api/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/api/auth.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/api/main.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/api/routes/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/api/routes/admin.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/api/routes/auth.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/api/routes/entities.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/api/routes/export.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/api/routes/investigations.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/api/routes/monitors.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/api/routes/search.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/api/routes/settings.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/auth/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/auth/token_blacklist.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/config.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/crawler/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/crawler/dedup.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/crawler/frontier.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/crawler/spider.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/crawler/utils.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/env.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0001_initial_schema.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0002_add_investigation_status_column.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0002_add_missing_tables.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0003_add_canonical_value_and_entity_links.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0004_add_page_posted_at.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0005_add_extraction_method.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0006_add_monitor_alerts.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0007_add_actor_style_profiles.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0008_add_users_table.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0009_add_investigation_id_to_relationships.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0010_add_composite_index_entity_relationships.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0011_add_page_extraction_cache.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0013_add_graph_status.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0015_add_progress_fields.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0016_backfill_graph_status.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0017_add_user_api_keys.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0018_add_user_id_to_investigations.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0019_add_content_safety_log.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0020_add_entity_source_tracking.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/models.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/queries.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/db/session.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/export/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/export/misp.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/export/sigma.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/export/stix.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/extractor/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/extractor/llm_extract.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/extractor/ner.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/extractor/normalizer.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/extractor/pipeline.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/extractor/regex_patterns.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/fingerprint/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/fingerprint/profiler.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/fingerprint/stylometry.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/graph/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/graph/builder.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/graph/export.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/graph/model.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/graph/queries.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/graph/visualize.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/i18n/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/i18n/detect.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/i18n/query_expand.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/i18n/translate.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/monitor/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/monitor/_db.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/monitor/alerts.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/monitor/config.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/monitor/diff.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/monitor/jobs.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/monitor/scheduler.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/scraper/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/scraper/scrape.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/scraper/scrape_js.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/search/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/search/circuit_breaker.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/search/search.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/setup.cfg +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/blockchain.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/cache.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/cisa.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/dns_enrichment.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/domain_reputation.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/email_reputation.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/engines.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/enrichment.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/github_scraper.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/gitlab_scraper.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/hash_reputation.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/historical_intel.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/ip_reputation.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/paste_scraper.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/pastes.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/rss_scraper.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/seed_manager.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/seeds.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/shodan.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/telegram.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/sources/virustotal.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_analysis_opsec.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_analysis_stylometry.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_analysis_temporal.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_api.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_api_monitors.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_blockchain.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_config.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_crawler.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_db.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_dns_enrichment.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_domain_reputation.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_email_reputation.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_fingerprint.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_github_scraper.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_gitlab_scraper.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_graph.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_hash_reputation.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_i18n.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_ip_reputation.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_llm.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_llm_utils.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_model_singleton.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_monitor.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_pagination.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_paste_scraper.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_rss_scraper.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_scrape_js.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_settings.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_sources.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_sources_enrichment_new.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/tests/test_vector.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/utils/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/utils/async_utils.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/utils/content_safety.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/utils/defang.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/utils/encryption.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/utils/ioc_freshness.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/utils/user_keys.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/vector/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/vector/embedder.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/vector/model_singleton.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/vector/search.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/vector/store.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess/llm.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess/llm_utils.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess.egg-info/SOURCES.txt +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess.egg-info/dependency_links.txt +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess.egg-info/entry_points.txt +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess.egg-info/requires.txt +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess.egg-info/top_level.txt +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess_cli/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess_cli/adapters/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess_cli/browser.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess_cli/commands/__init__.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess_cli/commands/configure.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess_cli/commands/enrich.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess_cli/commands/export.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess_cli/commands/investigate.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess_cli/commands/show.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess_cli/config.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess_cli/display.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess_cli/main.py +0 -0
- {voidaccess-1.4.4 → voidaccess-1.4.5}/voidaccess_cli/tor_detect.py +0 -0
|
@@ -22,6 +22,8 @@ import uuid
|
|
|
22
22
|
from datetime import datetime, timezone
|
|
23
23
|
from typing import Any, Optional
|
|
24
24
|
|
|
25
|
+
from sqlalchemy import text
|
|
26
|
+
|
|
25
27
|
|
|
26
28
|
def init_db() -> None:
|
|
27
29
|
"""Create all tables on the SQLite file if missing. Idempotent."""
|
|
@@ -32,14 +34,14 @@ def init_db() -> None:
|
|
|
32
34
|
|
|
33
35
|
# Create page_extraction_cache table if missing
|
|
34
36
|
with engine.connect() as conn:
|
|
35
|
-
conn.execute("""
|
|
37
|
+
conn.execute(text("""
|
|
36
38
|
CREATE TABLE IF NOT EXISTS page_extraction_cache (
|
|
37
39
|
page_hash TEXT PRIMARY KEY,
|
|
38
40
|
entities_json TEXT NOT NULL,
|
|
39
41
|
extracted_at TIMESTAMP NOT NULL,
|
|
40
42
|
expires_at TIMESTAMP NOT NULL
|
|
41
43
|
)
|
|
42
|
-
""")
|
|
44
|
+
"""))
|
|
43
45
|
conn.commit()
|
|
44
46
|
|
|
45
47
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0002_add_investigation_status_column.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0007_add_actor_style_profiles.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0011_add_page_extraction_cache.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0018_add_user_id_to_investigations.py
RENAMED
|
File without changes
|
|
File without changes
|
{voidaccess-1.4.4 → voidaccess-1.4.5}/db/migrations/versions/0020_add_entity_source_tracking.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|