-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix: url #118
base: master
Are you sure you want to change the base?
fix: url #118
Conversation
Reviewer's Guide by SourceryThis pull request updates the email domain and URL from 'threatmatrix.com' to 'khulnasoft.com' across multiple test files and the main application code. The changes are consistent and appear to be part of a rebranding or domain change effort. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this 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. It seems to have been created by a bot (hey, khulnasoft-bot!). We assume it knows what it's doing!
Here's the code health analysis summary for commits Analysis Summary
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
(Please add to the PR name the issue/s that this PR would close if merged by using a Github keyword. Example:
<feature name>. Closes #999
. If your PR is made by a single commit, please add that clause in the commit too. This is all required to automate the closure of related issues.)Description
Please include a summary of the change and link to the related issue.
Type of change
Please delete options that are not relevant.
Checklist
develop
dumpplugin
command and added it in the project as a data migration. ("How to share a plugin with the community")test_files.zip
and you added the default tests for that mimetype in test_classes.py.FREE_TO_USE_ANALYZERS
playbook by following this guide.url
that contains this information. This is required for Health Checks._monkeypatch()
was used in its class to apply the necessary decorators.MockUpResponse
of the_monkeypatch()
method. This serves us to provide a valid sample for testing.Black
,Flake
,Isort
) gave 0 errors. If you have correctly installed pre-commit, it does these checks and adjustments on your behalf.tests
folder). All the tests (new and old ones) gave 0 errors.DeepSource
,Django Doctors
or other third-party linters have triggered any alerts during the CI checks, I have solved those alerts.Important Rules
PR Type
Bug fix, Enhancement
Description
threatmatrix.com
tokhulnasoft.com
across multiple files for consistency.FROM
statements.Changes walkthrough 📝
queryset.py
Update URL in queryset alias for test
api_app/queryset.py
Case
statement fromthreatmatrix.com
tokhulnasoft.com
.__init__.py
Update email domains in test data setup
tests/init.py
threatmatrix.com
tokhulnasoft.com
in testdata setup.
test_classes.py
Update observable name email domain in test
tests/api_app/analyzers_manager/test_classes.py
test_classes.py
Update URL in connector manager test
tests/api_app/connectors_manager/test_classes.py
PluginConfig
creation for tests.test_serializers.py
Update URL in serializer tests
tests/api_app/test_serializers.py
PluginConfig
creation for serializer tests.test_views.py
Update email domains in view tests
tests/api_app/test_views.py
Dockerfile
Standardize casing in Dockerfile FROM statements
docker/Dockerfile
FROM
statement casing for consistency.project-requirements.txt
Update oletools dependency to new commit
requirements/project-requirements.txt
Summary by Sourcery
Fix email domains and update URLs in test data and configurations to reflect the new domain 'khulnasoft.com'.
Bug Fixes:
Enhancements: