
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
This package provides custom linting rules for CCC projects. The install-ccc-linter utility builds and installs a custom golangci-lint binary with CCC's custom linters integrated.
go install github.com/cccteam/ccc/lint/cmd/install-ccc-linter@latest
Make sure your $GOPATH/bin is included in your $PATH.
Run the install-ccc-linter utility:
install-ccc-linter
You can also specify specific versions if needed:
# Specify plugin version
install-ccc-linter --plugin-version v0.0.3
# Specify both plugin and golangci-lint versions
install-ccc-linter --plugin-version v0.0.3 --golangci-lint-version v2.5.0
custom section to the linters-settings section of the project's .golangci.yml as shown below.linters:
...
settings:
...
custom:
ccclint:
type: module
description: CCC custom linter
golang-ci.yml@v5.13.0 or greater and make sure golangci-lint-version is 'v2.4' or later. You can also set the ccclint-version.golang-ci:
uses: cccteam/github-workflows/.github/workflows/golang-ci.yml@v5.13.0
with:
build-tags: '["", "dev"]'
golangci-lint-version: 'v2.4'
ccclint-version: 'v0.0.3'
Ensure VSCode is configured to use the linter golangci-lint-v2.
Update your project's readme with the steps to install the lint plugin: Note: This should only need to be done at most every time you change your go version.
go install github.com/cccteam/ccc/lint/cmd/install-ccc-linter@latest
install-ccc-linter
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.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.