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

Merge 4-0-280 to backup_sync #195

Open
wants to merge 459 commits into
base: backup_sync
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
459 commits
Select commit Hold shift + click to select a range
76c64df
fix maven dependency fetching (#5021)
maltek Oct 22, 2024
9e630a4
[console] fix kotlin's extension (#5026)
xavierpinho Oct 23, 2024
23c0d1e
[kotlin2cpg] Improve fullnames. (#4988)
ml86 Oct 24, 2024
3bda95e
[x2cpg] Redirect stdout/stderr to tmp files (#5027)
max-leuthaeuser Oct 24, 2024
54d03ef
[kotlin2cpg] Delete unused file. (#5028)
ml86 Oct 25, 2024
f2a590c
[dataflowengineoss] add Operators.modulo semantics (#5030)
xavierpinho Oct 26, 2024
9f6cc6a
[dataflowengineoss] add Operators.arrayInitializer semantics (#5031)
xavierpinho Oct 26, 2024
7d82f3f
[pysrc2cpg] refactor <module>, ANY and __init__ constants (#4610)
xavierpinho Oct 26, 2024
b200a36
Copy with executable flag (#5033)
max-leuthaeuser Oct 28, 2024
9ee0a39
add "isInline" method for "CallMethods" (#5032)
canliture Oct 28, 2024
784b2fd
[c2cpg] Allow .cxx extension (#5035)
max-leuthaeuser Oct 30, 2024
a792e0b
[javasrc2cpg] Generate TYPE_REF for implicit base of static field acc…
ml86 Oct 31, 2024
023fcdb
Log maven output on failure (#5041)
johannescoetzee Oct 31, 2024
6c169a1
[kotlin2cpg] Add currently failing test case for named arguments. (#5…
ml86 Oct 31, 2024
3e05969
Add --fetch-dependencies override envvar value (#5047)
johannescoetzee Oct 31, 2024
a4f0f5f
[ruby] New `parser` Gem Parser Implementation (#5040)
DavidBakerEffendi Nov 1, 2024
b00c030
[kotlin2cpg] Named arguments for KtQualifiedExpression and implicit t…
max-leuthaeuser Nov 2, 2024
eed2101
[gosrc2cpg] Fixed an issue with skipping the statement before the if …
ch0a3 Nov 4, 2024
887e050
[kotlin2cpg] Some cleanup and refactoring (#5052)
max-leuthaeuser Nov 4, 2024
880564c
[c2cpg] Added test for compile commands json with broken file path (#…
max-leuthaeuser Nov 5, 2024
93876e5
sonatype central (#5056)
mpollmeier Nov 5, 2024
80145a8
[ruby] Move lowering of `||=` and `&&=` to `AstCreator` (#5055)
AndreiDreyer Nov 5, 2024
17e1425
upgrade deps (#5060)
mpollmeier Nov 6, 2024
99f5c25
Upgrade to Multi-Threaded `ruby_ast_gen` (#5070)
DavidBakerEffendi Nov 6, 2024
1bda021
Update jruby-complete to 9.4.9.0 (#5058)
scala-steward Nov 6, 2024
793a509
[kotlin2cpg] Dispose the environment as soon as it's not needed (#5071)
xavierpinho Nov 6, 2024
dd899d0
upgrade deps (#5073)
mpollmeier Nov 7, 2024
7f0140c
Added access modifiers to functions with private/public_class_method …
AndreiDreyer Nov 7, 2024
6470dd7
[javasrc2cpg] add basic static field test (#5075)
xavierpinho Nov 7, 2024
6465bfe
[javasrc2cpg] support flows for field accesses with a TYPE_REF base n…
xavierpinho Nov 7, 2024
7ae4998
[ruby] Field Call Target, Fixed Some NPE Exceptions (#5079)
DavidBakerEffendi Nov 8, 2024
1b8569c
Fixed regex passing to ruby_ast_gen to ignore db directory (#5080)
AndreiDreyer Nov 8, 2024
b5a4ccc
[csharpsrc2cpg] Update dotnetastgen version (#5082)
ricekot Nov 10, 2024
d6c2263
Fixed invalid parameter type in grouped params (#5086)
AndreiDreyer Nov 11, 2024
50572b0
[ruby] Bitwise Assignment Operators (#5087)
DavidBakerEffendi Nov 11, 2024
0af667a
Fixed call with block using protected keyword (#5094)
AndreiDreyer Nov 11, 2024
0b459f2
Implicit return for range expression (#5096)
AndreiDreyer Nov 11, 2024
b75354e
[kotlin2cpg] Implemented Lambda Parameter Destruction (#5095)
max-leuthaeuser Nov 12, 2024
df29596
Accept default handling for MemberAccess and IndexAccess on assoc key…
AndreiDreyer Nov 12, 2024
16f9541
[kotlin2cpg] JvmClasspathRoot without an actual temporary file (#5097)
xavierpinho Nov 12, 2024
96ad2f2
[ruby] Handle `yield` in Constructor (#5099)
AndreiDreyer Nov 12, 2024
3bc433f
Get rid of some compiler warnings (#5101)
max-leuthaeuser Nov 12, 2024
3944cbc
[ruby] Fix lifting of Field Statements (#5102)
AndreiDreyer Nov 13, 2024
a564152
[kotlin2cpg][javasrc2cpg] More cleanups (#5103)
max-leuthaeuser Nov 13, 2024
496a2e1
[kotlin2cpg] Refactoring round 2 (#5104)
max-leuthaeuser Nov 13, 2024
2505dcf
[jssrc2cpg] Update astgen (#5105)
max-leuthaeuser Nov 13, 2024
14ff8ac
Added handling on GlobalAssign (#5107)
AndreiDreyer Nov 14, 2024
ee95c9a
Added handling for splat field declarations (#5106)
AndreiDreyer Nov 14, 2024
958fdd3
upgrade ghidra (#5085)
mpollmeier Nov 14, 2024
0fe79d1
[ruby] Alias Methods via Forwarding (#5111)
DavidBakerEffendi Nov 18, 2024
a322bf4
[jssrc2cpg] astgen update (#5112)
max-leuthaeuser Nov 19, 2024
b1fb89d
correct comment in querydb (UseAfterFree query) (#5113)
HamzaMouhcine Nov 19, 2024
14adabf
[jssrc2cpg] Fixed lowering of tagged template expressions (#5119)
max-leuthaeuser Nov 19, 2024
c115e87
help: simplify generated code and make extensible (#5120)
mpollmeier Nov 19, 2024
2df0318
[jssrc2cpg] Refactor call expression info calculation (#5121)
max-leuthaeuser Nov 20, 2024
62b3767
[ruby] `public` in a Method body is lowered to `SimpleCall` (#5122)
AndreiDreyer Nov 20, 2024
da447f2
Revert "[kotlin2cpg] JvmClasspathRoot without an actual temporary fil…
ml86 Nov 21, 2024
0b9c068
[kotlin2cpg] Removed duplicated code for destructed params (#5123)
max-leuthaeuser Nov 21, 2024
d65ef4e
[ruby] `FieldsDeclaration` in `included do` block (#5126)
AndreiDreyer Nov 22, 2024
225af8c
[jssrc2cpg] Fixes for json exceptions and missing identifier/local li…
max-leuthaeuser Nov 25, 2024
466e763
[pysrc2cpg] Fix captured variable linking into class scopes. (#5129)
ml86 Nov 25, 2024
c73ff51
[ruby] Alias and Method Lowering (#5128)
AndreiDreyer Nov 25, 2024
141d8f0
[jssrc2cpg] Improve error handling even further (#5130)
max-leuthaeuser Nov 25, 2024
7bdc62e
upgrade scala-repl-pp (#5131)
mpollmeier Nov 26, 2024
099f4cb
frontends: allow multiple `--exclude` parameters (additionally) (#5133)
mpollmeier Nov 26, 2024
292a25f
fix order of code in `runBefore` (#5132)
mpollmeier Nov 26, 2024
3d4d22c
[jssrc2cpg] Pass excludes to astgen (#5135)
max-leuthaeuser Nov 26, 2024
f48ac0f
fixup initialisation order of cpg generators (#5137)
mpollmeier Nov 27, 2024
c52986f
Add support for java type pattern matching (#5140)
johannescoetzee Nov 27, 2024
07b9785
scripting fix `--import` refers to files, not code (#5141)
mpollmeier Nov 28, 2024
136fc43
[ruby] Array Pattern Matching (#5139)
AndreiDreyer Nov 28, 2024
c65e85d
[querydb] Add scan rule for SpEL injection detection (#5108)
piggyctf Nov 28, 2024
a6ce083
[ruby] `MatchVariable` handling (#5143)
AndreiDreyer Nov 29, 2024
9605b7e
[pysrc2cpg] add dataflow test (#5147)
xavierpinho Nov 30, 2024
6405512
Add option to disable type fallbacks for javasrc2cpg (#5146)
johannescoetzee Dec 2, 2024
3200b19
Added implicit return handling for MethodAccessModifiers (#5150)
AndreiDreyer Dec 3, 2024
c9dd40a
[pysrc2cpg] Create member writes for variables writes in class bodies…
ml86 Dec 3, 2024
4898aa7
Added implicit return for SingletonClass (#5151)
AndreiDreyer Dec 3, 2024
3672b6d
[c2cpg] Guard instanceOf casts (#5154)
max-leuthaeuser Dec 3, 2024
4d59a01
[c2cpg] Added MSVC support (#5153)
max-leuthaeuser Dec 3, 2024
c7fce4a
Fix JSON parsing issue due to warning in PHP-Parser output (#5152)
johannescoetzee Dec 3, 2024
a281324
[c2cpg] No resolveBinding() on IASTName (#5156)
max-leuthaeuser Dec 3, 2024
eca8117
[ruby] Fix Call as TypeDecl AST Child (#5157)
DavidBakerEffendi Dec 4, 2024
e6b37c5
[ruby] Fixed `Paramater without method` issue (#5159)
AndreiDreyer Dec 4, 2024
9a16359
Update Dockerfile (#5160)
itsacoderepo Dec 4, 2024
3bb8548
[c2cpg] Reverted changes to header content cache (#5161)
max-leuthaeuser Dec 5, 2024
b239663
[console] remove rubyDeprecated (#5162)
xavierpinho Dec 5, 2024
90c3300
[console] add csharpsrc (#5163)
xavierpinho Dec 5, 2024
8378c2b
fix joern-server (#5164)
mpollmeier Dec 5, 2024
58838a5
repl: add --runBefore config option (#5165)
mpollmeier Dec 6, 2024
07b7462
eclipse cdt: update deployment script for sonatype central (#5166)
mpollmeier Dec 6, 2024
f68412c
Fix javasrc annotation resolution (#5167)
johannescoetzee Dec 6, 2024
982e7ee
[c#] add `disable-builtin-summaries` (#5168)
xavierpinho Dec 6, 2024
582ede4
eclipse cdt re-publishing: remove original signature (#5170)
mpollmeier Dec 9, 2024
5af4cc0
Add proper support for java record classes (#5171)
johannescoetzee Dec 9, 2024
fcf42dd
[ruby] Fixed issue where implicit require generates floating node (#5…
DavidBakerEffendi Dec 10, 2024
ae34bdc
[c2cpg] Fixed implicit this access for nested classes (#5174)
max-leuthaeuser Dec 10, 2024
d10303d
[c2cpg] Fixed creation of locals from broken macros (#5177)
max-leuthaeuser Dec 12, 2024
5cef923
[c2cpg] Fixed logging via CCorePlugin (#5178)
mpollmeier Dec 12, 2024
e0a4ad1
[c2cpg] Safer CCorePlugin.log with null (#5179)
max-leuthaeuser Dec 12, 2024
8fa3240
upgrade deps; scala 3.5.2 (#5176)
mpollmeier Dec 12, 2024
498f895
[x2cpg] Completely overhauled SourceFiles (#5180)
max-leuthaeuser Dec 12, 2024
81d1b31
[ruby] BackRef and Multi-Assign Args (#5181)
DavidBakerEffendi Dec 13, 2024
97cc385
[c#] add `external-summary-paths` option (#5169)
xavierpinho Dec 14, 2024
70b610d
C# - update usage of SourceFiles.determine (#5183)
xavierpinho Dec 15, 2024
7c3a05e
[x2cpg] Replace better.File.extension (#5184)
max-leuthaeuser Dec 16, 2024
ec04763
upgrade deps (#5186)
mpollmeier Dec 16, 2024
5b77dea
[c2cpg] Recognize more source file extensions (#5173)
max-leuthaeuser Dec 17, 2024
a2eba41
[c#] support for `global using` directives in `CSharpProgramSummary` …
xavierpinho Dec 18, 2024
bb9e9e9
[ruby] Cyclic Singleton Method AST & Bracket Invocation Fix (#5189)
DavidBakerEffendi Dec 18, 2024
8a11988
[c#] support for top-level statements (#5190)
xavierpinho Dec 18, 2024
adba591
[c2cpg] Fix aliasing of named anonymous typedefs (#5188)
max-leuthaeuser Dec 18, 2024
c78eb13
fix github actions runner (#5192)
mpollmeier Dec 24, 2024
793dd44
[x2cpg] add fieldAccessAst (#5191)
xavierpinho Dec 24, 2024
73e73f1
[c#] fix member assignment LHS .code property (#5194)
xavierpinho Dec 31, 2024
c879793
[c#] astForSimpleMemberAccess deals exclusively with SimpleMemberAcce…
xavierpinho Dec 31, 2024
717cd8b
Add support for record pattern matching (#5185)
johannescoetzee Jan 2, 2025
901046c
[querydb] Add scan rule for Twig Template Injection detection (#5148)
piggyctf Jan 2, 2025
af3aa7e
Bump php-parser to 4.15.10 (#5196)
johannescoetzee Jan 2, 2025
e0bdfac
write the php parser version to the manifest for downstream usage: ph…
mpollmeier Jan 2, 2025
ca8d980
write the astgen versions to the manifests for downstream usage (#5199)
mpollmeier Jan 3, 2025
cc0785b
Remove forgotten debug print (#5201)
johannescoetzee Jan 3, 2025
56463fd
markus/koltinBugfixes (#5200)
ml86 Jan 3, 2025
ec2b517
[c#] finish refactoring astForSimpleMemberAccess (#5198)
xavierpinho Jan 5, 2025
51615c7
Add tmp locals for pattern initializers to lambda method bodies (#5204)
johannescoetzee Jan 6, 2025
2d0281b
[c#] support namespace reference in nested field accesses (#5205)
xavierpinho Jan 6, 2025
76dd74a
[c#] create implicit ctor for field inits (#5203)
xavierpinho Jan 6, 2025
578b422
Fix names of anonymous classes defined in lambdas (#5207)
johannescoetzee Jan 6, 2025
2842a88
[ruby] Alias Handling for `alias_method` (#5206)
DavidBakerEffendi Jan 7, 2025
937c2ff
[ruby] In Pattern Variable Scoping Fix (#5208)
DavidBakerEffendi Jan 7, 2025
bf1cda8
fix joern server by upgrading to the latest cask and repl (#5211)
mpollmeier Jan 8, 2025
166cfab
[c2cpg] C++17 and C++20 features (#5210)
max-leuthaeuser Jan 9, 2025
97806c7
[c2cpg] Improvements for range-based for-statement and local code fie…
max-leuthaeuser Jan 9, 2025
d657796
[javasrc2cpg] Have enums and records extend java.lang.Enum and java.l…
johannescoetzee Jan 10, 2025
d427219
[c2cpg] Fix missing type register call for implicit this access (#5219)
max-leuthaeuser Jan 10, 2025
b73c108
[c2cpg] Fix StackOverflowError within IncludeAutoDiscovery (#5221)
max-leuthaeuser Jan 13, 2025
0d938b3
upgrade deps (#5223)
mpollmeier Jan 13, 2025
da12e7e
[c#] resolve getters in fieldAccesses (#5213)
xavierpinho Jan 13, 2025
4034bb6
[c#] allow resolving fully-qualified names without importing them fir…
xavierpinho Jan 13, 2025
277fc6c
[c#] create implicit ctor for static field inits (#5209)
xavierpinho Jan 13, 2025
a922084
[php2cpg] Try multiple charsets when reading file content (#5222)
johannescoetzee Jan 14, 2025
457d8d8
[c#] support top-level method declarations (#5224)
xavierpinho Jan 14, 2025
03980ff
[ruby] Rework In Pattern Match Overtainting (#5227)
DavidBakerEffendi Jan 14, 2025
ef1f547
[ruby] Rework Conditional Assignments (#5226)
DavidBakerEffendi Jan 14, 2025
ee19e27
upgrade deps (#5225)
mpollmeier Jan 14, 2025
48d26b5
Fix pattern cast line numbers (#5228)
johannescoetzee Jan 14, 2025
c5c8ef5
[ruby] Lower Array Creation for In Pattern Match (#5229)
DavidBakerEffendi Jan 15, 2025
f83f225
[javasrc2cpg] Fix orphan outerClass locals in constructor bodies (#5220)
johannescoetzee Jan 16, 2025
3ce044f
[ruby] Lower Array Creation for All Arrays (#5231)
DavidBakerEffendi Jan 17, 2025
fef49d1
[c2cpg] Fix code string for locals from ICPPASTNamedTypeSpecifier (#5…
max-leuthaeuser Jan 17, 2025
d0925e1
[c2cpg] Refactored code string calculation for locals (#5234)
max-leuthaeuser Jan 17, 2025
f7d270d
[c#] provide a filter operation to CSharpProgramSummary (#5235)
xavierpinho Jan 18, 2025
4b5da19
[c#] refactor local summary creator into its own util (#5236)
xavierpinho Jan 19, 2025
55fce4b
[c#] basic support for ImplicitUsings (#5237)
xavierpinho Jan 20, 2025
a498a15
[c#] support for <Using Remove=XXX> in csproj files (#5239)
xavierpinho Jan 20, 2025
03c8d12
[c#] support for <Using Include=XXX> in csproj files (#5240)
xavierpinho Jan 20, 2025
99cecc8
[c2cpg] More C++20 features (#5238)
max-leuthaeuser Jan 21, 2025
6deaf3f
[c2cpg] Fixed function signatures (#5241)
max-leuthaeuser Jan 21, 2025
4339470
[c2cpg] Remaining C++20 features (#5242)
max-leuthaeuser Jan 21, 2025
4da71f8
some minor performance improvements for LinkingUtil. improve logging …
bbrehm Jan 22, 2025
3d82f38
[c#] fix erroneous not-handled-yet warning for MemberBindingExpressio…
xavierpinho Jan 22, 2025
723a8e7
[c#] methodFullName for extension method calls (#5245)
xavierpinho Jan 23, 2025
ff2b57e
Improved DotSerializer layout (#5246)
max-leuthaeuser Jan 23, 2025
16c8afb
[c#] cleaning up around "this" and composeMethodFullName (#5247)
xavierpinho Jan 23, 2025
00d5d2c
[c#] a few more extension method tests (#5248)
xavierpinho Jan 24, 2025
0d15234
[c#] getter access is get_* call (#5250)
xavierpinho Jan 24, 2025
20636ae
[c#] handle `abstract` modifiers (#5251)
xavierpinho Jan 24, 2025
b2bf9bd
[c#] handle ParenthesizedExpression AST nodes (#5252)
xavierpinho Jan 24, 2025
133df78
[c#] laxer extension method matching (#5253)
xavierpinho Jan 24, 2025
c528e8a
[jimple2cpg]Update soot to 4.6.0 (#5249)
sfncat Jan 26, 2025
4c5dce1
[c#] bump dotnetastgen (#5255)
xavierpinho Jan 27, 2025
1c46b3f
[javasrc2cpg] Fixed logged debug command suggestion. (#5243)
ml86 Jan 27, 2025
bdb65e2
[c#] refactor astForSimpleMemberAccessExpression on getters (#5257)
xavierpinho Jan 27, 2025
658933f
[c#] support `protected` modifier (#5258)
xavierpinho Jan 27, 2025
d41b158
[c#] dotnetastgen for linux on arm is linux-arm64 (#5260)
xavierpinho Jan 27, 2025
9165b0f
[c2cpg] Multiple crash fixes for blender sources (#5259)
max-leuthaeuser Jan 27, 2025
428d667
[c#] refactor astForModifiers (#5261)
xavierpinho Jan 28, 2025
2a590e5
[c#] add AttributeArgument{List} to DotNetJsonAst (#5262)
xavierpinho Jan 28, 2025
5ef163c
[c2cpg] Some performance fixes (#5263)
max-leuthaeuser Jan 28, 2025
e2d410d
[sarif] Sarif Conversion from Finding Node (#5256)
DavidBakerEffendi Jan 28, 2025
21f2bc7
[c#] lower get accessor declarations to get_* methods (#5265)
xavierpinho Jan 28, 2025
6b9c87e
[c#] refactor composeMethodFullName-alikes (#5267)
xavierpinho Jan 28, 2025
d12e5d3
[sarif] Make SarifConfig Mutable in REPL (#5268)
DavidBakerEffendi Jan 29, 2025
720a470
[c#] lower setter declaration into a METHOD node (#5271)
xavierpinho Jan 29, 2025
c1e0793
[c#] void always mapped to System.Void (#5272)
xavierpinho Jan 29, 2025
095bd4e
[sarif] Add Reporting Descriptors & More "Optionality" (#5269)
DavidBakerEffendi Jan 29, 2025
449db5b
[sarif] GH Scanning: Fingerprints & Array/Position Validation (#5273)
DavidBakerEffendi Jan 30, 2025
4f59572
update codepropertygraph+flatgraph deps (#5270)
bbrehm Jan 30, 2025
b02caa7
[javasrc2cpg] Populate generic signatures roughly following the class…
johannescoetzee Jan 31, 2025
05370a5
[c#] fix top-level main's signature (#5279)
xavierpinho Feb 3, 2025
50465d2
[c#] identify assignments in JsonAst; add operatorCallNode (#5278)
xavierpinho Feb 3, 2025
014f809
markus/handleFunctionRedefinition (#5276)
ml86 Feb 3, 2025
e26672d
[c#] fix anonymous types' fullname (#5283)
xavierpinho Feb 3, 2025
a141820
[c#] basic support for nested method declarations (#5288)
xavierpinho Feb 3, 2025
320cbda
[c2cpg] Fixed fullNames for function problem bindings (#5280)
max-leuthaeuser Feb 3, 2025
164087d
[c#] fix anonymous functions' fullname (#5289)
xavierpinho Feb 3, 2025
2ba3296
[c#] Handle Dependency Download and DotNetAstGen errors gracefully. (…
khemrajrathore Feb 4, 2025
6d3589b
[c#] initial support for replacing setter assignments with setter cal…
xavierpinho Feb 4, 2025
7417125
[c#] Increase robustness - Block AST (#5284)
khemrajrathore Feb 4, 2025
cd84cd9
[JsSrc2Cpg] : Increase robustness of Js frontend (#5282)
khemrajrathore Feb 5, 2025
94d91b6
[JsSrc2Cpg] - Handle runtime exception gracefully when filtering astG…
khemrajrathore Feb 5, 2025
c888e1a
[sarif] Safe URI Construction (#5293)
DavidBakerEffendi Feb 5, 2025
b37578d
[c#] refactor astForInvocationExpression (#5292)
xavierpinho Feb 5, 2025
a58462f
[c#] fix object creation involving qualified names (#5291)
xavierpinho Feb 5, 2025
ec17221
[c#] support setter assignments via += et al assignments (#5295)
xavierpinho Feb 5, 2025
91f08be
[c#] support setter assignments whose lhs is an identifier (#5296)
xavierpinho Feb 6, 2025
ec82925
[ruby] Regex Global Var Lowering (#5298)
DavidBakerEffendi Feb 7, 2025
e1e007e
upgrade deps (#5300)
mpollmeier Feb 10, 2025
f84df89
[javasrc2cpg] Fix record accessor call receiver in pattern matches (#…
johannescoetzee Feb 10, 2025
cf8498a
[c2cpg] Fix for unknown C++ typename behind macro (#5302)
max-leuthaeuser Feb 11, 2025
c72d37d
[ruby] Regex Match Defines `$N` Vars (#5303)
DavidBakerEffendi Feb 12, 2025
d0d51f9
[ruby] Bundled Type Full Name Consistency (#5304)
DavidBakerEffendi Feb 13, 2025
1c98d9e
[c#] fix typeFullName for fieldAccess of same-class members (#5306)
xavierpinho Feb 13, 2025
ccbd2de
[c2cpg] Lambda rework (#5299)
max-leuthaeuser Feb 14, 2025
b5fe810
[c#] support chained `?.` expressions (#5310)
xavierpinho Feb 14, 2025
35dacc9
fix tab-completion in distribution (#5308)
mpollmeier Feb 17, 2025
bee0233
Remove afterEvaluate in gradle dependency fetcher init script (#5312)
johannescoetzee Feb 18, 2025
aaf0bb4
Bump ghidra version (#5315)
itsacoderepo Feb 18, 2025
7986135
[ruby] Fix Regex Lowering Bug (#5316)
DavidBakerEffendi Feb 19, 2025
083106b
[ruby] Neaten up Ruby Match Lowering (#5318)
DavidBakerEffendi Feb 20, 2025
de1b767
Add implementation for new pattern matching representation (#5305)
johannescoetzee Feb 20, 2025
3102b73
Add name mangling uses for name expressions (#5319)
johannescoetzee Feb 20, 2025
00064fa
[php] Use Robust Version Checking (#5324)
DavidBakerEffendi Feb 24, 2025
21f4454
Replace `scala.sys.Process` (#5317)
AndreiDreyer Feb 25, 2025
366b910
ghidra 11.3.1 (#5326)
mpollmeier Feb 25, 2025
08c60dc
[ruby] Persist JRuby Script Container with Environment (#5307)
DavidBakerEffendi Feb 26, 2025
ece08fa
Replace `better.files.File.newTemporaryDirectory` (#5329)
AndreiDreyer Feb 27, 2025
1cd8e2a
[jimple2cpg] Add modifiers for field of class. (#5325)
sfncat Feb 27, 2025
144d818
[PHP] Enhancing PHP version check logic and add more vulnerabilities …
YichaoXu Feb 28, 2025
13c4037
[c2cpg] Fixed constructor initializer handling (#5322)
max-leuthaeuser Mar 1, 2025
8123925
[x2cpg] Fix a few Gradle dependency fetching issues (#5333)
johannescoetzee Mar 3, 2025
3f735ff
[ruby] Use `concurrent` Configuration for Script Container (#5337)
DavidBakerEffendi Mar 3, 2025
1f045a8
parallelize delombok-ing (#5334)
jbellis Mar 3, 2025
21e550d
[c2cpg] Closure/Capturing rework (#5313)
max-leuthaeuser Mar 3, 2025
9663bdc
[jimple2cpg] Add ConstantValueTag to the member's`code` (#5336)
sfncat Mar 4, 2025
a0ea186
[CFG] Fix CFG in try-catch statements for multiple returns (#5339)
max-leuthaeuser Mar 4, 2025
cae7581
[ruby] Ruby `match` to use `DynamicCallUnknownFullName` (#5340)
DavidBakerEffendi Mar 4, 2025
a21b4e2
Remove last instances of `better.files.File.newTemporaryDirectory` (#…
AndreiDreyer Mar 4, 2025
b14c526
replace `better.files.File.newTemporaryFile` (#5342)
AndreiDreyer Mar 4, 2025
bccb476
Add sourceCode accessor to nodes and traversals for accessing file co…
johannescoetzee Mar 4, 2025
6385dbb
ghidra: use the first release of our fork (#5331)
mpollmeier Mar 4, 2025
7d7b9e7
Replace `better.files.File.usingTemporary(Directory|File)` (#5344)
AndreiDreyer Mar 6, 2025
a322855
Move gradle dependency fetching logic into init.gradle (#5348)
johannescoetzee Mar 7, 2025
a66910f
[c2cpg] Fixed lowering for ExpressionList (#5349)
max-leuthaeuser Mar 7, 2025
ab5073b
[c2cpg] Speed up parsing (#5351)
max-leuthaeuser Mar 7, 2025
00d4af6
[c2cpg] Make method fullNames truly unique (#5346)
max-leuthaeuser Mar 7, 2025
609e387
Deprecate newAnnotationLiteral node (#5353)
johannescoetzee Mar 7, 2025
2975519
Move init.gradle content into separate resource file (#5352)
johannescoetzee Mar 7, 2025
6fd1b3a
Deprecate newLocalNode method (#5354)
johannescoetzee Mar 7, 2025
705dec9
Merge branch 'master' of https://github.com/joernio/joern into 4-0-280
Mar 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
upgrade deps (joernio#5073)
mpollmeier authored Nov 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit dd899d02083d6f170a054094509cd758a7bae8d8
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name := "joern"
ThisBuild / organization := "io.joern"
ThisBuild / scalaVersion := "3.4.3"

val cpgVersion = "1.7.12"
val cpgVersion = "1.7.13"

lazy val joerncli = Projects.joerncli
lazy val querydb = Projects.querydb