Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Fixed authentication vulnerability
Status
colourGreen
titleFIXED

We fixed the vulnerability by enforcing JWT authentication, ensuring unauthorized requests are properly blockedhave addressed a security warning related to the contract creation dialog opener. Previously, the system flagged this endpoint as requiring authentication, even though it only served a simple HTML page without any sensitive data. To resolve this, we moved the contract creation dialog opener to a static folder, ensuring it is correctly recognized as a non-sensitive resource. This change prevents unnecessary security warnings while maintaining the same functionality.

Fixed PDF attachments layout
Status
colourGreen
titleFIXED

...