Erik Krogh Kristensen
|
559f03ebbc
|
remove unnecessary module qualifier
|
2022-03-16 22:32:07 +01:00 |
|
Erik Krogh Kristensen
|
2d9d383c55
|
remove unused import
|
2022-03-16 22:32:07 +01:00 |
|
Arthur Baars
|
1a51f0cf56
|
Ruby: regex: fix getGroupNumber
non-capture groups should not have a group number
|
2022-03-16 18:50:51 +01:00 |
|
Dave Bartolomeo
|
606e015afb
|
Update cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysis.qll
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2022-03-16 13:07:35 -04:00 |
|
Dave Bartolomeo
|
e275ab3951
|
Update cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysisSpecific.qll
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2022-03-16 13:07:15 -04:00 |
|
Dave Bartolomeo
|
6adc11b10e
|
Update cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysisSpecific.qll
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2022-03-16 13:07:08 -04:00 |
|
Dave Bartolomeo
|
b36281dd8c
|
Update cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysisSpecific.qll
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2022-03-16 13:07:02 -04:00 |
|
Dave Bartolomeo
|
db4963ada0
|
Update cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysisSpecific.qll
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2022-03-16 13:06:54 -04:00 |
|
Michael Nebel
|
4a68b74aa3
|
C#: Re-use the asPartialModel for DataFlowPrivate in tests.
|
2022-03-16 17:02:00 +01:00 |
|
Michael Nebel
|
115cef2484
|
C#: Move asPartialModel into DataFlowPrivate (to enable re-use).
|
2022-03-16 16:44:24 +01:00 |
|
Arthur Baars
|
f95e1efb67
|
Ruby: remove wrong clause
|
2022-03-16 16:25:42 +01:00 |
|
Arthur Baars
|
fb8cc6e1a4
|
Ruby: String.index method returns 'nil', not '-1'
|
2022-03-16 16:18:19 +01:00 |
|
Michael Nebel
|
138eb485c6
|
C#: Address review comments.
|
2022-03-16 16:00:48 +01:00 |
|
Jeroen Ketema
|
7a9a9d833a
|
Merge pull request #8435 from jketema/all-the-barriers
Add flow state versions of isBarrierIn, isBarrierOut, and isBarrierGuard
|
2022-03-16 15:50:19 +01:00 |
|
Michael Nebel
|
68f24cda0b
|
Merge pull request #8462 from michaelnebel/csharp/capture-models-fix-bad-join-order
C#: Fix bad join order in returnNodeAsOutput.
|
2022-03-16 15:46:17 +01:00 |
|
Dave Bartolomeo
|
571c034549
|
Update cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysisSpecific.qll
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2022-03-16 10:14:45 -04:00 |
|
Tony Torralba
|
8790df7a34
|
Style fixes
|
2022-03-16 15:11:04 +01:00 |
|
Asger Feldthaus
|
e1976da7f9
|
JS: Autoformat
|
2022-03-16 15:01:17 +01:00 |
|
Arthur Baars
|
f2ec5132ba
|
Apply suggestions from code review
Co-authored-by: Nick Rolfe <nickrolfe@github.com>
|
2022-03-16 14:46:34 +01:00 |
|
Dave Bartolomeo
|
e669ffa22e
|
Merge pull request #8320 from jketema/structured-binding-array
C++: Handle initialization of structured bindings via bitwise copy in extractor
|
2022-03-16 09:41:31 -04:00 |
|
Ian Lynagh
|
565f607096
|
Java: Add a changenote for ErrorExpr/ErrorStmt
|
2022-03-16 13:20:33 +00:00 |
|
Asger F
|
228570129e
|
Merge branch 'main' into ruby/mad-prototype
|
2022-03-16 13:50:31 +01:00 |
|
Asger Feldthaus
|
e168da4c5f
|
Shared: make a predicate private
|
2022-03-16 13:48:56 +01:00 |
|
Michael Nebel
|
5f7b5ec5df
|
C#: Fix bad join order in returnNodeAsOutput.
|
2022-03-16 13:44:11 +01:00 |
|
Asger Feldthaus
|
8cef512234
|
Ruby: ensure ApiGraphs.qll imports its entry points
|
2022-03-16 13:40:14 +01:00 |
|
Asger Feldthaus
|
e3fbaf5d8f
|
Shared: prefer exists(var) instead of var = any(string s)
|
2022-03-16 13:37:08 +01:00 |
|
Asger Feldthaus
|
102540072e
|
Shared: remove documentation prone to falling out of date
|
2022-03-16 13:32:55 +01:00 |
|
Nick Rolfe
|
f6681f30c6
|
Merge pull request #8399 from github/nickrolfe/simple_symbol_constant_value
Ruby: implement getComponent(n) for simple and hash-key symbols
|
2022-03-16 12:10:39 +00:00 |
|
Asger Feldthaus
|
2ca45ef9f9
|
Ruby: support BlockArgument in identifying access path
|
2022-03-16 12:51:14 +01:00 |
|
Nick Rolfe
|
94ce578ea4
|
Ruby: implement getComponent(n) for simple and hash-key symbols
|
2022-03-16 11:43:46 +00:00 |
|
Asger Feldthaus
|
c9355095e3
|
Ruby: Use Receiver instead of Argument[-1] in ActiveStorage
|
2022-03-16 12:37:21 +01:00 |
|
Asger Feldthaus
|
71f195d1e0
|
Ruby: add test for Receiver in summary
|
2022-03-16 12:37:21 +01:00 |
|
Arthur Baars
|
6b323eeda8
|
Update expected output
|
2022-03-16 12:34:03 +01:00 |
|
Arthur Baars
|
ab93b3784b
|
Merge remote-tracking branch 'upstream/main' into incomplete-hostname
|
2022-03-16 12:31:12 +01:00 |
|
Arthur Baars
|
852f05bfb7
|
Address comment
|
2022-03-16 12:26:39 +01:00 |
|
Nick Rolfe
|
76918238f0
|
Ruby: test ExprCfgNode::getConstantValue()
|
2022-03-16 11:21:57 +00:00 |
|
Geoffrey White
|
95a63a69a5
|
Merge branch 'main' into cwe497b
|
2022-03-16 11:09:46 +00:00 |
|
Asger Feldthaus
|
f140c13261
|
JS: Sync ApiGraphModels.qll and update accordingly
|
2022-03-16 12:04:41 +01:00 |
|
Asger Feldthaus
|
2b02a173c1
|
Ruby: canonicalize callables based on package;type;path instead of input;output;kind
|
2022-03-16 12:04:41 +01:00 |
|
Asger Feldthaus
|
d8b4bc81ff
|
JS: Rename EntryPoint.getNode -> getANode
|
2022-03-16 12:04:39 +01:00 |
|
Erik Krogh Kristensen
|
f53df255b9
|
Merge pull request #8459 from erik-krogh/addSeverities
JS: add missing @security-severity to JS queries
|
2022-03-16 12:03:19 +01:00 |
|
Nick Rolfe
|
82ef2a12f6
|
Merge pull request #8164 from github/nickrolfe/escape_sequences
Ruby: interpret string escape sequences in getConstantValue()
|
2022-03-16 10:45:39 +00:00 |
|
Chris Smowton
|
b11340c829
|
Change note tense and detail level
|
2022-03-16 10:34:25 +00:00 |
|
Nick Rolfe
|
1a850028e7
|
Ruby: update date in changenote filename
|
2022-03-16 10:32:43 +00:00 |
|
Erik Krogh Kristensen
|
cd9d61c1fc
|
Merge pull request #8450 from erik-krogh/importAs
disallow lowercase import-as aliases
|
2022-03-16 11:32:37 +01:00 |
|
Jeroen Ketema
|
37293141ee
|
Merge pull request #8428 from jketema/noreturn
C++: Handle C11 _Noreturn in DefaultOptions
|
2022-03-16 11:23:23 +01:00 |
|
Rasmus Wriedt Larsen
|
ae1ba11d57
|
Merge branch 'main' into orm
|
2022-03-16 11:23:14 +01:00 |
|
Paul1nh0
|
85b22647ac
|
Add query for double-fetch vulnerability
|
2022-03-16 18:16:49 +08:00 |
|
4B5F5F4B
|
2a29c201ff
|
Merge branch 'github:main' into main
|
2022-03-16 18:06:16 +08:00 |
|
Asger Feldthaus
|
33ca55770c
|
Ruby: EntryPoint.getNode -> getANode
|
2022-03-16 11:02:26 +01:00 |
|