Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdpaiva1/introduction-to-codeql
https://github.com/jdpaiva1/introduction-to-codeql
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdpaiva1/introduction-to-codeql
- Owner: JDPaiva1
- License: mit
- Created: 2024-10-20T14:21:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T15:09:23.000Z (3 months ago)
- Last Synced: 2024-11-12T09:12:26.794Z (2 months ago)
- Language: Python
- Size: 2.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)