File tree Expand file tree Collapse file tree
java/ql/lib/semmle/code/java/security Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ class CryptoKeySink extends CredentialSinkNode {
3333}
3434
3535/**
36+ * DEPRECATED: Use the `PasswordSink` class instead.
3637 * Holds if callable `c` from a standard Java API expects a password parameter at index `i`.
3738 */
3839deprecated predicate javaApiCallablePasswordParam ( Callable c , int i ) {
@@ -159,6 +160,7 @@ deprecated private predicate javaApiCallablePasswordParam(string s) {
159160}
160161
161162/**
163+ * DEPRECATED: Use the `UsernameSink` class instead.
162164 * Holds if callable `c` from a standard Java API expects a username parameter at index `i`.
163165 */
164166deprecated predicate javaApiCallableUsernameParam ( Callable c , int i ) {
@@ -222,6 +224,7 @@ deprecated private predicate javaApiCallableUsernameParam(string s) {
222224}
223225
224226/**
227+ * DEPRECATED: Use the `CryptoKeySink` class instead.
225228 * Holds if callable `c` from a standard Java API expects a cryptographic key parameter at index `i`.
226229 */
227230deprecated predicate javaApiCallableCryptoKeyParam ( Callable c , int i ) {
@@ -450,6 +453,7 @@ deprecated private predicate javaApiCallableCryptoKeyParam(string s) {
450453}
451454
452455/**
456+ * DEPRECATED: Use the `CredentialsSinkNode` class instead.
453457 * Holds if callable `c` from a known API expects a credential parameter at index `i`.
454458 */
455459deprecated predicate otherApiCallableCredentialParam ( Callable c , int i ) {
You can’t perform that action at this time.
0 commit comments