Skip to content

Commit 820efe8

Browse files
azuclaude
andauthored
fix: rss-to-bluesky のXMLエンティティ展開上限を無効化 (#1374)
fix: disable XML entity expansion limit in rss-to-bluesky The default limit of 10000 was exceeded by jser.info/rss/ (10218 entities). Set to 0 (unlimited) since the feed source is jser.info itself and trusted. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c7ca324 commit 820efe8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/rss-to-bluesky.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
password: ${{ secrets.JSER_BLUESKY_PASSWORD }}
4141
cache-file: ${{ github.workspace }}/blueskyfeedbot/cache.json
4242
initial-post-limit: 1
43+
xml-entity-expansion-limit: 0
4344

4445
jser:
4546
runs-on: ubuntu-latest
@@ -73,3 +74,4 @@ jobs:
7374
password: ${{ secrets.JSER_BLUESKY_PASSWORD }}
7475
cache-file: ${{ github.workspace }}/blueskyfeedbot/cache.json
7576
initial-post-limit: 1
77+
xml-entity-expansion-limit: 0

0 commit comments

Comments
 (0)