File tree
80 files changed
+839
-547
lines changed- cortex/connector/src
- main/scala/org/thp/thehive/connector/cortex
- controllers/v0
- models
- services
- test/scala/org/thp/thehive/connector/cortex/services
- frontend
- app
- scripts
- components/alert
- controllers
- views/partials/search
- misp/connector/src/main/scala/org/thp/thehive/connector/misp/services
- thehive
- app/org/thp/thehive
- controllers
- v0
- v1
- models
- services
- test/org/thp/thehive
- controllers/v0
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
80 files changed
+839
-547
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 |
| |
37 | 40 |
| |
38 | 41 |
| |
| |||
61 | 64 |
| |
62 | 65 |
| |
63 | 66 |
| |
64 |
| - | |
| 67 | + | |
65 | 68 |
| |
66 | 69 |
| |
67 | 70 |
| |
| |||
91 | 94 |
| |
92 | 95 |
| |
93 | 96 |
| |
94 |
| - | |
| 97 | + | |
95 | 98 |
| |
96 | 99 |
| |
97 | 100 |
| |
| |||
104 | 107 |
| |
105 | 108 |
| |
106 | 109 |
| |
107 |
| - | |
| 110 | + | |
108 | 111 |
| |
109 | 112 |
| |
110 | 113 |
| |
| |||
116 | 119 |
| |
117 | 120 |
| |
118 | 121 |
| |
119 |
| - | |
| 122 | + | |
120 | 123 |
| |
121 | 124 |
| |
122 | 125 |
| |
|
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
3 | 18 |
| |
4 | 19 |
| |
5 | 20 |
| |
|
Submodule ScalliGraph updated 11 files
- core-test/src/test/scala/org/thp/scalligraph/models/DatabaseProviders.scala+5-1
- core-test/src/test/scala/org/thp/scalligraph/models/IndexTest.scala+61-61
- core/src/main/scala/org/thp/scalligraph/models/Database.scala+6-5
- core/src/main/scala/org/thp/scalligraph/models/Operation.scala+4-4
- core/src/main/scala/org/thp/scalligraph/query/InputSort.scala+10-8
- core/src/main/scala/org/thp/scalligraph/services/IntegrityCheckOps.scala+1-1
- core/src/main/scala/org/thp/scalligraph/traversal/TraversalOps.scala+4-4
- database/janusgraph/src/main/resources/reference.conf+2
- database/janusgraph/src/main/scala/org/thp/scalligraph/janus/IndexOps.scala+85-120
- database/janusgraph/src/main/scala/org/thp/scalligraph/janus/JanusDatabase.scala+43-66
- database/janusgraph/src/main/scala/org/thp/scalligraph/janus/JanusDatabaseProvider.scala+46-13
Lines changed: 1 addition & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
351 | 351 |
| |
352 | 352 |
| |
353 | 353 |
| |
354 |
| - | |
355 |
| - | |
356 |
| - | |
357 |
| - | |
358 |
| - | |
359 |
| - | |
360 |
| - | |
361 |
| - | |
362 |
| - | |
363 |
| - | |
364 |
| - | |
365 |
| - | |
366 |
| - | |
367 |
| - | |
368 |
| - | |
369 |
| - | |
370 |
| - | |
371 |
| - | |
372 |
| - | |
373 |
| - | |
374 |
| - | |
375 |
| - | |
376 |
| - | |
377 |
| - | |
378 |
| - |
Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
92 | 93 |
| |
93 | 94 |
| |
94 | 95 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
| 107 | + | |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 |
| - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
94 | 96 |
| |
95 | 97 |
| |
96 | 98 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
76 | 82 |
| |
77 | 83 |
| |
78 | 84 |
| |
|
0 commit comments