Safe Haskell | None |
---|---|
Language | Haskell2010 |
- checkPaths :: PatchInspect p => [DarcsFlag] -> FL p wX wY -> IO ()
- maliciousPatches :: PatchInspect p => [Sealed2 p] -> [Sealed2 p]
- hasMaliciousPath :: PatchInspect p => p wX wY -> Bool
Documentation
checkPaths :: PatchInspect p => [DarcsFlag] -> FL p wX wY -> IO () Source #
A convenience function to call from all darcs command functions before applying any patches. It checks for malicious paths in patches, and prints an error message and fails if it finds one.
maliciousPatches :: PatchInspect p => [Sealed2 p] -> [Sealed2 p] Source #
Filter out patches that contains some malicious file path
hasMaliciousPath :: PatchInspect p => p wX wY -> Bool Source #