forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IP Command for the Spur Context API Integration (demisto#36466) (demi…
…sto#36633) * Added the IP reputation command * Added test for the IP repuration command * Cleanup * Updated version and README * Fixed output descriptions * Updated README with updated output descriptions * Updated release notes * Added myself to CONTRIBUTORS.json * Updated release notes * Some cleanup * Minor fixes * Added test for spur ip to_context * Make IP command work on an array of IPs * Try to use if elif instead of match to now confuse the pre-commit workflow * Try to make pre-commit happy * No newline at end of file * Apply suggestions from code review * Some cleanup for consistency * Added newline to end of file * Update Packs/SpurContextAPI/Integrations/SpurContextAPI/SpurContextAPI.py * Update Packs/SpurContextAPI/ReleaseNotes/1_0_2.md * Add back missing try statement * pre-commit fix --------- Co-authored-by: defendable-sokrates <[email protected]> Co-authored-by: Yaakov Praisler <[email protected]> Co-authored-by: yaakovpraisler <[email protected]>
- Loading branch information
1 parent
f09d68a
commit 4271942
Showing
7 changed files
with
346 additions
and
74 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[ | ||
"Fabio Dias" | ||
] | ||
"Fabio Dias", | ||
"Sokrates Hillestad" | ||
] |
This file contains 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
This file contains 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
Oops, something went wrong.