5 Commits

Author SHA1 Message Date
Michael Hohn
f3b703a35f updates for module system; include a db 2025-02-17 17:09:04 -08:00
Michael Hohn
c01a039d23 Partially revert qlpack to get working cli command
This, from the README, now works:
    codeql database analyze                                 \
           -v                                               \
           --ram=14000                                      \
           -j12                                             \
           --rerun                                          \
           --search-path $HOME/local/codeql-v2.9.3/ql       \
           --format=sarif-latest                            \
           --output cpp-sqli.sarif                          \
           --                                               \
           $DB                                              \
           $SRCDIR/SqlInjection.ql

It failed with

    ERROR: Referenced pack 'codeql/cpp-all' not found. (/Users/hohn/local/codeql-dataflow-sql-injection/qlpack.yml:1,1-1)

when using
    dependencies:
2022-08-21 20:59:06 -07:00
Michael Hohn
48dede015c Change from codeql v2.7.6 to codeql v2.9.3 2022-08-03 10:27:03 -07:00
Michael Hohn
dd664fe4ef Insert updates from github.com:hohn/codeql.git 2022-06-08 08:36:05 +02:00
Michael Hohn
d5b28fb6b5 project metadata 2020-07-20 13:53:28 -07:00