...
Fixed authentication vulnerability
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
...