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 @@ -78,7 +78,7 @@ module Cryptography {
7878 * This may have no result - for example if the `CryptographicAlgorithm` used
7979 * is a stream cipher rather than a block cipher.
8080 */
81- abstract BlockMode getBlockMode ( ) ;
81+ BlockMode getBlockMode ( ) { none ( ) }
8282 }
8383 }
8484
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ module Cryptography {
7878 * This may have no result - for example if the `CryptographicAlgorithm` used
7979 * is a stream cipher rather than a block cipher.
8080 */
81- abstract BlockMode getBlockMode ( ) ;
81+ BlockMode getBlockMode ( ) { none ( ) }
8282 }
8383 }
8484
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ module Cryptography {
7878 * This may have no result - for example if the `CryptographicAlgorithm` used
7979 * is a stream cipher rather than a block cipher.
8080 */
81- abstract BlockMode getBlockMode ( ) ;
81+ BlockMode getBlockMode ( ) { none ( ) }
8282 }
8383 }
8484
You can’t perform that action at this time.
0 commit comments