RIAEvangelist/node-ipc is malware / protestware
The RIAEvangelist/node-ipc module contains protestware peacenotwar.
Excerpt from RIAEvangelist/node-ipc:
as of v11.0.0 & v9.2.2 this module uses the peacenotwar module.
The RIAEvangelist/node-ipc module contains protestware peacenotwar.
Excerpt from RIAEvangelist/node-ipc:
as of v11.0.0 & v9.2.2 this module uses the peacenotwar module.
| filename=go1.13.4.linux-armv6l.tar.gz | |
| gohash=9f76e6353c9ae2dcad1731b7239531eb8be2fe171f29f2a9c5040945a930fd41 | |
| sudo rm -rf /usr/local/go | |
| wget https://dl.google.com/go/$filename | |
| sudo tar -C /usr/local -xvf $filename | |
| filehash=$(sha256sum $filename | cut -d ' ' -f1) | |
| if [ $filehash != $gohash ] | |
| then | |
| echo "Filehash was not equal" | |
| exit 0 |
#Laravel 5 Simple ACL manager
Protect your routes with user roles. Simply add a 'role_id' to the User model, install the roles table and seed if you need some example roles to get going.
If the user has a 'Root' role, then they can perform any actions.
Simply copy the files across into the appropriate directories, and register the middleware in App\Http\Kernel.php