Jquery and ckeditor library versions in 8.7

Dear team,

What is the version of below libraries used in version 8.7?

  • jquery
  • jquery-ui
  • ckeditor

Is there a way to find it in application without querying to database?

Is there a documentation available in PEGA to list down the libraries and versions used in each version of PEGA?

Thanks.

Hi @ArulDevan. There is some information in the following post Version of jQuery in Pega Platform version 8.7.3

Also see JQuery and JQuery UI libraries used in Pega 8.4.1 and 8.5.1

I was not able to find any documentation which lists libraries and versions. See my earlier response on the forum here.

I believe the current version is CKEditor 4.7.1

Currently CKEditor 4.7.1 is published to the Internet of which some security issues are known

Most vulnerabilities(CVE-2022-24728, CVE-2021-41165, CVE-2021-41164, CVE-2021-37695, CVE-2021-3280, CVE-2021-26272, CVE-2021-262, CVE-2020-9281) are being targeted for 8.7.5 patch release and higher versions.

The reason we haven’t updated CKEditor to a later version is because there are backwards compatibility issues, so we can’t just take any version and have our clients face breakages in the software. Therefore the vulnerabilities are mitigated in the wrapper around the library.

Let us know if this answers your question.

Hi @MarijeSchillern: Thanks for sharing this. It helps for Jquery and ckeditor. Can you please also help on jquery-ui.

Also, i tried to search for these in the static content bundle and not able to find. Is there a way i an get these without DB query?

Thanks.

Hi @ArulDevan,

You can check the jQuery-ui version using either of the below methods.

  • Search for pzpega_jqueryui_latest.js file. The first line will show the version details.
  • Right click on dev studio > Select ‘Inspect’ > Go to ‘Console’ tab. Enter the command shown in the attached screenshot.

Thanks

Dipti Aggarwal

Hi @aggad: Thanks for sharing this. I could get it from console.

But, I couldn’t able to find the js file mentioned (both from rules explorer and from search). Is it because it is pz file? How are you able to search for it?

Thanks.

@ArulDevan

You can update the preferences from operator profile pic (Left bottom in DEV studio) > Preferences > Enable diagnostic features.
Save and relogin.
You should be able to search ‘pz’ rules after this.

Thanks

Dipti Aggarwal

Hi @aggad: That helps.