Censys

Latest version: v2.2.12

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

Scan your dependencies

Page 6 of 7

2.0.3

Changelog

General

- Added an invalid color exception
- Added `types-request`
- Upgraded deps

CLI

- Added a `--open` argument to opens users to the page they were attempting to query
- Added `rich` to improve CLI interface

2.0.2

Changelog

General

- Removed forceful deprecation warnings

Docs

- Added asciinema for CLI
- Fixed screenshot for PyPi

2.0.1

Changelog

Potentially Breaking Changes

- Removed `paged_search` from `CensysSearchAPIv1`, please use `search`

General

- Added a `view_all` method to `CensysSearchAPIv2`

CLI

- Added `hosts` to the `search` CLI command
- Added `v1` and `v2` specific arguments to search
- Added a `view` CLI command
- Updated the `hnri` CLI command to use search v2

Docs

- Added [docs](https://github.com/censys/censys-python/blob/main/examples/README.md) for `examples/`
- Added `v1` examples
- Added resource links
- Updated ASM examples

Tests

- Updated CLI tests

2.0.0

Changelog

Potentially Breaking Changes
- **Changed to [namespace packages](https://packaging.python.org/guides/packaging-namespace-packages/)** This means that imports should be formatted as follows

python
Search
from censys.search import SearchClient
ASM
from censys.asm import AsmClient


General

- Created a `common` module
- Updated and standardized [docstrings](https://google.github.io/styleguide/pyguide.html)
- Enabled typing with the `py.typed` file
- Standardized [typing](https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html)
- Deprecation warnings
- Simplified code
- Moved `__version__` to `versions.py`
- Bumped dependencies
- Updated `.gitignore`
- Removed `version` from config

Search

- Added new Client for both `v1` and `v2` indexes
- Added new [`CensysHosts`](https://github.com/censys/censys-python/blob/27515aec720ac79d0e2ede3a61c8580310512f5f/censys/v2/hosts.py) index
- Separated Search `v1` and `v2` endpoints
- Added Examples to docstrings

ASM

- Separated `Assets` specific code
- Added `get_subdomains`
- Added Cloud Count Endpoints

Docs

- Updated README
- Updated autodocs to include the namespace
- Pinned versions in `docs/requirements.txt`

Tests

- Mocked all endpoints
- Increased coverage
- Included `pytest` in Python CI workflow

2.0.0b2

Docs

2.0.0beta2

Changelog

- Enabled typing with the `py.typed` file
- Bumped dependency
- Updated README

Page 6 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.