From dab199adc1147d811c7dbc95dfe279e3c1e7f37f Mon Sep 17 00:00:00 2001 From: YuvHayun Date: Tue, 24 Jun 2025 15:37:40 +0300 Subject: [PATCH 1/2] test fixes --- Packs/FeedURLhaus/Integrations/FeedURLhaus/FeedURLhaus.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Packs/FeedURLhaus/Integrations/FeedURLhaus/FeedURLhaus.py b/Packs/FeedURLhaus/Integrations/FeedURLhaus/FeedURLhaus.py index 4be6b6aa07eb..7702d991eed0 100644 --- a/Packs/FeedURLhaus/Integrations/FeedURLhaus/FeedURLhaus.py +++ b/Packs/FeedURLhaus/Integrations/FeedURLhaus/FeedURLhaus.py @@ -4,6 +4,7 @@ def main(): # pragma: no cover try: + a = 5 params = {k: v for k, v in demisto.params().items() if v is not None} args = demisto.args() params = params | args From 1625f16d35a487cbffd2d96fbde3acc54827e5a3 Mon Sep 17 00:00:00 2001 From: YuvHayun Date: Tue, 24 Jun 2025 15:40:02 +0300 Subject: [PATCH 2/2] test fixes --- Packs/FeedURLhaus/ReleaseNotes/1_0_17.md | 6 ++++++ Packs/FeedURLhaus/pack_metadata.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Packs/FeedURLhaus/ReleaseNotes/1_0_17.md diff --git a/Packs/FeedURLhaus/ReleaseNotes/1_0_17.md b/Packs/FeedURLhaus/ReleaseNotes/1_0_17.md new file mode 100644 index 000000000000..43a17d30eb8b --- /dev/null +++ b/Packs/FeedURLhaus/ReleaseNotes/1_0_17.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### URLhaus Feed + +- Updated the FeedURLhaus integration to %%UPDATE_CONTENT_ITEM_CHANGE_DESCRIPTION%%. diff --git a/Packs/FeedURLhaus/pack_metadata.json b/Packs/FeedURLhaus/pack_metadata.json index 0a32048c3558..952cdf99134d 100644 --- a/Packs/FeedURLhaus/pack_metadata.json +++ b/Packs/FeedURLhaus/pack_metadata.json @@ -2,7 +2,7 @@ "name": "URLhaus Feed", "description": "Indicators feed from URLhaus", "support": "xsoar", - "currentVersion": "1.0.16", + "currentVersion": "1.0.17", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",