This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2026-07-28 14:34:20 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
17656fc12bde9367ffbf7ebd6b8c7d58a1955071
codeql
/
ruby
/
ql
/
test
/
library-tests
History
Tom Hvitved
dd27ed8392
Ruby: Desugar hash literals
...
```rb { a: 1, **splat, b: 2 } ``` becomes ```rb ::Hash.[](a: 1, **splat, b: 2) ```
2022-01-26 13:53:18 +01:00
..
ast
Ruby: Desugar hash literals
2022-01-26 13:53:18 +01:00
controlflow
/graph
Ruby: Desugar hash literals
2022-01-26 13:53:18 +01:00
dataflow
Merge pull request
#7568
from aibaars/ruby-pattern-matching-taint
2022-01-26 10:27:47 +01:00
frameworks
Merge pull request
#7419
from github/hmac/const-get
2022-01-22 07:01:09 +13:00
modules
Ruby: Add test case that would make old module resolution library diverge
2021-12-15 15:18:42 +01:00
regexp
Include simple interpolations in getValueText
2022-01-06 12:27:03 +13:00
security
Ruby: OpenSSL and CryptoAlgorithms test update
2021-12-22 16:38:15 +00:00
variables
Ruby: Add test for nested destructured parameters
2021-12-14 15:04:40 +01:00