Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add QL for QL #7410

Merged
merged 860 commits into from
Dec 17, 2021
Merged

Add QL for QL #7410

merged 860 commits into from
Dec 17, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 14, 2021

  1. document usage

    esbena committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    ab11bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfa0e77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec292db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1013cb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec6a8b9 View commit details
    Browse the repository at this point in the history
  6. QL: Fix isAbstract

    joefarebrother committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    be36de9 View commit details
    Browse the repository at this point in the history
  7. Fix isAbstract

    joefarebrother committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    9b786c2 View commit details
    Browse the repository at this point in the history
  8. QL: Merge pull request github#105 from github/aschackmull/transitive-…

    …step
    
    New performance query: Transitive step in recursion.
    MathiasVP committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    9330fa0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request github#105 from github/aschackmull/transitive-step

    New performance query: Transitive step in recursion.
    MathiasVP committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    3e2fb5a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ecf27ff View commit details
    Browse the repository at this point in the history
  11. Add ql/missing-qldoc query.

    geoffw0 committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    0a3705b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    187c24e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4016a8e View commit details
    Browse the repository at this point in the history
  14. QL: Query: Noninitial imports of the standard library

    Finds a single result in
    
    ```
    semmle.code.java.dataflow.internal.rangeanalysis.SignAnalysisSpecific.qll
    ```
    which starts with
    
    ```ql
    module Private {
      import semmle.code.java.dataflow.RangeUtils as RU
      private import semmle.code.java.dataflow.SSA as Ssa
      private import semmle.code.java.controlflow.Guards as G
      private import java as J
      private import Sign
      ...
    ```
    tausbn committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    37e9024 View commit details
    Browse the repository at this point in the history
  15. Query: Noninitial imports of the standard library

    Finds a single result in
    
    ```
    semmle.code.java.dataflow.internal.rangeanalysis.SignAnalysisSpecific.qll
    ```
    which starts with
    
    ```ql
    module Private {
      import semmle.code.java.dataflow.RangeUtils as RU
      private import semmle.code.java.dataflow.SSA as Ssa
      private import semmle.code.java.controlflow.Guards as G
      private import java as J
      private import Sign
      ...
    ```
    tausbn committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    c6a52ed View commit details
    Browse the repository at this point in the history
  16. QL: Autoformat

    tausbn committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    632d42f View commit details
    Browse the repository at this point in the history
  17. Autoformat

    tausbn committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    71f6999 View commit details
    Browse the repository at this point in the history
  18. QL: fix implicit this

    erik-krogh committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    f9d8ae5 View commit details
    Browse the repository at this point in the history
  19. fix implicit this

    erik-krogh committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    016ff2a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. QL: Merge pull request github#113 from github/erik-krogh/fix-implcit-…

    …this
    
    fix implicit this
    MathiasVP committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    f29457f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50e80dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    153f8fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c31bd7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74a7945 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f19dd78 View commit details
    Browse the repository at this point in the history
  7. QL: update expected output

    erik-krogh committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    6cd11d2 View commit details
    Browse the repository at this point in the history
  8. update expected output

    erik-krogh committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    1641d0f View commit details
    Browse the repository at this point in the history
  9. QL: add test

    erik-krogh committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    f071da4 View commit details
    Browse the repository at this point in the history
  10. add test

    erik-krogh committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    29ebe7b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ddc0ade View commit details
    Browse the repository at this point in the history
  12. hook up consistency query

    erik-krogh committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    541dcb3 View commit details
    Browse the repository at this point in the history
  13. QL: Merge pull request github#86 from github/use-set-literal

    New query: Use set literal
    MathiasVP committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    8e6bc11 View commit details
    Browse the repository at this point in the history
  14. Merge pull request github#86 from github/use-set-literal

    New query: Use set literal
    MathiasVP committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e1871a2 View commit details
    Browse the repository at this point in the history
  15. QL: Merge pull request github#114 from github/erik-krogh/consistency

    fix the signature of regexpCapture and regexpFind
    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    2352cf7 View commit details
    Browse the repository at this point in the history
  16. Merge pull request github#114 from github/erik-krogh/consistency

    fix the signature of regexpCapture and regexpFind
    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    fed640b View commit details
    Browse the repository at this point in the history
  17. QL: Merge pull request github#102 from github/esbena/simple-codeql-ac…

    …tion
    
    make another codeql-action workflow that uses a published pack
    erik-krogh committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e862dfd View commit details
    Browse the repository at this point in the history
  18. Merge pull request github#102 from github/esbena/simple-codeql-action

    make another codeql-action workflow that uses a published pack
    erik-krogh committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e6b0707 View commit details
    Browse the repository at this point in the history
  19. QL: Merge pull request github#107 from github/missing-qldoc

    Add ql/missing-qldoc query.
    geoffw0 committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    2f77b92 View commit details
    Browse the repository at this point in the history
  20. Merge pull request github#107 from github/missing-qldoc

    Add ql/missing-qldoc query.
    geoffw0 committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    ee7ac53 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6fe7579 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e3d42a1 View commit details
    Browse the repository at this point in the history
  23. QL: Upgrade the extractor generator

    For now, the grammar still includes dbscheme and YAML, but with this
    change we should be able to separate these out into their own grammars.
    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    9f4c829 View commit details
    Browse the repository at this point in the history
  24. Upgrade the extractor generator

    For now, the grammar still includes dbscheme and YAML, but with this
    change we should be able to separate these out into their own grammars.
    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    816bfbe View commit details
    Browse the repository at this point in the history
  25. QL: Autoformat

    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    8020040 View commit details
    Browse the repository at this point in the history
  26. Autoformat

    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    7f80514 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0954584 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    741e4a7 View commit details
    Browse the repository at this point in the history
  29. QL: Merge pull request github#112 from github/tausbn/import-language-…

    …first
    
    Query: Noninitial imports of the standard library
    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    53e362c View commit details
    Browse the repository at this point in the history
  30. Merge pull request github#112 from github/tausbn/import-language-first

    Query: Noninitial imports of the standard library
    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    310ea6b View commit details
    Browse the repository at this point in the history
  31. QL: Also update qltest.cmd

    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    514f8f3 View commit details
    Browse the repository at this point in the history
  32. Also update qltest.cmd

    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    5ef7b97 View commit details
    Browse the repository at this point in the history
  33. QL: Remove some FPs.

    aschackmull committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    3fc0bed View commit details
    Browse the repository at this point in the history
  34. Remove some FPs.

    aschackmull committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    6c70f52 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b75e19a View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    89d2f93 View commit details
    Browse the repository at this point in the history
  37. QL: Merge pull request github#116 from github/erik-krogh/qlpack-test

    add test for qlpacks
    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    4238a5b View commit details
    Browse the repository at this point in the history
  38. Merge pull request github#116 from github/erik-krogh/qlpack-test

    add test for qlpacks
    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    bd52438 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    e5dab01 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    2a0c291 View commit details
    Browse the repository at this point in the history
  41. QL: Fix dataset_measure.yml, hopefully

    Also I forgot to add `TreeSitter.qll` to the path for the build, whoops.
    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    85e5b68 View commit details
    Browse the repository at this point in the history
  42. Fix dataset_measure.yml, hopefully

    Also I forgot to add `TreeSitter.qll` to the path for the build, whoops.
    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    44fff65 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    4fe4315 View commit details
    Browse the repository at this point in the history
  44. QL: Add dataflow library.

    MathiasVP committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    5c70c6a View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    d90de13 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    c9f80b1 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    9c82f72 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    ccaef19 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    53cbde0 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    1fb8a17 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    6f4370a View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    e185382 View commit details
    Browse the repository at this point in the history
  53. QL: Fix bad merge

    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    24959a5 View commit details
    Browse the repository at this point in the history
  54. Fix bad merge

    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    10aeadb View commit details
    Browse the repository at this point in the history
  55. QL: fix performance

    erik-krogh committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    8aa354c View commit details
    Browse the repository at this point in the history
  56. fix performance

    erik-krogh committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    1a79b13 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    510f825 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    b0bbbc5 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    1d331fc View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    3071731 View commit details
    Browse the repository at this point in the history
  61. QL: Merge pull request github#122 from github/aschackmull/library-annot

    New query: Don't use library annotation.
    MathiasVP committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    ed15ee8 View commit details
    Browse the repository at this point in the history
  62. Merge pull request github#122 from github/aschackmull/library-annot

    New query: Don't use library annotation.
    MathiasVP committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    67b65b6 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    21caef3 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    1469766 View commit details
    Browse the repository at this point in the history
  65. QL: Merge pull request github#117 from github/tausbn/update-extractor…

    …-generator
    
    Upgrade the extractor generator
    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    7745a13 View commit details
    Browse the repository at this point in the history
  66. Merge pull request github#117 from github/tausbn/update-extractor-gen…

    …erator
    
    Upgrade the extractor generator
    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    8ceeb71 View commit details
    Browse the repository at this point in the history
  67. QL: Merge pull request github#104 from github/bidirectional-import

    Query for finding missing or unwanted bidirectional imports of abstract classes
    aschackmull committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    370d75b View commit details
    Browse the repository at this point in the history
  68. Merge pull request github#104 from github/bidirectional-import

    Query for finding missing or unwanted bidirectional imports of abstract classes
    aschackmull committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    684600c View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    1375e1d View commit details
    Browse the repository at this point in the history
  70. Support super with instanceof

    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    5b261d8 View commit details
    Browse the repository at this point in the history
  71. QL: Merge pull request github#123 from github/tausbn/add-instanceof-s…

    …uper-resolution
    
    Support `super` with `instanceof`
    MathiasVP committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    5dbeaa1 View commit details
    Browse the repository at this point in the history
  72. Merge pull request github#123 from github/tausbn/add-instanceof-super…

    …-resolution
    
    Support `super` with `instanceof`
    MathiasVP committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    ed17bd9 View commit details
    Browse the repository at this point in the history
  73. QL: Merge pull request github#95 from github/tausbn/add-override-test

    Add test for `override`
    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    d6dd752 View commit details
    Browse the repository at this point in the history
  74. Merge pull request github#95 from github/tausbn/add-override-test

    Add test for `override`
    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    eb787ae View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    4d5901a View commit details
    Browse the repository at this point in the history
  76. QL: Respond to PR reviews.

    MathiasVP committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    f5bb1d0 View commit details
    Browse the repository at this point in the history
  77. QL: Merge pull request github#119 from github/query-depends-on-tostring

    Query: Query logic depends on `toString`
    MathiasVP committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    02c2603 View commit details
    Browse the repository at this point in the history
  78. Merge pull request github#119 from github/query-depends-on-tostring

    Query: Query logic depends on `toString`
    MathiasVP committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    df3d5ae View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    188a6b1 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    dbc3b49 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    0bfedc7 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    62355f3 View commit details
    Browse the repository at this point in the history
  83. QL: Merge pull request github#109 from github/missing-nomagic

    QL: Query for finding missing `nomagic` on cand predicates
    MathiasVP committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    24334e4 View commit details
    Browse the repository at this point in the history
  84. Merge pull request github#109 from github/missing-nomagic

    QL: Query for finding missing `nomagic` on cand predicates
    MathiasVP committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    299500f View commit details
    Browse the repository at this point in the history
  85. QL: Merge pull request github#124 from github/erik-krogh/fix-step-per…

    …formance
    
    fix performance of the transitive step query
    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    9a02a22 View commit details
    Browse the repository at this point in the history
  86. Merge pull request github#124 from github/erik-krogh/fix-step-perform…

    …ance
    
    fix performance of the transitive step query
    tausbn committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    d950b59 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    8391580 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    d0aa219 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    b40e307 View commit details
    Browse the repository at this point in the history
  90. add failing callgraph test

    erik-krogh committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    535904e View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    c7aa89b View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    7ce2750 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    1239b1a View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    f8138c9 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    3252c04 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    145efa4 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    e060708 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    3b1c04b View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    865e4f0 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    f19a229 View commit details
    Browse the repository at this point in the history
  101. QL: Merge pull request github#125 from github/erik-krogh/fix-my-own-m…

    …istake
    
    fixing the callgraph
    erik-krogh committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    efff86e View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    6004ecc View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Configuration menu
    Copy the full SHA
    e528c6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a5d567 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34d4e55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1b011d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c32b7e View commit details
    Browse the repository at this point in the history
  6. add test for super-types

    erik-krogh committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    c43ff2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    928b91d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f99ce11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a652892 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b31ea30 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b9793d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    74b1c19 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    84d2cb8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9d9663d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Configuration menu
    Copy the full SHA
    8ad5b34 View commit details
    Browse the repository at this point in the history
  2. add test for predicateExpr

    erik-krogh committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    2af3fb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cec644 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    055937e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9681119 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc354f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4db6702 View commit details
    Browse the repository at this point in the history
  8. fix predicate resolution

    erik-krogh committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    9127fa5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    48d4fcd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    18eede5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8997989 View commit details
    Browse the repository at this point in the history
  12. fix code-scanning alert

    erik-krogh committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    09f60f2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b317d73 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ade2061 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9e4e428 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9a73c36 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ef6ea19 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    509e77b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    7e2b00e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c200ec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc715af View commit details
    Browse the repository at this point in the history
  4. add nightly-changes workflow

    esbena committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    eded7b8 View commit details
    Browse the repository at this point in the history
  5. QL: Merge pull request github#131 from github/esbena/workflow-improve…

    …ments
    
    Misc. workflow improvements
    esbena committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    f29813b View commit details
    Browse the repository at this point in the history
  6. Merge pull request github#131 from github/esbena/workflow-improvements

    Misc. workflow improvements
    esbena committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    a9cef84 View commit details
    Browse the repository at this point in the history
  7. QL: change branch name

    esbena committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    6cc14b1 View commit details
    Browse the repository at this point in the history
  8. change branch name

    esbena committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    a089e0e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d49db92 View commit details
    Browse the repository at this point in the history
  10. change code-scanning branch

    esbena committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    e851ba2 View commit details
    Browse the repository at this point in the history
  11. QL: Merge pull request github#132 from github/esbena/fix-branch

    change branch name
    esbena committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    032a0dc View commit details
    Browse the repository at this point in the history
  12. Merge pull request github#132 from github/esbena/fix-branch

    change branch name
    esbena committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    b96ad38 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5fa1c04 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3f420c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    769f787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0760c1c View commit details
    Browse the repository at this point in the history
  3. QL: Merge pull request github#133 from github/esbena/update-readme

    Update readme with alerts and actions information
    esbena committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    ac78e26 View commit details
    Browse the repository at this point in the history
  4. Merge pull request github#133 from github/esbena/update-readme

    Update readme with alerts and actions information
    esbena committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    629605c View commit details
    Browse the repository at this point in the history
  5. QL: cleanup

    erik-krogh committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    c00e18f View commit details
    Browse the repository at this point in the history
  6. cleanup

    erik-krogh committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    631a503 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    3bc209d View commit details
    Browse the repository at this point in the history
  2. Fix create-extractor-pack.ps1

    geoffw0 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    1f2b32f View commit details
    Browse the repository at this point in the history
  3. QL: Merge pull request github#135 from github/winfix

    Fix create-extractor-pack.ps1
    tausbn committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    fff1f12 View commit details
    Browse the repository at this point in the history
  4. Merge pull request github#135 from github/winfix

    Fix create-extractor-pack.ps1
    tausbn committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    7214d70 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. QL: Merge pull request github#130 from github/erik-krogh/more-types

    Better type resolution
    erik-krogh committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    f54f70d View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#130 from github/erik-krogh/more-types

    Better type resolution
    erik-krogh committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    cc16fde View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    1b19a3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a76e7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c82c5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d308ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0154f4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84d277d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3f3628 View commit details
    Browse the repository at this point in the history
  8. performance improvements

    erik-krogh committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    ac4476f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28444c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45def1b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f320414 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    33d363e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1cbacc4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    112cd9d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    12a3fa7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    97461d1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d8bf7ed View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    89604de View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d64c7fc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    38b925b View commit details
    Browse the repository at this point in the history
  21. QL: Merge pull request github#129 from github/erik-krogh/cartesian

    various new improvements and queries
    erik-krogh committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    1b070f1 View commit details
    Browse the repository at this point in the history
  22. Merge pull request github#129 from github/erik-krogh/cartesian

    various new improvements and queries
    erik-krogh committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    349b556 View commit details
    Browse the repository at this point in the history
  23. QL: update import script

    erik-krogh committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    c07d553 View commit details
    Browse the repository at this point in the history
  24. update import script

    erik-krogh committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    fb40b8a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fa54855 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    61b7180 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    fe09778 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e3c0e19 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9a6c9c4 View commit details
    Browse the repository at this point in the history
  30. remove codeql-ruby sources

    erik-krogh committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    a0bf130 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    44ffc7e View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    036d749 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    37c2db2 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    15b5658 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d89e430 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    1a0379a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    70f6493 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a86f2c3 View commit details
    Browse the repository at this point in the history
  3. QL: Merge pull request github#137 from github/erik-krogh/even-more-co…

    …nsistency
    
    even more consistency
    erik-krogh committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    172684c View commit details
    Browse the repository at this point in the history
  4. Merge pull request github#137 from github/erik-krogh/even-more-consis…

    …tency
    
    even more consistency
    erik-krogh committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    e25f03f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    da5c2fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e1b4e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    44c3787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d852b28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3d11c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ebf1e3 View commit details
    Browse the repository at this point in the history
  5. QL: Merge pull request github#138 from github/erik-krogh/bump-this

    bump the severity of `ql/implicit-this`
    erik-krogh committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    a722aeb View commit details
    Browse the repository at this point in the history
  6. Merge pull request github#138 from github/erik-krogh/bump-this

    bump the severity of `ql/implicit-this`
    erik-krogh committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    fe1a473 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    d06ac78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56a8cdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eac1dc View commit details
    Browse the repository at this point in the history
  4. QL: remove repo-tests

    erik-krogh committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    08b0642 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b73b60d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    633597c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fdb15d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f5788b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dc91877 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. QL: update the readme

    erik-krogh committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    d89c41b View commit details
    Browse the repository at this point in the history
  2. QL: call the product QL for QL (because it rolls nicely).

    and update the readme.
    erik-krogh committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    5d93309 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24c2578 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    faaa74b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77cb822 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d91ba2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ac3e5c View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    fb97923 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4beacee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    133c496 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    76dcfd4 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    8eda061 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be076dc View commit details
    Browse the repository at this point in the history
  3. QL: fix test workflow

    erik-krogh committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    2626b0b View commit details
    Browse the repository at this point in the history