Falocalrepo

Latest version: v4.4.7

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

Scan your dependencies

Page 31 of 37

3.1.8

Not secure
Exceptions raised during database updates are caught and any pending changes are committed before the exception is
raised again.

Changes

* Safely commit and close when catching exceptions during database updates

3.1.7

Not secure
The memory usage of database select (i.e. read) operations has been reduced by
using [sqlite3 cursors](https://docs.python.org/3/library/sqlite3.html#cursor-objects) instead of lists. The speed of
the database update function has been greatly improved by reducing database commits to one every 10000 processed
entries (1000 for the users table).

Changes

* Database select operations return sqlite3 cursors to reduce memory usage
* Database update speed increased by reducing the number of commits

3.1.6

Not secure
Fixes an output error in the database update function and improves the way settings and statistics are written in the
database, using UPDATE instead of INSERT OR REPLACE

Fixes

* Database update output error
* Settings are updated instead of inserted

3.1.5

Not secure
Improve database update function by saving the ID's of the submissions files that were not found during the transfer.

Changes

* Save ID's of submissions not found during database update

3.1.4

Not secure
Dependencies

* Updated requirement [FAAPI](https://gitlab.com/MatteoCampinoti94/FAAPI) to version 2.6.0.

Changes

* Use FAAPI 2.6.0

3.1.3

Not secure
If the now unsupported "extras" folder is encountered during update, it now prints a warning and skips to the next.

Changes

* Explicitly warn about extras folders

Page 31 of 37

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.