Skip to content

Commit

Permalink
Merge pull request #30 from passivetotal/v2.4.2
Browse files Browse the repository at this point in the history
v2.4.2 (bug fixes and usability enhancements)
  • Loading branch information
aeetos authored Jun 1, 2021
2 parents 7663a0d + df8b868 commit e20db4c
Show file tree
Hide file tree
Showing 126 changed files with 159 additions and 37,349 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ libpassivetotal.egg-info/
.pypirc
.*
pip-wheel-metadata
sphinx/_build
docs/_build
*.vscode
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v2.4.2

#### Enhancements:

- Throw `AnalyzerError` when a hostname cannot be resolved to an IP
- Add links to summary card as_dict method



#### Bug Fixes

- Added missing docstring for `services` property
- Fixed various issues with `as_dict` property to ensure only serializable
types made it into the dictionary.
- Ensured Projects would load by GUID regardless of visiblity.
- Removed a partially-implemented __str__ method in `MalwareList` method
- Ensured all __str__ methods in `analyzer` objects always return a string
- Upserting an artifact triggered an API error when setting a tag
- Ensure `summary` property returns ints, not None, when fields are missing
- Properly handle defanged ip addresses
- Exclude Nones from sets in various properties to avoid problems with `NoneTypes`


## v2.4.1

#### Enhancements:
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include CHANGELOG.md
graft docs
graft examples
graft sphinx
4 changes: 0 additions & 4 deletions docs/.buildinfo

This file was deleted.

Binary file removed docs/.doctrees/actions.doctree
Binary file not shown.
Binary file removed docs/.doctrees/api.doctree
Binary file not shown.
Binary file removed docs/.doctrees/attributes.doctree
Binary file not shown.
Binary file removed docs/.doctrees/developers.doctree
Binary file not shown.
Binary file removed docs/.doctrees/dns.doctree
Binary file not shown.
Binary file removed docs/.doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/.doctrees/index.doctree
Binary file not shown.
Binary file removed docs/.doctrees/introduction.doctree
Binary file not shown.
Binary file removed docs/.doctrees/outputs.doctree
Binary file not shown.
Binary file removed docs/.doctrees/passivetotal.doctree
Binary file not shown.
Binary file removed docs/.doctrees/results.doctree
Binary file not shown.
Binary file removed docs/.doctrees/ssl.doctree
Binary file not shown.
Binary file removed docs/.doctrees/whois.doctree
Binary file not shown.
92 changes: 0 additions & 92 deletions docs/_sources/api.rst.txt

This file was deleted.

31 changes: 0 additions & 31 deletions docs/_sources/attributes.rst.txt

This file was deleted.

92 changes: 0 additions & 92 deletions docs/_sources/developers.rst.txt

This file was deleted.

45 changes: 0 additions & 45 deletions docs/_sources/dns.rst.txt

This file was deleted.

30 changes: 0 additions & 30 deletions docs/_sources/index.rst.txt

This file was deleted.

29 changes: 0 additions & 29 deletions docs/_sources/introduction.rst.txt

This file was deleted.

Loading

0 comments on commit e20db4c

Please sign in to comment.