mandiant / capa

The FLARE team's open-source tool to identify capabilities in executable files.
https://mandiant.github.io/capa/
Apache License 2.0
4.14k stars 522 forks source link

capa Explorer Web: improve url navigation #2425

Closed s-ff closed 1 day ago

s-ff commented 1 day ago

closes #2419

This PR enhances the navigation in capa Explorer Web by making sure the links generated are shareable. Preview.

Previously: users browsing to /analysis were always redirected to the homepage /.

With this PR:

Checklist

mr-tz commented 1 day ago

TODO @s-ff: VirusTotal links have a short lifespan before expiration, add a toast message mentioning this instead of just "HTTP error 400"

will you create a separate PR for this?

s-ff commented 1 day ago

TODO @s-ff: VirusTotal links have a short lifespan before expiration, add a toast message mentioning this instead of just "HTTP error 400"

will you create a separate PR for this?

Yeah, I just created #2427 for tracking

mr-tz commented 1 day ago

Thanks @s-ff!