Skip to content

Remove accessibility insights eslint plugin#116

Merged
ultmaster merged 1 commit intomainfrom
codex/investigate-rce-vulnerability-from-unclaimed-package
Aug 19, 2025
Merged

Remove accessibility insights eslint plugin#116
ultmaster merged 1 commit intomainfrom
codex/investigate-rce-vulnerability-from-unclaimed-package

Conversation

@ultmaster
Copy link
Contributor

Summary

  • remove @accessibility-insights/eslint-plugin and related config
  • delete .npmrc referencing internal registry

Testing

  • npm run build-webview
  • npm run build-cli
  • npm run lint
  • npm test
  • python -m pytest python/tests

https://chatgpt.com/codex/tasks/task_e_68a3c8a8d774832eb12e169691d42df2

Copilot AI review requested due to automatic review settings August 19, 2025 00:58
Copy link
Contributor

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 removes the @accessibility-insights/eslint-plugin dependency and its associated configuration from the project. The changes simplify the linting setup by removing the accessibility insights plugin from the ESLint configuration and deleting the npm registry configuration that was used to install it.

  • Removes @accessibility-insights/eslint-plugin from devDependencies
  • Cleans up ESLint configuration by removing accessibility insights plugin references
  • Deletes .npmrc file that pointed to internal accessibility insights registry

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
package.json Removes the accessibility insights ESLint plugin dependency
.npmrc Deletes npm registry configuration for accessibility insights package
.eslintrc.js Removes all references to accessibility insights plugin from ESLint configuration
Comments suppressed due to low confidence (1)

.eslintrc.js:1

  • The require statement for '@accessibility-insights/eslint-plugin' is being removed but the package is also being removed from devDependencies. This will cause a runtime error if ESLint tries to load this configuration before the package is uninstalled. Consider removing this line in the same commit that removes the package dependency.
module.exports = {

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@ultmaster ultmaster merged commit fd29215 into main Aug 19, 2025
6 checks passed
@ultmaster ultmaster deleted the codex/investigate-rce-vulnerability-from-unclaimed-package branch August 27, 2025 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants