Compare commits

..

8 commits

Author SHA1 Message Date
Tana
d17dd57e0d
Merge pull request #1 from nafumie/whitesource/configure
Configure WhiteSource Bolt for GitHub
2021-09-11 22:44:42 +08:00
whitesource-bolt-for-github[bot]
b3cb378da9
Add .whitesource configuration file 2021-09-11 04:23:18 +00:00
5bd68cd211
Update README.md 2021-05-17 14:16:22 +08:00
2ba7dad2c3
fix typo typo 2021-05-17 14:16:05 +08:00
8ce4fb99eb
fix typo 2021-05-17 14:15:32 +08:00
55e7ad31c3
Update README.md 2021-05-17 14:15:14 +08:00
11ee8bc878
add pw 2021-05-17 14:14:41 +08:00
989d876fb9
Update README.md 2021-05-17 14:13:02 +08:00
2 changed files with 30 additions and 1 deletions

12
.whitesource Normal file
View file

@ -0,0 +1,12 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff"
},
"issueSettings": {
"minSeverityLevel": "LOW"
}
}

View file

@ -1,2 +1,19 @@
# winsudo
A pretty stupid implementation of the sudo command in windows.
`winsudo` is an otherwise dumb implementation of the linux command `sudo` in windows, built using C#. It's really stupid so please just think of it as a joke and not as an actual project.
*NOTE: since the password thingy has not been implemented yet, please use the password `workinprogress`.*
*SIDE NOTE: please don't actually use this for real world purposes.*
### Limitations
Due to limitations in Microsoft Windows, A UAC prompt will be required to start your `winsudo`'d application or argument. While you can get rid of this by turning off UAC, please don't unless you really know what you're doing.
### Features
Password Entry (work in progress)
The general feeling of the `sudo` command at your Windows CLI.
### Compiling
I have no idea how to write compiling instructions. Just compile it like any C program.
### License
This project is licensed under the MIT License, please read the `LICENSE` file for more information.