Sage-Bionetworks / research-benchmarking-technology

Main repository of the Research & Benchmarking Technology Team
Apache License 2.0
1 stars 1 forks source link

Investigate CodeQL #33

Open tschaffter opened 3 years ago

tschaffter commented 3 years ago

Increase the robustness of angular apps.

References:

tschaffter commented 3 years ago

The concept of CodeQL is to build a special database from the code of an application, then scan the code by running CodeQL queries that scan the database. There are public repositories of CodeQL queries (.ql) that can be pulled and run on the database generated from your source code.