Skip to content

Releases: avilum/secimport

v0.10.0

20 May 08:01
Compare
Choose a tag to compare
  • Added dockerfile support for M3 silicon (Apple Macbooks)
  • Fixed utils bug that raised error if module name was empty (happens some times because of the way python modules are executed)

v0.9.2

27 Nov 14:33
05f2e59
Compare
Choose a tag to compare
  • 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

  • #27

  • #28

  • #29

v0.9.1

11 Jul 14:17
bda5712
Compare
Choose a tag to compare
  • Added nsjail support
  • Imroved CLI
  • Improved documentation
  • General bugfixes

v0.9.0

11 Jul 13:52
e301da6
Compare
Choose a tag to compare
  • Added nsjail support

v0.8.2

24 May 11:26
1a1fdad
Compare
Choose a tag to compare
Update python-publish.yml

v0.8.2-alpha

24 May 11:07
f3570ab
Compare
Choose a tag to compare

Added docker build and push to GH Actions

0.8.1

30 Apr 00:41
Compare
Choose a tag to compare

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

29 Apr 23:45
9616692
Compare
Choose a tag to compare
  • Added STOP and KILL flags
  • Improved documentation
  • Docker bugfixes

0.7.3

09 Apr 23:08
de1533c
Compare
Choose a tag to compare
  • Added github actions build and push to pypi on merge to master branch

0.7.3.2

09 Apr 23:13
de1533c
Compare
Choose a tag to compare
  • Added github actions :)