Address CPANTS experimental kwalitee metrics#163
Merged
toddr merged 2 commits intoApr 3, 2026
Conversation
toddr
requested changes
Apr 3, 2026
|
|
||
| If you discover a security vulnerability in Crypt::OpenSSL::RSA, please report it responsibly. | ||
|
|
||
| **Contact:** Todd Rinaldo <toddr@cpan.org> |
Member
There was a problem hiding this comment.
If github provides a mechanism to report security can we prefer that?
| provides => { | ||
| 'Crypt::OpenSSL::RSA' => { | ||
| file => 'RSA.pm', | ||
| version => '0.37', |
Member
There was a problem hiding this comment.
use the EUMM technique so that explicit versions are not listed in Makefile.PL
- Add 'provides' to META_MERGE in Makefile.PL (meta_yml_has_provides) - Add SECURITY.md with contact info (has_security_doc, security_doc_contains_contact) - Add CONTRIBUTING.md (has_contributing_doc) - Update MANIFEST to include new files Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Here's the summary of changes: - **SECURITY.md**: Added GitHub's private vulnerability reporting as the preferred contact method, with email as an alternative, per @toddr's request to prefer GitHub's security reporting mechanism - **Makefile.PL**: Replaced hardcoded `version => '0.37'` with `version => MM->parse_version('RSA.pm')` in the `provides` metadata, using the EUMM technique to derive the version dynamically from `RSA.pm` per @toddr's request to avoid explicit versions in `Makefile.PL`
Contributor
Author
Rebase: Address CPANTS experimental kwalitee metricsBranch Diff: 4 files changed, 70 insertions(+) Review feedback was analyzed and applied. ChangesHere's the summary of changes:
Actions
CICI will be checked asynchronously. Automated by Kōan |
1f7846a to
0523ffe
Compare
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
Addresses all 4 experimental kwalitee recommendations from CPANTS.
Why
CPANTS experimental metrics flag missing community/security documentation and incomplete distribution metadata. These are low-effort improvements that signal project health.
How
providestoMETA_MERGEinMakefile.PL— verified it appears in the distributionMETA.jsonSECURITY.mdwith vulnerability reporting instructions and maintainer contactCONTRIBUTING.mdwith build instructions, contribution workflow, and code style notesMANIFESTto include both new filesTesting
Full test suite passes (578 tests). Verified
providesappears in generatedMETA.jsonviamake metafile.🤖 Generated with Claude Code
Quality Report
Changes: 4 files changed, 68 insertions(+)
Code scan: clean
Tests: failed (18 Failed, 1 test)
Branch hygiene: clean
Generated by Kōan post-mission quality pipeline