mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 16:16:46 +00:00
Rebuild Vibeflow as an n8n safety gate
This commit is contained in:
parent
79fc67166a
commit
febec32131
101 changed files with 2405 additions and 3557 deletions
23
.github/ISSUE_TEMPLATE/false-positive.yml
vendored
Normal file
23
.github/ISSUE_TEMPLATE/false-positive.yml
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
name: False positive
|
||||
description: Report a policy finding that should not fire
|
||||
title: "false-positive: "
|
||||
labels: [false-positive]
|
||||
body:
|
||||
- type: input
|
||||
attributes:
|
||||
label: Rule ID
|
||||
placeholder: VF006
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Anonymized workflow fragment
|
||||
description: Include relevant nodes and connections without secrets or customer data.
|
||||
render: json
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Why the workflow is safe
|
||||
validations:
|
||||
required: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue