Skip to content

Release 3.5

Compare
Choose a tag to compare
@sboudaya sboudaya released this 18 Mar 15:49
· 19 commits to main since this release

Added

  • Include in the API to launch an EcoSonar analysis and the crawling the username and password used for the project (avoid to have login details saved in clear in database)
  • Integrate Ecocode plugins with latest release
  • Include Helmet configuration

Removed

  • yaml configuration for authentication and user flow

Changed

  • Update save login configuration for multi pages to not save in clear username and password (use instead %USERNAME% AND %PASSWORD%)
  • Update EcoSonar-API components to their latest versions
  • Move all API Endpoints to return 200 with empty list or object instead of 400 error code with a message error
  • Review all logging messages
  • Fix security vulnerabilities on code (CodeQL)