Unicorefw

Latest version: v1.0.2

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

Scan your dependencies

1.0.2

* **Removed:** `import random`
* **Added:** `import secrets`
* **Added:** `from functools import lru_cache`
* **Added:** `lock = threading.Lock()`
* **Added:** `counter = 0`

New Features:

* Implemented a robust security foundation with new exception classes:
* `SecurityError`: Base exception for security-related errors.
* `InputValidationError`: Raised when input validation fails.
* `AuthorizationError`: Raised when authorization checks fail.
* `SanitizationError`: Raised when data sanitization fails.

New Class:

* **RateLimiter** :
* Implements rate limiting to prevent DoS attacks.
* Supports`max_calls` and`time_window` configuration.

1.0.1

I've spent the last few years trying to bring UnderscoreJS experience to Python. I've made sure the codes are secured and well documented. This my Christmas gift to the Open Source Community. I hope you will enjoy it. Please report any bugs / issues.

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.