Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump react-joyride from 2.8.1 to 2.9.2 in /frontend #134

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2024

Bumps react-joyride from 2.8.1 to 2.9.2.

Release notes

Sourced from react-joyride's releases.

2.9.2

  • Fix primary button text with showProgress: 58ecae0dd400f7ba6d6241c13d35e133a4cea772
  • Fix lifecycle for centered steps: 8ee561ac62b6a4e9fea03ef406f92325c0d96afe
  • Fix docs and types: 6bf66cac3c140f88ed38df3eddc8ffb9c9ad058b

2.9.1

  • Remove duplicate store update for placement "center": 9bac425acf567d4ce4ac1181447cbe1fdc49c0ab

2.9.0

  • Upgrade dependencies: 76b0eaebe35a7a8226e60a89e530d95bfb5e18ef
  • Add try/catch to getElement helper: 92e204d7fcf62c235c15460d6cff133b1125dc3e
  • Add LIFECYCLE.INIT to Overlay "hideSpotlight": e4a75a455203d4c0e6b875dd828cd20809e26e0c
  • Add "nextLabelWithProgress" to step locale: 0fbf34662833460e8a016acac9bd7cb3c5246781
  • Update "getDocumentHeight" median parameter default to false: d7febf7efa5895a1827642ff403ca3bbb99ccad4
  • Fix types and defaults: 805356cfd76a58aaf2f13c1f2d41a4ce7cc5457c

2.8.2

  • Upgrade dependencies: 0b4912fd0579b4317190c7c2a9ba7e2da464f9f9
  • Update GH Actions workflow: 7327b2ccabd7021a961b04828c476cca6ef83fcc
  • Hide the Beacon for centered steps or disableBeacon: 8fc34dff633db6e0ca1aa4db05403030404b63b7
Commits
  • d162ff8 2.9.2
  • 6bf66ca Fix docs and types
  • 8ee561a Fix lifecycle for centered steps
  • 58ecae0 Fix primary button text with showProgress
  • 20e3b89 2.9.1
  • 9bac425 Remove duplicate store update for placement "center"
  • 41a85b5 2.9.0
  • 805356c Fix types and defaults
  • d7febf7 Update "getDocumentHeight" median parameter default to false
  • 0fbf346 Add "nextLabelWithProgress" to step locale
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [react-joyride](https://github.com/gilbarbara/react-joyride) from 2.8.1 to 2.9.2.
- [Release notes](https://github.com/gilbarbara/react-joyride/releases)
- [Commits](gilbarbara/react-joyride@v2.8.1...v2.9.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 8, 2024

Dependabot tried to add @drosetti as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/khulnasoft/ThreatMatrix/pulls/134/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the khulnasoft/ThreatMatrix repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 8, 2024
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

Copy link

deepsource-io bot commented Oct 8, 2024

Here's the code health analysis summary for commits cf422ba..2b1807a. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Python LogoPython✅ SuccessView Check ↗
DeepSource Docker LogoDocker✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link
Contributor

PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here.

CI Failure Feedback 🧐

Action: backend-tests

Failed stage: Run test [❌]

Failed test name: tests.api_app.test_api.ApiViewTests.test_analyze_file__exe

Failure summary:

The action failed due to multiple errors:

  • Several tests in the tests.api_app.test_api.ApiViewTests suite failed because the file file.exe
    could not be found. This resulted in FileNotFoundError exceptions.
  • The test test_create_job_multiple_file in
    tests.api_app.pivots_manager.test_models.PivotConfigTestCase also failed due to a missing file.exe,
    causing a FileNotFoundError.
  • The test test_subclasses in tests.api_app.analyzers_manager.test_classes.FileAnalyzerTestCase failed
    with an AssertionError because no valid job was found for the analyzer APKiD with the specified
    configuration.

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    2261:  #15 8.577 Checking optional features...
    2262:  #15 8.577 inc_bundling_support....disabled
    2263:  #15 8.577   requires:
    2264:  #15 8.577     ! inc::latest is not installed
    2265:  #15 8.577 license_creation........disabled
    2266:  #15 8.577   requires:
    2267:  #15 8.577     ! Software::License is not installed
    2268:  #15 8.577 
    2269:  #15 8.577 ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
    ...
    
    2339:  #15 9.465     !  Email::MIME is not installed
    2340:  #15 9.465     !  Email::MIME::ContentType is not installed
    2341:  #15 9.465     !  Email::Sender is not installed
    2342:  #15 9.465     !  Email::Simple is not installed
    2343:  #15 9.465     !  IO::All is not installed
    2344:  #15 9.465     !  IO::String is not installed
    2345:  #15 9.465     !  OLE::Storage_Lite is not installed
    2346:  #15 9.465 
    2347:  #15 9.465 ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
    ...
    
    3623:  #15 22.32 Warning: prerequisite Capture::Tiny 0.08 not found.
    3624:  #15 22.32 Warning: prerequisite Email::Abstract 3.006 not found.
    3625:  #15 22.33 Warning: prerequisite Moo 2.000000 not found.
    3626:  #15 22.33 Warning: prerequisite Moo::Role 0 not found.
    3627:  #15 22.33 Warning: prerequisite MooX::Types::MooseLike 0.15 not found.
    3628:  #15 22.33 Warning: prerequisite MooX::Types::MooseLike::Base 0 not found.
    3629:  #15 22.33 Warning: prerequisite Sub::Exporter 0 not found.
    3630:  #15 22.33 Warning: prerequisite Sub::Exporter::Util 0 not found.
    3631:  #15 22.33 Warning: prerequisite Throwable::Error 0.200003 not found.
    ...
    
    3643:  #15 22.46     Capture::Tiny [build_requires]
    3644:  #15 22.46     Email::Abstract [requires]
    3645:  #15 22.46     Moo [requires]
    3646:  #15 22.46     Moo::Role [requires]
    3647:  #15 22.46     MooX::Types::MooseLike [requires]
    3648:  #15 22.46     MooX::Types::MooseLike::Base [requires]
    3649:  #15 22.46     Sub::Exporter [requires]
    3650:  #15 22.46     Sub::Exporter::Util [requires]
    3651:  #15 22.46     Throwable::Error [requires]
    ...
    
    4379:  #14 41.49 "@babel/plugin-proposal-private-property-in-object" package without
    4380:  #14 41.49 declaring it in its dependencies. This is currently working because
    4381:  #14 41.49 "@babel/plugin-proposal-private-property-in-object" is already in your
    4382:  #14 41.49 node_modules folder for unrelated reasons, but it �[1mmay break at any time�[0;33m.
    4383:  #14 41.49 
    4384:  #14 41.49 babel-preset-react-app is part of the create-react-app project, �[1mwhich
    4385:  #14 41.49 is not maintianed anymore�[0;33m. It is thus unlikely that this bug will
    4386:  #14 41.49 ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
    4387:  #14 41.49 your devDependencies to work around this error. This will make this message
    ...
    
    5371:  #15 51.02 Installing /usr/local/man/man3/Sub::Exporter::Cookbook.3pm
    5372:  #15 51.02 Installing /usr/local/man/man3/Sub::Exporter.3pm
    5373:  #15 51.02 Installing /usr/local/man/man3/Sub::Exporter::Util.3pm
    5374:  #15 51.02 Installing /usr/local/man/man3/Sub::Exporter::Tutorial.3pm
    5375:  #15 51.03 Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.36.0/perllocal.pod
    5376:  #15 51.06   RJBS/Sub-Exporter-0.991.tar.gz
    5377:  #15 51.06   /usr/bin/make install  -- OK
    5378:  #15 51.06 Sub::Exporter::Util is up to date (0.991).
    5379:  #15 51.06 Running install for module 'Throwable::Error'
    ...
    
    5487:  #15 52.47   DROLSKY/Devel-StackTrace-2.05.tar.gz
    5488:  #15 52.47   /usr/bin/make install  -- OK
    5489:  #15 52.47   RJBS/Throwable-1.001.tar.gz
    5490:  #15 52.47   Has already been unwrapped into directory /root/.cpan/build/Throwable-1.001-0
    5491:  #15 52.47   RJBS/Throwable-1.001.tar.gz
    5492:  #15 52.47   Has already been prepared
    5493:  #15 52.47 Running make for R/RJ/RJBS/Throwable-1.001.tar.gz
    5494:  #15 52.69 cp lib/StackTrace/Auto.pm blib/lib/StackTrace/Auto.pm
    5495:  #15 52.69 cp lib/Throwable/Error.pm blib/lib/Throwable/Error.pm
    ...
    
    5498:  #15 52.76   RJBS/Throwable-1.001.tar.gz
    5499:  #15 52.76   /usr/bin/make -- OK
    5500:  #15 52.76   RJBS/Throwable-1.001.tar.gz
    5501:  #15 52.76   Skipping test because of notest pragma
    5502:  #15 52.76 Running make install for RJBS/Throwable-1.001.tar.gz
    5503:  #15 52.83 Manifying 3 pod documents
    5504:  #15 52.88 Installing /usr/local/share/perl/5.36.0/Throwable.pm
    5505:  #15 52.88 Installing /usr/local/share/perl/5.36.0/StackTrace/Auto.pm
    5506:  #15 52.88 Installing /usr/local/share/perl/5.36.0/Throwable/Error.pm
    5507:  #15 52.88 Installing /usr/local/man/man3/Throwable::Error.3pm
    ...
    
    7863:  #19 109.6   Attempting uninstall: prometheus-client
    7864:  #19 109.6     Found existing installation: prometheus_client 0.21.0
    7865:  #19 109.6     Uninstalling prometheus_client-0.21.0:
    7866:  #19 109.6       Successfully uninstalled prometheus_client-0.21.0
    7867:  #19 109.8   Attempting uninstall: cachetools
    7868:  #19 109.8     Found existing installation: cachetools 5.5.0
    7869:  #19 109.8     Uninstalling cachetools-5.5.0:
    7870:  #19 109.8       Successfully uninstalled cachetools-5.5.0
    7871:  #19 110.0 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
    ...
    
    7955:  #19 112.1   Stored in directory: /tmp/pip-ephem-wheel-cache-b2cvivnp/wheels/0f/fe/56/6cba6eafbb252c805af7616631ef63d8e0790c958b1bd86c63
    7956:  #19 112.1 Successfully built drf-flex-fields
    7957:  #19 112.3 Installing collected packages: ua-parser, drf-flex-fields, user-agents, slack-sdk, python-ipware, oauthlib, Markdown, django-cache-memoize, stripe, requests-oauthlib, django-user-agents, django-ipware, python-twitter, drf-recaptcha, django-rest-durin, certego-saas
    7958:  #19 113.6 Successfully installed Markdown-3.3.7 certego-saas-0.7.11 django-cache-memoize-0.2.0 django-ipware-7.0.1 django-rest-durin-1.0.0 django-user-agents-0.4.0 drf-flex-fields-1.0.2 drf-recaptcha-4.0.2 oauthlib-3.2.2 python-ipware-3.0.0 python-twitter-3.5 requests-oauthlib-2.0.0 slack-sdk-3.33.1 stripe-11.1.0 ua-parser-0.18.0 user-agents-2.2.0
    7959:  #19 113.6 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
    7960:  #19 DONE 115.8s
    7961:  #20 [uwsgi backend-build  9/10] COPY . /opt/deploy/threat_matrix
    7962:  #20 DONE 0.2s
    7963:  #21 [uwsgi backend-build 10/10] RUN touch /var/log/threat_matrix/django/api_app.log /var/log/threat_matrix/django/api_app_errors.log     && touch /var/log/threat_matrix/django/threat_matrix.log /var/log/threat_matrix/django/threat_matrix_errors.log     && touch /var/log/threat_matrix/django/celery.log /var/log/threat_matrix/django/celery_errors.log     && touch /var/log/threat_matrix/django/django_auth_ldap.log /var/log/threat_matrix/django/django_errors.log     && touch /var/log/threat_matrix/django/certego_saas.log /var/log/threat_matrix/django/certego_saas_errors.log     && touch /var/log/threat_matrix/django/authentication.log /var/log/threat_matrix/django/authentication_errors.log     && touch /var/log/threat_matrix/asgi/daphne.log     && chown -R www-data:www-data /var/log/threat_matrix /opt/deploy/     && rm -rf /root/.local     && /opt/deploy/threat_matrix/docker/scripts/watchman_install.sh     && /opt/deploy/threat_matrix/api_app/analyzers_manager/repo_downloader.sh
    ...
    
    8009:  #28 extracting sha256:b3ee43e51ca6c92d08e40eaf4d7dbc50444ba57c1a200c437a3c86e5a7631ba6 done
    8010:  #28 extracting sha256:b17a9d410da1886001947f5f826043292df395277cb23e17970f5b82a6b486ed done
    8011:  #28 extracting sha256:542e3e75411d1223efe21092951a0b87b85cb4377accf8f360d635d23dea72a9 done
    8012:  #28 extracting sha256:2b2faad386dfd2da1e19aa6e0d91d428b849181de439c0b289f383816c812304 done
    8013:  #28 extracting sha256:a5e22afba545a92d46609059fe9fe2b90028b9f3fb7c78be28cb6d4ed9e53fd3 done
    8014:  #28 extracting sha256:fb923a41dc10df4d74119907e9112426c8e0e2ce3d6851c4e2dcfb7e0765861b 0.1s
    8015:  #28 extracting sha256:fb923a41dc10df4d74119907e9112426c8e0e2ce3d6851c4e2dcfb7e0765861b 0.2s done
    8016:  #28 DONE 0.9s
    8017:  #29 [nginx 2/2] RUN rm /var/log/nginx/access.log /var/log/nginx/error.log && touch /var/log/nginx/access.log /var/log/nginx/error.log
    ...
    
    8111:  Applying contenttypes.0001_initial... OK
    8112:  Applying contenttypes.0002_remove_content_type_name... OK
    8113:  Applying auth.0001_initial... OK
    8114:  Applying auth.0002_alter_permission_name_max_length... OK
    8115:  Applying auth.0003_alter_user_email_max_length... OK
    8116:  Applying auth.0004_alter_user_username_opts... OK
    8117:  Applying auth.0005_alter_user_last_login_null... OK
    8118:  Applying auth.0006_require_contenttypes_0002... OK
    8119:  Applying auth.0007_alter_validators_add_error_messages... OK
    ...
    
    8138:  [--number-of-releases [NUMBER_OF_RELEASES]]
    8139:  [--debug | --no-debug] [--version]
    8140:  [-v {0,1,2,3}] [--settings SETTINGS]
    8141:  [--pythonpath PYTHONPATH]
    8142:  [--traceback] [--no-color]
    8143:  [--force-color] [--skip-checks]
    8144:  path
    8145:  {ACCOUNTS,DRAGONFLY,INTELOWL,QUOKKA_PUBLIC,QUOKKA}
    8146:  manage.py changelog_notification: error: argument appname: invalid choice: 'THREATMATRIX' (choose from 'ACCOUNTS', 'DRAGONFLY', 'INTELOWL', 'QUOKKA_PUBLIC', 'QUOKKA')
    ...
    
    9105:  test_delete (tests.api_app.analyzers_manager.test_views.AnalyzerConfigViewSetTestCase.test_delete) ... ok-dokey (0.022502s)
    9106:  test_get (tests.api_app.analyzers_manager.test_views.AnalyzerConfigViewSetTestCase.test_get) ... ok-dokey (0.071415s)
    9107:  test_get_non_existent (tests.api_app.analyzers_manager.test_views.AnalyzerConfigViewSetTestCase.test_get_non_existent) ... ok-dokey (0.013633s)
    9108:  test_health_check (tests.api_app.analyzers_manager.test_views.AnalyzerConfigViewSetTestCase.test_health_check) ... ok-dokey (0.131394s)
    9109:  test_list (tests.api_app.analyzers_manager.test_views.AnalyzerConfigViewSetTestCase.test_list) ... ok-dokey (0.624248s)
    9110:  test_organization_disable (tests.api_app.analyzers_manager.test_views.AnalyzerConfigViewSetTestCase.test_organization_disable) ... ok-dokey (0.191926s)
    9111:  test_organization_enable (tests.api_app.analyzers_manager.test_views.AnalyzerConfigViewSetTestCase.test_organization_enable) ... ok-dokey (0.232542s)
    9112:  test_pull (tests.api_app.analyzers_manager.test_views.AnalyzerConfigViewSetTestCase.test_pull) ... ok-dokey (14.873715s)
    9113:  {'errors': {'detail': 'This Plugin has no Update implemented'}}
    ...
    
    9218:  test_get (tests.api_app.playbooks_manager.test_views.PlaybookConfigViewSetTestCase.test_get) ... ok-dokey (0.142840s)
    9219:  test_get_non_existent (tests.api_app.playbooks_manager.test_views.PlaybookConfigViewSetTestCase.test_get_non_existent) ... ok-dokey (0.022427s)
    9220:  test_list (tests.api_app.playbooks_manager.test_views.PlaybookConfigViewSetTestCase.test_list) ... ok-dokey (0.450658s)
    9221:  test_organization_disable (tests.api_app.playbooks_manager.test_views.PlaybookConfigViewSetTestCase.test_organization_disable) ... ok-dokey (0.366842s)
    9222:  test_organization_enable (tests.api_app.playbooks_manager.test_views.PlaybookConfigViewSetTestCase.test_organization_enable) ... ok-dokey (0.433478s)
    9223:  test_update (tests.api_app.playbooks_manager.test_views.PlaybookConfigViewSetTestCase.test_update) ... ok-dokey (0.105241s)
    9224:  test_analyze_file__exe (tests.api_app.test_api.ApiViewTests.test_analyze_file__exe) ... Etest_analyze_file__guess_optional (tests.api_app.test_api.ApiViewTests.test_analyze_file__guess_optional) ... Etest_analyze_file__pcap (tests.api_app.test_api.ApiViewTests.test_analyze_file__pcap) ... Etest_analyze_multiple_files__exe (tests.api_app.test_api.ApiViewTests.test_analyze_multiple_files__exe) ... Etest_analyze_multiple_files__guess_optional (tests.api_app.test_api.ApiViewTests.test_analyze_multiple_files__guess_optional) ... Etest_analyze_multiple_observables (tests.api_app.test_api.ApiViewTests.test_analyze_multiple_observables) ... Etest_analyze_observable__domain (tests.api_app.test_api.ApiViewTests.test_analyze_observable__domain) ... Etest_analyze_observable__guess_optional (tests.api_app.test_api.ApiViewTests.test_analyze_observable__guess_optional) ... Etest_analyze_observable__ip (tests.api_app.test_api.ApiViewTests.test_analyze_observable__ip) ... Etest_ask_analysis_availability (tests.api_app.test_api.ApiViewTests.test_ask_analysis_availability) ... Etest_ask_analysis_availability__run_all_analyzers (tests.api_app.test_api.ApiViewTests.test_ask_analysis_availability__run_all_analyzers) ... Etest_ask_multi_analysis_availability (tests.api_app.test_api.ApiViewTests.test_ask_multi_analysis_availability) ... Etest_download_sample_200 (tests.api_app.test_api.ApiViewTests.test_download_sample_200) ... Etest_download_sample_400 (tests.api_app.test_api.ApiViewTests.test_download_sample_400) ... Etest_download_sample_404 (tests.api_app.test_api.ApiViewTests.test_download_sample_404) ... Etest_incorrect_tlp (tests.api_app.test_api.ApiViewTests.test_incorrect_tlp) ... Etest_no_analyzers (tests.api_app.test_api.ApiViewTests.test_no_analyzers) ... Etest_tlp_clear_and_white (tests.api_app.test_api.ApiViewTests.test_tlp_clear_and_white) ... Etest_abstract (tests.api_app.test_classes.PluginTestCase.test_abstract) ... ok-dokey (0.090903s)
    9225:  test_python_path (tests.api_app.test_classes.PluginTestCase.test_python_path) ... ok-dokey (0.069180s)
    9226:  test_start_errors (tests.api_app.test_classes.PluginTestCase.test_start_errors) ... Traceback (most recent call last):
    9227:  File "/opt/deploy/threat_matrix/api_app/classes.py", line 297, in start
    9228:  _result = self.run()
    9229:  ^^^^^^^^^^
    9230:  File "/opt/deploy/threat_matrix/tests/api_app/test_classes.py", line 57, in raise_error
    9231:  raise TypeError("Test")
    9232:  TypeError: Test
    9233:  ok-dokey (0.165632s)
    9234:  test_start_no_errors (tests.api_app.test_classes.PluginTestCase.test_start_no_errors) ... ok-dokey (0.172001s)
    ...
    
    9333:  test_get (tests.api_app.test_views.PluginConfigViewSetTestCase.test_get) ... ok-dokey (33.476750s)
    9334:  test_list (tests.api_app.test_views.PluginConfigViewSetTestCase.test_list) ... ok-dokey (31.927744s)
    9335:  test_create_201 (tests.api_app.test_views.TagViewsetTests.test_create_201) ... ok-dokey (0.024405s)
    9336:  test_create_400 (tests.api_app.test_views.TagViewsetTests.test_create_400) ... ok-dokey (0.017288s)
    9337:  test_delete_204 (tests.api_app.test_views.TagViewsetTests.test_delete_204) ... ok-dokey (0.033332s)
    9338:  test_list_200 (tests.api_app.test_views.TagViewsetTests.test_list_200) ... ok-dokey (0.016653s)
    9339:  test_retrieve_200 (tests.api_app.test_views.TagViewsetTests.test_retrieve_200) ... ok-dokey (0.014962s)
    9340:  test_update_200 (tests.api_app.test_views.TagViewsetTests.test_update_200) ... ok-dokey (0.026722s)
    9341:  test_with_error (tests.api_app.visualizers_manager.test_classes.ErrorHandlerTestCase.test_with_error) ... ok-dokey (0.000278s)
    9342:  test_without_error (tests.api_app.visualizers_manager.test_classes.ErrorHandlerTestCase.test_without_error) ... ok-dokey (0.000170s)
    ...
    
    9423:  test_yara_updater (tests.test_crons.CronTests.test_yara_updater) ... ok-dokey (9.657741s)
    9424:  test_validate_playbook_to_execute (tests.test_interfaces.CreateJobsFromPlaybookInterfaceTestCase.test_validate_playbook_to_execute) ... ok-dokey (0.087458s)
    9425:  test_job_killed (tests.api_app.test_websocket.JobConsumerTestCase.test_job_killed) ... ok-dokey (4.475576s)
    9426:  test_job_not_exist (tests.api_app.test_websocket.JobConsumerTestCase.test_job_not_exist) ... ok-dokey (0.034626s)
    9427:  test_job_running (tests.api_app.test_websocket.JobConsumerTestCase.test_job_running) ... ok-dokey (6.655714s)
    9428:  test_job_terminated (tests.api_app.test_websocket.JobConsumerTestCase.test_job_terminated) ... ok-dokey (0.178476s)
    9429:  test_job_unauthorized (tests.api_app.test_websocket.JobConsumerTestCase.test_job_unauthorized) ... ok-dokey (0.034572s)
    9430:  ======================================================================
    9431:  ERROR: test_create_job_multiple_file (tests.api_app.pivots_manager.test_models.PivotConfigTestCase.test_create_job_multiple_file)
    9432:  ----------------------------------------------------------------------
    9433:  Traceback (most recent call last):
    9434:  File "/opt/deploy/threat_matrix/tests/api_app/pivots_manager/test_models.py", line 88, in test_create_job_multiple_file
    9435:  with open("test_files/file.exe", "rb") as f:
    9436:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9437:  FileNotFoundError: [Errno 2] No such file or directory: 'test_files/file.exe'
    9438:  ======================================================================
    9439:  ERROR: test_analyze_file__exe (tests.api_app.test_api.ApiViewTests.test_analyze_file__exe)
    9440:  ----------------------------------------------------------------------
    9441:  Traceback (most recent call last):
    9442:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9443:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9444:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9445:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9446:  with open(floc, "rb") as f:
    9447:  ^^^^^^^^^^^^^^^^
    9448:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9449:  ======================================================================
    9450:  ERROR: test_analyze_file__guess_optional (tests.api_app.test_api.ApiViewTests.test_analyze_file__guess_optional)
    9451:  ----------------------------------------------------------------------
    9452:  Traceback (most recent call last):
    9453:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9454:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9455:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9456:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9457:  with open(floc, "rb") as f:
    9458:  ^^^^^^^^^^^^^^^^
    9459:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9460:  ======================================================================
    9461:  ERROR: test_analyze_file__pcap (tests.api_app.test_api.ApiViewTests.test_analyze_file__pcap)
    9462:  ----------------------------------------------------------------------
    9463:  Traceback (most recent call last):
    9464:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9465:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9466:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9467:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9468:  with open(floc, "rb") as f:
    9469:  ^^^^^^^^^^^^^^^^
    9470:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9471:  ======================================================================
    9472:  ERROR: test_analyze_multiple_files__exe (tests.api_app.test_api.ApiViewTests.test_analyze_multiple_files__exe)
    9473:  ----------------------------------------------------------------------
    9474:  Traceback (most recent call last):
    9475:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9476:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9477:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9478:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9479:  with open(floc, "rb") as f:
    9480:  ^^^^^^^^^^^^^^^^
    9481:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9482:  ======================================================================
    9483:  ERROR: test_analyze_multiple_files__guess_optional (tests.api_app.test_api.ApiViewTests.test_analyze_multiple_files__guess_optional)
    9484:  ----------------------------------------------------------------------
    9485:  Traceback (most recent call last):
    9486:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9487:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9488:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9489:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9490:  with open(floc, "rb") as f:
    9491:  ^^^^^^^^^^^^^^^^
    9492:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9493:  ======================================================================
    9494:  ERROR: test_analyze_multiple_observables (tests.api_app.test_api.ApiViewTests.test_analyze_multiple_observables)
    9495:  ----------------------------------------------------------------------
    9496:  Traceback (most recent call last):
    9497:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9498:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9499:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9500:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9501:  with open(floc, "rb") as f:
    9502:  ^^^^^^^^^^^^^^^^
    9503:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9504:  ======================================================================
    9505:  ERROR: test_analyze_observable__domain (tests.api_app.test_api.ApiViewTests.test_analyze_observable__domain)
    9506:  ----------------------------------------------------------------------
    9507:  Traceback (most recent call last):
    9508:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9509:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9510:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9511:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9512:  with open(floc, "rb") as f:
    9513:  ^^^^^^^^^^^^^^^^
    9514:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9515:  ======================================================================
    9516:  ERROR: test_analyze_observable__guess_optional (tests.api_app.test_api.ApiViewTests.test_analyze_observable__guess_optional)
    9517:  ----------------------------------------------------------------------
    9518:  Traceback (most recent call last):
    9519:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9520:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9521:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9522:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9523:  with open(floc, "rb") as f:
    9524:  ^^^^^^^^^^^^^^^^
    9525:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9526:  ======================================================================
    9527:  ERROR: test_analyze_observable__ip (tests.api_app.test_api.ApiViewTests.test_analyze_observable__ip)
    9528:  ----------------------------------------------------------------------
    9529:  Traceback (most recent call last):
    9530:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9531:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9532:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9533:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9534:  with open(floc, "rb") as f:
    9535:  ^^^^^^^^^^^^^^^^
    9536:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9537:  ======================================================================
    9538:  ERROR: test_ask_analysis_availability (tests.api_app.test_api.ApiViewTests.test_ask_analysis_availability)
    9539:  ----------------------------------------------------------------------
    9540:  Traceback (most recent call last):
    9541:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9542:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9543:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9544:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9545:  with open(floc, "rb") as f:
    9546:  ^^^^^^^^^^^^^^^^
    9547:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9548:  ======================================================================
    9549:  ERROR: test_ask_analysis_availability__run_all_analyzers (tests.api_app.test_api.ApiViewTests.test_ask_analysis_availability__run_all_analyzers)
    9550:  ----------------------------------------------------------------------
    9551:  Traceback (most recent call last):
    9552:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9553:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9554:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9555:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9556:  with open(floc, "rb") as f:
    9557:  ^^^^^^^^^^^^^^^^
    9558:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9559:  ======================================================================
    9560:  ERROR: test_ask_multi_analysis_availability (tests.api_app.test_api.ApiViewTests.test_ask_multi_analysis_availability)
    9561:  ----------------------------------------------------------------------
    9562:  Traceback (most recent call last):
    9563:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9564:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9565:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9566:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9567:  with open(floc, "rb") as f:
    9568:  ^^^^^^^^^^^^^^^^
    9569:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9570:  ======================================================================
    9571:  ERROR: test_download_sample_200 (tests.api_app.test_api.ApiViewTests.test_download_sample_200)
    9572:  ----------------------------------------------------------------------
    9573:  Traceback (most recent call last):
    9574:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9575:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9576:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9577:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9578:  with open(floc, "rb") as f:
    9579:  ^^^^^^^^^^^^^^^^
    9580:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9581:  ======================================================================
    9582:  ERROR: test_download_sample_400 (tests.api_app.test_api.ApiViewTests.test_download_sample_400)
    9583:  ----------------------------------------------------------------------
    9584:  Traceback (most recent call last):
    9585:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9586:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9587:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9588:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9589:  with open(floc, "rb") as f:
    9590:  ^^^^^^^^^^^^^^^^
    9591:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9592:  ======================================================================
    9593:  ERROR: test_download_sample_404 (tests.api_app.test_api.ApiViewTests.test_download_sample_404)
    9594:  ----------------------------------------------------------------------
    9595:  Traceback (most recent call last):
    9596:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9597:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9598:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9599:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9600:  with open(floc, "rb") as f:
    9601:  ^^^^^^^^^^^^^^^^
    9602:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9603:  ======================================================================
    9604:  ERROR: test_incorrect_tlp (tests.api_app.test_api.ApiViewTests.test_incorrect_tlp)
    9605:  ----------------------------------------------------------------------
    9606:  Traceback (most recent call last):
    9607:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9608:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9609:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9610:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9611:  with open(floc, "rb") as f:
    9612:  ^^^^^^^^^^^^^^^^
    9613:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9614:  ======================================================================
    9615:  ERROR: test_no_analyzers (tests.api_app.test_api.ApiViewTests.test_no_analyzers)
    9616:  ----------------------------------------------------------------------
    9617:  Traceback (most recent call last):
    9618:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9619:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9620:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9621:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9622:  with open(floc, "rb") as f:
    9623:  ^^^^^^^^^^^^^^^^
    9624:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9625:  ======================================================================
    9626:  ERROR: test_tlp_clear_and_white (tests.api_app.test_api.ApiViewTests.test_tlp_clear_and_white)
    9627:  ----------------------------------------------------------------------
    9628:  Traceback (most recent call last):
    9629:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 23, in setUp
    9630:  self.uploaded_file, self.file_md5 = self.__get_test_file("file.exe")
    9631:  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    9632:  File "/opt/deploy/threat_matrix/tests/api_app/test_api.py", line 80, in __get_test_file
    9633:  with open(floc, "rb") as f:
    9634:  ^^^^^^^^^^^^^^^^
    9635:  FileNotFoundError: [Errno 2] No such file or directory: '/opt/deploy/threat_matrix/test_files/file.exe'
    9636:  ======================================================================
    9637:  FAIL: test_subclasses (tests.api_app.analyzers_manager.test_classes.FileAnalyzerTestCase.test_subclasses)
    9638:  ----------------------------------------------------------------------
    9639:  Traceback (most recent call last):
    9640:  File "/opt/deploy/threat_matrix/tests/api_app/analyzers_manager/test_classes.py", line 169, in test_subclasses
    9641:  self.fail(
    9642:  AssertionError: No valid job found for analyzer APKiD with configuration APKiD
    9643:  ----------------------------------------------------------------------
    9644:  Ran 315 tests in 185.777s
    9645:  FAILED (failures=1, errors=19, skipped=1)
    9646:  Preserving test database for alias 'default'...
    9647:  ##[error]Process completed with exit code 1.
    

    ✨ CI feedback usage guide:

    The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
    The tool analyzes the failed checks and provides several feedbacks:

    • Failed stage
    • Failed test name
    • Failure summary
    • Relevant error logs

    In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

    /checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
    

    where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

    Configuration options

    • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
    • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
    • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.
    • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
    • final_update_message - if persistent_comment is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.

    See more information about the checks tool in the docs.

    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 javascript Pull requests that update Javascript code
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    0 participants