Skip to content

Bump drf-spectacular from 0.25.1 to 0.26.1 in /requirements#1607

Merged
mlodic merged 1 commit intodevelopfrom
dependabot/pip/requirements/develop/drf-spectacular-0.26.1
Mar 21, 2023
Merged

Bump drf-spectacular from 0.25.1 to 0.26.1 in /requirements#1607
mlodic merged 1 commit intodevelopfrom
dependabot/pip/requirements/develop/drf-spectacular-0.26.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2023

Bumps drf-spectacular from 0.25.1 to 0.26.1.

Release notes

Sourced from drf-spectacular's releases.

0.26.1

Important notes

  • Small bugfix release that addresses an issue when turning off choice description generation
  • Improve/bugfix PolymorphicSerializer type field handling

PRs

New Contributors

Full Changelog: tfranzel/drf-spectacular@0.26.0...0.26.1

0.26.0

Important notes

  • A lot of bug fixes and a few feature additions.
  • We now render a descriptive Enum key/value list into the description by default. Opt-out with new setting ENUM_GENERATE_CHOICE_DESCRIPTION.
  • Beware that we now extract more docstrings. Check your schema diff on update whether you are now leaking unintended information.
  • The whitelist mechanics changed slightly on what is considered default behavior.
  • Fix a breaking change in dj-rest-auth>=3.0.0
  • It should now be possible to run the tests without installing system libraries like GDAL for the contrib tests

PRs

New Contributors

Full Changelog: tfranzel/drf-spectacular@0.25.1...0.26.0

Changelog

Sourced from drf-spectacular's changelog.

0.26.1 (2023-03-18)

  • reorder typed polymorphic fields [#958](https://github.com/tfranzel/drf-spectacular/issues/958) <https://github.com/tfranzel/drf-spectacular/issues/958>_
  • Fix test warnings [Dmitry Gribanov]
  • Fix PolymorphicSerializer type field handling [#885](https://github.com/tfranzel/drf-spectacular/issues/885) <https://github.com/tfranzel/drf-spectacular/issues/885>_ [#958](https://github.com/tfranzel/drf-spectacular/issues/958) <https://github.com/tfranzel/drf-spectacular/issues/958>_
  • Add PresentablePrimarKeyRelatedField schema for drf-exrta-fields blueprint [Đào Minh Hạt]
  • bugfix KeyError for disabled ENUM_GENERATE_CHOICE_DESCRIPTION [#952](https://github.com/tfranzel/drf-spectacular/issues/952) <https://github.com/tfranzel/drf-spectacular/issues/952>_

Breaking changes / important additions:

  • small bugfix release that addresses a issue when turning off choice description generation
  • improve/bugfix PolymorphicSerializer type field handling

0.26.0 (2023-03-04)

  • honor djangorestframework_camel_case settings "ignore_keys" and "ignore_fields" [#945](https://github.com/tfranzel/drf-spectacular/issues/945) <https://github.com/tfranzel/drf-spectacular/issues/945>_
  • If available, use docstrings from properties for field descriptions ([#954](https://github.com/tfranzel/drf-spectacular/issues/954) <https://github.com/tfranzel/drf-spectacular/issues/954>_)
  • Don't let validators override values already set in the schema ([#911](https://github.com/tfranzel/drf-spectacular/issues/911) <https://github.com/tfranzel/drf-spectacular/issues/911>_) [StopMotionCuber]
  • add test and another case to [#901](https://github.com/tfranzel/drf-spectacular/issues/901) <https://github.com/tfranzel/drf-spectacular/issues/901>_
  • add enum key/value list to description string [#337](https://github.com/tfranzel/drf-spectacular/issues/337) <https://github.com/tfranzel/drf-spectacular/issues/337>_ [#403](https://github.com/tfranzel/drf-spectacular/issues/403) <https://github.com/tfranzel/drf-spectacular/issues/403>_ [#105](https://github.com/tfranzel/drf-spectacular/issues/105) <https://github.com/tfranzel/drf-spectacular/issues/105>_ [#563](https://github.com/tfranzel/drf-spectacular/issues/563) <https://github.com/tfranzel/drf-spectacular/issues/563>_
  • Add option to provide a callable for PolymorphicProxySerializer.serializers [Glenn Matthews]
  • consolidate sort fix for enum sorting
  • add testcase to [#950](https://github.com/tfranzel/drf-spectacular/issues/950) <https://github.com/tfranzel/drf-spectacular/issues/950>_. ensure raw schema dict remains unmodified
  • Don't edit the orignal django-filters schema. [Will Giddens]
  • Fix typos and grammer errors in FAQ doc page. [Foad Lind]
  • fix OpenApiResponse nested example defaults [#875](https://github.com/tfranzel/drf-spectacular/issues/875) <https://github.com/tfranzel/drf-spectacular/issues/875>_
  • mitigate runtests.py fail when GDAL library is not installed [#945](https://github.com/tfranzel/drf-spectacular/issues/945) <https://github.com/tfranzel/drf-spectacular/issues/945>_ [#821](https://github.com/tfranzel/drf-spectacular/issues/821) <https://github.com/tfranzel/drf-spectacular/issues/821>_ [#775](https://github.com/tfranzel/drf-spectacular/issues/775) <https://github.com/tfranzel/drf-spectacular/issues/775>_ [#777](https://github.com/tfranzel/drf-spectacular/issues/777) <https://github.com/tfranzel/drf-spectacular/issues/777>_
  • bugfix SlugRelatedField with a model property target [#943](https://github.com/tfranzel/drf-spectacular/issues/943) <https://github.com/tfranzel/drf-spectacular/issues/943>_
  • suppress erroneous warning for optional extensions [#940](https://github.com/tfranzel/drf-spectacular/issues/940) <https://github.com/tfranzel/drf-spectacular/issues/940>_
  • fix whitelist mechanics (enables deny all) [#923](https://github.com/tfranzel/drf-spectacular/issues/923) <https://github.com/tfranzel/drf-spectacular/issues/923>_
  • mitigate many=True with default array value [#936](https://github.com/tfranzel/drf-spectacular/issues/936) <https://github.com/tfranzel/drf-spectacular/issues/936>_
  • fix dj-rest-auth>=3.0.0 breaking changes [#937](https://github.com/tfranzel/drf-spectacular/issues/937) <https://github.com/tfranzel/drf-spectacular/issues/937>_
  • Update plumbing.py
  • add swagger UI template blocks for customization [Jan Lis]
  • Add support for drf ReturnList and ReturnDict hint [zengqiu]
  • add example/test for DynamicFieldsModelSerializer [#375](https://github.com/tfranzel/drf-spectacular/issues/375) <https://github.com/tfranzel/drf-spectacular/issues/375>_ [#912](https://github.com/tfranzel/drf-spectacular/issues/912) <https://github.com/tfranzel/drf-spectacular/issues/912>_
  • adapt test schema for dj-rest-auth 2.2.6
  • clarify docs for postproc hook mechanics [#908](https://github.com/tfranzel/drf-spectacular/issues/908) <https://github.com/tfranzel/drf-spectacular/issues/908>_
  • Add test for custom serializer field pagination [#904](https://github.com/tfranzel/drf-spectacular/issues/904) <https://github.com/tfranzel/drf-spectacular/issues/904>_
  • fix: let use a default value for foreignkey model field [Frederic de Zorzi]

Breaking changes / important additions:

  • A lot of bug fixes and a few feature additions.
  • We now render a descriptive Enum key/value list into the description by default. Opt-out with new setting ENUM_GENERATE_CHOICE_DESCRIPTION.
  • Beware that we now extract more docstrings. Check your schema diff on update whether you are now leaking unintended information.
  • The whitelist mechanics changed slightly on what is considered default behavior.
  • Fix a breaking change in dj-rest-auth>=3.0.0

... (truncated)

Commits
  • 3dd27b0 version bump
  • a2e0a7a reorder typed polymorphic fields #958
  • 3f83a0d Merge pull request #959 from Incred/fix-warnings
  • 3f8ed7f Fix test warnings
  • 06a39ad Fix PolymorphicSerializer type field handling #885 #958
  • fde16e4 Merge pull request #957 from enjoy2000/patch-1
  • fd5380b Add PresentablePrimarKeyRelatedField schema for drf-exrta-fields blueprint
  • a60b8c4 bugfix KeyError for disabled ENUM_GENERATE_CHOICE_DESCRIPTION #952
  • a39346c version bump
  • 27b46d0 honor djangorestframework_camel_case settings "ignore_keys" and "ignore_field...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Mar 21, 2023
@codecov
Copy link

codecov bot commented Mar 21, 2023

Codecov Report

Merging #1607 (7411c33) into develop (aa8820f) will increase coverage by 10.10%.
The diff coverage is 79.08%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop    #1607       +/-   ##
============================================
+ Coverage    66.75%   76.86%   +10.10%     
============================================
  Files           95      214      +119     
  Lines         3706     8760     +5054     
  Branches       519     1041      +522     
============================================
+ Hits          2474     6733     +4259     
- Misses         941     1534      +593     
- Partials       291      493      +202     
Impacted Files Coverage Δ
...pp/analyzers_manager/file_analyzers/vt/vt3_scan.py 0.00% <0.00%> (ø)
..._manager/observable_analyzers/dns/dns_responses.py 71.42% <ø> (ø)
api_app/serializers.py 81.62% <ø> (+13.20%) ⬆️
api_app/signals.py 52.63% <ø> (ø)
api_app/urls.py 83.33% <ø> (-16.67%) ⬇️
api_app/views.py 89.53% <ø> (ø)
api_app/analyzers_manager/file_analyzers/clamav.py 35.71% <35.71%> (ø)
...i_app/analyzers_manager/file_analyzers/suricata.py 41.17% <41.17%> (ø)
...nalyzers_manager/observable_analyzers/pulsedive.py 41.89% <41.89%> (ø)
...analyzers_manager/file_analyzers/signature_info.py 50.00% <42.85%> (ø)
... and 181 more

... and 25 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b9c3462...7411c33. Read the comment docs.

@mlodic mlodic merged commit af2eefd into develop Mar 21, 2023
@dependabot dependabot bot deleted the dependabot/pip/requirements/develop/drf-spectacular-0.26.1 branch March 21, 2023 10:00
mlodic added a commit that referenced this pull request Mar 27, 2023
* fix intelowl server_name

* managed 404 result for Crowdsec analyzer

* Bump whitenoise from 6.3.0 to 6.4.0 in /requirements (#1567)

Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/evansd/whitenoise/releases)
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](evansd/whitenoise@6.3.0...6.4.0)

---
updated-dependencies:
- dependency-name: whitenoise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump intezer-sdk from 1.15.1 to 1.16.1 in /requirements (#1568)

Bumps [intezer-sdk](https://github.com/intezer/analyze-python-sdk) from 1.15.1 to 1.16.1.
- [Release notes](https://github.com/intezer/analyze-python-sdk/releases)
- [Changelog](https://github.com/intezer/analyze-python-sdk/blob/master/CHANGES)
- [Commits](intezer/analyze-python-sdk@v1.15.1...v1.16.1)

---
updated-dependencies:
- dependency-name: intezer-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* restored pull request templates positions

* Registration Page #1284 (#1413)

* added registration - context_procesors problem

* changes

* test

* changes

* fixed registration bugs and adjusted the docs

* changes

* changed pull_request_automation

* changed env_file_app_template

* adjusted frontend env variable and documentation

* fixed register button and added  smtp backend

* added form and password validation

* adjusted docs

* adjusted password validation

* api_app/core/dataclasses.py

* added button to reset password

* Adjusted frontend validator and backend test_auth

* updated frontend login test

* updated frontend login test

* updated frontend login test

* adjusted validator

* added frontend tests

* adjusted frontend tests

* runned prettier:write

---------

Co-authored-by: Matteo Lodi <[email protected]>
Co-authored-by: Daniele Rosetti <[email protected]>

* fix initialize.sh docker condition (#1580)

* Bump google-cloud-webrisk from 1.10.0 to 1.11.0 in /requirements (#1564)

Bumps [google-cloud-webrisk](https://github.com/googleapis/python-webrisk) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/googleapis/python-webrisk/releases)
- [Changelog](https://github.com/googleapis/python-webrisk/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-webrisk@v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: google-cloud-webrisk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump quark-engine from 22.12.1 to 23.2.1 in /requirements (#1565)

Bumps [quark-engine](https://github.com/quark-engine/quark-engine) from 22.12.1 to 23.2.1.
- [Release notes](https://github.com/quark-engine/quark-engine/releases)
- [Commits](ev-flow/quark-engine@v22.12.1...v23.2.1)

---
updated-dependencies:
- dependency-name: quark-engine
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [analyzer] hunter how (#1579)

* fixed precommit errors

* fixed usage.md

* changed analyzer config

* precommits

* changed the name for hunteIo

* modified mock test

---------

Co-authored-by: shivam <[email protected]>

* Bump django-ses from 3.1.0 to 3.3.0 in /requirements (#1585)

Bumps [django-ses](https://github.com/django-ses/django-ses) from 3.1.0 to 3.3.0.
- [Release notes](https://github.com/django-ses/django-ses/releases)
- [Changelog](https://github.com/django-ses/django-ses/blob/master/CHANGES.md)
- [Commits](django-ses/django-ses@v3.1.0...v3.3.0)

---
updated-dependencies:
- dependency-name: django-ses
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fixing AWS IAM Auth and created specific AWS settings file

* tweak last commit

* removed AWS_REGION duplicate

* adjusted AWS SQS integration

* adjusting order of settings

* fix default queue

* added SQS package for Celery

* updated boto and added new Yara rule repo: https://github.com/elceef/yara-rulz

* added SECURITY.md

* added OpenSSF Best Practices badge + added permissions read to workflows

* adjusted DNS0 analyzers (#1593)

* adjusted DNS0 analyzers

* fixed boto3 version

* adjusted code ql

* adjusted error handling in PDF_Info

* added declaration of Slack related settings

* added support for Docker Analyzers in Cluster environments

* fixed typo in codeql

* fixing and updating qiling and codeql

* Fix "value too great for base" error (#1599)

Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: Matteo Lodi <[email protected]>
Co-authored-by: Simone Berni <[email protected]>
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: drosetti <[email protected]>
Co-authored-by: Abheek Tripathy <[email protected]>
Co-authored-by: AshirRashid <[email protected]>
Co-authored-by: Karanjot Singh <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>
Co-authored-by: Daniele Rosetti <[email protected]>
Co-authored-by: Siddhanth <[email protected]>
Co-authored-by: Parth Madan <[email protected]>
Co-authored-by: Shivam Purohit <[email protected]>
Co-authored-by: shivam <[email protected]>

* adjusted paths in malware tools analyzers + added message to initialize.sh + fixed ThugUrl + managed Yara edge case

* added libcurl for codeql

* Fix logrotate copy command (#1600)

* Fix logrotate copy

cp: /etc/logrotate.d is not a directory

* Remove unnecessary directory context

---------

Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: Matteo Lodi <[email protected]>
Co-authored-by: Simone Berni <[email protected]>
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: drosetti <[email protected]>
Co-authored-by: Abheek Tripathy <[email protected]>
Co-authored-by: AshirRashid <[email protected]>
Co-authored-by: Karanjot Singh <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>
Co-authored-by: Daniele Rosetti <[email protected]>
Co-authored-by: Siddhanth <[email protected]>
Co-authored-by: Parth Madan <[email protected]>
Co-authored-by: Shivam Purohit <[email protected]>
Co-authored-by: shivam <[email protected]>

* incremented logging for yara update and for broadcast update + adjust to emailrepio analyzer

* incremented logging for Yara analyzer

* forcing .fifo in case of AWS_SQS is used

* adjusted crons default queue

* Cron and command (#1603)

Signed-off-by: 0ssigeno <[email protected]>

* Fixes- #1404 Make Observable copy-pastable (#1578)

* fixes-observablecopypaste

* reviewing changes

* proxy-fix

* Added chance to use NFS instead of local storage (#1604)

* Support for nfs

Signed-off-by: 0ssigeno <[email protected]>

* Fix signal

Signed-off-by: 0ssigeno <[email protected]>

* Fixing nfs

Signed-off-by: 0ssigeno <[email protected]>

* Typo

Signed-off-by: 0ssigeno <[email protected]>

* Rename

Signed-off-by: 0ssigeno <[email protected]>

* Added docs

Signed-off-by: 0ssigeno <[email protected]>

* Black

Signed-off-by: 0ssigeno <[email protected]>

* Fix order

Signed-off-by: 0ssigeno <[email protected]>

* Added celery beat

Signed-off-by: 0ssigeno <[email protected]>

* Typo

Signed-off-by: 0ssigeno <[email protected]>

* Fifo case

Signed-off-by: 0ssigeno <[email protected]>

* Typo

Signed-off-by: 0ssigeno <[email protected]>

---------

Signed-off-by: 0ssigeno <[email protected]>

* Bump drf-spectacular from 0.25.1 to 0.26.1 in /requirements (#1607)

Bumps [drf-spectacular](https://github.com/tfranzel/drf-spectacular) from 0.25.1 to 0.26.1.
- [Release notes](https://github.com/tfranzel/drf-spectacular/releases)
- [Changelog](https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst)
- [Commits](tfranzel/drf-spectacular@0.25.1...0.26.1)

---
updated-dependencies:
- dependency-name: drf-spectacular
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump django-celery-beat from 2.4.0 to 2.5.0 in /requirements (#1605)

Bumps [django-celery-beat](https://github.com/celery/django-celery-beat) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/celery/django-celery-beat/releases)
- [Changelog](https://github.com/celery/django-celery-beat/blob/main/Changelog)
- [Commits](celery/django-celery-beat@v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: django-celery-beat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump django-celery-results from 2.4.0 to 2.5.0 in /requirements (#1596)

Bumps [django-celery-results](https://github.com/celery/django-celery-results) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/celery/django-celery-results/releases)
- [Changelog](https://github.com/celery/django-celery-results/blob/main/Changelog)
- [Commits](celery/django-celery-results@v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: django-celery-results
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matteo Lodi <[email protected]>

* removed pinned requests

* Yara fixes & speedup (#1608)

* Added global check

Signed-off-by: 0ssigeno <[email protected]>

* Yara fixes

Signed-off-by: 0ssigeno <[email protected]>

* Reverted global

Signed-off-by: 0ssigeno <[email protected]>

* SUPER FAST

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Fix

Signed-off-by: 0ssigeno <[email protected]>

* Logs

Signed-off-by: 0ssigeno <[email protected]>

* Removed unused variable

Signed-off-by: 0ssigeno <[email protected]>

* Class mgmt

Signed-off-by: 0ssigeno <[email protected]>

* Removed unused attribute

Signed-off-by: 0ssigeno <[email protected]>

* Fixed docs

Signed-off-by: 0ssigeno <[email protected]>

---------

Signed-off-by: 0ssigeno <[email protected]>

* Malware tools analyzers refactor (#1609)

* updated malware_tools_analyzers image and refactored related analyzers

* fixes

* fixed fileinfo qiling and strings

* linters

* deepsource

* fix NFS flag

* Message group Id (#1610)

* Uuid

Signed-off-by: 0ssigeno <[email protected]>

* Blake

Signed-off-by: 0ssigeno <[email protected]>

---------

Signed-off-by: 0ssigeno <[email protected]>

* Update_repositories script is no longer necessary, since you can have the same result using a shared nfs

Signed-off-by: 0ssigeno <[email protected]>

* Corner case

Signed-off-by: 0ssigeno <[email protected]>

* Adding global config on worker connect

Signed-off-by: 0ssigeno <[email protected]>

* Fix owner

Signed-off-by: 0ssigeno <[email protected]>

* Fix path compiled

Signed-off-by: 0ssigeno <[email protected]>

* adjustments to Thug and malware_tools_analyzers

* Adding url in match

Signed-off-by: 0ssigeno <[email protected]>

* Added rule_url to every match

Signed-off-by: 0ssigeno <[email protected]>

* set_permissions is now recursive

Signed-off-by: 0ssigeno <[email protected]>

* upgraded Django to 4.1 and added DB options to better manage connections (#1613)

* adjusts to Quad9, Classic DNS, MWdb and OTX analyzers (#1612)

* adjusts to Quad9 and Classic DNS analyzers

* fixes to mwdb and to last commit

* adjusted OTX with timeout

* managed edge case

* adjust

* tweak

* incremented logging

* removed Manalyze

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Signed-off-by: 0ssigeno <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martina Carella <[email protected]>
Co-authored-by: Daniele Rosetti <[email protected]>
Co-authored-by: ben-ce <[email protected]>
Co-authored-by: Shivam Purohit <[email protected]>
Co-authored-by: shivam <[email protected]>
Co-authored-by: Kyle Taylor <[email protected]>
Co-authored-by: Simone Berni <[email protected]>
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
Co-authored-by: drosetti <[email protected]>
Co-authored-by: Abheek Tripathy <[email protected]>
Co-authored-by: AshirRashid <[email protected]>
Co-authored-by: Karanjot Singh <[email protected]>
Co-authored-by: 0ssigeno <[email protected]>
Co-authored-by: Siddhanth <[email protected]>
Co-authored-by: Parth Madan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant