Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marlonmontenegro/skills-introduction-to-codeql
GitHub Skills: Introduction to CodeQL
https://github.com/marlonmontenegro/skills-introduction-to-codeql
Last synced: 16 days ago
JSON representation
GitHub Skills: Introduction to CodeQL
- Host: GitHub
- URL: https://github.com/marlonmontenegro/skills-introduction-to-codeql
- Owner: MarlonMontenegro
- License: mit
- Created: 2024-12-17T19:45:18.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2024-12-17T20:05:08.000Z (17 days ago)
- Last Synced: 2024-12-17T20:33:46.494Z (17 days ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Enable CodeQL to secure your source code
_Ensuring the security of application source code is a critical step in modern software development. In this GitHub Skills course, you will learn to use GitHub code scanning to identify, resolve, and prevent insecure coding patterns._
## Finish
_Congratulations! You have completed this course!_ 🏆
Here's a recap of all the tasks you accomplished in your repository:
- Enabled CodeQL on your repository.
- CodeQL scanned the code in your repository and notified us of two SQL injection vulnerabilities.
- Reviewed the findings, marked the findings as closed, and explored the audit trail.
- Fixed your code in the main branch and saw that the findings automatically closed out.
- Introduced a new vulnerability in a new branch.
- Created a pull request, and were notified of the vulnerability.### What's next?
- Continue your learning! Our [code scanning documentation](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning) is a great resource for learning more about CodeQL.
- Learn more about CodeQL. Take a look at the [CodeQL documenation](https://codeql.github.com/docs/) site to learn about all of the features of this powerful tool.
- [We'd love to hear what you thought of this course](https://github.com/orgs/skills/discussions/405).
- [Take another Skills course.](https://github.com/skills).
- [Read the GitHub Getting Started docs](https://docs.github.com/en/get-started).
- To find projects to contribute to, check out [GitHub Explore](https://github.com/explore).---
Get help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/introduction-to-codeql) • [Review the GitHub status page](https://www.githubstatus.com/)
© 2023 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit)