From d923ca49912c2255f268a32ce35120959ae30c04 Mon Sep 17 00:00:00 2001 From: theAkito Date: Wed, 4 Nov 2020 06:40:39 +0100 Subject: [PATCH] Add neoid (#1691) --- packages.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/packages.json b/packages.json index 5811f40..d9ccfb6 100644 --- a/packages.json +++ b/packages.json @@ -14080,11 +14080,36 @@ "license": "ISC", "web": "https://github.com/alaviss/kmod" }, + { + "name": "neoid", + "url": "https://github.com/theAkito/nim-neoid", + "method": "git", + "tags": [ + "akito", + "nanoid", + "neoid", + "uuid", + "oid", + "secure", + "random", + "generator", + "windows", + "rng", + "csprng", + "cprng", + "crng", + "crypto", + "cryptography" + ], + "description": "Executes a program as a user different from the user running `sue`. The target program is `exec`'ed which means, that it replaces the `sue` process you are using to run the target program. This simulates native tools like `su` and `sudo` and uses the same low-level POSIX tools to achieve that, but eliminates common issues that usually arise, when using those native tools.", + "license": "GPL-3.0-or-later" + }, { "name": "sue", "url": "https://github.com/theAkito/sue", "method": "git", "tags": [ + "akito", "gosu", "su-exec", "docker", @@ -14104,6 +14129,7 @@ "url": "https://github.com/theAkito/nim-validateip", "method": "git", "tags": [ + "akito", "ip", "ipaddress", "ipv4",