codeql-action icon indicating copy to clipboard operation
codeql-action copied to clipboard

Configuration is never validated

Open RA80533 opened this issue 4 years ago • 0 comments

https://github.com/github/codeql-action/blob/f00bafbde1cf72f723cff6bcb0fa170325b2edb9/src/config-utils.ts#L1098

Unfortunately, JSON.parse() is typed as returning any. It appears that this was not an issue that was reported because noImplicitAny was explicitly disabled in the root tsconfig.json.

RA80533 avatar May 08 '21 06:05 RA80533