Skip to content

Commit b407fd7

Browse files
authored
Merge pull request cldrn#6 from Alevsk/master
Adding golang dangerous functions based on official documentation
2 parents 10a98d8 + 5b70a9b commit b407fd7

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

go.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
exec.Run
2+
exec.Command
3+
exec.CommandContext
4+
exec.LookPath
5+
os.Open
6+
os.Chmod
7+
os.Chtimes
8+
os.Chdir
9+
os.Chown
10+
os.Clearenv
11+
os.Environ
12+
os.Executable
13+
os.Exit
14+
os.ExpandEnv
15+
os.Getegid
16+
os.Getenv
17+
os.Geteuid
18+
os.Getgroups
19+
os.Getpagesize
20+
os.Getpid
21+
os.Getuid
22+
os.Getwd
23+
os.Hostname
24+
os.IsExist
25+
os.IsNotExist
26+
os.IsPathSeparator
27+
os.IsPermission
28+
os.Lchown
29+
os.Link
30+
os.LookupEnv
31+
os.Mkdir
32+
os.MkdirAll
33+
os.NewSyscallError
34+
os.Pipe
35+
os.Remove
36+
os.RemoveAll
37+
os.Rename
38+
os.SameFile
39+
os.Setenv
40+
os.Symlink
41+
os.TempDir
42+
os.Truncate
43+
os.Unsetenv
44+
os.UserCacheDir
45+
os.UserHomeDir
46+
os.Create
47+
os.NewFile
48+
os.OpenFile

0 commit comments

Comments
 (0)