Skip to content

Commit

Permalink
Bump projects/malware/scanning/pandora from 09eb611 to e593e23
Browse files Browse the repository at this point in the history
Bumps [projects/malware/scanning/pandora](https://github.com/pandora-analysis/pandora) from `09eb611` to `e593e23`.
- [Release notes](https://github.com/pandora-analysis/pandora/releases)
- [Commits](pandora-analysis/pandora@09eb611...e593e23)

---
updated-dependencies:
- dependency-name: projects/malware/scanning/pandora
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 86a5900 commit 93e7ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/malware/scanning/pandora
Submodule pandora updated 91 files
+0 βˆ’73 .github/workflows/codeql-analysis.yml
+94 βˆ’0 .github/workflows/codeql.yml
+1 βˆ’1 .github/workflows/docker-publish.yml
+7 βˆ’3 .github/workflows/lint.yml
+6 βˆ’2 .github/workflows/mypy.yml
+3 βˆ’3 .github/workflows/scorecards-analysis.yml
+16 βˆ’37 .github/workflows/test_api.yml
+2 βˆ’2 .pre-commit-config.yaml
+1 βˆ’0 .pylintrc
+22 βˆ’34 Dockerfile
+29 βˆ’17 README.md
+79 βˆ’0 bin/background_processing.py
+13 βˆ’12 bin/imap_fetcher.py
+223 βˆ’0 bin/mail_to_misp.py
+23 βˆ’14 bin/run_backend.py
+61 βˆ’0 bin/scripts_controller.py
+1 βˆ’1 bin/shutdown.py
+9 βˆ’2 bin/start.py
+10 βˆ’7 bin/start_website.py
+1 βˆ’1 bin/stop.py
+5 βˆ’4 bin/unoserver_launcher.py
+8 βˆ’6 bin/update.py
+16 βˆ’9 bin/workers_manager.py
+21 βˆ’2 cache/run_redis.sh
+6 βˆ’1 config/generic.json.sample
+20 βˆ’0 config/misptest_local.json.sample
+10 βˆ’0 config/misptest_local.tmpl
+22 βˆ’3 docker-compose.yml
+5 βˆ’1 mypy.ini
+14 βˆ’0 pandora/default/__init__.py
+19 βˆ’24 pandora/default/abstractmanager.py
+13 βˆ’7 pandora/default/helpers.py
+102 βˆ’71 pandora/file.py
+45 βˆ’14 pandora/helpers.py
+33 βˆ’19 pandora/observable.py
+26 βˆ’39 pandora/pandora.py
+70 βˆ’36 pandora/report.py
+9 βˆ’7 pandora/role.py
+45 βˆ’41 pandora/storage_client.py
+73 βˆ’49 pandora/task.py
+11 βˆ’6 pandora/text_parser.py
+11 βˆ’10 pandora/user.py
+53 βˆ’22 pandora/workers/base.py
+14 βˆ’13 pandora/workers/blocklists.py
+12 βˆ’0 pandora/workers/blocklists.yml.sample
+13 βˆ’5 pandora/workers/clamav.py
+12 βˆ’5 pandora/workers/comodo.py
+84 βˆ’64 pandora/workers/extractor.py
+14 βˆ’5 pandora/workers/hashlookup.py
+12 βˆ’4 pandora/workers/hybridanalysis.py
+13 βˆ’5 pandora/workers/joesandbox.py
+18 βˆ’10 pandora/workers/lookyloo.py
+13 βˆ’5 pandora/workers/malwarebazaar.py
+83 βˆ’0 pandora/workers/misp.py
+10 βˆ’0 pandora/workers/misp.yml.sample
+4 βˆ’2 pandora/workers/msodde.py
+12 βˆ’4 pandora/workers/mwdb.py
+3 βˆ’7 pandora/workers/observables.py
+3 βˆ’1 pandora/workers/odf.py
+116 βˆ’88 pandora/workers/ole.py
+7 βˆ’1 pandora/workers/ole.yml.sample
+3 βˆ’1 pandora/workers/outlookmsg.py
+124 βˆ’0 pandora/workers/pdf.py
+10 βˆ’0 pandora/workers/pdf.yml.sample
+3 βˆ’1 pandora/workers/preview.py
+75 βˆ’6 pandora/workers/qrcode.py
+21 βˆ’8 pandora/workers/virustotal.py
+5 βˆ’3 pandora/workers/xmldeobfuscator.py
+21 βˆ’8 pandora/workers/yara.py
+7 βˆ’6 pandora/workers/yara_signature_base.py
+70 βˆ’0 pandora/workers/yarahq_full.py
+4 βˆ’0 pandora/workers/yarahq_full.yml.sample
+70 βˆ’0 pandora/workers/yarahub.py
+4 βˆ’0 pandora/workers/yarahub.yml.sample
+3,869 βˆ’2,660 poetry.lock
+55 βˆ’62 pyproject.toml
+166 βˆ’38 storage/kvrocks.conf
+8 βˆ’1 storage/run_kvrocks.sh
+29 βˆ’0 tools/delete_old_files.py
+1 βˆ’1 tools/generate_sri.py
+2 βˆ’2 tools/validate_config_files.py
+63 βˆ’52 website/web/__init__.py
+97 βˆ’83 website/web/generic_api.py
+15 βˆ’13 website/web/helpers.py
+21 βˆ’12 website/web/redisserverssession.py
+18 βˆ’1 website/web/templates/analysis.html
+8 βˆ’0 website/web/templates/extracted.html
+4 βˆ’4 website/web/templates/observables_lists.html
+4 βˆ’4 website/web/templates/roles.html
+20 βˆ’3 website/web/templates/submit.html
+1 βˆ’1 yara_repos/signature-base

0 comments on commit 93e7ea7

Please sign in to comment.