voxpupuli / puppet-openssl

Puppet OpenSSL module
Apache License 2.0
38 stars 84 forks source link

function to extract caIssuers URL from authorityInfoAccess extension #120

Closed rtib closed 3 years ago

puppet-community-rangefinder[bot] commented 3 years ago

cert_aia_caissuers is a function

that may have no external impact to Forge modules.

This module is declared in 2 of 576 indexed public Puppetfiles.


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

raphink commented 3 years ago

Nice. I wonder if this function should be namespaced to the module.

rtib commented 3 years ago

It could be. I've placed it on the top level namespace according to cert_date_valid is also there.

raphink commented 3 years ago

Ah right @rtib . The other function was added pre Puppet 4 I think, which is why it is global. Let's keep it global for the sake of consistency then.