Closed axi0m closed 2 years ago
Background: https://stackoverflow.com/questions/39559689/where-do-i-find-the-project-id-for-the-gitlab-api
response = requests.get('https://gitlab.com/api/v4/projects/nephosec%2Fbof-adios/repository/commits', headers=gitlab_custom_headers)
Based off this GitLab project URL: bof-adios
Instead of using the project ID in the URL and having to scrape that project ID: https://gitlab.com/api/v4/projects/29354569/repository/commits
https://gitlab.com/api/v4/projects/29354569/repository/commits
In addition this will reduce our dependency graph and simplify the attack surface. 💯
WIP: https://github.com/axi0m/ratatoskr/pull/47
Background: https://stackoverflow.com/questions/39559689/where-do-i-find-the-project-id-for-the-gitlab-api
Based off this GitLab project URL: bof-adios
Instead of using the project ID in the URL and having to scrape that project ID:
https://gitlab.com/api/v4/projects/29354569/repository/commits