fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
is_safe_path
Function
11 statements
Source File
fortplot_security.f90
fortplot_security
is_safe_path
Contents
public function is_safe_path(path) result(safe)
Check if path is safe (no shell injection attempts)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
path
Return Value
logical