File tree Expand file tree Collapse file tree
javascript/ql/lib/semmle/javascript/internal
python/ql/lib/semmle/python/internal
ruby/ql/lib/codeql/ruby/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ module Cryptography {
4343 /** Gets an input the algorithm is used on, for example the plain text input to be encrypted. */
4444 DataFlow:: Node getAnInput ( ) { result = super .getAnInput ( ) }
4545
46+ /** DEPRECATED. This predicate has been renamed to `getAnInput`. */
47+ deprecated final DataFlow:: Node getInput ( ) { result = super .getInput ( ) }
48+
4649 /**
4750 * Gets the block mode used to perform this cryptographic operation.
4851 * This may have no result - for example if the `CryptographicAlgorithm` used
@@ -67,6 +70,9 @@ module Cryptography {
6770 /** Gets an input the algorithm is used on, for example the plain text input to be encrypted. */
6871 abstract DataFlow:: Node getAnInput ( ) ;
6972
73+ /** DEPRECATED. This predicate has been renamed to `getAnInput`. */
74+ deprecated final DataFlow:: Node getInput ( ) { result = this .getAnInput ( ) }
75+
7076 /**
7177 * Gets the block mode used to perform this cryptographic operation.
7278 * This may have no result - for example if the `CryptographicAlgorithm` used
Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ module Cryptography {
4343 /** Gets an input the algorithm is used on, for example the plain text input to be encrypted. */
4444 DataFlow:: Node getAnInput ( ) { result = super .getAnInput ( ) }
4545
46+ /** DEPRECATED. This predicate has been renamed to `getAnInput`. */
47+ deprecated final DataFlow:: Node getInput ( ) { result = super .getInput ( ) }
48+
4649 /**
4750 * Gets the block mode used to perform this cryptographic operation.
4851 * This may have no result - for example if the `CryptographicAlgorithm` used
@@ -67,6 +70,9 @@ module Cryptography {
6770 /** Gets an input the algorithm is used on, for example the plain text input to be encrypted. */
6871 abstract DataFlow:: Node getAnInput ( ) ;
6972
73+ /** DEPRECATED. This predicate has been renamed to `getAnInput`. */
74+ deprecated final DataFlow:: Node getInput ( ) { result = this .getAnInput ( ) }
75+
7076 /**
7177 * Gets the block mode used to perform this cryptographic operation.
7278 * This may have no result - for example if the `CryptographicAlgorithm` used
Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ module Cryptography {
4343 /** Gets an input the algorithm is used on, for example the plain text input to be encrypted. */
4444 DataFlow:: Node getAnInput ( ) { result = super .getAnInput ( ) }
4545
46+ /** DEPRECATED. This predicate has been renamed to `getAnInput`. */
47+ deprecated final DataFlow:: Node getInput ( ) { result = super .getInput ( ) }
48+
4649 /**
4750 * Gets the block mode used to perform this cryptographic operation.
4851 * This may have no result - for example if the `CryptographicAlgorithm` used
@@ -67,6 +70,9 @@ module Cryptography {
6770 /** Gets an input the algorithm is used on, for example the plain text input to be encrypted. */
6871 abstract DataFlow:: Node getAnInput ( ) ;
6972
73+ /** DEPRECATED. This predicate has been renamed to `getAnInput`. */
74+ deprecated final DataFlow:: Node getInput ( ) { result = this .getAnInput ( ) }
75+
7076 /**
7177 * Gets the block mode used to perform this cryptographic operation.
7278 * This may have no result - for example if the `CryptographicAlgorithm` used
You can’t perform that action at this time.
0 commit comments