Skip to content

Commit

Permalink
Disconnect from server (#1509)
Browse files Browse the repository at this point in the history
* add AppStatusBar, plus usersetting option

* WebSocketConnection refactor

* Add ConnectionStatusIndicator

* add cve whitelist exception
  • Loading branch information
heswell authored Sep 29, 2024
1 parent eec0358 commit f13ca85
Show file tree
Hide file tree
Showing 73 changed files with 2,717 additions and 2,396 deletions.
4 changes: 4 additions & 0 deletions vuu-ui/allow-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
{
"id": "CVE-2024-4068",
"reason": "Lib used only in dev tooling (ESLint) no possibility of attack"
},
{
"id": "CVE-2024-47068",
"reason": "Lib used only in dev tooling (Rollup) no possibility of attack"
}
]
}
Loading

0 comments on commit f13ca85

Please sign in to comment.