Additional cleanup

This commit is contained in:
REDMOND\brodes
2025-05-02 14:07:13 -04:00
parent 5694f029de
commit c08525ad81

View File

@@ -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