From 15ac900894f5b106508a7d70f9965d2002379d2c Mon Sep 17 00:00:00 2001 From: Landon Taylor Date: Fri, 22 Aug 2025 13:44:11 -0600 Subject: [PATCH] Close #28 --- tools/static-analysis/_index.md | 10 ++++++++++ tools/static-analysis/cobra.md | 16 ++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 tools/static-analysis/_index.md create mode 100644 tools/static-analysis/cobra.md diff --git a/tools/static-analysis/_index.md b/tools/static-analysis/_index.md new file mode 100644 index 0000000..d16c474 --- /dev/null +++ b/tools/static-analysis/_index.md @@ -0,0 +1,10 @@ ++++ +title = "Static Anaylsis Tools" +layout = "section" ++++ + +This page lists all of the Static Anaylsis Tools on this site in alphabetical order. +Click a tool name in the first column to view tool details. +Click a colorful item in the second column to view all the tools for which that term applies. +Item colors mean nothing and are intended to make it easy to skim the page. +Colors are generated by hashing each term's name and converting it to RGB color values. \ No newline at end of file diff --git a/tools/static-analysis/cobra.md b/tools/static-analysis/cobra.md new file mode 100644 index 0000000..d551eac --- /dev/null +++ b/tools/static-analysis/cobra.md @@ -0,0 +1,16 @@ ++++ +title = 'Cobra' +subtitle = 'Static Code Analyzer' +links = [ { title = "Source Code", url = "https://github.com/nimble-code/Cobra", icon = 'fa-solid fa-code' }, +] +applications = ["Static Analyzer"] +developers = [] +licenses = ["MIT"] +inputs = [] +interfaces = ["CLI"] +maintenance = ["Actively Maintained"] +draft = false +date = 2025-08-22 ++++ + +Cobra is a fast code analyzer that can be used to interactively probe and query up to millions of lines of code. \ No newline at end of file