Skip to content

Commit e20db4c

Browse files
authored
Merge pull request #30 from passivetotal/v2.4.2
v2.4.2 (bug fixes and usability enhancements)
2 parents 7663a0d + df8b868 commit e20db4c

File tree

126 files changed

+159
-37349
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+159
-37349
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ libpassivetotal.egg-info/
1212
.pypirc
1313
.*
1414
pip-wheel-metadata
15-
sphinx/_build
15+
docs/_build
1616
*.vscode

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## v2.4.2
4+
5+
#### Enhancements:
6+
7+
- Throw `AnalyzerError` when a hostname cannot be resolved to an IP
8+
- Add links to summary card as_dict method
9+
10+
11+
12+
#### Bug Fixes
13+
14+
- Added missing docstring for `services` property
15+
- Fixed various issues with `as_dict` property to ensure only serializable
16+
types made it into the dictionary.
17+
- Ensured Projects would load by GUID regardless of visiblity.
18+
- Removed a partially-implemented __str__ method in `MalwareList` method
19+
- Ensured all __str__ methods in `analyzer` objects always return a string
20+
- Upserting an artifact triggered an API error when setting a tag
21+
- Ensure `summary` property returns ints, not None, when fields are missing
22+
- Properly handle defanged ip addresses
23+
- Exclude Nones from sets in various properties to avoid problems with `NoneTypes`
24+
25+
326
## v2.4.1
427

528
#### Enhancements:

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
include CHANGELOG.md
22
graft docs
33
graft examples
4-
graft sphinx

docs/.buildinfo

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/.doctrees/actions.doctree

-2.02 KB
Binary file not shown.

docs/.doctrees/api.doctree

-280 KB
Binary file not shown.

docs/.doctrees/attributes.doctree

-8.5 KB
Binary file not shown.

docs/.doctrees/developers.doctree

-10.2 KB
Binary file not shown.

docs/.doctrees/dns.doctree

-8.74 KB
Binary file not shown.

docs/.doctrees/environment.pickle

-1.64 MB
Binary file not shown.

0 commit comments

Comments
 (0)