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