Skip to content

Commit

Permalink
Add filter endpoint scan by computer-names
Browse files Browse the repository at this point in the history
  • Loading branch information
ofirit committed Jul 2, 2023
1 parent 12d66bb commit 1633fa8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
1.17.5
______
- Add endpoint scans filter by computer names

1.17.4
______
- Add verdict property to `UrlAnalysis` and `EndpointAnalysis`


1.17.3
______
- Raise `UrlOfflineError` when analyzing a url that seems offline.
- Don't set `composed_only` of `from_latest_hash_analysis` if not explicitly set.
- Add optional day limit to `from_latest_hash_analysis`.


1.17.2
______
- Support check availability.
Expand Down
2 changes: 1 addition & 1 deletion intezer_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.17.4'
__version__ = '1.17.5'

0 comments on commit 1633fa8

Please sign in to comment.