mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
JS: Use shared CryptographicOperation concept and implement BlockMode getBlockMode()
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import javascript
|
||||
|
||||
from CryptographicOperation operation
|
||||
select operation, operation.getAlgorithm().getName(), operation.getInput()
|
||||
select operation, operation.getAlgorithm().getName(), operation.getAnInput()
|
||||
|
||||
Reference in New Issue
Block a user