ClamAV、脆弱性に対応した1.5.2と1.4.4がリリースされてます。アップデートしましょう。
---
ClamAV 1.5.2 and 1.4.4 security patch versions published
https://blog.clamav.net/2026/03/clamav-152-and-144-security-patch.html
#bookmarks
About
TwitterことX用のCLIツール。元々Ruby実装だったがRustで書き直された模様。macOSであればbrew install x-cliでインストールできる。
---
GitHub - sferik/x-cli: A command-line power tool for Twitter.
https://github.com/sferik/x-cli
#bookmarks
gitリポジトリに含まれるpackage-lock.jsonなどから依存関係の参照や解決、SBOM生成、ライセンスチェック、脆弱性スキャンなどを実行できるgitサブコマンド。historyからいつ変更されたかも抽出できる模様。様々な言語に対応
---
GitHub - git-pkgs/git-pkgs: About A git subcommand for analyzing package/dependency usage in git repositories over time
https://github.com/git-pkgs/git-pkgs
#bookmarks
静的解析ツールopengrepこれか。実装言語がOCaml
---
GitHub - opengrep/opengrep: 🔎 Static code analysis engine to find security issues in code.
https://github.com/opengrep/opengrep
#bookmarks
「Opengrep は、Semgrep と互換性のあるルールフォーマットと実行モデルを採用した、オープンソースの静的解析ツール」ほう
---
Opengrep の中身を読む(前編):scan コマンドと AST マッチングの仕組み - ラック・セキュリティごった煮ブログ
https://devblog.lac.co.jp/entry/20260304
#bookmarks
コードエディタZedからforkしたプロジェクト。Zedは利用規約に同意が必要だったりAI連携機能などを備えるが、そういったものを排除してシンプルにした実装かな。
---
gram
https://codeberg.org/GramEditor/gram
#bookmarks
「countを削除する場合はTerraform側で自動的にmovedを提案してくれる」なにー。先日まさにこの目的でmovedを使ったばかりだったんだけども。Refactor modulesあとでしっかり読もう。
---
Terraform で moved ブロックを使わなくても count を削除できる - kakakakakku blog
https://kakakakakku.hatenablog.com/entry/2026/03/02/180608
#bookmarks
OpenTelemetry、v0.146.0でfilter processorの条件が書きやすくなりましたと。わいわい
---
OTTL context inference comes to the Filter Processor
https://opentelemetry.io/blog/2026/ottl-context-inference-come-to-filterprocessor/
#bookmarks
2026年3月26日発売
---
退屈なことはPythonにやらせよう 第3版
https://www.oreilly.co.jp//books/9784814401529/
#bookmarks
ターミナルのスクリーンショットをSVG形式で保存するツール。SVGなので文字の部分は範囲選択が可能。おー面白い。ただ、フォントを埋め込んでいる関係からファイルサイズ大きめ。macOS、Linux、Windowsに対応。Rust実装。
---
GitHub - pamburus/termframe: 📸 Terminal output SVG screenshot tool
https://github.com/pamburus/termframe
#bookmarks