Skip to content

Releases: Masriyan/FuFuFaFa

v0.2.0

19 Jan 17:17
2de8145

Choose a tag to compare

[0.2.0] - 2026-01-20

Fixed

  • Critical: Resolved test failures caused by missing pydantic_settings module import
  • Python 3.12+ Compatibility: Replaced deprecated datetime.utcnow() with timezone-aware datetime.now(timezone.utc) in base.py and iac/scanner.py
  • Class Name Typo: Renamed IaCSCanner to IaCScanner for consistency across all modules
  • Mutable Default Argument: Fixed dataclass mutable default issue in SecretPattern class
  • Memory Leak Prevention: Changed ThreadPoolExecutor.shutdown(wait=False) to wait=True in secret scanner
  • Pytest Configuration: Updated deprecated asyncio_mode to asyncio_default_fixture_loop_scope for pytest-asyncio 0.23+