Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit f5fc949

Browse files
committed
Remove old EncodingHex module
1 parent 74fdfba commit f5fc949

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

ql/src/semmle/go/frameworks/Stdlib.qll

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -741,18 +741,6 @@ module EncodingJson {
741741
}
742742
}
743743

744-
/** Provides models of some functions in the `encoding/hex` package. */
745-
module EncodingHex {
746-
private class DecodeStringFunction extends TaintTracking::FunctionModel {
747-
DecodeStringFunction() { this.hasQualifiedName("encoding/hex", "DecodeString") }
748-
749-
override predicate hasTaintFlow(FunctionInput inp, FunctionOutput outp) {
750-
inp.isParameter(0) and
751-
outp.isResult(0)
752-
}
753-
}
754-
}
755-
756744
/** Provides models of some functions in the `crypto/cipher` package. */
757745
module CryptoCipher {
758746
private class AeadOpenFunction extends TaintTracking::FunctionModel, Method {

0 commit comments

Comments
 (0)