feat(markdown): Markdown (GFM) static-analysis module - #2
Merged
Conversation
Second standards module. modules/markdown/.markdownlint-cli2.jsonc is the GFM ruleset (ATX headings, dash bullets, asterisk emphasis, backtick fences, GFM table rules), schema-pinned to markdownlint-cli2 0.22.1. markdownlint-cli2 is pinned as an npm devDependency; Node is pinned via .node-version (24.17.0, provided by fnm). The repo lints its own markdown with the module config via --config (no root copy), excluding the intentionally-bad fixtures with a negated glob. - good/bad fixtures + markdown.test.sh on the shell harness - markdown.yml CI: setup-node from .node-version, npm ci, lint + fixtures - ignore node_modules/ Verified: good fixture clean, bad fixture 9 findings, repo self-lint clean across 7 files; harness 3/3; shellcheck -x + actionlint clean. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jul 16, 2026
Merged
kyle-sexton
pushed a commit
that referenced
this pull request
Jul 23, 2026
…ency-policy (#239) Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.3 to 3.1.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastify/fast-uri/releases">fast-uri's releases</a>.</em></p> <blockquote> <h2>v3.1.4</h2> <h2>⚠️ Security Release</h2> <p>Fix for <a href="https://github.com/fastify/fast-uri/security/advisories/GHSA-v2hh-gcrm-f6hx">https://github.com/fastify/fast-uri/security/advisories/GHSA-v2hh-gcrm-f6hx</a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/fast-uri/compare/v3.1.3...v3.1.4">https://github.com/fastify/fast-uri/compare/v3.1.3...v3.1.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fastify/fast-uri/commit/6aeece669e4166b2446a89f17c07a3b15dfb7ed4"><code>6aeece6</code></a> Bumped v3.1.4</li> <li><a href="https://github.com/fastify/fast-uri/commit/2d50fbabc80e4d0884fe0f6a98fe118ce6faa353"><code>2d50fba</code></a> fix: reject literal backslash in URI authority</li> <li>See full diff in <a href="https://github.com/fastify/fast-uri/compare/v3.1.3...v3.1.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/melodic-software/standards/network/alerts). </details> ## Related - Resolves [Dependabot alert #2](https://github.com/melodic-software/standards/security/dependabot/2) (fast-uri host confusion, GHSA-v2hh-gcrm-f6hx) in `components/concurrency-policy`. No linked issue. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This was referenced Jul 23, 2026
kyle-sexton
added a commit
that referenced
this pull request
Jul 23, 2026
… sync-managed materializations (#258) No related issue: documentation-only absorb-path note; the open decision remains tracked on #256 ## Summary - Documents the security-update absorb path for sync-managed materializations in `components/dependabot-policy/README.md`: Dependabot security-update jobs cannot fix a dependency inside a managed materialization (e.g. `.github/standards/<component>/package-lock.json`); the fix arrives via upstream-bump-then-sync instead, and a maintainer should expect and ignore doomed security-update job failures against a managed manifest until the sync PR lands. - Evidence: github-iac fast-uri Dependabot alert #2, 2026-07-22/23 (see standards#256). - Option A only (document and accept the noise). Option B (suppressing the jobs via Dependabot scoping) stays open and undecided — pointer to #256, no restatement of its body. 🤖 Generated with [Claude Code](https://claude.com/claude-code) ## Related #256
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Second
standardsmodule: GitHub Flavored Markdown linting via markdownlint-cli2.modules/markdown/.markdownlint-cli2.jsonc— the GFM ruleset (schema-pinned to cli2 0.22.1)package.json+package-lock.json—markdownlint-cli2@0.22.1pinned devDependency;.node-versionpins Node 24.17.0 (provided by fnm)fixtures/markdown/{good,bad}+modules/markdown/markdown.test.sh(shell harness).github/workflows/markdown.yml— setup-node from.node-version,npm ci, self-lint + fixtures testnode_modules/The repo lints its own markdown using the module config via
--config(no root copy), excluding the intentionally-bad fixtures with a!-negated glob.Verification (local — Node 24.17.0, markdownlint-cli2 0.22.1)
🤖 Generated with Claude Code