Skip to content

🌱 coredns: avahi / Bonjour / mDNS plugin for CoreDNS?#2106

Merged
clubanderson merged 1 commit into
masterfrom
cncf-mission/coredns-1519-avahi-bonjour-mdns-plugin-for-coredns
Apr 29, 2026
Merged

🌱 coredns: avahi / Bonjour / mDNS plugin for CoreDNS?#2106
clubanderson merged 1 commit into
masterfrom
cncf-mission/coredns-1519-avahi-bonjour-mdns-plugin-for-coredns

Conversation

@clubanderson
Copy link
Copy Markdown
Contributor

🌱 New Mission: coredns β€” avahi / Bonjour / mDNS plugin for CoreDNS?

Type: feature | Source: coredns/coredns#1519 (1 reactions)
File: fixes/cncf-generated/coredns/coredns-1519-avahi-bonjour-mdns-plugin-for-coredns.json

Copilot: Please enhance this mission

The JSON file has been pre-filled with content from the source issue. Please improve:

  1. Make step descriptions more specific with exact commands for this issue
  2. Add the exact error message to the description if missing
  3. Explain the root cause in the resolution summary
  4. Add relevant YAML/code snippets to codeSnippets if missing
  5. Run node scripts/scanner.mjs to validate

Auto-generated by CNCF Mission Generator

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@clubanderson clubanderson added ai-fix-requested Copilot coding agent should work on this cncf-mission-gen Auto-generated CNCF mission request triage/accepted Indicates an issue or PR is ready to be actively worked on. labels Apr 29, 2026
@kubestellar-prow kubestellar-prow Bot added the dco-signoff: yes Indicates the PR's author has signed the DCO. label Apr 29, 2026
@kubestellar-prow
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign clubanderson for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubestellar-prow kubestellar-prow Bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Apr 29, 2026
@github-actions
Copy link
Copy Markdown
Contributor

πŸ” Mission Scan Results

πŸ“„ fixes/cncf-generated/coredns/coredns-1519-avahi-bonjour-mdns-plugin-for-coredns.json

βœ… Schema: Valid kc-mission-v1

⚠️ Sensitive data: 5 finding(s)

Type Value
IPv4 address 192.0.2.1
IPv4 address 10.10.10.192
IPv4 address 192.0.2.1
IPv4 address 224.0.0.251
IPv4 address 10.10.10.192

🚨 Security: 1 finding(s)

Type Match
Command injection: backtick \bash
kubectl get pods -n coredns -l app.kubernetes.io/name=coredns
helm list -n coredns 2>/dev/null || echo "Not installed via Helm"
``

@clubanderson
Copy link
Copy Markdown
Contributor Author

Auto-merge: quality score 72/100 (threshold: 70). Breakdown: {stepsSpecificity:16,descriptionClarity:9,resolutionCompleteness:11,codePresence:15,metadataQuality:5.5,contentUniqueness:15}

@clubanderson clubanderson merged commit 15521ff into master Apr 29, 2026
5 of 8 checks passed
@clubanderson clubanderson deleted the cncf-mission/coredns-1519-avahi-bonjour-mdns-plugin-for-coredns branch April 29, 2026 07:24
@github-actions
Copy link
Copy Markdown
Contributor

Thank you for your contribution! Your PR has been merged.

Check out what's new:

Stay connected: Slack #kubestellar-dev | Multi-Cluster Survey

clubanderson added a commit that referenced this pull request Apr 29, 2026
- Add bash/sh/zsh/ksh to SAFE_CLI_COMMANDS set to properly handle markdown code block prefixes
- Improve isSafeCLIMatch() to handle multi-line command snippets in backticks
- Better extraction of CLI command names from complex pipes and redirects
- Fixes PR #2105 (CNI) and #2106 (CoreDNS) scan failures

The scanner was flagging perfectly safe kubectl/helm command sequences in
markdown code blocks as 'command injection' because they contained shell
operators like || in backtick-wrapped code. This fix recognizes that
multi-line backtick blocks are markdown code snippets and properly validates
that all commands are from the safe CLI allowlist.

Signed-off-by: Andy Anderson <clubanderson@gmail.com>
Co-authored-by: Andy Anderson <clubanderson@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai-fix-requested Copilot coding agent should work on this cncf-mission-gen Auto-generated CNCF mission request dco-signoff: yes Indicates the PR's author has signed the DCO. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants