mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Additional cleanup
This commit is contained in:
@@ -112,12 +112,4 @@ module ArtifactUniversalFlowConfig implements DataFlow::ConfigSig {
|
||||
|
||||
module ArtifactUniversalFlow = DataFlow::Global<ArtifactUniversalFlowConfig>;
|
||||
|
||||
// abstract class CipherOutputArtifact extends Crypto::KeyOperationOutputArtifactInstance {
|
||||
// override predicate flowsTo(Crypto::FlowAwareElement other) {
|
||||
// ArtifactUniversalFlow::flow(this.getOutputNode(), other.getInputNode())
|
||||
// }
|
||||
// }
|
||||
// // final override predicate flowsTo(FlowAwareElement other) {
|
||||
// // Input::artifactOutputFlowsToGenericInput(this.getOutputNode(), other.getInputNode())
|
||||
// // }
|
||||
import OpenSSL.OpenSSL
|
||||
|
||||
Reference in New Issue
Block a user