Secimport

Latest version: v0.9.2

Safety actively analyzes 622001 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.9.2

- Add warning for --with-dtrace support for python
- Make trace.bt support any path to the python interpreter
- Add info about "Could not resolve symbol" error on Ubuntu to FAQ.md

- https://github.com/avilum/secimport/pull/27
- https://github.com/avilum/secimport/pull/28
- https://github.com/avilum/secimport/pull/29

0.9.1

- Added nsjail support
- Imroved CLI
- Improved documentation
- General bugfixes

0.9.0

- Added nsjail support

0.8.2

Added docker build and push to GH Actions

0.8.1

Blocking the following insecure syscalls by deafult in `secimport build`:


INSECURE_SYSCALLS = [
"vfork",
"clone",
"access",
"chdir",
"creat",
"dup",
"dup2",
"execve",
"faccessat",
"fcntl",
"fdatasync",
"fork",
"fstat",
"fsync",
"getegid",
"geteuid",
"getgid",
"getgroups",
"getpid",
"getppid",
"getrlimit",
"getsockname",
"getsid",
"getuid",
"ioctl",
"link",
"lseek",
"lstat",
"mkdir",
"mknod",
"open",
"openat",
"pipe",
"poll",
"read",
"readlink",
"readv",
"recvfrom",
"recvmsg",
"rename",
"rmdir",
"select",
"sendmsg",
"sendto",
"setgid",
"setgroups",
"setpgid",
"setpriority",
"setregid",
"setreuid",
"setrlimit",
"setsid",
"setsockopt",
"stat",
"symlink",
"truncate",
"umask",
"utime",
"utimes",
"write",
"writev",
]

0.8.0

- Added STOP and KILL flags
- Improved documentation
- Docker bugfixes

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.