foxguard 0.12.0

A security scanner as fast as a linter, written in Rust. 200+ built-in rules across 12 source languages.
Documentation
1
2
3
4
5
6
7
8
module Vulnerable where

import Foreign.Ptr (Ptr)

foreign import ccall "danger" c_danger :: Ptr a -> IO ()

firstItem :: [Int] -> Int
firstItem xs = head xs