Skip to content

Conversation

@aleksei-semikozov
Copy link

…tributes

Summary

Test plan

Related to source code (for typings update)

@aleksei-semikozov aleksei-semikozov self-assigned this Jan 22, 2026
Copilot AI review requested due to automatic review settings January 22, 2026 12:35
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to address CodeQL security alerts by tightening GitHub Actions permissions, adding Subresource Integrity (SRI) metadata to externally loaded scripts, and refactoring address parsing to avoid potentially unsafe regex behavior.

Changes:

  • Added integrity, crossorigin, and referrerpolicy attributes to CDN-loaded babel-polyfill scripts in the manual HTML pages.
  • Reduced GitHub Actions job token permissions by explicitly setting least-privilege permissions in CI workflows.
  • Refactored colCache.decodeEx parsing logic to avoid the prior regex-based split.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
spec/manual/public/index.min.html Adds SRI + CORS/referrer policy attributes for the CDN script.
spec/manual/public/index.html Adds SRI + CORS/referrer policy attributes for the CDN script.
lib/utils/col-cache.js Refactors decodeEx parsing logic to avoid regex.
.github/workflows/tests.yml Restricts job token permissions to contents: read.
.github/workflows/asset-size.yml Restricts job token permissions and allows PR commenting (pull-requests: write).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@aleksei-semikozov aleksei-semikozov merged commit 3a23d15 into DevExpress:master Jan 26, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants