main
Commits on Mar 11, 2022
-
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
-
Merge pull request #8402 from smowton/smowton/admin/revert-8360
Java: Revert #8360, "Add CompileTimeConstantExpr.getStringified method"
-
Merge pull request #8374 from erik-krogh/nonDocBlock
QL: add query detecting block comments in a position where a QLDoc should be
-
Merge pull request #8360 from JLLeitschuh/feat/JLL/compile_time_const…
…ant_getStringified [Java] Add CompileTimeConstantExpr.getStringified method
-
-
-
-
-
Merge pull request #8347 from erik-krogh/depBeGone
remove all deprecations that are over a year old
Commits on Mar 10, 2022
-
Merge pull request #8380 from erik-krogh/chainedCalls
JS: support that the base is not a method-call in getAChainedMethodCall
-
-
-
-
Merge pull request #8271 from github/alexrford/ruby/orm-write-access
Ruby: Add `OrmWriteAccess` concept to model writes to a DB using an ORM
-
-
-
Merge pull request #8389 from hvitved/ruby/regex-unique-get-value
Ruby: Avoid multiple `RegExpEscape::getValue` results
-
Update javascript/ql/lib/semmle/javascript/dataflow/Sources.qll
Co-authored-by: Stephan Brandauer <kaeluka@github.com>
-
Merge pull request #8358 from geoffw0/cwe497c
C++: Upgrade cpp/system-data-exposure to high precision
-
Merge pull request #7084 from hvitved/ruby/self-flow
Ruby: Cleanup flow through `self`
-
Merge pull request #8322 from hvitved/csharp/remove-odasa-legacy
C#: Remove legacy `odasa` support
-
-
-
-
-
-
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.
-
-
-