Create and manage dependency allow and deny lists
Create and manage lists
Before you start
Create list entries
policies:
allow:
packages:
- "lodash" # Name
- "pkg:npm/lodash@4.17.21" # PURL
- "lodash=4.17.21" # Exact version
- "lodash>=4.17.21" # Single constraint
- "lodash>=4.17.21 <=5.3.4" # Range
deny:
packages:
- "n8n" Format
Example
Match behavior
Reference lists in automation rules
Set dependency scope
Manage allow and deny lists through the API
Use cases
Last updated
Was this helpful?

