
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Validate your DMN diagrams based on configurable lint rules.
Install the utility via npm:
npm install -g dmnlint
Validate your diagrams via the command line:
> dmnlint invoice.dmn
/Projects/process-application/resources/invoice.dmn
InputData_13 error Element is missing label/name label-required
Decision_12 error Element is missing label/name label-required
✖ 2 problems (2 errors, 0 warnings)
Our documentation lists all currenty implemented rules, the ./rules
folder contains each rules implementation.
Do you miss a rule that should be included? Propose a new rule.
Create a .dmnlintrc
file in your working directory and inherit from a common configuration using the extends
block:
{
"extends": "dmnlint:recommended"
}
Add or customize rules using the rules
block:
{
"extends": "dmnlint:recommended",
"rules": {
"label-required": "off"
}
}
Integrate the linter via dmn-js-dmnlint into dmn-js and get direct feedback during modeling.
To try out visual validation, checkout the dmnlint playground.
Use the dmnlint playground to implement new rules with quick visual feedback.
For more details on how to define and consume custom lint rules check out the dmnlint-plugin-example.
The project is based on bpmnlint
built by nikku and siffogh.
MIT
0.2.0
FEAT
: migrate to DMN 1.3Library was migrated to DMN 1.3. Make sure to migrate your diagrams before linting.
FAQs
Validate your DMN diagrams based on configurable lint rules
We found that dmnlint 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.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.