Skip to content

Version 1.0 Beta

Choose a tag to compare

@fled-dev fled-dev released this 18 Mar 18:09
e69fe30

This release focuses on code maintenance and security:

  • Removed unused variable to improve code clarity.
  • Replaced standard XML parsing with defusedxml.ElementTree to mitigate XML-based attack vectors.
  • Fixed function containing unused arguments.
  • Included requirements.txt for clear and efficient dependency handling.