Questions tagged [codeql]

62 questions
-2
votes
1 answer

Integrate CodeQL in commercial project without github

I have been using CodeQL for some private projects and now I'd like to use it for a project at work unfortunately we can not use github there. How can we run CodeQL compliant to the GitHub CodeQL Terms and Conditions? Is it sufficient to pay for…
pinas
  • 2,708
  • 4
  • 21
  • 33
-4
votes
2 answers

Bad HTML filtering regexp

do you know why CodeQL suggest this? what is wrong in the code? values = vals.replace(/(^\s*\s*$)|\s+/g, '').split(','); This regular expression only parses --> and not --!> as a HTML comment end tag. CodeQL
1 2 3 4
5