-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
CRIT-4Defect means software does not work as originally intended.Defect means software does not work as originally intended.bugSomething isn't workingSomething isn't working
Description
When a table of reports known to an agent is generated, the table lists the ARIs of the reports, several of which have the same ID. For example:
[
{
"eid": "ipn:1.6",
"reports": [
{
"num_entries": 1,
"recipient_name": "",
"name": "rptts",
"timestamp": "Fri Jun 30 19:33:23 2023\n",
"entries": [],
"type": "tblt",
"table": {
"cols": [
{
"name": "ids",
"type": "ARI"
}
],
"rows": [
[
"endpointReport((UINT ltp_span))"
],
[
"full_report"
],
[
"full_report"
],
[
"source_report((STR Source))"
],
[
"endpoint_report((STR endpoint_id))"
],
[
"full_report"
]
]
}
}
]
There is no indication of the ADM, namespace, or other means of identifying what 'full report' is known. The table template should be modified.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CRIT-4Defect means software does not work as originally intended.Defect means software does not work as originally intended.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done