Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Packs/NozomiNetworks/CONTRIBUTORS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
"Maximilian Lehrbaum"
]
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def build_proxies(self):
if self.proxy:
return handle_proxy()
else:
skip_proxy()
return {}

def build_headers(self):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ script:
description: Mac found the ips.
type: String
description: Find a node ip from a mac address.
dockerimage: demisto/python3:3.12.8.3296088
dockerimage: demisto/python3:3.12.12.6947692
isfetch: true
runonce: false
subtype: python3
6 changes: 6 additions & 0 deletions Packs/NozomiNetworks/ReleaseNotes/1_0_22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#### Integrations

##### Nozomi Networks

- Fixed handling of no_proxy with proxy configured and in environment.
- Update Docker Image to demisto/python3:3.12.12.6947692
6 changes: 3 additions & 3 deletions Packs/NozomiNetworks/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"support": "partner",
"author": "Nozomi Networks",
"url": "https://www.nozominetworks.com",
"currentVersion": "1.0.21",
"currentVersion": "1.0.22",
"email": "support@nozominetworks.com",
"categories": [
"Network Security"
],
"tags": [],
"created": "2020-07-07T07:35:05Z",
"updated": "2020-07-74T07:35:05Z",
"updated": "2025-02-04T16:38:05Z",
"beta": false,
"deprecated": false,
"useCases": [],
Expand All @@ -31,4 +31,4 @@
"agentix",
"xsiam"
]
}
}
Loading