From 026c0eea030b601df051a42d7dcc0167fb9bb7f7 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 15 Oct 2024 21:15:19 +0200 Subject: [PATCH] fix(yaml): Add binsider asset_filters --- tool/tools.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/tools.yaml b/tool/tools.yaml index 0ca7f6d..521cde9 100644 --- a/tool/tools.yaml +++ b/tool/tools.yaml @@ -459,6 +459,7 @@ tools: identifier: "orhun/binsider" description: "Analyze ELF binaries like a boss." categories: ["Security"] + asset_filters: ["^sig", "^sha512", ".tar.gz"] gtree: identifier: "ddddddO/gtree" description: "Using either Markdown or Programmatically to generate trees and directories, and to verify directories. Provide CLI, Golang library and Web."