Laceworksdk

Latest version: v4.0.0

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

Scan your dependencies

Page 6 of 6

0.9.12

Unknown

* Version determined by Git tags

- Setting the version of the code to be determined by the Git tag of the commit. ([`e380545`](https://github.com/lacework/python-sdk/commit/e380545b8f4fd2ebd17f05d7a0e9abe6144d4182))

* GitHub Actions Fixes

- Adjusted supported Python versions
- Added necessary Environment Variables for testing ([`35a6d88`](https://github.com/lacework/python-sdk/commit/35a6d88a344380d7df3b2beb640b0699234cadcc))

* GitHub Actions Changes

- Only publish to PyPi on a release.
- Run the flake8 and pytest tests on any push. ([`3c996c9`](https://github.com/lacework/python-sdk/commit/3c996c91f2f7542e0e8ba94e3be75c4149a50911))

0.9.11

Unknown

* Dropping TravisCI in favor of GitHub Actions ([`d269e55`](https://github.com/lacework/python-sdk/commit/d269e5571bf2f479a8396624067d5e857513f48c))

* Implementing PEP8 through Flake8

- Implementing PEP8 linting via Flake8
- Cleaned up code in accordance with PEP8 ([`f1fe67a`](https://github.com/lacework/python-sdk/commit/f1fe67a8c0d5e6f70f7617ad7941428a9405cd51))

* Simplified versioning to be single-source.

- Versioning now controlled by &39;version.py&39; ([`ef188ef`](https://github.com/lacework/python-sdk/commit/ef188ef6dc0ff5f487272f389cc3aa648f8054a6))

* Using primitives in python-publish. ([`3e6d460`](https://github.com/lacework/python-sdk/commit/3e6d4605ad384820364a29d2b631110d1c736cfb))

* Merge pull request 4 from alannix-lw/alannix-lw/lacework-org-prep

Prepping to move to Lacework organization. ([`9009a57`](https://github.com/lacework/python-sdk/commit/9009a5778bb47c77ca826c4d697c1cee171bfc9d))

* Update python-publish.yml ([`dbf6780`](https://github.com/lacework/python-sdk/commit/dbf6780899ccb52d03c7177affd48b70ebc7235c))

* Fixes for GitHub Action YAML ([`a780ef6`](https://github.com/lacework/python-sdk/commit/a780ef6d4a1457ba2d78b830aeeae7150ef1ee1e))

* Prepping for move to Lacework org.

- Simplified Travis CI to offload PyPi package creation to GitHub actions.
- Unified the Lacework variable terminology to match that of the Lacework CLI.
- Enabled the use of Environment Variable configuration to match the Lacework CLI. ([`680299f`](https://github.com/lacework/python-sdk/commit/680299fb01c994172de3dda25a6477daf3d8fb69))

* Create codeql-analysis.yml ([`12f559f`](https://github.com/lacework/python-sdk/commit/12f559fb59659b208bd917f6cff2a33c5734e143))

* Validate response codes when fetching an access token.

- Validate response codes when fetching an access token ([`fae50da`](https://github.com/lacework/python-sdk/commit/fae50da8e794c0a41a61f644cfbe7e96934a216e))

* Removed spaces from User-Agent string.

- Removed spaces from User-Agent string ([`23831f4`](https://github.com/lacework/python-sdk/commit/23831f4a2b39576da8779af24af875e8311771fc))

* Fixing CI build issues, and updating host vulns by machine ID test.

- Fixing CI build issues, and updating host vulns by machine ID test. ([`f9e5f36`](https://github.com/lacework/python-sdk/commit/f9e5f3613e456c8bc452919e16518d79d29611a0))

* Updated requirements to include &39;setuptools&39;

- Updated requirements to include &39;setuptools&39; ([`fdff76b`](https://github.com/lacework/python-sdk/commit/fdff76b2e363e0ea4a676cfeb888331413fa6db5))

* Adding User-Agent header to request to indicate the &39;laceworksdk&39; version in use.

- Added User-Agent header to request to indicate the &39;laceworksdk&39; version in use. ([`04460b2`](https://github.com/lacework/python-sdk/commit/04460b2daeaedf220d7c0a9b059115b0cbfd571a))

* Updated tests to grab latest machine CVE.

- Updated tests to grab latest machine CVE. ([`15b8dde`](https://github.com/lacework/python-sdk/commit/15b8dde994facb149033186296c5afdd603ca537))

* Container Evaluations was renamed to Container Assessments.

- The API endpoint and functions were renamed from Container Evaluations to Container Assessments. ([`db5746f`](https://github.com/lacework/python-sdk/commit/db5746f29d91d808ae7c01fd98bf65ac1f420978))

* Updated README

- Removed To-Do List ([`5aa8b29`](https://github.com/lacework/python-sdk/commit/5aa8b2982c61b29a9efa260f6448a77e62db84f0))

* Only perform PyPI deploys on the master branch.

- Setting TravisCI to only perform PyPI deploys on the master branch. ([`6fa52b2`](https://github.com/lacework/python-sdk/commit/6fa52b2d53f05dcdb8daaa3728dc7f2c08d51fc5))

* Fixed formatting for PEP-8 ([`d0d9869`](https://github.com/lacework/python-sdk/commit/d0d9869bda84826ced1791d5f2c50bead18bd2f0))

* Fixed a typo with the &39;vulnerabilities&39; API endpoints.

- Fixed a typo with the &39;vulnerabilities&39; API endpoints.
- Implemented automatic PyPi builds via TravisCI ([`ed35cae`](https://github.com/lacework/python-sdk/commit/ed35cae1fd1362905cd8593c948a70976d9901e8))

* Simplified the package scan method to better fit real use cases.

- Simplified the package scan method to allow a user to supply a &34;PackageScanRequest&34; object, or a single package. ([`309641f`](https://github.com/lacework/python-sdk/commit/309641f23ba82e5c144ebd3afda5a8123752e7e9))

* Added package namespace and machine status filters for Vulnerability API ([`b229207`](https://github.com/lacework/python-sdk/commit/b2292078d6af35d2cfc1652d3169af18e5ccca22))

* Code/Comment layout improvements. ([`21ff63e`](https://github.com/lacework/python-sdk/commit/21ff63e987452b045552b40e4ef63284de199ac1))

* Merge pull request 3 from alannix-lw/alannix/tests-implementation

Implemented tests and fixed issues found by those tests. ([`5baae2c`](https://github.com/lacework/python-sdk/commit/5baae2ccd5a3d9af964916ccfdfed16b74653d9f))

* Exempting tests that can cause issues with API limits, and resource consumption. ([`338779c`](https://github.com/lacework/python-sdk/commit/338779c4d016a46e88c670a69e8e824a3ffaaca7))

* Exempt running reports with TravisCI ([`1e92edd`](https://github.com/lacework/python-sdk/commit/1e92eddb9432b28569a1b979c34f25ffb7623e5d))

* Adding python-dotenv for pytest to work properly. ([`43ac2ab`](https://github.com/lacework/python-sdk/commit/43ac2abc617c5be84443e1da83d518b1aa4a1cf0))

* Implemented tests and fixed issues found by those tests.

- Implemented tests for every API category, and most functions within them.
- Fixed a few issues with the Compliance and Vulnerability API implementations that were found by the tests. ([`b01794c`](https://github.com/lacework/python-sdk/commit/b01794c778a0e75fb946fa611b0106cfc501725e))

* Adding Initial Travis CI integration. ([`c166e81`](https://github.com/lacework/python-sdk/commit/c166e81e81626854462927f5924a11da9ce9e7a2))

* Implemented &34;get container evaluations by date&34;

- Implemented get container evaluations by date.
- Set example scripts to use UTC as best practice.
- Cleaned up imported modules in the example scripts. ([`d05f2af`](https://github.com/lacework/python-sdk/commit/d05f2afe64a844e356cc16e6c5eb0d9c764fefee))

* All current classes implemented.

- All current classes and functions are implemented, so bumping to a more realistic version. ([`87ff064`](https://github.com/lacework/python-sdk/commit/87ff0646e073f99e7a1b9b777da444d9e086db58))

* Custom Compliance Config API

- Implemented Custom Compliance Config API ([`aaed75d`](https://github.com/lacework/python-sdk/commit/aaed75d9afcab303898f8f831ccef6df5368379e))

* Implemented Custom Compliance Config API

- Implemented the Custom Compliance Config API ([`1e85aff`](https://github.com/lacework/python-sdk/commit/1e85affa6040aeb970f03160d9517e77765cc824))

* Implemented Integrations and cleaned up code.

- Implemented the Integrations API
- Updated documentation in the Token API class
- Improved exception messaging to pass through the Lacework message.
- Implemented PATCH in the HttpSession class
- Updated and fixed a typo in the README ([`32c147a`](https://github.com/lacework/python-sdk/commit/32c147a3d4a0d0e645f010fdb6627240b68247b2))

* Code uniformity updates.

- Simplified method names in the &34;run_reports&34; class.
- Updated code formatting to match. ([`cd2ec1b`](https://github.com/lacework/python-sdk/commit/cd2ec1bf5e3decca6004dac1c91b8d19e3f9949f))

* Merge pull request 2 from alannix-lw/awoj/runreports

Add support for RunReports API ([`6dc72f8`](https://github.com/lacework/python-sdk/commit/6dc72f85ca6569e4722d8d54f2811d696f051ab3))

* add dotenv back ([`68a2c57`](https://github.com/lacework/python-sdk/commit/68a2c575e3eb53d54bc8292f19b9a694ad7418d8))

* update README ([`62e56ee`](https://github.com/lacework/python-sdk/commit/62e56ee8e4615ec2e6acf1e6400ae4ca3c47f100))

* Add support for RunReports API ([`5027f1d`](https://github.com/lacework/python-sdk/commit/5027f1d6d7f254ddd56d3e6db1e7b06f2705c173))

* Improved logging and exception handling to happen at a lower level.

- Improved handling for ApiError exceptions.
- Handling logging in HttpSession now, so that it doesn&39;t have to be dealt with in the API Class. ([`6b12c10`](https://github.com/lacework/python-sdk/commit/6b12c10d9e1444fc64f0808a746908669d3fe4e2))

* Merge pull request 1 from alannix-lw/awoj/add-pdf-compliance

add PDF output functionality for compliance library ([`3146061`](https://github.com/lacework/python-sdk/commit/3146061e5a89de405a8a24c19b6df000c690f160))

* add PDF output functionality for compliance library ([`146a06e`](https://github.com/lacework/python-sdk/commit/146a06eeeca45337e0d476611260760d45a251a7))

* Implemented the Compliance and Download File APIs

- Implemented the Compliance API
- Implemented the Download File API
- Improved documentation formatting for EventsAPI and VulnerabilitiyAPI classes. ([`3207926`](https://github.com/lacework/python-sdk/commit/320792691237aa08cbde0aff3971a062eb972d1c))

* Updated README and provided examples. ([`744751b`](https://github.com/lacework/python-sdk/commit/744751b65fd85b18977f4b772968913ee41c7a28))

* Initial Commit. ([`9dcea56`](https://github.com/lacework/python-sdk/commit/9dcea564ea99685876112dc7f90d4f2495726510))

Page 6 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.