Sha256: 4e877afa5951439696a3d775cd6f225ab9f2064b08c4d53f988927a9359d7c57
Contents?: true
Size: 412 Bytes
Versions: 2
Compression:
Stored size: 412 Bytes
Contents
module SinType HardCodedCred = { name: "Hard Coded Credentials", message: "Do not hard code secrets. This may help an attacker to attack the system.", recommendation: "You can use hiera to avoid this issue." } HttpWithoutTLS = { name: "HTTP without TLS", message: "Do not use HTTP without TLS. This may cause a man in the middle attack.", recommendation: "Use TLS with HTTP" } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
puppet-sec-lint-0.1.2 | lib/sin_type.rb |
puppet-sec-lint-0.1.1 | lib/sin_type.rb |