Update README.md
Browse files
README.md
CHANGED
@@ -16,19 +16,35 @@ You can see usage of dataset as RAG at [github][https://github.com/YouOnlyLive1c
|
|
16 |
|
17 |
# Structure
|
18 |
auditits_info.json <-main file for easy paths navigantion
|
|
|
19 |
/processed repositories
|
|
|
20 |
/repository1
|
|
|
21 |
/file1
|
|
|
22 |
/function1(node) <- contains code, relationships(edges) with other functions
|
|
|
23 |
/function2
|
|
|
24 |
/file2
|
|
|
25 |
/function3
|
|
|
26 |
/function4
|
|
|
27 |
/repository2
|
|
|
28 |
...
|
|
|
29 |
/reports
|
|
|
30 |
/repository1
|
|
|
31 |
/vulnerability1-code.txt <-actual code with bug
|
|
|
32 |
/vulneralbility1-explain.txt <-human explanation
|
|
|
33 |
...
|
|
|
34 |
...
|
|
|
16 |
|
17 |
# Structure
|
18 |
auditits_info.json <-main file for easy paths navigantion
|
19 |
+
|
20 |
/processed repositories
|
21 |
+
|
22 |
/repository1
|
23 |
+
|
24 |
/file1
|
25 |
+
|
26 |
/function1(node) <- contains code, relationships(edges) with other functions
|
27 |
+
|
28 |
/function2
|
29 |
+
|
30 |
/file2
|
31 |
+
|
32 |
/function3
|
33 |
+
|
34 |
/function4
|
35 |
+
|
36 |
/repository2
|
37 |
+
|
38 |
...
|
39 |
+
|
40 |
/reports
|
41 |
+
|
42 |
/repository1
|
43 |
+
|
44 |
/vulnerability1-code.txt <-actual code with bug
|
45 |
+
|
46 |
/vulneralbility1-explain.txt <-human explanation
|
47 |
+
|
48 |
...
|
49 |
+
|
50 |
...
|