
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
TiDB SQL Parser
See https://godoc.org/github.com/pingcap/parser
Assuming that you want to file a PR (pull request) to TiDB, and your PR includes a change in the parser, follow these steps to update the parser in TiDB.
Fork this repository to your own account and commit the changes to your repository.
Note:
- Don't forget to run
make testbefore you commit!- Make sure
parser.gois updated.
Suppose the forked repository is https://github.com/your-repo/parser.
In your TiDB repository, execute the replace instruction to make your parser changes take effect:
GO111MODULE=on go mod edit -replace github.com/pingcap/parser=github.com/your-repo/parser@your-branch
make dev to run CI in TiDB.
File a PR to TiDB.
File a PR to this repository. Link the related PR in TiDB in your PR description or comment.
This PR will be reviewed, and if everything goes well, it will be merged.
In your TiDB pull request, modify the go.mod file manually or use this command:
GO111MODULE=on go get -u github.com/pingcap/parser@master
Make sure the replace instruction is changed back to the require instruction and the version is the latest.
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.