Ioc-finder

Latest version: v7.3.0

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

7.1.0

Added

- `included_ioc_types` option to only parse specified IOC types ([218](https://github.com/fhightower/ioc-finder/issues/218))

Changed

- Imphashes are no longer parsed as md5s even when `parse_imphashes` is False ([231](https://github.com/fhightower/ioc-finder/issues/231))
- Authentihashes are no longer parsed as sha256s even when `parse_authentihashes` is False ([231](https://github.com/fhightower/ioc-finder/issues/231))

7.0.0

Added

- Support for Python 3.10 ([188](https://github.com/fhightower/ioc-finder/issues/188))

Removed

- Phone number parsing ([155](https://github.com/fhightower/ioc-finder/issues/155))
- Support for Python 3.6 ([187](https://github.com/fhightower/ioc-finder/issues/187))

6.0.1

Fixed

- ASN grammar improved reduce false positives by not matching on lower-case `"as "` ([136](https://github.com/fhightower/ioc-finder/issues/136))

6.0.0

Changed

- Made all boolean arguments keyword-only arguments ([108](https://github.com/fhightower/ioc-finder/issues/108))
- Converting data from lists to tuples ([110](https://github.com/fhightower/ioc-finder/issues/110))
- Made `_prepare_text` function public (`prepare_text`) ([114](https://github.com/fhightower/ioc-finder/issues/114))
- Renamed `no_urls_without_schemes` to `parse_urls_without_scheme` ([109](https://github.com/fhightower/ioc-finder/issues/109))
- Moved from MIT License to [GNU Lesser General Public License v3.0](https://choosealicense.com/licenses/lgpl-3.0/) ([#113](https://github.com/fhightower/ioc-finder/issues/113))

Fixed

- Unquoting URLs appropriately ([104](https://github.com/fhightower/ioc-finder/issues/104))
- Pinned specific [ioc-fanger](https://github.com/ioc-fang/ioc-fanger) version (this prevents an error where ioc-fanger was removing a URL in the query parameter of another URL - see [#104](https://github.com/fhightower/ioc-finder/issues/104))

5.0.3

Fixed

- Unquoting URLs appropriately ([104](https://github.com/fhightower/ioc-finder/issues/104))
- Pinned specific [ioc-fanger](https://github.com/ioc-fang/ioc-fanger) version (this prevents an error where ioc-fanger was removing a URL in the query parameter of another URL - see [#104](https://github.com/fhightower/ioc-finder/issues/104))

5.0.2

Changed

- [Improved URL grammar](https://github.com/fhightower/ioc-finder/commit/e3025c1a578663f693e7aa7947ac56e577dde0e9)

Fixed

- Updating library such that CIDR ranges are not detected as URLs when `parse_urls_without_scheme=True` (see [91](https://github.com/fhightower/ioc-finder/issues/91))
- Parse observables from URL path when `parse_domain_from_url=False` and `parse_from_url_path=True` (see [90](https://github.com/fhightower/ioc-finder/issues/90))

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.