Commit Graph

35 Commits

Author SHA1 Message Date
Fariss 980814f7df update code comment
Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
2024-08-21 16:24:58 +02:00
Soufiane Fariss 6049062173 fix: typo Preview Dynamic 2024-08-21 11:05:21 +02:00
Soufiane Fariss 0bdfb37287 use monospace font for match location nodes 2024-08-21 11:05:21 +02:00
Soufiane Fariss 5f5393af69 dynamic: disable process column and collapse pid into process 2024-08-21 11:05:21 +02:00
Soufiane Fariss 5c1c1b0ba9 remove default option scrollable and minify text 2024-08-21 11:05:21 +02:00
Soufiane Fariss 8fd90883b4 web: refactor and add support for laoding remote .gz using rdoc query param 2024-08-21 11:05:21 +02:00
Soufiane Fariss 1593779d6b use preview buttons as redirect to static URLs 2024-08-19 17:17:07 +02:00
Soufiane Fariss 7e766048fa remove preview buttons in release mode 2024-08-19 15:13:02 +02:00
Soufiane Fariss 7c26490caa remove download button in release mode 2024-08-19 15:12:33 +02:00
Soufiane Fariss 4501955728 remove octal repr for hex values 2024-08-16 23:37:30 +02:00
Soufiane Fariss 00cce585d6 remove sorting from columns 2024-08-16 18:52:53 +02:00
Soufiane Fariss 19e2097f79 change placeholder text 2024-08-16 18:52:02 +02:00
Soufiane Fariss 854759cb43 add tooltip to show decimal/octal rep 2024-08-16 18:17:34 +02:00
Soufiane Fariss 03e2195582 add copy rule name and description to VT 2024-08-16 16:49:51 +02:00
Soufiane Fariss 8ca88d94d5 disable show lib rules button if none 2024-08-16 14:14:29 +02:00
Soufiane Fariss d3e3c966d6 web: introduce column filters and UI tweaks 2024-08-16 12:57:44 +02:00
Soufiane Fariss c73abb8855 add 'distinct' keyword to clarify count is distinct 2024-08-15 17:05:47 +02:00
Soufiane Fariss 04071606cd fix global search in shhow capabilities by function 2024-08-15 17:03:02 +02:00
Soufiane Fariss 25e9e18097 rearrange navbar icons
moves FLARE logo to the right left side, and make a link to /
2024-08-15 16:48:54 +02:00
Soufiane Fariss 8dcb7a473e web: diplay results in new /analysis route 2024-08-15 16:10:41 +02:00
Soufiane Fariss 216bfb968d fix typo, and move release asset to public dir
This commit -
- fixes a a typo in package.json (outDir)
- sets the href of the zip file to ./
- moves the zip asset to the public dir.

Note: public dir is a special dir which hosts files that would be served
as is, so it makes sense to put the release for download there.
2024-08-12 17:26:50 +02:00
Fariss 32fefa60cc Merge branch 'master' into add-download-button 2024-08-12 15:25:41 +02:00
Soufiane Fariss 09bbe80dfb add download button to download release 2024-08-12 14:52:14 +02:00
Fariss e863ce5ff3 web: fix build warnings (#2268)
* web: remove unneeded import

* web: fix code comments style
2024-08-12 10:39:33 +02:00
Fariss 401a0ee0ff web: change base url for capa Explorer Web (#2267) 2024-08-09 22:02:21 +02:00
Soufiane Fariss 9d137a207f replace path traversal with @ path shortcut 2024-08-08 08:57:37 +02:00
Soufiane Fariss bb8991af8e fix formatting 2024-08-08 08:10:32 +02:00
Soufiane Fariss 368f635387 minor fixes: NamespaceChart and ProcessCapabilities 2024-08-08 07:18:56 +02:00
Soufiane Fariss 1f6ce48e40 refactor RuleMatchesTable
This commit:
- add two new base CSS utility classes
- stores the results of parsing in sessionStorage for reuse
- add a new settings option `Show column filters`
- replaces ../../../ with a path shortcut
2024-08-08 07:13:42 +02:00
Soufiane Fariss 01e6619182 update Import Analysis url 2024-08-08 07:10:49 +02:00
Soufiane Fariss 6b8983c0c4 simplify function capabilities 2024-08-08 07:08:46 +02:00
Soufiane Fariss 97bd4992b1 add path resolving shortcuts "@" 2024-08-08 07:06:41 +02:00
Soufiane Fariss db423d9b0a add comments to rule column components 2024-08-06 18:11:41 +02:00
Soufiane Fariss ebfba543e6 fix Metadata panel on smaller screens 2024-08-06 17:11:43 +02:00
Soufiane Fariss 7e64306f1c move webui to web/explorer 2024-08-05 15:17:04 +02:00