{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":662395253,"defaultBranch":"master","name":"my_basic","ownerLogin":"IVOES","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-07-05T03:41:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/129142632?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1711340995.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"42d38acb19ff2ff1ec9b0bf3c103d3a54dbb8273","ref":"refs/heads/cpp/comparison-precedence","pushedAt":"2024-03-25T04:29:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"szsam","name":"Mingjie Shen","path":"/szsam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20792991?s=80&v=4"},"commit":{"message":"Fixed incorrect operator precedence\n\nBefore this commit, if __optr is == or !=, the if condition on line 1052\nis unintendedly interpreted as\n ((real_t)(opndv1.data.integer __optr opndv2.data.integer) == (real_t)opndv1.data.integer)\n __optr\n (real_t)opndv2.data.integer\nbecause the associativity of != and == operators in C is left-to-right.\nFixed by fully parenthesize the complex comparison expression.","shortMessageHtmlLink":"Fixed incorrect operator precedence"}},{"before":"e7e5bcfe372a0124c6ffea85401cfa78ffa6f590","after":"f69bbf7b773900d8e61a5a4230ce243daac46fb4","ref":"refs/heads/master","pushedAt":"2023-10-29T19:35:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"b4yuan","name":"Brian","path":"/b4yuan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89487381?s=80&v=4"},"commit":{"message":"Add CodeQL Workflow for Code Security Analysis\n\nAdd CodeQL Workflow for Code Security Analysis\n\nThis 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.\n\nWe added a new CodeQL workflow file (.github/workflows/codeql.yml) that\n- Runs on every pull request (functionality to run on every push to main branches is included as a comment for convenience).\n- Runs daily.\n- Excludes queries with a high false positive rate or low-severity findings.\n- Does not display results for git submodules, focusing only on our own codebase.\n\nTesting:\nTo 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.\n\nDeployment:\nOnce 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:\n1. Under the repository name, click on the Security tab.\n2. In the left sidebar, click Code scanning alerts.\n\nAdditional Information:\n- You can further customize the workflow to adapt to your specific needs by modifying the workflow file.\n- 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/).\n\nSigned-off-by: Brian ","shortMessageHtmlLink":"Add CodeQL Workflow for Code Security Analysis"}},{"before":"ac13fa85088c8f7393c514d82b9d6bc5bad97a26","after":"e7e5bcfe372a0124c6ffea85401cfa78ffa6f590","ref":"refs/heads/master","pushedAt":"2023-10-20T05:13:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"b4yuan","name":"Brian","path":"/b4yuan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89487381?s=80&v=4"},"commit":{"message":"Add CodeQL Workflow for Code Security Analysis\n\nAdd CodeQL Workflow for Code Security Analysis\n\nThis 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.\n\nWe added a new CodeQL workflow file (.github/workflows/codeql.yml) that\n- Runs on every pull request (functionality to run on every push to main branches is included as a comment for convenience).\n- Runs daily.\n- Excludes queries with a high false positive rate or low-severity findings.\n- Does not display results for git submodules, focusing only on our own codebase.\n\nTesting:\nTo 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.\n\nDeployment:\nOnce 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:\n1. Under the repository name, click on the Security tab.\n2. In the left sidebar, click Code scanning alerts.\n\nAdditional Information:\n- You can further customize the workflow to adapt to your specific needs by modifying the workflow file.\n- 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/).\n\nSigned-off-by: Brian ","shortMessageHtmlLink":"Add CodeQL Workflow for Code Security Analysis"}},{"before":"c760befb1366f94e745d96e8941978d747848a66","after":"ac13fa85088c8f7393c514d82b9d6bc5bad97a26","ref":"refs/heads/master","pushedAt":"2023-10-18T21:15:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"b4yuan","name":"Brian","path":"/b4yuan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89487381?s=80&v=4"},"commit":{"message":"Add CodeQL Workflow for Code Security Analysis\n\nAdd CodeQL Workflow for Code Security Analysis\n\nThis 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.\n\nWe added a new CodeQL workflow file (.github/workflows/codeql.yml) that\n- Runs on every pull request (functionality to run on every push to main branches is included as a comment for convenience).\n- Runs daily.\n- Excludes queries with a high false positive rate or low-severity findings.\n- Does not display results for git submodules, focusing only on our own codebase.\n\nTesting:\nTo 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.\n\nDeployment:\nOnce 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:\n1. Under the repository name, click on the Security tab.\n2. In the left sidebar, click Code scanning alerts.\n\nAdditional Information:\n- You can further customize the workflow to adapt to your specific needs by modifying the workflow file.\n- 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/).\n\nSigned-off-by: Brian ","shortMessageHtmlLink":"Add CodeQL Workflow for Code Security Analysis"}},{"before":"b79484219130dcc72402edefb455d5d72fd20b82","after":"5835b2aba8e874025216949eaf3c569479c8a482","ref":"refs/heads/sast","pushedAt":"2023-07-29T05:22:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Automated publish: Sat Jul 29 05:22:50 UTC 2023 b79484219130dcc72402edefb455d5d72fd20b82","shortMessageHtmlLink":"Automated publish: Sat Jul 29 05:22:50 UTC 2023 b794842"}},{"before":"831aaee23c2d807a1d29af481ed6900b97fcfafd","after":"b79484219130dcc72402edefb455d5d72fd20b82","ref":"refs/heads/sast","pushedAt":"2023-07-29T04:10:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"szsam","name":"Mingjie Shen","path":"/szsam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20792991?s=80&v=4"},"commit":{"message":"Add SAST workflows","shortMessageHtmlLink":"Add SAST workflows"}},{"before":null,"after":"831aaee23c2d807a1d29af481ed6900b97fcfafd","ref":"refs/heads/sast","pushedAt":"2023-07-05T03:41:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"szsam","name":"Mingjie Shen","path":"/szsam","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20792991?s=80&v=4"},"commit":{"message":"Add SAST workflow","shortMessageHtmlLink":"Add SAST workflow"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEHjebowA","startCursor":null,"endCursor":null}},"title":"Activity ยท IVOES/my_basic"}