Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
A small CMS for Node.js apps.
The goal of smcms is to be a CMS that can be plugged into an existing Node.js app in a matter of minutes.
smcms is made to be pluggable in order to support multiple stores.
The main concept behind smcms is little more than a key-value store. The notable exception here is that keys are namespaced
so that you can request things like my.namespace.*
to retrieve
all keys within the my.namespace
namespace.
A store is used to store the data, and must support certain operations:
API adapters are developed to make integrating smcms easy. For example, Express middleware to expose an API.
Another example would be a graphql-js integration.
FAQs
A small CMS for Node.js apps.
The npm package smcms receives a total of 3 weekly downloads. As such, smcms popularity was classified as not popular.
We found that smcms demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.