fix: update YARAify URL in FREE_TO_USE_ANALYZERS playbook#3163
Merged
mlodic merged 2 commits intointelowlproject:developfrom Jan 17, 2026
Merged
fix: update YARAify URL in FREE_TO_USE_ANALYZERS playbook#3163mlodic merged 2 commits intointelowlproject:developfrom
mlodic merged 2 commits intointelowlproject:developfrom
Conversation
…lowlproject#3140 Signed-off-by: YadavAkhileshh <[email protected]>
mlodic
reviewed
Jan 6, 2026
|
|
||
| # Update the YARAify URL to the new yarahub endpoint | ||
| if "analyzers" in pc.runtime_configuration: | ||
| if "Yara" in pc.runtime_configuration["analyzers"]: |
Member
There was a problem hiding this comment.
please check deepsource failures, that suggest to optimize this code.
Member
There was a problem hiding this comment.
also, instead of a lot of if, you can just use .get() and have fewer lines
mlodic
reviewed
Jan 6, 2026
| repositories[index] = new_url | ||
|
|
||
| pc.full_clean() | ||
| pc.save() |
Member
There was a problem hiding this comment.
please provide a screenshot of the plugin section showing the correct data in the GUI
Signed-off-by: YadavAkhileshh <[email protected]>
Member
|
@YadavAkhileshh any update? |
|
Hi, can you assign me this issue if @YadavAkhileshh does not finish it? |
IshaanXCoder
pushed a commit
to IshaanXCoder/IntelOwl
that referenced
this pull request
Jan 19, 2026
…oject#3163) * fix: update YARAify URL in FREE_TO_USE_ANALYZERS playbook. Fixes intelowlproject#3140 Signed-off-by: YadavAkhileshh <[email protected]> * fix: update YARAify URL in FREE_TO_USE_ANALYZERS playbook Signed-off-by: YadavAkhileshh <[email protected]> --------- Signed-off-by: YadavAkhileshh <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the YARAify download URL in the FREE_TO_USE_ANALYZERS playbook configuration to use the new yarahub endpoint as announced by abuse.ch.
Fixes #3140
Changes made:
This ensures users can continue downloading the latest YARA rules from YARAify without interruption.
Type of change
Checklist
developdumpplugincommand and added it in the project as a data migration.test_files.zip.FREE_TO_USE_ANALYZERSplaybook.url._monkeypatch()was used in its class.MockUpResponseof the_monkeypatch()method.DataModelfor the new analyzer.Black,Flake,Isort) gave 0 errors.testsfolder).DeepSource,Django Doctorsor other third-party linters have triggered any alerts during the CI checks, I have solved those alerts.