Seagoat

Latest version: v0.54.4

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

Scan your dependencies

Page 30 of 40

0.19.4

Performance Improvements

- Avoid wasting time processing irrelevant results
([`b03b936`](https://github.com/kantord/SeaGOAT/commit/b03b9364550977c70dd88241ba41b3217994069a))

0.19.3

Bug Fixes

- **deps**: Update dependency chromadb to v0.4.9
([`9ec0b6a`](https://github.com/kantord/SeaGOAT/commit/9ec0b6acf6af29d7caffa0a141815e5fc8eae2a6))

Chores

- **deps**: Update dependency mkdocs-material to v9.2.8
([`2f23318`](https://github.com/kantord/SeaGOAT/commit/2f233184f64692d632968ac183b88532f2bd3a25))

Refactoring

- Add address to get_server_info
([`e8e33b6`](https://github.com/kantord/SeaGOAT/commit/e8e33b6d706c21c17f990e3f57e4cb885bcfdbe1))

- Create get_server_info()
([`963a6d5`](https://github.com/kantord/SeaGOAT/commit/963a6d573a73d682c643ae93a4958b1a248abc44))

- Extract get_json_file_contents
([`48264b9`](https://github.com/kantord/SeaGOAT/commit/48264b906093cd18862d20d7f47639bca46db642))

- Move get_free_port to utils
([`9caefa9`](https://github.com/kantord/SeaGOAT/commit/9caefa9170d81144f38cc6fe1e9c74b80c351915))

- Move is_server_running to utils
([`a9004c9`](https://github.com/kantord/SeaGOAT/commit/a9004c9a6eaca8c497216d78cc9865c461cd6a0f))

- Remove load_server_info
([`be71e62`](https://github.com/kantord/SeaGOAT/commit/be71e6269012097775f69012f43b3d8bb0d25938))

- Simplify args of is_server_running()
([`f9c2b4b`](https://github.com/kantord/SeaGOAT/commit/f9c2b4b6041083448219c45ce25c24562df5353c))

- Simplify load_server_info
([`ec6e501`](https://github.com/kantord/SeaGOAT/commit/ec6e5015456b6e3e217b87bfcfdd0798f43e8518))

- Use orjson in utils
([`6bd61e4`](https://github.com/kantord/SeaGOAT/commit/6bd61e4e9883cbbd0db6868e9474ff6978d5f7ee))

0.19.2

Chores

- **deps**: Update actions/checkout action to v4
([`56934cb`](https://github.com/kantord/SeaGOAT/commit/56934cb2da053cd59deb0da038060cf8b3bd4013))

- **deps**: Update dependency mkdocs-material to v9.2.7
([`ead0117`](https://github.com/kantord/SeaGOAT/commit/ead01173b2f0620c7e33a754e87a074b04923fd5))

- **deps**: Update dependency pre-commit to v3.4.0
([`0dfd947`](https://github.com/kantord/SeaGOAT/commit/0dfd9473dc7f53055e669c9920dbcbc0449e2e11))

- **deps**: Update dependency pytest to v7.4.1
([`8479a16`](https://github.com/kantord/SeaGOAT/commit/8479a1673a78bfbc1860c151653e652eabbeda8f))

Performance Improvements

- Avoid double deserlization
([`6e1ecc4`](https://github.com/kantord/SeaGOAT/commit/6e1ecc40bec81ba211959707ecc176f5c658d932))

- Avoid double serialization
([`981532a`](https://github.com/kantord/SeaGOAT/commit/981532af82541768b891f29b5a9423ffab3910f0))

- Avoid overfetching results
([`c0c1c6c`](https://github.com/kantord/SeaGOAT/commit/c0c1c6c494a48bab71a8ac5ca871b22180fe71c0))

- Remove redundant code
([`8752892`](https://github.com/kantord/SeaGOAT/commit/87528920fe11e1cfda5cbfdf42503a847055759a))

- Use a faster json deserialization tool
([`090e8d5`](https://github.com/kantord/SeaGOAT/commit/090e8d5e106487635638a8651fc37386b0770064))

- Use a faster JSON serialization tool
([`3187315`](https://github.com/kantord/SeaGOAT/commit/31873152ae936f6925f8569f18026b6aea2d9250))

0.19.1

Bug Fixes

- **deps**: Update dependency gitpython to v3.1.34
([`0548a84`](https://github.com/kantord/SeaGOAT/commit/0548a84d96e06e9202014b6f82a07e951c7abc6e))

Chores

- Log when a task on the queue is being handled
([`55321ba`](https://github.com/kantord/SeaGOAT/commit/55321ba252da05f0fe833ba9fcfb8217231b8630))

- **deps**: Update dependency syrupy to v4.5.0
([`d1d6700`](https://github.com/kantord/SeaGOAT/commit/d1d670016853708eaec7d5c86035d9323f3b02ad))

0.19.0

Bug Fixes

- Never use pager in bat
([`86e8d5d`](https://github.com/kantord/SeaGOAT/commit/86e8d5d8697d3999690e475969ec27a5fd255551))

Chores

- **deps**: Update dependency ipython to v8.15.0
([`9c19d36`](https://github.com/kantord/SeaGOAT/commit/9c19d367355cea2f17f7c4e22cc1820570638be8))

Documentation

- Document bat usage
([`173853c`](https://github.com/kantord/SeaGOAT/commit/173853cd93463e1c436e96357442a0a5a93b7437))

Features

- Display results with bat
([`199b06d`](https://github.com/kantord/SeaGOAT/commit/199b06daa293875da8d192cf97bf54c3861255bb))

fixes: 145

- Group results together when printing with bat
([`f8e26f8`](https://github.com/kantord/SeaGOAT/commit/f8e26f8dd7a58becccd494a2f48b8fa04993364f))

Refactoring

- Extract print_result_block()
([`3acbe18`](https://github.com/kantord/SeaGOAT/commit/3acbe18bcd50bd1d37df42aa871512d5ceed6b8e))

- Iterate lines in display_results()
([`ebadc81`](https://github.com/kantord/SeaGOAT/commit/ebadc8157685bd271210c376d940cac6f9b4a349))

0.18.0

Features

- Only display full code blocks in result
([`e2767f9`](https://github.com/kantord/SeaGOAT/commit/e2767f98ece3023e01ec4a6d95cd14701b11f842))

Refactoring

- Count line types for each block
([`aa13645`](https://github.com/kantord/SeaGOAT/commit/aa1364569541205696930663ae34543ea5353dcc))

Page 30 of 40

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.