
Security News
Rust RFC Proposes a Security Tab on crates.io for RustSec Advisories
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.
@glint/config
Advanced tools
@glint/configThis package is used by various other glint packages to locate any custom configuration.
@glint/config uses cosmiconfig to locate your configuration file, so several possible file formats/names are possible:
"glint" key in your package.json.glintrc, .glintrc.yml or .glintrc.json.glintrc.js or glint.config.jsConfiguration will be searched upward starting from the directory in whicn your tsconfig.json is located.
include: A glob or array of globs specifying, relative to the location of your config file, what files should be considered for template processing by glint. Default: '**/*.ts'.exclude: A glob or array of globs specifying, relative to the location of your config file, what files should not considered for template processing by glint. Default: '**/node_modules/**'.Note that if a file is matched by both include and exclude, it will be ignored.
FAQs
Tools to read configuration for @glint packages
The npm package @glint/config receives a total of 539 weekly downloads. As such, @glint/config popularity was classified as not popular.
We found that @glint/config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
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
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.

Security News
/Research
Socket found a Rust typosquat (finch-rust) that loads sha-rust to steal credentials, using impersonation and an unpinned dependency to auto-deliver updates.

Research
/Security Fundamentals
A pair of typosquatted Go packages posing as Google’s UUID library quietly turn helper functions into encrypted exfiltration channels to a paste site, putting developer and CI data at risk.