mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-21 20:18:06 +02:00
image-builder: refresh pinned digests
This commit is contained in:
parent
5b4aa86d75
commit
f8ff87a1d1
3 changed files with 9 additions and 39 deletions
30
frontend/package-lock.json
generated
30
frontend/package-lock.json
generated
|
|
@ -1372,9 +1372,6 @@
|
|||
"arm64"
|
||||
],
|
||||
"dev": true,
|
||||
"libc": [
|
||||
"glibc"
|
||||
],
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"os": [
|
||||
|
|
@ -1392,9 +1389,6 @@
|
|||
"arm64"
|
||||
],
|
||||
"dev": true,
|
||||
"libc": [
|
||||
"musl"
|
||||
],
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"os": [
|
||||
|
|
@ -1412,9 +1406,6 @@
|
|||
"ppc64"
|
||||
],
|
||||
"dev": true,
|
||||
"libc": [
|
||||
"glibc"
|
||||
],
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"os": [
|
||||
|
|
@ -1432,9 +1423,6 @@
|
|||
"s390x"
|
||||
],
|
||||
"dev": true,
|
||||
"libc": [
|
||||
"glibc"
|
||||
],
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"os": [
|
||||
|
|
@ -1452,9 +1440,6 @@
|
|||
"x64"
|
||||
],
|
||||
"dev": true,
|
||||
"libc": [
|
||||
"glibc"
|
||||
],
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"os": [
|
||||
|
|
@ -1472,9 +1457,6 @@
|
|||
"x64"
|
||||
],
|
||||
"dev": true,
|
||||
"libc": [
|
||||
"musl"
|
||||
],
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"os": [
|
||||
|
|
@ -3902,9 +3884,6 @@
|
|||
"arm64"
|
||||
],
|
||||
"dev": true,
|
||||
"libc": [
|
||||
"glibc"
|
||||
],
|
||||
"license": "MPL-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
|
|
@ -3926,9 +3905,6 @@
|
|||
"arm64"
|
||||
],
|
||||
"dev": true,
|
||||
"libc": [
|
||||
"musl"
|
||||
],
|
||||
"license": "MPL-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
|
|
@ -3950,9 +3926,6 @@
|
|||
"x64"
|
||||
],
|
||||
"dev": true,
|
||||
"libc": [
|
||||
"glibc"
|
||||
],
|
||||
"license": "MPL-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
|
|
@ -3974,9 +3947,6 @@
|
|||
"x64"
|
||||
],
|
||||
"dev": true,
|
||||
"libc": [
|
||||
"musl"
|
||||
],
|
||||
"license": "MPL-2.0",
|
||||
"optional": true,
|
||||
"os": [
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{"root":["./src/app.tsx","./src/main.tsx","./src/vite-env.d.ts","./src/api/client.ts","./src/api/queryclient.ts","./src/api/types.ts","./src/api/mutations/baseline.ts","./src/api/mutations/config.ts","./src/api/mutations/rules.ts","./src/api/mutations/scans.ts","./src/api/mutations/triage.ts","./src/api/queries/config.ts","./src/api/queries/debug.ts","./src/api/queries/explorer.ts","./src/api/queries/findings.ts","./src/api/queries/health.ts","./src/api/queries/overview.ts","./src/api/queries/rules.ts","./src/api/queries/scans.ts","./src/api/queries/surface.ts","./src/api/queries/targets.ts","./src/api/queries/triage.ts","./src/components/copymarkdownbutton.tsx","./src/components/verdictbadge.tsx","./src/components/charts/horizontalbarchart.tsx","./src/components/charts/linechart.tsx","./src/components/data-display/codeviewer.tsx","./src/components/data-display/filetree.tsx","./src/components/explorer/analysisworkspace.tsx","./src/components/icons/icons.tsx","./src/components/layout/applayout.tsx","./src/components/layout/headerbar.tsx","./src/components/layout/sidebar.tsx","./src/components/overview/overviewwidgets.tsx","./src/components/ui/commandpalette.tsx","./src/components/ui/dropdown.tsx","./src/components/ui/emptystate.tsx","./src/components/ui/errorstate.tsx","./src/components/ui/loadingstate.tsx","./src/components/ui/modal.tsx","./src/components/ui/pagination.tsx","./src/components/ui/shortcutshelp.tsx","./src/components/ui/statcard.tsx","./src/components/ui/toaster.tsx","./src/contexts/ssecontext.tsx","./src/contexts/themecontext.tsx","./src/contexts/toastcontext.tsx","./src/graph/styles.ts","./src/graph/types.ts","./src/graph/adapters/callgraph.ts","./src/graph/adapters/cfg.ts","./src/graph/adapters/surface.ts","./src/graph/components/callgraphcanvas.tsx","./src/graph/components/cfggraphcanvas.tsx","./src/graph/components/graphtoolbar.tsx","./src/graph/components/surfacegraphcanvas.tsx","./src/graph/hooks/useelklayout.ts","./src/graph/layout/elk.ts","./src/graph/layout/text.ts","./src/graph/reduction/cfgcompaction.ts","./src/graph/reduction/neighborhood.ts","./src/graph/rendering/sigma/sigmagraph.tsx","./src/graph/rendering/sigma/buildgraph.ts","./src/graph/rendering/sigma/edgeoverlay.ts","./src/hooks/usechordnavigation.ts","./src/hooks/usedebounce.ts","./src/hooks/usefiletree.ts","./src/hooks/usefindingsurlstate.ts","./src/hooks/usekeyboardshortcuts.ts","./src/hooks/usepagetitle.ts","./src/hooks/usepersistedstate.ts","./src/modals/codeviewermodal.tsx","./src/modals/newscanmodal.tsx","./src/pages/configpage.tsx","./src/pages/explorerpage.tsx","./src/pages/findingdetailpage.tsx","./src/pages/findingspage.tsx","./src/pages/overviewpage.tsx","./src/pages/rulespage.tsx","./src/pages/scancomparepage.tsx","./src/pages/scandetailpage.tsx","./src/pages/scanspage.tsx","./src/pages/surfacepage.tsx","./src/pages/triagepage.tsx","./src/pages/debug/abstractinterppage.tsx","./src/pages/debug/authanalysispage.tsx","./src/pages/debug/callgraphpage.tsx","./src/pages/debug/cfgviewerpage.tsx","./src/pages/debug/debuglayout.tsx","./src/pages/debug/functionselector.tsx","./src/pages/debug/pointerviewerpage.tsx","./src/pages/debug/ssaviewerpage.tsx","./src/pages/debug/summaryexplorerpage.tsx","./src/pages/debug/symexpage.tsx","./src/pages/debug/taintviewerpage.tsx","./src/pages/debug/typefactspage.tsx","./src/test/setup.ts","./src/test/api/client.test.ts","./src/test/components/pagination.test.tsx","./src/test/components/statcard.test.tsx","./src/test/components/dynamicverdictsection.test.tsx","./src/test/components/statecomponents.test.tsx","./src/test/components/verdictbadge.test.tsx","./src/test/graph/cfgadapter.test.ts","./src/test/graph/compactgraph.test.ts","./src/test/graph/nodestyles.test.ts","./src/test/graph/surfaceadapter.test.ts","./src/test/hooks/usedebounce.test.ts","./src/test/modals/newscanmodal.test.tsx","./src/test/utils/findingmarkdown.test.ts","./src/test/utils/formatdate.test.ts","./src/test/utils/syntaxhighlight.test.ts","./src/test/utils/truncpath.test.ts","./src/utils/findingmarkdown.ts","./src/utils/formatdate.ts","./src/utils/parsenote.ts","./src/utils/syntaxhighlight.ts","./src/utils/truncpath.ts"],"version":"6.0.3"}
|
||||
{"root":["./src/App.tsx","./src/main.tsx","./src/vite-env.d.ts","./src/api/client.ts","./src/api/queryClient.ts","./src/api/types.ts","./src/api/mutations/baseline.ts","./src/api/mutations/config.ts","./src/api/mutations/rules.ts","./src/api/mutations/scans.ts","./src/api/mutations/triage.ts","./src/api/queries/config.ts","./src/api/queries/debug.ts","./src/api/queries/explorer.ts","./src/api/queries/findings.ts","./src/api/queries/health.ts","./src/api/queries/overview.ts","./src/api/queries/rules.ts","./src/api/queries/scans.ts","./src/api/queries/surface.ts","./src/api/queries/targets.ts","./src/api/queries/triage.ts","./src/components/CopyMarkdownButton.tsx","./src/components/VerdictBadge.tsx","./src/components/charts/HorizontalBarChart.tsx","./src/components/charts/LineChart.tsx","./src/components/data-display/CodeViewer.tsx","./src/components/data-display/FileTree.tsx","./src/components/explorer/AnalysisWorkspace.tsx","./src/components/icons/Icons.tsx","./src/components/layout/AppLayout.tsx","./src/components/layout/HeaderBar.tsx","./src/components/layout/Sidebar.tsx","./src/components/overview/OverviewWidgets.tsx","./src/components/ui/CommandPalette.tsx","./src/components/ui/Dropdown.tsx","./src/components/ui/EmptyState.tsx","./src/components/ui/ErrorState.tsx","./src/components/ui/LoadingState.tsx","./src/components/ui/Modal.tsx","./src/components/ui/Pagination.tsx","./src/components/ui/ShortcutsHelp.tsx","./src/components/ui/StatCard.tsx","./src/components/ui/Toaster.tsx","./src/contexts/SSEContext.tsx","./src/contexts/ThemeContext.tsx","./src/contexts/ToastContext.tsx","./src/graph/styles.ts","./src/graph/types.ts","./src/graph/adapters/callgraph.ts","./src/graph/adapters/cfg.ts","./src/graph/adapters/surface.ts","./src/graph/components/CallGraphCanvas.tsx","./src/graph/components/CfgGraphCanvas.tsx","./src/graph/components/GraphToolbar.tsx","./src/graph/components/SurfaceGraphCanvas.tsx","./src/graph/hooks/useElkLayout.ts","./src/graph/layout/elk.ts","./src/graph/layout/text.ts","./src/graph/reduction/cfgCompaction.ts","./src/graph/reduction/neighborhood.ts","./src/graph/rendering/sigma/SigmaGraph.tsx","./src/graph/rendering/sigma/buildGraph.ts","./src/graph/rendering/sigma/edgeOverlay.ts","./src/hooks/useChordNavigation.ts","./src/hooks/useDebounce.ts","./src/hooks/useFileTree.ts","./src/hooks/useFindingsURLState.ts","./src/hooks/useKeyboardShortcuts.ts","./src/hooks/usePageTitle.ts","./src/hooks/usePersistedState.ts","./src/modals/CodeViewerModal.tsx","./src/modals/NewScanModal.tsx","./src/pages/ConfigPage.tsx","./src/pages/ExplorerPage.tsx","./src/pages/FindingDetailPage.tsx","./src/pages/FindingsPage.tsx","./src/pages/OverviewPage.tsx","./src/pages/RulesPage.tsx","./src/pages/ScanComparePage.tsx","./src/pages/ScanDetailPage.tsx","./src/pages/ScansPage.tsx","./src/pages/SurfacePage.tsx","./src/pages/TriagePage.tsx","./src/pages/debug/AbstractInterpPage.tsx","./src/pages/debug/AuthAnalysisPage.tsx","./src/pages/debug/CallGraphPage.tsx","./src/pages/debug/CfgViewerPage.tsx","./src/pages/debug/DebugLayout.tsx","./src/pages/debug/FunctionSelector.tsx","./src/pages/debug/PointerViewerPage.tsx","./src/pages/debug/SsaViewerPage.tsx","./src/pages/debug/SummaryExplorerPage.tsx","./src/pages/debug/SymexPage.tsx","./src/pages/debug/TaintViewerPage.tsx","./src/pages/debug/TypeFactsPage.tsx","./src/test/setup.ts","./src/test/api/client.test.ts","./src/test/components/Pagination.test.tsx","./src/test/components/StatCard.test.tsx","./src/test/components/dynamicVerdictSection.test.tsx","./src/test/components/stateComponents.test.tsx","./src/test/components/verdictBadge.test.tsx","./src/test/graph/cfgAdapter.test.ts","./src/test/graph/compactGraph.test.ts","./src/test/graph/nodeStyles.test.ts","./src/test/graph/surfaceAdapter.test.ts","./src/test/hooks/useDebounce.test.ts","./src/test/modals/NewScanModal.test.tsx","./src/test/utils/findingMarkdown.test.ts","./src/test/utils/formatDate.test.ts","./src/test/utils/syntaxHighlight.test.ts","./src/test/utils/truncPath.test.ts","./src/utils/findingMarkdown.ts","./src/utils/formatDate.ts","./src/utils/parseNote.ts","./src/utils/syntaxHighlight.ts","./src/utils/truncPath.ts"],"version":"6.0.3"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue