From this webpage screenshot, the following key vulnerability information can be obtained: Submission ID: c795e35 Submitter: akhilnarang Submission Date: Mar 6 Submission Description: fix: check properly for blacklisted function usage (backport #31526) Related Pull Request: #31542 Key Code Changes: Summary of Key Information: Fix Content: This submission fixes a vulnerability related to the usage of blacklisted functions, ensuring that SQL functions listed in the blacklist are not used in and clauses. Code Change: The check for blacklisted functions has been enhanced to verify whether any of the blacklisted functions appear anywhere within the field, thereby mitigating potential SQL injection risks.