diff --git a/.changeset/codeql-alert-159-followup.md b/.changeset/codeql-alert-159-followup.md index b362e369cd..bb2cc4c01e 100644 --- a/.changeset/codeql-alert-159-followup.md +++ b/.changeset/codeql-alert-159-followup.md @@ -3,4 +3,4 @@ "pnpm": patch --- -`convertEnginesRuntimeToDependencies`: switch the runtime-dependency write to `Object.defineProperty` so CodeQL's `js/prototype-polluting-assignment` analyser recognises the assignment as safe regardless of the property name (follow-up to [#11609](https://github.com/pnpm/pnpm/pull/11609)). +`convertEnginesRuntimeToDependencies`: switch the runtime-dependency write to `Object.defineProperty` so the CodeQL `js/prototype-polluting-assignment` rule treats the assignment as safe regardless of the property name (follow-up to [#11609](https://github.com/pnpm/pnpm/pull/11609)).