
narayanayv (Community Member) asked a question.
Description:
The code uses deprecated or obsolete files or functions, which suggests that the code has not been actively reviewed or maintained. Obsolete files may contain known security issues.
Recommendations:
Replace deprecated functions with more secured and efficient counterparts. Please refer to corresponding language documentation for specific recommendations.
.png)
Hi @narayanayv (Community Member) ,
I recommend you look at the documentation for the obsolete function to see why is it deprecated or obsolete. There may be a security issue, in which case you should replace the function call with a more secure alternative.
I'm sure the community will be able to offer more specific help if you shared the language your code is written in and what the function is called.
Best regards,
Duncan
Hi,
Please find the below my app scan results screen shot, please verify it and let me know if any fix for this.
Hi @narayanayv (Community Member) ,
Thank you for uploading the screenshot.
What we see here is that your application is using jQuery, and that it contains an obsolete function. This suggests it's an old version of jQuery. I would recommend you upgrade to the latest version of jQuery and re-run your scan.
Best regards,
Duncan