
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
This is a Go language package providing support for Perl Compatible Regular Expressions (PCRE).
Install the package for Debian as follows:
sudo apt-get install libpcre++-dev
go get github.com/gijsbers/go-pcre
Go programs that depend on this package should import this package as follows to allow automatic downloading:
import "github.com/gijsbers/go-pcre"
This is a clone of golang-pkg-pcre by Florian Weimer, which has been placed on Github by Glenn Brown, so it can be fetched automatically by Go's package installer.
Glenn Brown added FindIndex() and ReplaceAll()
to mimic functions in Go's default regexp package.
Mathieu Payeur Levallois added Matcher.ExtractString().
Malte Nuhn added GroupIndices() to retrieve positions of a matching group.
Chandra Sekar S added Index() and stopped invoking Match() twice in FindIndex().
Misakwa added support for pkg-config to locate libpcre.
Yann Ramin added ReplaceAllString() and changed Compile() return type to error.
Nikolay Sivko modified name2index() to return error instead of panic.
Harry Waye exposed raw pcre_exec.
Hazzadous added partial match support.
Pavel Gryaznov added support for JIT compilation.
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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.