Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
279 commits
Select commit Hold shift + click to select a range
e382f7c
Improve check for containment in with statement
joefarebrother Sep 9, 2025
b01b40b
Update test output
joefarebrother Sep 9, 2025
ec40ea8
Update qldoc
joefarebrother Sep 9, 2025
58862f4
JavaScript: Add some medium precision queries to the code-quality-ext…
michaelnebel Sep 9, 2025
1c801bd
JavaScript: Update integration test expected output.
michaelnebel Sep 9, 2025
ea562de
Fix tests
joefarebrother Sep 9, 2025
f9e094d
Simplify choosaASignatureMismatchWitness for improved performance
joefarebrother Sep 9, 2025
7c0aa78
Python: Add many medium precision queries to the code-quality-extende…
michaelnebel Sep 10, 2025
7c58098
Python: Update integration tests expected output.
michaelnebel Sep 10, 2025
5680203
Java: Add some medium precision queries to the code-quality-extended …
michaelnebel Sep 9, 2025
6ff6d0f
Java: Update integration test expected output.
michaelnebel Sep 9, 2025
8e392cf
Java: Remove java/undocumented-* queries from the code-quality-extend…
michaelnebel Sep 10, 2025
0793259
Java: Update integration test expected output.
michaelnebel Sep 10, 2025
a774c65
Python: Remove py/missing-docstring from code-quality-extended.
michaelnebel Sep 11, 2025
c2628fe
Python: Update integration tests expected output.
michaelnebel Sep 11, 2025
55d022f
Cargo: upgrade dependencies
paldepind Sep 11, 2025
61eea66
Bazel: regenerate vendored cargo dependencies
paldepind Sep 11, 2025
50b3571
Cargo: Revert changes to the Ruby extractors Cargo file
paldepind Sep 11, 2025
d729ab5
JS: Add test that calls .json or .jsonp
asgerf Sep 12, 2025
132a8b8
JS: Model json and jsonp methods
asgerf Sep 12, 2025
f48b643
Bazel: regenerate vendored cargo dependencies
paldepind Sep 11, 2025
3cf1a16
Cargo: upgrade dependencies
paldepind Sep 12, 2025
19c529e
Bazel: regenerate vendored cargo dependencies
paldepind Sep 12, 2025
d295acc
Add initial support for Ruby Grape
felickz Sep 12, 2025
738ab6f
Refactor Grape framework code for improved readability and consistency
felickz Sep 12, 2025
3252bd3
Enhance Grape framework with additional data flow modeling and helper…
felickz Sep 13, 2025
5cfa6e8
Add support for route parameters(+ blocks), headers, and cookies in G…
felickz Sep 13, 2025
459f00a
Initial plan
Copilot Sep 15, 2025
e630bf8
Implement Rust non-HTTPS URL query (CWE-319)
Copilot Sep 15, 2025
8442146
Rust: Add a couple of simple data flow test cases.
geoffw0 Sep 15, 2025
3ca2874
Merge branch 'main' into assignment
geoffw0 Sep 15, 2025
a8d4d6b
Apply naming standards + changenote
felickz Sep 16, 2025
6cea939
Merge branch 'main' into ruby-framework-grape
felickz Sep 16, 2025
19cb187
Update ruby/ql/lib/codeql/ruby/frameworks/Grape.qll
felickz Sep 16, 2025
fc98cd8
Fix naming standards
felickz Sep 16, 2025
0d0ce32
Merge branch 'ruby-framework-grape' of github.com:felickz/codeql into…
felickz Sep 16, 2025
49de716
Rust: Accept consistency check changes.
geoffw0 Sep 16, 2025
4e77b1b
Rust: Add self-assignment variable test
hvitved Sep 16, 2025
7cac226
Rust: Adjust SSA write node for (compound) assignments
hvitved Sep 16, 2025
7b04cf1
Rust: Fix up the test annotations.
geoffw0 Sep 16, 2025
0924dec
Rust: Make the tests of the example code closer to the actual example…
geoffw0 Sep 16, 2025
9c7fc58
Rust: Add tests for a few more edge cases.
geoffw0 Sep 16, 2025
0f5aa85
Rust: Remove unnecessary import.
geoffw0 Sep 16, 2025
0b90071
Update javascript/ql/lib/semmle/javascript/frameworks/Express.qll
asgerf Sep 16, 2025
80ce55a
Rust: Make the private address spaces URL more accurate.
geoffw0 Sep 16, 2025
17735a9
C#: Add queries medium precision queries to the code-quality-extended…
michaelnebel Sep 5, 2025
906e9de
C#: Update query-suite integration tests expected output.
michaelnebel Aug 28, 2025
c9a761f
C#: Remove the cs/xmldoc/missing-xmldoc from the code-quality-extended.
michaelnebel Sep 8, 2025
47873c2
C#: Fix incorrect tagging.
michaelnebel Sep 8, 2025
cdd3791
C#: Remove cs/captured-foreach-variable from the code-quality-extende…
michaelnebel Sep 10, 2025
0ce0e83
C#: Update integration tests expected output.
michaelnebel Sep 10, 2025
98a7cd2
C#: Remove all cs/xmldoc/* queries from the code-quality-extended suite.
michaelnebel Sep 11, 2025
f9cecfb
C#: Update integration test expected output.
michaelnebel Sep 11, 2025
d903448
C#: Add change note.
michaelnebel Sep 16, 2025
4b281fd
Rust: Use case insensitive regexps.
geoffw0 Sep 16, 2025
5d40075
Merge branch 'main' into assignment
geoffw0 Sep 16, 2025
0eb602a
Rust: Update a redirected URL.
geoffw0 Sep 16, 2025
31bf86f
Rust: Improve the flow around the qhelp example.
geoffw0 Sep 16, 2025
ffd32ef
codeql query format
felickz Sep 16, 2025
7c22fe2
Merge branch 'main' into https
geoffw0 Sep 16, 2025
2201974
Jave: Use force local to make parsing local after global regex finding.
alexet Aug 21, 2025
f209e3a
Python: Updated PathInjection tests to use inline test expectations
Napalys Aug 4, 2025
6c779c7
Python: Added extra test cases for path injection with FastAPI
Napalys Aug 4, 2025
9d4b168
Python: Added extra test for global variable nested attribute reads/w…
Napalys Aug 4, 2025
e60d0c8
Python: Add global variable nested field jump steps
Napalys Aug 4, 2025
69b5853
Python: Keep track of access path
tausbn Aug 6, 2025
6133f01
Python: Rewrite access path computation
tausbn Aug 7, 2025
8393ccf
Python: Update `globalVariableAttrPathAtDepth` base case
Napalys Aug 7, 2025
6f9e06c
Python: Add `AttrWrite.writes` and `AttrRead.reads`
tausbn Aug 8, 2025
e228aac
Python: Use `AttrWrite.writes`
tausbn Aug 8, 2025
e82fe9d
Python: Updated doc string and removed redundant predicate.
Napalys Aug 11, 2025
431fc88
Python: Add change note
Napalys Aug 11, 2025
8fd6225
Python: Fix bad join in `globalVariableNestedFieldJumpStep`
tausbn Sep 16, 2025
6f1fcbf
Rust: Add IPv6 private address range (and explanatory comments).
geoffw0 Sep 16, 2025
c5e3be2
Grape - detect params calls inside helper methods
felickz Sep 16, 2025
bfe9341
Rust: Add web framework tests for Warp
paldepind Sep 9, 2025
1af6b37
Rust: Add models for Warp
paldepind Sep 10, 2025
f432498
Rust: Use comma notation in Warp model
paldepind Sep 15, 2025
46cd62b
Rust: Use `..` notation in model
paldepind Sep 17, 2025
a7173e0
Merge pull request #20443 from hvitved/rust/ssa-adjust-write-note
hvitved Sep 17, 2025
62c8f28
C#: Bugfix for nullguards for complex patterns.
aschackmull Sep 17, 2025
e80c192
Rust: Use async closure instead of async block
paldepind Sep 17, 2025
0a3343a
Added test cases for v2 and v3 sql injection of dynamodb
Napalys Jul 28, 2025
ae2e8b1
Added modeling of dynamodb v3 for sql injections
Napalys Jul 28, 2025
06ab918
Added modeling for V2 of dynamoDB
Napalys Jul 28, 2025
1149617
Added change note
Napalys Jul 28, 2025
5e6118e
Added test cases for client-s v2 and v3 sql injection
Napalys Jul 29, 2025
ee1af43
Added modeling of client-s3 v2 and v3
Napalys Jul 29, 2025
af97b0e
Added test cases for athena v2 and v3 for sql injections
Napalys Jul 29, 2025
0e6bac7
Added modeling of athena v2 and v3 for sql injections
Napalys Jul 29, 2025
5b5c171
Added test cases for client-rds-data for sql injections
Napalys Jul 29, 2025
e5f0285
Added modeling of rds v2 and v3 for sql injections
Napalys Jul 29, 2025
93d9ae7
Updated change note
Napalys Jul 29, 2025
5b31350
Added tests and modeling of database-access-result
Napalys Jul 29, 2025
9beac51
Unified aws-db modeling into singular file
Napalys Jul 29, 2025
801a34f
Moved typeModel at the start of the file
Napalys Sep 4, 2025
b89e70b
Added test cases for aws sources
Napalys Sep 4, 2025
872b6d8
Added test case for `CreatePreparedStatementCommand`
Napalys Sep 4, 2025
9ca4773
Added modeling for `CreatePreparedStatementCommand`
Napalys Sep 4, 2025
10f3a83
Fixed model type names
Napalys Sep 16, 2025
4df8db0
Renamed `AWS-V3-Common` to `@aws-sdk/client.Client`
Napalys Sep 16, 2025
ca667b5
JS: fix test expectations from rebasing
Napalys Sep 17, 2025
c1ebe92
Rust: Update expected file
paldepind Sep 17, 2025
e1d27f3
Merge pull request #20135 from Napalys/js/dynamodb
Napalys Sep 17, 2025
a6d728a
JS: Add test case with missing alert using `graphql`
Napalys Sep 17, 2025
05d5c1d
Merge pull request #20398 from paldepind/rust/warp-model
paldepind Sep 17, 2025
4282005
JS: Add summary model for `graphql`'s `rootValue`
Napalys Sep 17, 2025
6d461d6
JS: Add change note
Napalys Sep 17, 2025
5e76d5f
C#: Rename predicate as per review, and fixup qltest.
aschackmull Sep 17, 2025
4e83436
Post-release preparation for codeql-cli-2.23.1
invalid-email-address Sep 17, 2025
6c18b4d
JS: Add test case for graph ql variableValues injection
Napalys Sep 17, 2025
7affcf4
JS: Add `variableValues` to the previous summaryModel to enchance the…
Napalys Sep 17, 2025
afc98ca
C#: Add change note.
aschackmull Sep 17, 2025
ab5f671
Merge pull request #20449 from aschackmull/csharp/nullguard-pattern
aschackmull Sep 17, 2025
4226fd2
Merge pull request #20162 from Napalys/python/global_variable_tracking
Napalys Sep 17, 2025
f5a06be
Merge pull request #19929 from github/tausbn/python-update-tree-sitte…
tausbn Sep 17, 2025
7589d0a
Merge pull request #20394 from michaelnebel/java/code-quality-extended
michaelnebel Sep 17, 2025
6d33089
Merge pull request #20395 from michaelnebel/javascript/code-quality-e…
michaelnebel Sep 17, 2025
34ebed1
Merge pull request #20402 from michaelnebel/python/code-quality-extended
michaelnebel Sep 17, 2025
c653d93
Merge pull request #20451 from github/post-release-prep/codeql-cli-2.…
igfoo Sep 17, 2025
f3802ec
Merge pull request #20217 from joefarebrother/python-qual-signature-m…
joefarebrother Sep 17, 2025
398f29a
Merge pull request #20292 from michaelnebel/csharp/code-quality-extended
michaelnebel Sep 17, 2025
3910a34
Merge branch 'main' into assignment
geoffw0 Sep 17, 2025
1bccf42
Rust: Update test results following fix on main.
geoffw0 Sep 17, 2025
203788d
Merge pull request #20408 from paldepind/rust/update-rust-analyzer
paldepind Sep 17, 2025
4f8166a
Merge pull request #20450 from Napalys/js/graph-ql-ench
Napalys Sep 17, 2025
d5a2387
Shared/Cfg: Fix missing JoinBlockPredecessor.
aschackmull Sep 17, 2025
34b40a1
Java: Make a TC overlay caller.
alexet Sep 17, 2025
141b470
Merge branch 'main' into ruby-framework-grape
felickz Sep 17, 2025
aba2cb4
Rust: Convert data flow test to `@kind path-problem`
hvitved Sep 17, 2025
d93b2ed
Ruby: Accept test changes.
aschackmull Sep 18, 2025
51a33c2
Merge pull request #20460 from hvitved/rust/source-inline-flow-path-p…
hvitved Sep 18, 2025
8f85964
Merge pull request #20457 from aschackmull/shared/cfg-fix-joinblock-pred
aschackmull Sep 18, 2025
2cd1d2f
Merge pull request #20392 from joefarebrother/python-qual-file-not-cl…
joefarebrother Sep 18, 2025
3cd737e
Overlay: Future-proof Java config discarding
kaspersv Sep 18, 2025
dbb9a26
Overlay: Future-proof Java XML discarding
kaspersv Sep 18, 2025
c831a8c
Rust: Add more path resolution tests
hvitved Sep 17, 2025
f6bdfba
Rust: Path resolution improvements
hvitved Sep 17, 2025
a6c1ffc
sort the annotations alphabetically
ginsbach Sep 19, 2025
b27d374
mention 'additional' and 'extensible' annotations
ginsbach Sep 19, 2025
b85ab3c
Merge pull request #20490 from github/ginsbach/AdditionalAndExtensible
ginsbach Sep 19, 2025
5d3b542
Merge pull request #20453 from hvitved/rust/path-resolution-use-reexport
hvitved Sep 19, 2025
c7a9cc5
Rust: Use annotations also for items in macro expansions
paldepind Sep 17, 2025
32365fd
Rust: Account for attribute expansions in path resolution
paldepind Sep 17, 2025
2c84b49
Rust: Update test expecations
paldepind Sep 17, 2025
a9d7662
Rust: Add path resolution test with attribute on impl block
paldepind Sep 19, 2025
d88bc8e
JS: Add test case for `GraphQLObjectType`
Napalys Sep 19, 2025
60ceb89
Rust: Add debug predicate for `ItemNode`
paldepind Sep 19, 2025
72103ad
Rust: Fix spurious path resolution
paldepind Sep 19, 2025
afb6d30
Rust: Fix typo in superseded
paldepind Sep 19, 2025
6cfc950
JS: Model `GraphQLObjectType` resolve params as sources
Napalys Sep 19, 2025
3a6a537
JS: Add change note
Napalys Sep 19, 2025
27e2c4d
Merge pull request #20459 from github/alexet/caller_tc
alexet Sep 19, 2025
c1c0828
Merge pull request #20378 from github/alexet/java-regex-local
alexet Sep 19, 2025
95a84ad
Python: Fix false positive for unmatchable dollar/caret
tausbn Sep 19, 2025
523ec9d
Merge pull request #20439 from geoffw0/assignment
geoffw0 Sep 19, 2025
b9f073e
Python: Update test output
tausbn Sep 19, 2025
c26a07b
Apply suggestions from code review
geoffw0 Sep 19, 2025
89e9ee4
Convert from GrapeHelperMethodTaintStep extends AdditionalTaintStep …
felickz Sep 19, 2025
f4bbbc3
Refactor Grape framework to be encapsulated properly in Module
felickz Sep 19, 2025
fdb0c6e
Merge pull request #20454 from paldepind/rust/path-resolution-attribu…
hvitved Sep 20, 2025
bdeeb32
Rust: Add path resolution tests
hvitved Sep 19, 2025
223ab5e
Rust: Add missing model
hvitved Sep 21, 2025
8d5d219
Rust: Update expected test output
hvitved Sep 21, 2025
50bf9ae
Refactor RootApi class to use getAnImmediateDescendent for clarity
felickz Sep 22, 2025
1bf6101
Remove redundant exclusion of base Grape::API module from GrapeApiClass
felickz Sep 22, 2025
97d6295
Merge pull request #20484 from kaspersv/kaspersv/future-proof-java-di…
kaspersv Sep 22, 2025
b2cc01c
Rust: Visibility check for qualified path resolution
hvitved Sep 22, 2025
b5b6f06
Rust: Fix bad join
hvitved Sep 22, 2025
78641b4
Rust: Reduce size of `unqualifiedPathLookup`
hvitved Sep 22, 2025
a0ea0c9
Merge pull request #20492 from Napalys/js/graph-ql-obj-type
Napalys Sep 22, 2025
be260be
Merge pull request #20497 from hvitved/rust/missing-model
hvitved Sep 22, 2025
463f79b
Merge pull request #20263 from joefarebrother/python-qual-exceptions
joefarebrother Sep 22, 2025
cd80753
Rust: Add tests for parameter in source model
paldepind Sep 17, 2025
05a5832
Rust: Add Warp test to request forgery query tests
paldepind Sep 18, 2025
014c27e
Rust: Discard sources with spaces in inline flow tests
paldepind Sep 17, 2025
265e8b3
Shared: Pass SummaryComponentStack to isSource and getSourceType
paldepind Sep 17, 2025
7d6e206
Adapt all languages to changes in shared library
paldepind Sep 17, 2025
a4c61f6
Rust: Accept test changes
paldepind Sep 18, 2025
4244a65
Rust: Add change note
paldepind Sep 19, 2025
45b84ff
Rust: Ensure singleton
paldepind Sep 22, 2025
b837c56
Refactor RootApi and GrapeApiClass constructors for improved readabil…
felickz Sep 22, 2025
ecd0ce6
Refactor GrapeHeadersBlockCall and GrapeCookiesBlockCall to simplify …
felickz Sep 22, 2025
5ad332e
Merge pull request #20432 from github/copilot/fix-f50317f8-0a91-4bb4-…
geoffw0 Sep 22, 2025
1183e50
Update rust/ql/lib/change-notes/2025-09-19-parameter-mad.md
hvitved Sep 22, 2025
0665c39
Refactor GrapeHelperMethod constructor to reuse getHelperSelf to trav…
felickz Sep 22, 2025
6e56c54
Refactor Grape method call classes to simplify handling of API instan…
felickz Sep 22, 2025
89fd969
codeql query format
felickz Sep 22, 2025
7a9a259
Merge branch 'main' into ruby-framework-grape
felickz Sep 22, 2025
37e0c30
Add expected output for VariablesConsistency test case
felickz Sep 23, 2025
46d330c
Merge branch 'ruby-framework-grape' of github.com:felickz/codeql into…
felickz Sep 23, 2025
2e8091f
Merge pull request #20419 from asgerf/js/express-json-send
asgerf Sep 24, 2025
26aa938
Merge pull request #20452 from paldepind/rust/mad-source-parameter
paldepind Sep 24, 2025
92cced2
Merge pull request #20496 from hvitved/rust/path-resolution-use-visib…
hvitved Sep 24, 2025
e6b1e8e
Rust: Check call arities in path resolution
hvitved Sep 22, 2025
6e0ce9a
Add changelog entry for CodeQL 2.23.1 release
coadaflorin Sep 24, 2025
e78d057
Merge pull request #20508 from github/changedocs/2.23.1
coadaflorin Sep 24, 2025
711d497
Improve logging to include proxy vars
mbg Sep 5, 2025
23a0461
Set lower-case variants of `HTTP_PROXY` and `HTTPS_PROXY`
mbg Sep 4, 2025
895399f
Rename `proxy_configs` to `goproxy_servers` and only store URLs
mbg Sep 4, 2025
a8fa1a7
Use `git_source` configurations for `GOPRIVATE`
mbg Sep 4, 2025
4ef8ff9
Append `*` to `git_source` URL if not present
mbg Sep 5, 2025
bc38b79
Convert URLs to expected format
mbg Sep 5, 2025
8c84992
Configure `git` to use the certificate, if needed
mbg Sep 4, 2025
8ad6952
Fix escape character in changelog for Go query
coadaflorin Sep 24, 2025
f3ef6ef
Fix formatting issue in changelog for Go query
coadaflorin Sep 24, 2025
6c488e6
Fix formatting in codeql-cli-2.23.1.rst
coadaflorin Sep 24, 2025
86fe68b
Fix formatting in changelog for Go path injection query
coadaflorin Sep 24, 2025
fd6f9cd
Merge pull request #20368 from github/mbg/go/support-git-source
mbg Sep 24, 2025
2db5f0d
Merge pull request #20510 from github/coadaflorin-patch-1
coadaflorin Sep 24, 2025
e41b5f2
C++: Update tests after extractor changes
jketema Sep 25, 2025
2a814dd
Rust: Model union, never, and pointer types
hvitved Sep 23, 2025
109b6a1
ControlFlow: Split only on relevant values.
aschackmull Sep 25, 2025
b22227d
Add .orig files to .gitignore.
geoffw0 Sep 25, 2025
e592fd6
Merge pull request #20495 from github/tausbn/python-fix-unmatchable-d…
tausbn Sep 25, 2025
1a4cfba
Merge pull request #20427 from felickz/ruby-framework-grape
hvitved Sep 25, 2025
e9cccb4
Go: mistyped-exponentiation: notice constants with likely-bitmask values
smowton Sep 25, 2025
9e7a521
Change note
smowton Sep 25, 2025
656a7bc
Rust: Add missing Cargo.lock files to query tests.
geoffw0 Sep 25, 2025
39ceada
Merge pull request #20520 from geoffw0/gitignore
geoffw0 Sep 25, 2025
6678e79
Merge pull request #20526 from geoffw0/lock
paldepind Sep 26, 2025
ff55405
Rust: Correct 'from' model to taint.
geoffw0 Sep 26, 2025
7a74efc
Update rust/ql/lib/codeql/rust/elements/internal/UnionImpl.qll
hvitved Sep 26, 2025
c52709a
Merge pull request #20516 from hvitved/rust/type-inference-union-poin…
hvitved Sep 26, 2025
74a350a
Rust: Effect on tests.
geoffw0 Sep 26, 2025
3a03bb5
Rust: Repair rust/hard-coded-cryptographic-value, which had an uninte…
geoffw0 Sep 26, 2025
2f96e32
Update 2.1.0.md
coadaflorin Sep 26, 2025
09833e2
Update CHANGELOG for query promotion and acknowledgment
coadaflorin Sep 26, 2025
ba520c6
Update 2.1.0.md
coadaflorin Sep 26, 2025
4c7b66c
Address review comments
hvitved Sep 26, 2025
615b0a0
Merge pull request #20502 from hvitved/rust/path-resolution-check-arity
hvitved Sep 26, 2025
2c29f21
Shared: Address review comments.
aschackmull Sep 26, 2025
f8388c5
Merge pull request #20530 from github/coadaflorin/attributer-query
coadaflorin Sep 26, 2025
3e9332e
Fix formatting in codeql-cli-2.23.1.rst
coadaflorin Sep 26, 2025
f6fe469
Merge pull request #20531 from github/coadaflorin-formatingfix2
coadaflorin Sep 26, 2025
a4f5e9a
Update changelog for CodeQL CLI 2.23.1
coadaflorin Sep 26, 2025
f4388c8
Merge pull request #20519 from aschackmull/controlflowreach/perf2
aschackmull Sep 26, 2025
5a0bae2
Update changelog for CodeQL CLI 2.23.1
coadaflorin Sep 26, 2025
1635ef9
Merge branch 'main' into convert
geoffw0 Sep 26, 2025
ba07daa
Merge pull request #20532 from github/coadaflorin/changelog-fixes
coadaflorin Sep 26, 2025
a0b533b
Merge pull request #20529 from geoffw0/convert
geoffw0 Sep 26, 2025
f5f6119
Delete change note
owen-mc Sep 26, 2025
18a1075
Merge pull request #20523 from smowton/smowton/fix/mistyped-exp-fp
owen-mc Sep 26, 2025
9dfd87c
Merge pull request #20514 from jketema/permissive
jketema Sep 28, 2025
d2130a5
Release preparation for version 2.23.2
invalid-email-address Sep 29, 2025
a76d736
C#: tweak changelog wording
nickrolfe Sep 29, 2025
a05ffdb
Merge pull request #20545 from github/release-prep/2.23.2
nickrolfe Sep 29, 2025
a0ab6c4
Merge tag 'codeql-cli/latest' into auto/sync-main-pr
Oct 2, 2025
8ab8e67
Merge branch 'main' of https://github.com/microsoft/codeql into auto/…
Oct 2, 2025
9bc74bd
PS: Mirror the changes from github/codeql#20452.
MathiasVP Oct 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ node_modules/
# some upgrade/downgrade checks create these files
**/upgrades/*/*.dbscheme.stats
**/downgrades/*/*.dbscheme.stats

# Mergetool files
*.orig
Loading
Loading