Close #28
This commit is contained in:
10
tools/static-analysis/_index.md
Normal file
10
tools/static-analysis/_index.md
Normal file
@@ -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.
|
16
tools/static-analysis/cobra.md
Normal file
16
tools/static-analysis/cobra.md
Normal file
@@ -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.
|
Reference in New Issue
Block a user