@x12i/memorix-retrieval 1.20.0 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +56 -0
- package/catalox-seeds/inputs/entity-descriptors/vulnerabilities.json +0 -21
- package/catalox-seeds/inputs/manifest.json +8 -15
- package/catalox-seeds/memorix-retrieval-descriptors.manifest.json +1 -492
- package/dist/client/types.d.ts +6 -1
- package/dist/client/types.d.ts.map +1 -1
- package/dist/data/record-display-name.d.ts +4 -0
- package/dist/data/record-display-name.d.ts.map +1 -0
- package/dist/data/record-display-name.js +44 -0
- package/dist/data/record-display-name.js.map +1 -0
- package/dist/data/record-display-name.test.d.ts +2 -0
- package/dist/data/record-display-name.test.d.ts.map +1 -0
- package/dist/data/record-display-name.test.js +49 -0
- package/dist/data/record-display-name.test.js.map +1 -0
- package/dist/data/record-id.d.ts.map +1 -1
- package/dist/data/record-id.js +1 -1
- package/dist/data/record-id.js.map +1 -1
- package/dist/data/record-info.d.ts +30 -0
- package/dist/data/record-info.d.ts.map +1 -0
- package/dist/data/record-info.js +80 -0
- package/dist/data/record-info.js.map +1 -0
- package/dist/data/record-info.test.d.ts +2 -0
- package/dist/data/record-info.test.d.ts.map +1 -0
- package/dist/data/record-info.test.js +61 -0
- package/dist/data/record-info.test.js.map +1 -0
- package/dist/explorer/raw-collection-records.d.ts +2 -0
- package/dist/explorer/raw-collection-records.d.ts.map +1 -1
- package/dist/explorer/raw-collection-records.js +19 -14
- package/dist/explorer/raw-collection-records.js.map +1 -1
- package/dist/explorer/raw-reads.d.ts +2 -2
- package/dist/explorer/raw-reads.d.ts.map +1 -1
- package/dist/explorer/raw-reads.js +15 -2
- package/dist/explorer/raw-reads.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/retrieval/compose-row.d.ts.map +1 -1
- package/dist/retrieval/compose-row.js +10 -0
- package/dist/retrieval/compose-row.js.map +1 -1
- package/dist/retrieval/fetch-item.d.ts.map +1 -1
- package/dist/retrieval/fetch-item.js +11 -0
- package/dist/retrieval/fetch-item.js.map +1 -1
- package/dist/retrieval/fetch-narratives.d.ts.map +1 -1
- package/dist/retrieval/fetch-narratives.js +2 -9
- package/dist/retrieval/fetch-narratives.js.map +1 -1
- package/dist/retrieval/fetch-record-info.d.ts +33 -0
- package/dist/retrieval/fetch-record-info.d.ts.map +1 -0
- package/dist/retrieval/fetch-record-info.js +39 -0
- package/dist/retrieval/fetch-record-info.js.map +1 -0
- package/dist/seeds/build-manifest.js +1 -1
- package/dist/seeds/build-manifest.js.map +1 -1
- package/dist/seeds/default-seed-spec.d.ts.map +1 -1
- package/dist/seeds/default-seed-spec.js +0 -4
- package/dist/seeds/default-seed-spec.js.map +1 -1
- package/dist/tests/fetch-item.test.js +39 -0
- package/dist/tests/fetch-item.test.js.map +1 -1
- package/dist/tests/fetch-list.test.js +81 -0
- package/dist/tests/fetch-list.test.js.map +1 -1
- package/dist/tests/fetch-narratives.test.js +1 -1
- package/dist/tests/fetch-narratives.test.js.map +1 -1
- package/dist/tests/fetch-record-info.test.d.ts +2 -0
- package/dist/tests/fetch-record-info.test.d.ts.map +1 -0
- package/dist/tests/fetch-record-info.test.js +67 -0
- package/dist/tests/fetch-record-info.test.js.map +1 -0
- package/docs/MEMORIX-CATALOX-CONTRACTS.md +5 -5
- package/docs/MEMORIX-DATABASE-CONVENTIONS.md +0 -3
- package/package.json +1 -1
- package/catalox-seeds/inputs/entity-descriptors/variabilities-groups.json +0 -303
- package/catalox-seeds/inputs/item-descriptors/variabilities-group-detail-item.json +0 -87
- package/catalox-seeds/inputs/list-descriptors/variabilities-groups-main-list.json +0 -43
- package/catalox-seeds/inputs/memorix-descriptors.bundle.json +0 -1500
- package/catalox-seeds/inputs/memorix-item-descriptors.catalog.json +0 -283
- package/catalox-seeds/inputs/memorix-item-descriptors.items.json +0 -280
- package/catalox-seeds/inputs/memorix-list-descriptors.catalog.json +0 -207
- package/catalox-seeds/inputs/memorix-list-descriptors.items.json +0 -234
- package/catalox-seeds/inputs/memorix-object-type-descriptors.catalog.json +0 -1005
- package/catalox-seeds/inputs/memorix-object-type-descriptors.items.json +0 -1002
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "variabilities-group-detail-item",
|
|
3
|
-
"entity": "variabilities-groups",
|
|
4
|
-
"title": "Vulnerability Group Detail",
|
|
5
|
-
"identity": {
|
|
6
|
-
"idField": "identity.recordId"
|
|
7
|
-
},
|
|
8
|
-
"contentTypes": [
|
|
9
|
-
{
|
|
10
|
-
"contentType": "snapshots",
|
|
11
|
-
"required": true,
|
|
12
|
-
"multiMatch": {
|
|
13
|
-
"strategy": "last",
|
|
14
|
-
"effectiveDatePath": "lifecycle.capturedAt",
|
|
15
|
-
"fallbackEffectiveDatePaths": [
|
|
16
|
-
"capturedAt",
|
|
17
|
-
"snapshot.capturedAt",
|
|
18
|
-
"data.enrichedAt",
|
|
19
|
-
"data.enrichment.enrichedAt"
|
|
20
|
-
]
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
],
|
|
24
|
-
"sections": [
|
|
25
|
-
{
|
|
26
|
-
"id": "summary",
|
|
27
|
-
"title": "Summary",
|
|
28
|
-
"fields": [
|
|
29
|
-
"groupId",
|
|
30
|
-
"type",
|
|
31
|
-
"pluginId",
|
|
32
|
-
"pluginName",
|
|
33
|
-
"pluginFamily",
|
|
34
|
-
"severity",
|
|
35
|
-
"cveId",
|
|
36
|
-
"source"
|
|
37
|
-
]
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"id": "affectedEntities",
|
|
41
|
-
"title": "Affected Entities",
|
|
42
|
-
"fields": [
|
|
43
|
-
"affectedEntities",
|
|
44
|
-
"affectedEntitiesCount"
|
|
45
|
-
]
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"id": "risk",
|
|
49
|
-
"title": "Risk",
|
|
50
|
-
"fields": [
|
|
51
|
-
"riskLevel",
|
|
52
|
-
"priorityScore",
|
|
53
|
-
"compositeScore"
|
|
54
|
-
]
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"id": "threatIntelligence",
|
|
58
|
-
"title": "Threat Intelligence",
|
|
59
|
-
"fields": [
|
|
60
|
-
"epss",
|
|
61
|
-
"knownExploited",
|
|
62
|
-
"cvssBaseScore",
|
|
63
|
-
"cvssVector",
|
|
64
|
-
"enrichedAt"
|
|
65
|
-
]
|
|
66
|
-
}
|
|
67
|
-
],
|
|
68
|
-
"includeRelations": [
|
|
69
|
-
{
|
|
70
|
-
"relation": "groupVulnerabilities",
|
|
71
|
-
"mode": "array",
|
|
72
|
-
"arrayProperty": "vulnerabilities",
|
|
73
|
-
"limit": 200,
|
|
74
|
-
"fields": [
|
|
75
|
-
"vulnerabilityId",
|
|
76
|
-
"assetIp",
|
|
77
|
-
"pluginName",
|
|
78
|
-
"severity",
|
|
79
|
-
"riskLevel",
|
|
80
|
-
"priorityScore"
|
|
81
|
-
]
|
|
82
|
-
}
|
|
83
|
-
],
|
|
84
|
-
"content": {
|
|
85
|
-
"allowed": false
|
|
86
|
-
}
|
|
87
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "variabilities-groups-main-list",
|
|
3
|
-
"entity": "variabilities-groups",
|
|
4
|
-
"title": "Vulnerability Groups",
|
|
5
|
-
"leadingContentType": "snapshots",
|
|
6
|
-
"pagination": {
|
|
7
|
-
"enabled": true,
|
|
8
|
-
"defaultLimit": 50,
|
|
9
|
-
"maxLimit": 200
|
|
10
|
-
},
|
|
11
|
-
"filters": [],
|
|
12
|
-
"fields": [
|
|
13
|
-
"groupId",
|
|
14
|
-
"pluginName",
|
|
15
|
-
"pluginFamily",
|
|
16
|
-
"severity",
|
|
17
|
-
"affectedEntitiesCount",
|
|
18
|
-
"cveId",
|
|
19
|
-
"riskLevel",
|
|
20
|
-
"priorityScore",
|
|
21
|
-
"epss",
|
|
22
|
-
"knownExploited"
|
|
23
|
-
],
|
|
24
|
-
"extensions": [],
|
|
25
|
-
"includeRelations": [],
|
|
26
|
-
"allowedSorts": [
|
|
27
|
-
"groupId",
|
|
28
|
-
"pluginId",
|
|
29
|
-
"pluginName",
|
|
30
|
-
"pluginFamily",
|
|
31
|
-
"severity",
|
|
32
|
-
"riskLevel",
|
|
33
|
-
"priorityScore",
|
|
34
|
-
"epss",
|
|
35
|
-
"knownExploited",
|
|
36
|
-
"cvssBaseScore"
|
|
37
|
-
],
|
|
38
|
-
"defaultSort": {
|
|
39
|
-
"property": "priorityScore",
|
|
40
|
-
"direction": "desc"
|
|
41
|
-
},
|
|
42
|
-
"allowSortDrivenLeadingOverride": false
|
|
43
|
-
}
|