Collaboration support for WARP #6363
Labels
Component: WARP
Effort: Low
Issue should take < 1 week
Impact: Medium
Issue is impactful with a bad, or no, workaround
Collaboration (the functionality surrounding remote projects) is now supported in the Rust API, we could add a few interesting integrations with WARP. (NOTE: These are just ideas, no say on when/if these will be worked on)
This is pretty self explanatory, when WARP gathers all the local files for inclusion in the matching data set, we could pull down signature files from a remote. This would necessitate a few extra options and possibly be done as apart of "WARP providers", namely we would need to identify the remote to connect to and have a filter for the files that the user wants to include, this might require us to also add the architecture to the WARP spec, as to not pull in functions from other architectures.
This might also better be done as a UI interaction, where the user can select files from a remote after auto analysis is done, in that case the interaction file picker would just need to be used in some place in the WARP UI (see this issue).
A common issue with sigem is managing both the input and output files, if you have a thousand binaries in a dozen folders you would find yourself moving around a lot of data manually. Instead we could add support for sigem to stage the input files into a remote project, then pull them down in a separate stage to generate output signature files. These signature files could then be uploaded to another project (or the same one), for distribution. This would also make scaling sigem horizontally much more manageable, if you could have each sigem instance work on separate remote folders but contribute the signatures to the same output remote.
The text was updated successfully, but these errors were encountered: