Use crypto/rand
Recipe ID
org.openrewrite.golang.codequality.UseCryptoRandArtifactgithub.com/moderneinc/recipes-goFind usage of math/rand functions. Consider using crypto/rand for security-sensitive randomness.
Single recipeProprietary
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.golang.codequality.UseCryptoRandIf the recipe isn’t available locally, install it with:
mod config recipes go install github.com/moderneinc/recipes-go