This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Package mitigation provides the possibility to prevent system damage.
License
sarnowski/mitigation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
mitigation for go applications ============================================================================= Package mitigation provides the possibility to prevent damage caused by bugs or exploits. Techniques ----------------------------------------------------------------------------- The package uses multiple techniques to mitigate damage: - privilege revocation: switch to an unprivileged user - chroot jail: restrict filesystem access - defined environment: reset all environment variables Enables the ability to implement system-supported privilege seperation. Installation ----------------------------------------------------------------------------- To install and use the mitigation execute the following command: go get github.com/sarnowski/mitigation Documentation ----------------------------------------------------------------------------- Documentation is provided in the go way and is accessible through "godoc". You will find explanation, requirements and examples. License ----------------------------------------------------------------------------- Copyright (c) 2012,2014 Tobias Sarnowski <[email protected]> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
About
Package mitigation provides the possibility to prevent system damage.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published