Skip to content

Commit df27d04

Browse files
authored
Update workflow.md
1 parent cff6ff5 commit df27d04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/architecture/workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Workflow
22

3-
At a high level, IRIS takes a project and a CWE (vulnerability class, such as path traversal vulnerability or CWE-22) as input, statically analyzes the project, and outputs a set of potential vulnerabilities (of type CWE) in the project. To achieve this, IRIS takes the following steps:
3+
IRIS accepts a codebase and a CWE (Common Weakness Enumeration) as input, and uses a neurosymbolic approach to identify security vulnerabilities of type CWE in the project. To acheieve this, IRIS uses the following steps:
44

55
![iris workflow](../assets/iris_arch.png)
66

0 commit comments

Comments
 (0)