Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Nov 28, 2023
  2. Nov 10, 2023
  3. Nov 09, 2023
  4. Oct 29, 2023
    • Brian's avatar
      Add CodeQL Workflow for Code Security Analysis · eb6356da
      Brian authored
      Add CodeQL Workflow for Code Security Analysis
      
      This pull request introduces a CodeQL workflow to enhance the security analysis of our repository. CodeQL is a powerful static analysis tool that helps identify and mitigate security vulnerabilities in our codebase. By integrating this workflow into our GitHub Actions, we can proactively identify and address potential issues before they become security threats.
      
      We added a new CodeQL workflow file (.github/workflows/codeql.yml) that
      - Runs on every pull request (functionality to run on every push to main branches is included as a comment for convenience).
      - Runs daily.
      - Excludes queries with a high false positive rate or low-severity findings.
      - Does not display results for git submodules, focusing only on our own codebase.
      
      Testing:
      To validate the functionality of this workflow, we have run several test scans on the codebase and reviewed the results. The workflow successfully compiles the project, identifies issues, and provides actionable insights while reducing noise by excluding certain queries and third-party code.
      
      Deployment:
      Once this pull request is merged, the CodeQL workflow will be active and automatically run on every push and pull request to the main branch. To view the results of these code scans, please follow these steps:
      1. Under the repository name, click on the Security tab.
      2. In the left sidebar, click Code scanning alerts.
      
      Additional Information:
      - You can further customize the workflow to adapt to your specific needs by modifying the workflow file.
      - For more information on CodeQL and how to interpret its results, refer to the GitHub documentation and the CodeQL documentation (https://codeql.github.com/ and https://codeql.github.com/docs/
      
      ).
      
      Signed-off-by: default avatarBrian <bayuan@purdue.edu>
      eb6356da
  5. Oct 28, 2023
  6. Oct 26, 2023
  7. Oct 25, 2023
  8. Oct 20, 2023
    • Brian's avatar
      Add CodeQL Workflow for Code Security Analysis · bcfcc2a8
      Brian authored
      Add CodeQL Workflow for Code Security Analysis
      
      This pull request introduces a CodeQL workflow to enhance the security analysis of our repository. CodeQL is a powerful static analysis tool that helps identify and mitigate security vulnerabilities in our codebase. By integrating this workflow into our GitHub Actions, we can proactively identify and address potential issues before they become security threats.
      
      We added a new CodeQL workflow file (.github/workflows/codeql.yml) that
      - Runs on every pull request (functionality to run on every push to main branches is included as a comment for convenience).
      - Runs daily.
      - Excludes queries with a high false positive rate or low-severity findings.
      - Does not display results for git submodules, focusing only on our own codebase.
      
      Testing:
      To validate the functionality of this workflow, we have run several test scans on the codebase and reviewed the results. The workflow successfully compiles the project, identifies issues, and provides actionable insights while reducing noise by excluding certain queries and third-party code.
      
      Deployment:
      Once this pull request is merged, the CodeQL workflow will be active and automatically run on every push and pull request to the main branch. To view the results of these code scans, please follow these steps:
      1. Under the repository name, click on the Security tab.
      2. In the left sidebar, click Code scanning alerts.
      
      Additional Information:
      - You can further customize the workflow to adapt to your specific needs by modifying the workflow file.
      - For more information on CodeQL and how to interpret its results, refer to the GitHub documentation and the CodeQL documentation (https://codeql.github.com/ and https://codeql.github.com/docs/
      
      ).
      
      Signed-off-by: default avatarBrian <bayuan@purdue.edu>
      bcfcc2a8
  9. Oct 18, 2023
    • Brian's avatar
      Add CodeQL Workflow for Code Security Analysis · e6f26071
      Brian authored
      Add CodeQL Workflow for Code Security Analysis
      
      This pull request introduces a CodeQL workflow to enhance the security analysis of our repository. CodeQL is a powerful static analysis tool that helps identify and mitigate security vulnerabilities in our codebase. By integrating this workflow into our GitHub Actions, we can proactively identify and address potential issues before they become security threats.
      
      We added a new CodeQL workflow file (.github/workflows/codeql.yml) that
      - Runs on every pull request (functionality to run on every push to main branches is included as a comment for convenience).
      - Runs daily.
      - Excludes queries with a high false positive rate or low-severity findings.
      - Does not display results for git submodules, focusing only on our own codebase.
      
      Testing:
      To validate the functionality of this workflow, we have run several test scans on the codebase and reviewed the results. The workflow successfully compiles the project, identifies issues, and provides actionable insights while reducing noise by excluding certain queries and third-party code.
      
      Deployment:
      Once this pull request is merged, the CodeQL workflow will be active and automatically run on every push and pull request to the main branch. To view the results of these code scans, please follow these steps:
      1. Under the repository name, click on the Security tab.
      2. In the left sidebar, click Code scanning alerts.
      
      Additional Information:
      - You can further customize the workflow to adapt to your specific needs by modifying the workflow file.
      - For more information on CodeQL and how to interpret its results, refer to the GitHub documentation and the CodeQL documentation (https://codeql.github.com/ and https://codeql.github.com/docs/
      
      ).
      
      Signed-off-by: default avatarBrian <bayuan@purdue.edu>
      e6f26071
  10. Oct 11, 2023
    • Brian's avatar
      Add CodeQL Workflow for Code Security Analysis · fd6c25be
      Brian authored
      
      Add CodeQL Workflow for Code Security Analysis
      
      This pull request introduces a CodeQL workflow to enhance the security analysis of our repository. CodeQL is a powerful static analysis tool that helps identify and mitigate security vulnerabilities in our codebase. By integrating this workflow into our GitHub Actions, we can proactively identify and address potential issues before they become security threats.
      
      We added a new CodeQL workflow file (.github/workflows/codeql.yml) that
      - Runs on every push and pull request to the main branch.
      - Excludes queries with a high false positive rate or low-severity findings.
      - Does not display results for third-party code, focusing only on our own codebase.
      
      Testing:
      To validate the functionality of this workflow, we have run several test scans on the codebase and reviewed the results. The workflow successfully compiles the project, identifies issues, and provides actionable insights while reducing noise by excluding certain queries and third-party code.
      
      Deployment:
      Once this pull request is merged, the CodeQL workflow will be active and automatically run on every push and pull request to the main branch. To view the results of these code scans, please follow these steps:
      1. Under the repository name, click on the Security tab.
      2. In the left sidebar, click Code scanning alerts.
      
      Additional Information:
      - You can further customize the workflow to adapt to your specific needs by modifying the workflow file.
      - For more information on CodeQL and how to interpret its results, refer to the GitHub documentation and the CodeQL documentation.
      
      Signed-off-by: default avatarBrian <bayuan@purdue.edu>
      fd6c25be
  11. Apr 25, 2022
  12. Jul 16, 2020
  13. Jul 15, 2020
  14. Jun 22, 2020
  15. Jun 19, 2020
  16. Jun 18, 2020
  17. Jun 02, 2020
  18. Feb 18, 2020
Loading