mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [#2887] update
This commit is contained in:
parent
022725929a
commit
551bad753e
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Github Security
|
||||
|
||||
## [#with-user-credentials](./#with-user-credentials "mention")What is Github
|
||||
## What is Github
|
||||
|
||||
(From [here](https://kinsta.com/knowledgebase/what-is-github/)) At a high level, **GitHub is a website and cloud-based service that helps developers store and manage their code, as well as track and control changes to their code**.
|
||||
|
||||
|
|
|
@ -116,7 +116,6 @@ Github applications can ask for permissions to **access your github information
|
|||
* The GitHub App should **connect to a personal account or an organisation**.
|
||||
* You can create your own Github application in [https://github.com/settings/apps](https://github.com/settings/apps)
|
||||
* You can see all the **Github applications that has access to your account** in [https://github.com/settings/apps/authorizations](https://github.com/settings/apps/authorizations)
|
||||
* These are the **API Endpoints for Github Applications** [https://docs.github.com/en/rest/overview/endpoints-available-for-github-app](https://docs.github.com/en/rest/overview/endpoints-available-for-github-apps). Depending on the permissions of the App it will be able to access some of them
|
||||
* You can see installed apps in an **organization** in _https://github.com/organizations/\<org\_name>/settings/installations_
|
||||
|
||||
Some security recommendations:
|
||||
|
|
Loading…
Reference in a new issue