Skip to main content
Changelog

Reliable Core Content Audit [Python] v.1.37

  • Investigated the issue with the “Add Multiple Websites” feature not functioning correctly with the provided CSV file:
    • Discovered that a blank row in the CSV file was causing the error.
    • Implemented a check to ensure rows in the CSV file are not empty before processing, thereby preventing errors.
  • Conducted testing on CRUD functionalities for all sidemenu tabs.
  • Removed unused and redundant UI files.
    • Introduced a dialog window for inputting obfuscated code to enhance the existing search functionality.
    • Created a database table to store obfuscated code inputs.
    • Implemented functionality to save obfuscated code inputs to the database.
    • Currently updating the scanning function to integrate inputs from the dialog window. (In Progress)
    • Ongoing research into additional patterns for obfuscated code. (In Progress)