@ping-identity/dvlint-base-rule-pack
Version:
Collection of base rules used to lint DaVinci flows.
52 lines (51 loc) • 2.21 kB
JSON
{
"name": "PingOne DaVinci Linter",
"pass": false,
"errorCount": 1,
"rulePackResults": [
{
"pass": false,
"errorCount": 1,
"lintResults": [
{
"flowId": "802ebc99a1d5dabfc16d636c200ce864",
"flowName": "Global Variable Usage",
"pass": false,
"errorCount": 1,
"errors": [
{
"code": "dv-bp-globalVariable-001",
"message": "Global variable usage in Custom HTML Template script",
"type": "best-practice",
"recommendation": "Use global variables cautiously in custom code. Avoid storing or processing sensitive information within them.",
"flowId": "802ebc99a1d5dabfc16d636c200ce864",
"nodeId": "oigqz0o0o8"
}
],
"rulesApplied": [
"dv-rule-globalVariable-001"
],
"ruleResults": [
{
"ruleId": "dv-rule-globalVariable-001",
"pass": false,
"errorCount": 1,
"errors": [
{
"code": "dv-bp-globalVariable-001",
"message": "Global variable usage in Custom HTML Template script",
"type": "best-practice",
"recommendation": "Use global variables cautiously in custom code. Avoid storing or processing sensitive information within them.",
"flowId": "802ebc99a1d5dabfc16d636c200ce864",
"nodeId": "oigqz0o0o8"
}
]
}
],
"rulesIgnored": []
}
],
"rulesIgnored": true
}
]
}