addedInput schema / properties / after / items
Added value: +{
+ "description": "A single finding from `scan_path --format json`.",
+ "properties": {
+ "algorithm": {
+ "description": "Classical algorithm family, when applicable.",
+ "type": "string"
+ },
+ "category": {
+ "type": "string"
+ },
+ "confidence": {
+ "type": "string"
+ },
+ "cwe": {
+ "description": "e.g. \"CWE-327\".",
+ "type": "string"
+ },
+ "hndl": {
+ "description": "Exposed to harvest-now-decrypt-later.",
+ "type": "boolean"
+ },
+ "location": {
+ "description": "Where the finding is.",
+ "properties": {
+ "file": {
+ "type": "string"
+ },
+ "line": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "file"
+ ],
+ "type": "object"
+ },
+ "message": {
+ "type": "string"
+ },
+ "remediation": {
+ "type": "string"
+ },
+ "ruleId": {
+ "description": "Stable rule id, e.g. \"rsa-keygen\".",
+ "type": "string"
+ },
+ "severity": {
+ "description": "critical | high | medium | low | info.",
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "ruleId",
+ "location"
+ ],
+ "type": "object"
+}
addedInput schema / properties / before / items
Added value: +{
+ "description": "A single finding from `scan_path --format json`.",
+ "properties": {
+ "algorithm": {
+ "description": "Classical algorithm family, when applicable.",
+ "type": "string"
+ },
+ "category": {
+ "type": "string"
+ },
+ "confidence": {
+ "type": "string"
+ },
+ "cwe": {
+ "description": "e.g. \"CWE-327\".",
+ "type": "string"
+ },
+ "hndl": {
+ "description": "Exposed to harvest-now-decrypt-later.",
+ "type": "boolean"
+ },
+ "location": {
+ "description": "Where the finding is.",
+ "properties": {
+ "file": {
+ "type": "string"
+ },
+ "line": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "file"
+ ],
+ "type": "object"
+ },
+ "message": {
+ "type": "string"
+ },
+ "remediation": {
+ "type": "string"
+ },
+ "ruleId": {
+ "description": "Stable rule id, e.g. \"rsa-keygen\".",
+ "type": "string"
+ },
+ "severity": {
+ "description": "critical | high | medium | low | info.",
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "ruleId",
+ "location"
+ ],
+ "type": "object"
+}