Replies: 2 comments 6 replies
-
It seems that the database pre-dates the introduction of upgrade scripts to newer database scheme versions. Given that there is no available download for CodeQL (or Odasa, the precursor to CodeQL) that dates back to July 2019, your only option will be to recreate the database from scratch.
Note that you can specify the build command that should be used with the |
Beta Was this translation helpful? Give feedback.
-
Sorry, but recreating the database didn't solve the problem. I created a new database:
then replaced the old db with the new one in my project
I checked that codeql cli version:2.15.3 was used for database creation |
Beta Was this translation helpful? Give feedback.
-
Hello all
I'm trying to execute https://securitylab.github.com/ctf/uboot/
The problem concerns the pre-existing vulnerable uboot CodeQL database
https://github.com/github/securitylab/releases/download/u-boot-codeql-database/u-boot_u-boot_cpp-srcVersion_d0d07ba86afc8074d79e436b1ba4478fa0f0c1b5-dist_odasa-2019-07-25-linux64.zip
When i try to execute any query it produces the following error
Seems that the dbscheme of the pre-existing database doesn't fit.
creating a new database is problematic since codeql database create --language=cpp ... doesn't work by default for this project...
upgrading QL dataset with
codeql resolve upgrades --dbscheme= ...
has no effect.
Thanks in advance. Alex.
Beta Was this translation helpful? Give feedback.
All reactions