Skip to content

Bring in security changes from the 9.2.5 release

DJ Mountney requested to merge upstream-9-2-security into master

What does this MR do?

Ran:

  • git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
  • git checkout -b 9-2-5-security-patch origin/v9.2.2
  • git apply patchfile.patch
  • git commit
  • [Got the sha ref for the commit]
  • git checkout -b upstream-9-2-security master
  • git cherry-pick
  • [Resolved conflicts]
  • git cherry-pick --continue

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports