Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion fyi/tree-sitter-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tree-sitter 0.22.6 (d521f0a0791d94f4442cf9be08322f6aabce20d6)
tree-sitter 0.26.3
32 changes: 16 additions & 16 deletions fyi/versions
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
File: semgrep-grammars/src/tree-sitter-python/LICENSE
Git repo name: tree-sitter-python
Latest commit in repo: 409b5d671eb0ea4972eeacaaca24bbec1acf79b1
Latest commit in repo: c5fca1a186e8e528115196178c28eefa8d86b0b0
Last change in file:
commit eb7313534683093b9ae7811991561131d6824828
Author: Max Brunsfeld <maxbrunsfeld@gmail.com>
Date: Wed Dec 14 22:22:02 2016 -0800
commit 409b5d671eb0ea4972eeacaaca24bbec1acf79b1
Author: Amaan Qureshi <amaanq12@gmail.com>
Date: Tue Jan 7 16:59:00 2025 -0500

Initial commit
fix(scanner): keep size of indents consistent
---
File: semgrep-grammars/src/tree-sitter-python/grammar.js
Git repo name: tree-sitter-python
Latest commit in repo: 409b5d671eb0ea4972eeacaaca24bbec1acf79b1
Latest commit in repo: c5fca1a186e8e528115196178c28eefa8d86b0b0
Last change in file:
commit 9885368e8aa00e2fd6c6f2d28c4a9a7092140444
commit 409b5d671eb0ea4972eeacaaca24bbec1acf79b1
Author: Amaan Qureshi <amaanq12@gmail.com>
Date: Sun Dec 22 17:57:39 2024 -0500
Date: Tue Jan 7 16:59:00 2025 -0500

feat: add fields in `except_clause`
fix(scanner): keep size of indents consistent
---
File: semgrep-grammars/src/semgrep-python/grammar.js
Git repo name: ocaml-tree-sitter-semgrep
Latest commit in repo: 58a4c3c46ea65e6208fc2a74143dc87bd4261f08
Git repo name: caracas
Latest commit in repo: f8a2e9ce7645454fbcb4aacb1887821aebd66f7f
Last change in file:
commit 58a4c3c46ea65e6208fc2a74143dc87bd4261f08
Author: brandonspark <wu.brandonj@gmail.com>
Date: Tue Mar 3 16:12:17 2026 -0800
commit d68c1d87318808ec1b36ce89570ef6c0bc763f77
Author: Brandon Wu <49291449+brandonspark@users.noreply.github.com>
Date: Wed Mar 4 13:06:00 2026 -0800

feat(python): support ellipsis in dot-access chain patterns
feat(python): support ellipsis in dot-access chain patterns (#567)

Override the `attribute` rule to accept `'...'` as an alternative to
`identifier` in the attribute field. This lets semgrep patterns like
Expand All @@ -35,5 +35,5 @@ Last change in file:

Fixes https://github.com/semgrep/semgrep/issues/11545

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---
Loading