NAME

Dist::Zilla::Plugin::SecurityPolicy - Add a SECURITY.md to your dzil distribution

VERSION

version 0.001

SYNOPSIS

[SecurityPolicy]
-policy = Individual
timeframe = 2 weeks

DESCRIPTION

This plugin adds a SECURITY.md file as generated using Software::Security::Policy. Any options to this plugin that are prefixed by - are kept for this module, any others will be passed to the constructor of the security policy.

ATTRIBUTES

policy_class

E.g. policy_class = Software::Security::Policy::Individual

This sets the used policy class.

policy

E.g. policy = Individual

This is a short hand for setting the policy, allowing you to skip prepending Software::Security::Policy::

policy_version

The minimum version of the policy class, defaults to 0.

filename

This allows you to override the name of the security file. It default to SECURITY.md and you should probably not change it.

AUTHOR

Leon Timmermans <fawaka@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2025 by Leon Timmermans.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.