| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## main #3229 +/- ##
=======================================
Coverage 46.90% 46.90%
=======================================
Files 23 23
Lines 1196 1196
Branches 237 237
=======================================
Hits 561 561
Misses 451 451
Partials 184 184 Continue to review full report at Codecov.
|
Sorry, something went wrong.
There was a problem hiding this comment.
Nice! Excellent work Mr. Previte
Sorry, something went wrong.
| # make bootstrap | ||
| # make release | ||
|
|
||
| - name: Perform CodeQL Analysis |
There was a problem hiding this comment.
How are we going to handle the existing findings, are we going to fix things first, or merge and then reduce them gradually?
Looks pretty useful though!
Also seems like it might be a good idea to ignore code that we don't control (e.g. lib/vscode) if we can configure things that way
Sorry, something went wrong.
There was a problem hiding this comment.
Probably merge and reduce gradually. Seems like a solid approach.
Good idea on ignoring lib/vscode. I'll see if that's configurable
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
I found this in the docs: Specifying Directories to Scan
It's unclear whether this needs to be in a custom codeql config file or if I can put it in the workflow file. I'm going to try adding to the workflow file.
Sorry, something went wrong.
There was a problem hiding this comment.
Also opened follow-up issue: #3243
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, something went wrong.
|
P.S. - @jawnsy how did you know to go here for the Code scanning alerts? My intuitive would have told me they show up here but that's not the case 🤷♂️ |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR adds code-scanning using CodeQL (by GitHub) to help automatically detect common vulnerability and coding errors.
Fixes #3176