rspec/rules/S2070/plsql/rule.adoc

32 lines
495 B
Plaintext

== Why is this an issue?
include::../description.adoc[]
=== Noncompliant code example
[source,sql]
----
DBMS_CRYPTO.Hash(str, HASH_MD4);
DBMS_CRYPTO.Hash(str, HASH_MD5);
DBMS_CRYPTO.Hash(str, HASH_SH1);
----
include::../see.adoc[]
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::../message.adoc[]
'''
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::env-github,rspecator-view[]