Skip to content
Permalink
main

Commits on Mar 11, 2022

  1. Merge pull request #8246 from ihsinme/ihsinme-patch-82

    CPP: Add query for CWE-754: Improper Check for Unusual or Exceptional Conditions when using functions scanf
    jketema committed Mar 11, 2022
  2. Merge pull request #8402 from smowton/smowton/admin/revert-8360

    Java: Revert #8360, "Add CompileTimeConstantExpr.getStringified method"
    smowton committed Mar 11, 2022
  3. Merge pull request #8374 from erik-krogh/nonDocBlock

    QL: add query detecting block comments in a position where a QLDoc should be
    erik-krogh committed Mar 11, 2022
  4. Merge pull request #8360 from JLLeitschuh/feat/JLL/compile_time_const…

    …ant_getStringified
    
    [Java] Add CompileTimeConstantExpr.getStringified method
    smowton committed Mar 11, 2022
  5. Recover old change note

    atorralba committed Mar 11, 2022
  6. Merge pull request #8347 from erik-krogh/depBeGone

    remove all deprecations that are over a year old
    erik-krogh committed Mar 11, 2022

Commits on Mar 10, 2022

  1. Merge pull request #8380 from erik-krogh/chainedCalls

    JS: support that the base is not a method-call in getAChainedMethodCall
    erik-krogh committed Mar 10, 2022
  2. Update test.cpp

    ihsinme committed Mar 10, 2022
  3. Merge pull request #8271 from github/alexrford/ruby/orm-write-access

    Ruby: Add `OrmWriteAccess` concept to model writes to a DB using an ORM
    alexrford committed Mar 10, 2022
  4. Update test.cpp

    ihsinme committed Mar 10, 2022
  5. Update test.cpp

    ihsinme committed Mar 10, 2022
  6. Merge pull request #8389 from hvitved/ruby/regex-unique-get-value

    Ruby: Avoid multiple `RegExpEscape::getValue` results
    hvitved committed Mar 10, 2022
  7. Update javascript/ql/lib/semmle/javascript/dataflow/Sources.qll

    Co-authored-by: Stephan Brandauer <kaeluka@github.com>
    erik-krogh and kaeluka committed Mar 10, 2022
  8. Merge pull request #8358 from geoffw0/cwe497c

    C++: Upgrade cpp/system-data-exposure to high precision
    MathiasVP committed Mar 10, 2022
  9. Fix style

    smowton committed Mar 10, 2022
  10. Merge pull request #7084 from hvitved/ruby/self-flow

    Ruby: Cleanup flow through `self`
    hvitved committed Mar 10, 2022
  11. Merge pull request #8322 from hvitved/csharp/remove-odasa-legacy

    C#: Remove legacy `odasa` support
    hvitved committed Mar 10, 2022
  12. Ruby: Add regex unicode test

    hvitved committed Mar 10, 2022
  13. Ruby: Reduce captureFlow(In|Out)

    When there is flow in/out of a block through a captured variable, we can restrict
    the calls that give rise to the flow to the method calls to which the blocks
    belong.
    hvitved committed Mar 10, 2022
Older