The CodeQL database is not compatible with the QL library #220
-
| I think this is a very basic answer, however I find no documentation to solve this, so here we go: Next for a simple example project I created a database with  Now I want to search for the various security issues that are in the example project. however I whatever I do, "database analyze" or "query run" - I get th efatal error that the ql database and ql library are not compatbible. unsurprisingly  So - how do I update the ql libraries so I can use them? | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
| Hey @vanhauser-thc 👋🏾 | 
Beta Was this translation helpful? Give feedback.
-
| I removed every codeql and ql directory, redownloaded from scratch, ensured the PATH is fine - and now it works. seems that the ql intelligence to find its libraries is too enthusiastic and goes further and beyond even if --search-path= is specified. thank you though! | 
Beta Was this translation helpful? Give feedback.
I removed every codeql and ql directory, redownloaded from scratch, ensured the PATH is fine - and now it works. seems that the ql intelligence to find its libraries is too enthusiastic and goes further and beyond even if --search-path= is specified.
thank you though!