Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
cqm-models
Advanced tools
This library contains auto generated Mongo (Mongoose.js) models that correspond to the QDM (Quality Data Model) specification.
This library contains auto generated Mongoid (Ruby) and Mongoose (JavaScript) models that correspond to the QDM (Quality Data Model) specification.
The QDM model generator script can be used to create/update the Mongoid (Ruby) and Mongoose (JavaScript) based models.
See the top of the lib/generate_models.rb
script for RubyGem requirements.
To use, execute the following:
ruby lib/generate_models.rb modelinfo/qdm-modelinfo-5.3.xml data/oids.json
The first parameter is the file path to the modelinfo file you wish to generate from. The second parameter is the OID map file. You must include both.
The generator will parse the specified modelinfo file, generate the corresponding models, and place them in:
Ruby: app/models/qdm/
JavaScript: app/assets/javascripts/
The JavaScript models as-is are intended to be used server side under something like node.js. A browserified version that can be used client side is included as dist/index.js
.
FAQs
This library contains auto generated Mongo (Mongoose.js) models that correspond to the QDM (Quality Data Model) specification.
The npm package cqm-models receives a total of 558 weekly downloads. As such, cqm-models popularity was classified as not popular.
We found that cqm-models demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.