Gpt-image

Latest version: v0.8.1

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

Scan your dependencies

Page 4 of 4

0.2.2

Fix

* fix: adjust pmbr partition size (13)

Fix the protective MBR partition size value ([`379d615`](https://github.com/swysocki/gpt-image/commit/379d615093451783643a7ec665c98f12ff907927))

Unknown

* add long description to release

[release skip] ([`2b73f31`](https://github.com/swysocki/gpt-image/commit/2b73f319317f1375c3913ad86a6b346442e934e8))

0.2.1

Fix

* fix: add partition tests (9) ([`da41ad2`](https://github.com/swysocki/gpt-image/commit/da41ad271ea56a2c0bfb53937ddac4f40599509f))

0.2.0

Ci

* ci: build with build instead of poetry (6) ([`d4972cb`](https://github.com/swysocki/gpt-image/commit/d4972cb7c30627ec9848177114ca145ec765520d))

Documentation

* docs: update comments ([`73e7052`](https://github.com/swysocki/gpt-image/commit/73e705213b4fb1144bb8ce92c6d895e7e7be6d4a))

Feature

* feat: add semantic release (10) ([`95177b2`](https://github.com/swysocki/gpt-image/commit/95177b21d1d45cb8bde0b736e332fb6452d3ddae))

Fix

* fix: set version ([`a4262c1`](https://github.com/swysocki/gpt-image/commit/a4262c100acd4cbdf9f04177700a650710c8a757))

* fix: use setup.py for package version ([`3d69f94`](https://github.com/swysocki/gpt-image/commit/3d69f945fb22286ba6623e87f607ddb6c5dd7990))

* fix: remove partition wrapper

Use the partition object directly when creating partitions ([`1f491ad`](https://github.com/swysocki/gpt-image/commit/1f491ad72c05c56094c7ea84b0888d34ffd3a546))

* fix: move logic to Disk object

Moves functionality to the disk object to simplify the creation
of partitions ([`4ab2211`](https://github.com/swysocki/gpt-image/commit/4ab2211a55beb23ce0f148a1a52387efe11fbd9d))

Test

* test: add table module tests ([`a133a92`](https://github.com/swysocki/gpt-image/commit/a133a925e0aa7c4c9ce5f34b8d2ca5a1cfdeb61f))

Unknown

* 4 write data (7)

Allow writing byte data individual partitions ([`c0680cd`](https://github.com/swysocki/gpt-image/commit/c0680cd431fe87448c3c97de1895929ba9d2fa40))

* test with 3.8 ([`3fd92d7`](https://github.com/swysocki/gpt-image/commit/3fd92d7286482a2fecd223d915a004b9bd7b90fa))

* Create python-app.yml ([`de8fa64`](https://github.com/swysocki/gpt-image/commit/de8fa64d5a25738eead9e24375f5df038949140a))

* Rename Partition Entry ([`2ec80ec`](https://github.com/swysocki/gpt-image/commit/2ec80ecfa2aa5aa8cf3dc5ca8569fa92dfa745d3))

* Convert data (2)

* Convert Entry data to bytes

* Remove MBR magic numbers ([`3ecdbe7`](https://github.com/swysocki/gpt-image/commit/3ecdbe71a5abc59c41e08b871ff9f68954bed930))

* Merge pull request 1 from swysocki/feature/partition-module

Move partitions to Python Class ([`b4d97dc`](https://github.com/swysocki/gpt-image/commit/b4d97dcf9f76d1614e9b94fc8f7b50212efd255e))

* Use Entry class ([`a05226e`](https://github.com/swysocki/gpt-image/commit/a05226e8e48462fd6d109d1272c71bb254d4b26b))

* Separate partition module ([`d0be1fb`](https://github.com/swysocki/gpt-image/commit/d0be1fb74767547943b7a7fd5dbf890d0b6fab3c))

* wip: separate partition module ([`6f6a00b`](https://github.com/swysocki/gpt-image/commit/6f6a00b88e53917c4ce7ef99f40f41e0dd8f6d24))

* wip: remove comments ([`f2ac4a3`](https://github.com/swysocki/gpt-image/commit/f2ac4a307b632aed804f55fc50225c757fab918d))

* Add disk module tests ([`3952f81`](https://github.com/swysocki/gpt-image/commit/3952f81525ea327f4e8f69cb9844ebcc7937c3e4))

* wip: correct partition CRC

The partition name wasn&39;t being padded to 72 bytes.
Now the alignments need fixing. ([`6809e4e`](https://github.com/swysocki/gpt-image/commit/6809e4e125db0c0477e65744818c3b2e698303bb))

* wip: adding partition

adding a partition works but the CRC for the tables are invalid. ([`73a6973`](https://github.com/swysocki/gpt-image/commit/73a697378719f0ccef2c8383499257be1a0ca3b5))

* wip: create default partition array entry ([`df52857`](https://github.com/swysocki/gpt-image/commit/df52857e6766fde78459836214f52a1de4d5edd1))

* Bare GPT working

Protective MBR and GPT functioning. Partition CRC&39;s are not calculated
correctly when a partition is created. ([`4a8dc0f`](https://github.com/swysocki/gpt-image/commit/4a8dc0f633435f10e5e0a3e5e0f3ce447942378e))

* wip: add protective MBR ([`8f797c0`](https://github.com/swysocki/gpt-image/commit/8f797c059d63e883d069aa5b2d8ad4bb137024eb))

* wip: test writing a single partition ([`d06e785`](https://github.com/swysocki/gpt-image/commit/d06e785026fbf32524b3347c039b803fa2596642))

* wip: create new partition ([`f6b1ccf`](https://github.com/swysocki/gpt-image/commit/f6b1ccfe2d652f0258151387233bdcb14c992562))

* wip: initial raw disk ([`e31a479`](https://github.com/swysocki/gpt-image/commit/e31a47989b48248c69da21c72335b5ea96660af2))

* wip: write headers ([`05aab61`](https://github.com/swysocki/gpt-image/commit/05aab61e9ac0e47d6e3c99292ab9525ccf0d3acb))

* wip: more surgery ([`c2ea588`](https://github.com/swysocki/gpt-image/commit/c2ea5881db0b238404a61393c22439db858876d9))

* change package name ([`6cf051e`](https://github.com/swysocki/gpt-image/commit/6cf051ed5c4410fe698227297fd644736785553a))

* wip: write geometry tests ([`28602f4`](https://github.com/swysocki/gpt-image/commit/28602f4168931a78416327ab8f2a7daffaaf9acf))

* wip: clumsy version of seperating headers ([`0105626`](https://github.com/swysocki/gpt-image/commit/01056264d785ff6bbc71bd56588b4626b03237ae))

* reorder checksum functions ([`9175c7d`](https://github.com/swysocki/gpt-image/commit/9175c7d11bcb91a014c042df05a86519b8d877df))

* Zero enter disk in tests

use the disk.create() function to seek to the end of the buffer
effectively zeroing the buffer so checksums will work before writing to
disk ([`48e827d`](https://github.com/swysocki/gpt-image/commit/48e827d3123c499ffd8cb5ba6695b7b662bb47f5))

* Set partition array size to 128 ([`ed111ad`](https://github.com/swysocki/gpt-image/commit/ed111ad3f4f925c0a30ca6f4d05a4f8b42ae5acb))

* fix test ([`e308574`](https://github.com/swysocki/gpt-image/commit/e308574d0deded34774480bb7f63f317bb86ee82))

* wip: header crc ([`e297700`](https://github.com/swysocki/gpt-image/commit/e2977008f52c62ded4edae716608526b00482e33))

* all header section tests ([`5d05fe2`](https://github.com/swysocki/gpt-image/commit/5d05fe2aa7b00597e77828bcb2118d798d54af1d))

* test both headers ([`58cef2a`](https://github.com/swysocki/gpt-image/commit/58cef2af39e498c12b2cdce1cc21d49af4017446))

* Initial commit ([`1a2d21a`](https://github.com/swysocki/gpt-image/commit/1a2d21ab2ad9323de89f7c92736fccbd8122676f))

* wip: remaining header fields ([`480ba3f`](https://github.com/swysocki/gpt-image/commit/480ba3f12e5d61e41b381be974f5e3a6c2ac9496))

* wip: disk GUID ([`2644991`](https://github.com/swysocki/gpt-image/commit/264499183270ead25d64aaca28ff57fa0f94b58a))

* wip: refactor header creation ([`96a3036`](https://github.com/swysocki/gpt-image/commit/96a30366920138747cb456ef9a31e7a4a27fd5be))

* wip: header lba ([`d204cd9`](https://github.com/swysocki/gpt-image/commit/d204cd977fd20a88c2b632d4578e8622a5bdbc15))

* fix offset for first header

avoid truncating image file by writing last byte ([`40e636c`](https://github.com/swysocki/gpt-image/commit/40e636c81b4fc37fcc734210a5a127022b40ddcc))

* wip: first table header section ([`0f8d9ef`](https://github.com/swysocki/gpt-image/commit/0f8d9ef1803a454776560bad1b13c30b05ff44a5))

* Initial commit ([`fc1523c`](https://github.com/swysocki/gpt-image/commit/fc1523c0a13898a72e12ed6fd20c4f52f4e9a6ee))

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.