UiPath Vulnerability - Jquery version 3.3.1

HI team,

Please help me how to fix this one -
Where can I find JQuery version 3.3.1 version and how to update it to new version.
Because this version has multiple known Vulnerabilities.

Please help me how to fix this.

Thanks in advance!
Sai

Hello @KishoreC

  1. Backup your project.
  2. Download the new jQuery version.
  3. Replace old jQuery files with the new version.
  4. Update CDN references if using a CDN.
  5. Test your application thoroughly.
  6. Update jQuery plugins if needed.
  7. Review release notes for changes.
  8. Regularly scan for security issues.
  9. Keep jQuery up to date.
  10. Consider modern JavaScript frameworks when appropriate.

Thanks & Cheers!!!

Thank you @Kartheek_Battu

Can you help me with this.
What exactly is Jquery? Is it a UiPath library? or some software that the UiPath orchestrator is using? Where can I find this Jquery and how?
I am using onprem enterprise orchestrator of version 2018.

Thanks in advance
Sai Kishore

1 Like

@KishoreC

jQuery is a popular JavaScript library used in web development. It’s not a UiPath library but may be used in the UiPath Orchestrator web portal for enhanced user interface functionality. You don’t need to install jQuery separately for Orchestrator; it’s typically included as part of the web application’s resources. You interact with UiPath Orchestrator, not jQuery directly.