In TensorFlow Lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, saved models in the flatbuffer format use a double indexing scheme: a model has a set of subgraphs, each subgraph has a set of operators and each operator has a set of input/output tensors. The flatbuffer format uses indices for the tensors, indexing into an array of tensors that is owned by the subgraph. This results in a pattern of double array indexing when trying to get the data of each tensor. However, some operators can have some tensors be optional. To handle this scenario, the flatbuffer model uses a negative -1 value as index for these tensors. This results in special casing during validation at model loading time. Unfortunately, this means that the -1 index is a valid tensor index for any operator, including those that don't expect optional inputs and including for output tensors. Thus, this allows writing and reading from outside the bounds of heap allocated arrays, although only at a specific offset from the start of these arrays. This results in both read and write gadgets, albeit very limited in scope. The issue is patched in several commits (46d5b0852, 00302787b7, e11f5558, cd31fd0ce, 1970c21, and fff2c83), and is released in TensorFlow versions 1.15.4, 2.0.3, 2.1.2, 2.2.1, or 2.3.1. A potential workaround would be to add a custom Verifier to the model loading code to ensure that only operators which accept optional inputs use the -1 special value and only for the tensors that they expect to be optional. Since this allow-list type approach is erro-prone, we advise upgrading to the patched code.
[
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/tile.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"180965912688819983511387800141869983428",
"291793862793084970765106105796500476848",
"93103704933047597985218343560450444201",
"267917414888682570571237574102725960425",
"59753622161833354439438597616632238558",
"291847119722298978171111523322199449292",
"213896990270458394038377377914114473075",
"339829116453676267412318326929582705383",
"276972618325100257254749784584509903074",
"57715563867257533196276850797984448205",
"144689366978543064815872238680455412336",
"69374812212883017182153740977088053883",
"300231511514680219045180901481191594071",
"221387516816929770471694751452923945361",
"276428046952254703091023347300864320878",
"290425517784255668356712469661239179628",
"8631648228567525947040151274406967077",
"57471558359637726970535008135582622087",
"203961528611758681061076989054853041351"
]
},
"deprecated": false,
"id": "CVE-2020-15211-00330e9d",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EvalQuantized",
"file": "tensorflow/lite/kernels/fully_connected.cc"
},
"digest": {
"length": 2976.0,
"function_hash": "161052510128788749111386533039004729183"
},
"deprecated": false,
"id": "CVE-2020-15211-0241829f",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/arg_min_max.cc"
},
"digest": {
"length": 1230.0,
"function_hash": "285887833009166648715090283625657362181"
},
"deprecated": false,
"id": "CVE-2020-15211-026d6e44",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/resize_bilinear.cc"
},
"digest": {
"length": 1456.0,
"function_hash": "205252699231896615491066304208030080782"
},
"deprecated": false,
"id": "CVE-2020-15211-026f0b83",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "HardSwishEval",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 1628.0,
"function_hash": "31624115252435712732013144264460656639"
},
"deprecated": false,
"id": "CVE-2020-15211-032415ae",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "GenericPrepare",
"file": "tensorflow/lite/kernels/elementwise.cc"
},
"digest": {
"length": 450.0,
"function_hash": "144533216253917132419598508639432394974"
},
"deprecated": false,
"id": "CVE-2020-15211-042472ed",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/bidirectional_sequence_rnn.cc"
},
"digest": {
"length": 7717.0,
"function_hash": "51368746779604754864567611376442565348"
},
"deprecated": false,
"id": "CVE-2020-15211-04aa7c34",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/ceil.cc"
},
"digest": {
"length": 411.0,
"function_hash": "127086238948016019103935830527177190361"
},
"deprecated": false,
"id": "CVE-2020-15211-0540cc59",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/basic_rnn.cc"
},
"digest": {
"length": 1302.0,
"function_hash": "270216020385291699125123419005335364529"
},
"deprecated": false,
"id": "CVE-2020-15211-054433a4",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/add.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"64672464287994055521652609314651032498",
"54881797118826552007804338571973819472",
"296893476122058831836341777361052716166",
"187832961012464724533542946034913885023",
"16099533281559541532603985076489312873",
"177614258766184425117240453117276280356",
"116359078914787940052052401013228695666",
"137379207152966484668385981205814404886",
"9526258670522567792807866793104476113",
"232318341663647294788350800906997539373",
"276231133260351105007406922443851463738",
"160835662345919110121720980732117387098"
]
},
"deprecated": false,
"id": "CVE-2020-15211-056fcccb",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/non_max_suppression.cc"
},
"digest": {
"length": 2092.0,
"function_hash": "55066980980123114978089385778021049049"
},
"deprecated": false,
"id": "CVE-2020-15211-05d47054",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "SelectEval",
"file": "tensorflow/lite/kernels/select.cc"
},
"digest": {
"length": 1440.0,
"function_hash": "15499142679249335142995229174865095141"
},
"deprecated": false,
"id": "CVE-2020-15211-06b41444",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "GetTemporary",
"file": "tensorflow/lite/kernels/kernel_util.h"
},
"digest": {
"length": 152.0,
"function_hash": "252281709990308802230661895414278194170"
},
"deprecated": false,
"id": "CVE-2020-15211-06be2abc",
"source": "https://github.com/tensorflow/tensorflow/commit/46d5b0852528ddfd614ded79bccc75589f801bd9",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "GreaterEval",
"file": "tensorflow/lite/kernels/comparisons.cc"
},
"digest": {
"length": 1016.0,
"function_hash": "233627730484221978317099570272033845469"
},
"deprecated": false,
"id": "CVE-2020-15211-074e17a0",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/rfft2d.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"88024921690328527853692510199555768706",
"232623042669562875210662163533194643201",
"146399793073588532501573873609393726677",
"20965512579924311653444291034807981362",
"70330992434855879272712010386104753600",
"2146826971810931259456093378412532848",
"258664185515996690969649563623336893952",
"227676770229717811273988496118157799921",
"91013595830546777445864551976828473304",
"299806582417395147795307292981317412993",
"210283502466199669430387390400892579689",
"81351535888996389870838324972029106527",
"164892264062644994211578945880386559969",
"321485599512522761198954935880108932798",
"60214876579587721662326512672852419092",
"175980513950473551465388777576302874731",
"132128778325988348018529878133451216919",
"13399548384285864077779165738601165892",
"329070724880857444506259271214215710605",
"152848290435689716335513651615430893451",
"282129999875143240735506562906280233122",
"195376367155529034864739154020845625418",
"332262270503820079589011892522927681321",
"318809969286145706147745702101499581214",
"52185982340772377483680748914333930997",
"155623987625041836134737945782854710433",
"189950648645226814949982113322775048723",
"288156841249702679530343742318556907852",
"223450308363169317243239351647164590800",
"234945837337896461033835312851538332345",
"150555220412798043872335120885915914750",
"213896990270458394038377377914114473075",
"2459327195529248750562779113704875231",
"76984773566671955735574913319213069774",
"163714389353989915122957099445191411107",
"275550158148426346409474659592929096748",
"226627710402484441121825367187822297980",
"204479811062441997214157531959696681042",
"269420431950690022331702380617034537407",
"312574345043265330753495211270540216389",
"287380771117335980036814258182097572336",
"45764092926202448814414854808815089162",
"62626748302090800416420602372137254281",
"759213794964751313591567813394300745",
"197685272547523043260558550732384464277",
"209172082930065699997418972754865797720",
"328732983439866812700604536205761728426",
"215925630960805126914579864145416196128",
"189602968977403376254288297461364723843",
"231369677529790571070017898998161682369",
"160962236859198804478870369826443121823",
"185960938550089172035787412194165508573",
"252605656581381652747580542985316853760",
"19179383858405262400378622037380948249",
"325799278960379758049052921406023297058",
"71359947337018812650326237066592552952",
"11056981823585883037670853284537616634",
"97888168075318870834780433243609906936",
"315230584130095887618488487427793401759",
"18041193160218379447192701184848956053",
"227723392029891453618599481459155529088",
"247442159724197940202862008709168558639",
"3534837730603774412696640939291955221",
"250378784296251443573060669632458406742",
"82859962367361214184199495263591588344",
"273788160197866508273711032705628703454",
"221387516816929770471694751452923945361",
"134860901562814768470953116840854299049",
"100434179992367164343602859046035938892",
"173647083327482859438019586868352419313",
"29275826085710096534124116434766846620",
"154833868168521029028644029459899555118",
"235272915654870522025673737306627983955"
]
},
"deprecated": false,
"id": "CVE-2020-15211-083e6509",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/shape.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"249088084796620942489754786546920864773",
"200555746427321667607978274566038575095",
"311984470078278907645431382538865258919",
"165929041546967592111912355103174174233",
"122001526634309859147800674293441174229"
]
},
"deprecated": false,
"id": "CVE-2020-15211-0876ee83",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/numeric_verify.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"266289433447771119309267423424063057807",
"280242564188792720383990237715048267640",
"134383623069805275403144251214350657269",
"255943220349008602065332301549501358021",
"309959226498328319277647117073524346494",
"286868376674850968696230472198305603479",
"282530282459129480656986692217989956019",
"123083030138657403177473775131316456409"
]
},
"deprecated": false,
"id": "CVE-2020-15211-09558fc9",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "ReshapeOutput",
"file": "tensorflow/lite/micro/kernels/reshape.cc"
},
"digest": {
"length": 731.0,
"function_hash": "238754481404101507040030172845995023537"
},
"deprecated": false,
"id": "CVE-2020-15211-0961c81d",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/reverse.cc"
},
"digest": {
"length": 1178.0,
"function_hash": "143623463411046082372272183584463162475"
},
"deprecated": false,
"id": "CVE-2020-15211-0a63f54b",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/fully_connected.cc"
},
"digest": {
"length": 1695.0,
"function_hash": "285688174627627127001916527945086082388"
},
"deprecated": false,
"id": "CVE-2020-15211-0a8be3d5",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/while.cc"
},
"digest": {
"length": 2152.0,
"function_hash": "271767991076992065773220674361851542212"
},
"deprecated": false,
"id": "CVE-2020-15211-0ac347c6",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/numeric_verify.cc"
},
"digest": {
"length": 1257.0,
"function_hash": "263900885778859663264481272784306694688"
},
"deprecated": false,
"id": "CVE-2020-15211-0c1e1152",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "GetTempRhs",
"file": "tensorflow/lite/kernels/batch_matmul.cc"
},
"digest": {
"length": 286.0,
"function_hash": "34580742445152361557194151438061615577"
},
"deprecated": false,
"id": "CVE-2020-15211-0cb9236f",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/micro/kernels/quantize.cc"
},
"digest": {
"length": 1441.0,
"function_hash": "269069974851539681786936037741486867166"
},
"deprecated": false,
"id": "CVE-2020-15211-0cd1f884",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/mirror_pad.cc"
},
"digest": {
"length": 2063.0,
"function_hash": "311236684273754275781004468818342551706"
},
"deprecated": false,
"id": "CVE-2020-15211-0cdafa33",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/conv.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"303645280996884692082539045276135848703",
"301686688071286881228720474336103338481",
"111536601716596510260069504471898779526",
"103563911351861194990333054969643362326",
"140568909357354819231723423586580534794",
"8649205734649819080036389579295184603",
"49073042317278614787427412543643234259",
"16779378278925891348374872235354668139",
"150383523438877779478088944508303410095",
"335014165633123654426426657647085549148",
"314939745706991078900235523650219822217",
"178684961919591481993280091829106632156",
"120749481612117348211099804097372822630",
"92128184404505951678508973650911534410",
"235965924916843624374018014252900709230",
"252986208387631744981312312447316033752",
"234550270828395593066931947890730248299",
"1059232463347974925031211067321568689",
"185020529794955569660790216511362870989",
"841913594907476559137666431549098937",
"15751680977249734428379145751932719591",
"293577980947410778242780441648682374932",
"268500477551929392693639931435419777502",
"98295170240986879380246342509157562467",
"265140436805234756781988644814445098651",
"117988759060878858704235920372914859703",
"224754540692391299026734872884549659823",
"208097637186197654811620392150504054472",
"179297852893905476897519385911508450184",
"213500711627105230117706079918963050172",
"119952515146586651328152485886618069247",
"192469361962814124832221774626986380788",
"316156333871358322043275997002461679449",
"14507478857687453435114945886883672354",
"24977062206600827186239697307578636941",
"117528741199329351570309258641322432685",
"319316269515876015436565886704995655383",
"156687682326493173353631037816741289520",
"268739249408719294595216650443443925353",
"57586793403077076962845073533752092448",
"97575176078445956864540639967132704691",
"45109401259076381549777202839895819951",
"214395320902010666678486287832299477940",
"193705689400525537270629642683585449930",
"329030482744065479052291403478679012913",
"301070363812764518361446411479863104961",
"41321699905221833587855799895165154784",
"309621849260409468308898915157642382471",
"305055278261790720729836021429841729232",
"245400044068168284329209705824681760951",
"180764785175995326611515808460697242844",
"190488351124360863060426919769671515384",
"303461158933516654813221032396610140696",
"329461939641806040066224577819369217828",
"199119823819537707467891188736423464208",
"290859651807784521746452646852794451219",
"53396668077485589156546053621225632059",
"208672053027324440246824001307033633541",
"70087639026415924106733689331017170667",
"159710482737796701131978967290458474938",
"298924289241994482662966543011040324286",
"38974233513624008273234837700787500641",
"45653252377026318873925743608417523959",
"44886437616796175795285409093792962828",
"22788095089430813555366020778641401766",
"81466978512828564858870589009259439735",
"12462840019147436939247313518018399638",
"75407180318704451699303769443305508093",
"194795357716031016720072578844110217036",
"316333197188126476302769972898908451446",
"38195719501440730462252432203227088194",
"148994939106113066741343263593542518754",
"104883007260764579669074729608599832458",
"87671960812323729677867555775728679480",
"292113037720570152967697964330600243691",
"106622687789168592201319936444099104582",
"96083318148036874700255877470778910934",
"238669003033487890037614240435366502523",
"20074018496715851602472418743772719116",
"86319214751056573580050640941929850205",
"329461939641806040066224577819369217828",
"306860540064897533039077759824188347509",
"279427863391610271045475066340308167116",
"79124623112014249843543729869258621826",
"3821055364097975643348566910536235506",
"75407180318704451699303769443305508093",
"284085218837541740722830482934101026150",
"8498222522585172581286136035146138521",
"167172741967713158946924914642487557420",
"196558770326062139945277340225058235700",
"193770373619704308150242820184990021670",
"145859980883298501719292071650532469944",
"25801395336099178419658018885634058405",
"253339445113231443287872848220509488855",
"198505277463482808270607837518615016539",
"83670043412887910683256529799190440743",
"146303317443756123905073428318705586809",
"115543267417071015940693054285472091662",
"334685299880949211303996761344474451877",
"23095456559245569346192507097963157755",
"149017146048062657172502253227487131719",
"62236702146727985127072567386464206148",
"120083154325632397146133418032688877500",
"295546973950887686314550637791330799223",
"253754189253615350602023714988989130191",
"14001706810882826589294262240147074979",
"17831819876478874610980165386623498876",
"313957749960523310730391471703939202509",
"273773271145871572966442574100685385810"
]
},
"deprecated": false,
"id": "CVE-2020-15211-0d3faa3d",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/ceil.cc"
},
"digest": {
"length": 441.0,
"function_hash": "157741442362831332008964772180749452904"
},
"deprecated": false,
"id": "CVE-2020-15211-0d63f51d",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Rfft2dHelper",
"file": "tensorflow/lite/kernels/rfft2d.cc"
},
"digest": {
"length": 1751.0,
"function_hash": "19908301520528011867468278053280034939"
},
"deprecated": false,
"id": "CVE-2020-15211-0e99b40e",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/micro/kernels/ceil.cc"
},
"digest": {
"length": 647.0,
"function_hash": "237750292454627139733575035391266929006"
},
"deprecated": false,
"id": "CVE-2020-15211-10c3e202",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/hashtable/hashtable_size.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"137417360508946199438291800441355827278",
"172471030006364797380198846861369548343",
"270157697710125781127420018464064410484",
"270742487082004324440189223683671183165",
"340010705485838652780768678733460023844",
"185671037649877640844564519674301611116",
"228597779894054020698062377131324252298",
"202865994144460373883740918169704094108",
"304858167980273909065063264882427311038",
"325124692401161836215972480310281261467",
"177092086190765387439287566732543772164",
"145625836725490470744966078688995917031",
"157682817686618563595680992770149417480",
"337536570105000337657932396143607752526",
"270851705558788801124842450551041944596",
"238578688384196688779596315537697530326",
"286790670949448419029304644308367404330"
]
},
"deprecated": false,
"id": "CVE-2020-15211-10f212cc",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/reverse_sequence.cc"
},
"digest": {
"length": 1038.0,
"function_hash": "11924018994628561004046479400323135369"
},
"deprecated": false,
"id": "CVE-2020-15211-11655b83",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "NonMaxSuppressionSingleClassHelper",
"file": "tensorflow/lite/kernels/detection_postprocess.cc"
},
"digest": {
"length": 1501.0,
"function_hash": "330374466385001667514801007100449548375"
},
"deprecated": false,
"id": "CVE-2020-15211-11e80bef",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "SimpleStatefulOp::Invoke",
"file": "tensorflow/lite/micro/test_helpers.cc"
},
"digest": {
"length": 952.0,
"function_hash": "165698546347960822571589060225380965468"
},
"deprecated": false,
"id": "CVE-2020-15211-123a22be",
"source": "https://github.com/tensorflow/tensorflow/commit/cd31fd0ce0449a9e0f83dcad08d6ed7f1d6bef3f",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/activations.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"78493533800843794938906445469993477686",
"226023682988220170190223884997923659296",
"92716543661474032394014421255615969089",
"57067311578699397525612499192347838966",
"73011774484775088268342316518986239751",
"174585228099244266275165253010375270214",
"52162678541822615545130412850253941489",
"186941204939538251989058626547416666500",
"157984546039265737614374627597701253771"
]
},
"deprecated": false,
"id": "CVE-2020-15211-1246203e",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "CheckInputTensorDimensions",
"file": "tensorflow/lite/kernels/unidirectional_sequence_lstm.cc"
},
"digest": {
"length": 5632.0,
"function_hash": "298477618552477615762951027722629216654"
},
"deprecated": false,
"id": "CVE-2020-15211-1260b818",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/gather_nd.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"307488338647938030930296165931263217089",
"843609592838413108965787811088601707",
"266550838262194032825939172281656397656",
"241956385736814359231895991016980564492",
"217400205950866173463289834406613297664",
"252286854962784668147659934743844891374",
"124610859592984810900186046898054550328",
"64690675059680671848493981496785922707",
"228872187046402695405483531506749749254",
"310767484973418694827135816755870073471",
"158974863509473669540308360585597861536",
"248454322812305680608419187918472889495"
]
},
"deprecated": false,
"id": "CVE-2020-15211-133a70b2",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/comparisons.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"8572649548655551774787987632357932785",
"54881797118826552007804338571973819472",
"296893476122058831836341777361052716166",
"176739125933765486698693644454572697344",
"259145403472983049279208762177695714749",
"281346801127405416590342548133094404922",
"287610887282782936088886896161821010410",
"4822091928577071493282075634759015234",
"89302394945954274256219078974182417862",
"118639937905398504664503221518120193097",
"126273263881094282380383436862292117001",
"151191323562863237740768506151167177777",
"48145662018625460818524263062157427067",
"127450214779724560742818661631258604765",
"200346643907513513102833666767560813536",
"118639937905398504664503221518120193097",
"126273263881094282380383436862292117001",
"151191323562863237740768506151167177777",
"301872154804560481495583456439240132811",
"9451056864382966314589584893849213301",
"53826448075281105258442015806245565220",
"118639937905398504664503221518120193097",
"126273263881094282380383436862292117001",
"177039230859901601274591958892737241409",
"269758813783376949219235450115040760279",
"206294609757203508721164435964225555696",
"87669154426111158826072134216086664272",
"118639937905398504664503221518120193097",
"126273263881094282380383436862292117001",
"177039230859901601274591958892737241409",
"88166273916155560297247336446432421900",
"251250612869084377352647746386876070264",
"233703531599916562316543895096172781749",
"118639937905398504664503221518120193097",
"126273263881094282380383436862292117001",
"177039230859901601274591958892737241409",
"270562720161787047275525950982431009736",
"136466319452703992006497680157241061994",
"221242197322426905782555898069572245102",
"118639937905398504664503221518120193097",
"126273263881094282380383436862292117001",
"177039230859901601274591958892737241409"
]
},
"deprecated": false,
"id": "CVE-2020-15211-137bc4a8",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/bidirectional_sequence_lstm.cc"
},
"digest": {
"length": 8251.0,
"function_hash": "219331733238202824343449238475538675041"
},
"deprecated": false,
"id": "CVE-2020-15211-138dc49b",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/split_v.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"20744703251255503561343791763410335227",
"209529441598911976119050469739888954162",
"270386184163660923510726196523954639009",
"193070290169350388611688793432179817963",
"153742551215408092538266987720462630389",
"310635946779152616812363801686145512950",
"156614965171696689189944062028943074582",
"212340099018494434225614679962010592965",
"223028414081223216746208868139686899536",
"273714580231971900371688658540305286178",
"117174743122910130110397485125504336277",
"258938459838342279146381872355860633177"
]
},
"deprecated": false,
"id": "CVE-2020-15211-143ee8b9",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/experimental/delegates/coreml/builders/convolution_op_builder.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"70610387819705247817189136107857208109",
"102309842746665411483812273463660990703",
"328351093085247725917056115564168446684",
"308241435105293170843639970578968029569"
]
},
"deprecated": false,
"id": "CVE-2020-15211-14ab209f",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/if.cc"
},
"digest": {
"length": 2044.0,
"function_hash": "238850786446333367670087722395642586517"
},
"deprecated": false,
"id": "CVE-2020-15211-14b098ab",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/slice.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"270035610156602722782651466653013876925",
"123978171321408538937067832670384343171",
"320631998369525343982367709221623518190",
"226474013294437690383470556673622452831",
"92197397491079038831667405998467151689",
"248503197948850114158974137932388085711",
"141359790246459467669708077552984840739",
"63143896302103496254735865471934775938",
"105747432295830768469298116999656375456",
"295575832638471171757859127378338193355",
"226474013294437690383470556673622452831",
"131023414250559310806183883691713740193",
"249672397363917627173571259592320103447",
"28164674613799431854141744558371986168"
]
},
"deprecated": false,
"id": "CVE-2020-15211-155722dc",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/micro/kernels/svdf.cc"
},
"digest": {
"length": 3854.0,
"function_hash": "4954752218516387218117232274741112688"
},
"deprecated": false,
"id": "CVE-2020-15211-156572d8",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/reverse.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"213896990270458394038377377914114473075",
"48346600715190602067861333913464780101",
"126735182219622664570530770186608663234",
"69854960161840191168150033938192852903",
"192103110107753188087411663540194072895",
"176556687997370731534095992017885909876",
"317426942743224138797188500978248390780",
"152533878109773033105811117708923948863",
"103246315446024615589818147123254586623",
"136531856267133991189468348497074342132",
"250872185501315507926296569154489867604",
"43662631213550658449468724709828638784",
"329029688250424560900750330039880698923",
"140528000886923870551881681272736074726",
"203173239359048960355515793652572462525",
"253847136652917449380751162933904132292",
"192129997958129130346449202185467357596",
"233845850654295914366073868430036959147"
]
},
"deprecated": false,
"id": "CVE-2020-15211-157c90e9",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/embedding_lookup_sparse.cc"
},
"digest": {
"length": 2443.0,
"function_hash": "88863458866589520886935391960131152121"
},
"deprecated": false,
"id": "CVE-2020-15211-15f33eb6",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "PrepareHashtable",
"file": "tensorflow/lite/kernels/hashtable/hashtable.cc"
},
"digest": {
"length": 773.0,
"function_hash": "299939400595609245204475019351070965824"
},
"deprecated": false,
"id": "CVE-2020-15211-1632af0c",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "CalculateArithmeticOpData",
"file": "tensorflow/lite/micro/kernels/tanh.cc"
},
"digest": {
"length": 843.0,
"function_hash": "334139882250099091674865752379317081156"
},
"deprecated": false,
"id": "CVE-2020-15211-174e1c89",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/experimental/microfrontend/audio_microfrontend.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"224454951342299146196181099486707289808",
"200555746427321667607978274566038575095",
"78552574958759815305168688272278527983",
"151449576038748781475457696152955439796",
"41440353387892797204546603168989109979",
"193310893557109825485242581312642471840",
"150474311312518929699470583884075675394",
"97241436670076850438995597292189903818",
"331846356402587514055622778332706097809",
"273714143317945511748369307632539358017"
]
},
"deprecated": false,
"id": "CVE-2020-15211-17774116",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/sub.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"61627746566164358883845871757920880590",
"54881797118826552007804338571973819472",
"296893476122058831836341777361052716166",
"187832961012464724533542946034913885023",
"16099533281559541532603985076489312873",
"127696110856954600262322287681322445224",
"53491596973269480488268580659651732912",
"338953335446829835045251394621477097120",
"9526258670522567792807866793104476113",
"18954704870414993666280551633482188799",
"153288721877978886226355666557472305052",
"318829725854123622834172000445276464987"
]
},
"deprecated": false,
"id": "CVE-2020-15211-17cfb98b",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/reverse_sequence.cc"
},
"digest": {
"length": 730.0,
"function_hash": "319961906491550735533229757126760370973"
},
"deprecated": false,
"id": "CVE-2020-15211-18045da8",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/l2norm.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"296989966973774693329416726946262068788",
"200555746427321667607978274566038575095",
"53101681613465353058386352971584778917",
"76947529752257753365526035018672070284",
"142279208077412000493090573247492025119",
"63143896302103496254735865471934775938",
"124386178872804450910741705431770324588",
"239401883958645660696457337469186389181",
"210547310421096565375045622726457021419",
"41099009166395691287958625715307740582"
]
},
"deprecated": false,
"id": "CVE-2020-15211-18d8d7c4",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "LogSoftmaxPrepare",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 1402.0,
"function_hash": "238434202929827489137920672487875525600"
},
"deprecated": false,
"id": "CVE-2020-15211-191545a6",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/zeros_like.cc"
},
"digest": {
"length": 369.0,
"function_hash": "334955051855788187328448766983855452937"
},
"deprecated": false,
"id": "CVE-2020-15211-194cf9d1",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "LogSoftmaxEval",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 1809.0,
"function_hash": "263113223584448447738250054970491118917"
},
"deprecated": false,
"id": "CVE-2020-15211-19ad76fe",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/l2norm.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"248254833796004057667528755832089530410",
"200555746427321667607978274566038575095",
"53101681613465353058386352971584778917",
"76947529752257753365526035018672070284",
"142279208077412000493090573247492025119"
]
},
"deprecated": false,
"id": "CVE-2020-15211-19dc47de",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/elementwise.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"217481744278100604781502220604608174901",
"146996657130394864125992714077519153412",
"137153332297193888019059094943592574485",
"289578733611997220707690199764210248393",
"222481199627809967877977591078328353662",
"93240702657497342155189762290135063810",
"46327166974477749041176251986756992433",
"202326951002590840057621253538924802786",
"310282132700563340315626058676048782426",
"196572358044586711535660548090061014505"
]
},
"deprecated": false,
"id": "CVE-2020-15211-1a9dcfca",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "GenericPrepare",
"file": "tensorflow/lite/kernels/pooling.cc"
},
"digest": {
"length": 1396.0,
"function_hash": "65151543751410043034522121797151085837"
},
"deprecated": false,
"id": "CVE-2020-15211-1bb19dce",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "PopulateQuantizedLstmParams8x8_16",
"file": "tensorflow/lite/kernels/lstm.cc"
},
"digest": {
"length": 7316.0,
"function_hash": "281289981393618096095769456079408427964"
},
"deprecated": false,
"id": "CVE-2020-15211-1c1df9fa",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "AddOpRegistration",
"file": "tensorflow/lite/delegates/delegate_test.cc"
},
"digest": {
"length": 1347.0,
"function_hash": "320957244205142044526605757969681247073"
},
"deprecated": false,
"id": "CVE-2020-15211-1cb93523",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/lstm.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"151762185194002465120670946998834611730",
"297694562618440969640610376594586275772",
"247929748647849904469990067215871076900",
"1775622364495342684546028850841028826",
"212065701554196142041715806484189434391",
"26880345731857748598812880716791295898",
"225561809624921278413662261708377688409",
"323463895407127552136368420971569863729",
"54156127604013636863998388042898237326",
"44967853419902742057549409959726961670",
"202327108643337911154214455452976686696",
"179033552859235306540953133141787757494",
"191869347805979168632668480673287624924",
"306271618213069727969175782319896843334",
"84818593098277926149999780748418385253",
"199836786434118036874480171916314028977",
"132870341613714305311513585986275329493",
"274379160307779465534477443976163087050",
"25006277727715068296789999765804546321",
"117350136910595998335015427171991590287",
"22565033342826807521475190180894045924",
"269133599950257069023328152338942770122",
"75277882758065393713639005314468543212",
"92965620108493913158484538769175391883",
"74084615673089741134869796343371833201",
"266668847306558319520491996771158159559",
"76465025748268644534626688367298948466",
"117298110290288569756443893406257934004",
"110156236910485475754766983234193864774",
"264258165809967256309203104103986332022",
"164412770089891571591664459178579974859",
"14754388986347717521716532762009847521",
"196993137073704598857655715549938572059",
"295831986378446262929125465012901663350",
"229323274307850689037489488872281833866",
"323463895407127552136368420971569863729",
"54156127604013636863998388042898237326",
"44967853419902742057549409959726961670",
"202327108643337911154214455452976686696",
"179033552859235306540953133141787757494",
"191869347805979168632668480673287624924",
"306271618213069727969175782319896843334",
"84818593098277926149999780748418385253",
"199836786434118036874480171916314028977",
"132870341613714305311513585986275329493",
"274379160307779465534477443976163087050",
"25006277727715068296789999765804546321",
"117350136910595998335015427171991590287",
"22565033342826807521475190180894045924",
"269133599950257069023328152338942770122",
"75277882758065393713639005314468543212",
"92965620108493913158484538769175391883",
"253599696223849413449022554008371945197",
"201570932830180881552435001050922255076",
"150361483312987942809559907313066432748",
"326411444940597821487862306369980594263",
"295011069535206871927734008042365599735",
"106770984968961327144378133299403981919",
"295954342566018250848938766467414908053",
"230107205439542712845891449279301044106",
"220291335157996601065603632347315795405",
"212401584345227413118200269476417562403",
"253451900605304724049392976188441768958",
"259761162545131834171489085718383510931",
"89670048338318954665886172781774764061",
"201697437293168325512947646429723410274",
"219476781408142004888245221762282025069",
"29835843784908698103225490613662007477",
"41227909109450198278954169741354211511",
"14145805151082641800783636951452180128",
"38952043505249150375975204588050278628",
"177116438144432415128642776046191396859",
"325158260076789308533891171800733537754",
"131910171369849353628391754548753809914",
"236815897656171666760037112314090744686",
"94734827938873641145396620019077954613",
"294698255388403232189464915330414812215",
"333880907589762530428064389111297109506",
"5295821613596657900495960534901067542",
"20331731563922721257855282036355852100",
"150509940776829945626958692196719293920",
"253063459152648202267582351352429402852",
"270534981391424069368596810544400349419",
"171820795467907047083535055517579389818",
"106590205213084505300178172075779207277",
"313330302974284610609866571192546605869",
"196547815248694024137429642485087237057",
"11213388635380942722178357435809307978",
"233870231852861246490902086603804378851",
"158105466473444507489770065163855571643",
"22859418717704085260588640780520871858",
"95183495306208267521374956915762685171",
"77031211857118375274612156583836235168",
"159358342729759383580221651362170183978",
"266888212791237689284698014375633015492",
"268771129116052155009133327707760492768",
"187039342148031265132288805238125653110",
"255068052775526992238757592959414546259",
"226796073033938209393539739826419223592",
"24628686349448708610307238048267214691",
"93012633279100837857648730366780331176",
"178671960367125550590080867612027940258",
"278645654518232876868362323939300447916",
"97744762292857989284393367282963928565",
"58022151792479861251426787811012705902",
"54156127604013636863998388042898237326",
"44967853419902742057549409959726961670",
"202327108643337911154214455452976686696",
"179033552859235306540953133141787757494",
"191869347805979168632668480673287624924",
"306271618213069727969175782319896843334",
"84818593098277926149999780748418385253",
"199836786434118036874480171916314028977",
"132870341613714305311513585986275329493",
"274379160307779465534477443976163087050",
"25006277727715068296789999765804546321",
"117350136910595998335015427171991590287",
"22565033342826807521475190180894045924",
"234642346873749743765279004934791815745",
"11512407483576344649677423543612884152",
"126096882142403345818346422289861455562",
"332949986143418389129929344678140246157",
"302804359567291316371755881359381624702",
"232030750199916550307164148754629292429",
"159502154490905159807249745586900580100",
"70183997098862686560156828813335967183",
"339728464791515806241305402356864389975",
"337400630284906122155397844324653199048",
"179135369236342060179539000690535988756",
"317643239836793836884432450945743762957",
"264109540977025307505937080487681035532",
"110580681849272966527553532867921874543",
"123863542792308469630689386488377220073",
"36965098177731408611765649877683073666",
"178070618058581703871424272461153888543",
"55038929659942002544546086379060564552",
"52924228005653558634538284917887468269",
"148020998533155779275803323577506358788",
"231161637355627663074960699557009396080",
"192295924108364237578581019074125794810",
"70316858009994384606719690917245074456",
"4331957243528344063687349066358365983",
"62864891828206492074433401598859742137",
"194418111683691750191709565603376888212",
"183686139473351706285588407185514507820",
"178514058118504006352598627330503394882",
"241188855648458188888726529277526374416",
"259149201659172627632036999223590258530",
"273060336006787999801682834652322837618",
"165584010365565572023603157767281021718",
"165945706348332601107961228445572131304",
"267177021422182783156436259721392757819",
"273164888480220288947021150461294505366",
"315734551832121622152078899592492785265",
"214065643158359928518404357122367305306",
"177366118843359204916448654192685049055",
"336792750212855746449968654413972851366",
"272752520254790937198567621209935140373",
"149334843775939018367543290856263257422",
"99575408564203811627312284667524074472",
"153975031152706652197277084390006886091",
"119632723614009862866362519371062136360",
"7473064890124357887245892480039349337",
"223767023634979223718365215089086374948",
"27664936136044120585887363697494794033",
"58869023756623059522539586106622370528",
"280182648248744737654551032179330107985",
"23350754240959643373337497365087661143",
"302497118188457533002772298632392644017",
"129232358838099892577612970296905856500",
"65277923758313600200494765331037628976",
"170215295618196361005206593154790171294",
"59166014082113323372875865480549547515",
"219568792744018619529006404011355800903",
"36424552586857841507692582086564174017",
"299667303931225148926534213533934946074",
"171170463668835137550953289297694316204",
"168697296579540925965878585557292943335",
"193541333051761137030034659943958014497",
"38522979664248485732440739213683501287",
"3060311615139866449703895000137929732",
"318561291351149416516138790880160419216",
"338139239716071354256358122976383580400",
"255704676323115963200387952680675022984",
"67216490633184666527357370244020533986",
"140471803114418365391648957968085934178",
"184714671789741297534663630482510056523",
"317361772759384554414117266371229057180",
"185117558782453275173816391119252497403",
"56536423066477092650213620921871300070",
"154243725202563200419339731426913408709",
"224203535777680411494729127082751272044",
"279888023595506936500976424984990708576",
"238983871716308992990194717931832478444",
"102430925407630804967719214185367538978",
"206078161812555349070571751798164117282",
"116790340267890457595549019356032804681",
"6530149468761554005566952479554437705",
"228140418859316843368631335437736166990",
"289145983350306989534232020150778877208",
"12507684292346694883250431926101253601",
"116790340267890457595549019356032804681",
"312197274779934410073968923364907367442",
"144312968445625819547824972561525326695",
"7183898164499894114134172118638922482",
"286994266041126659207804902968667076997",
"1616368411044983861980195963586804065",
"334715929907722683027800036527237004753",
"323463895407127552136368420971569863729",
"54156127604013636863998388042898237326",
"44967853419902742057549409959726961670",
"202327108643337911154214455452976686696",
"179033552859235306540953133141787757494",
"191869347805979168632668480673287624924",
"306271618213069727969175782319896843334",
"84818593098277926149999780748418385253",
"199836786434118036874480171916314028977",
"132870341613714305311513585986275329493",
"274379160307779465534477443976163087050",
"25006277727715068296789999765804546321",
"117350136910595998335015427171991590287",
"22565033342826807521475190180894045924",
"269133599950257069023328152338942770122",
"75277882758065393713639005314468543212",
"92965620108493913158484538769175391883",
"253599696223849413449022554008371945197",
"201570932830180881552435001050922255076",
"150361483312987942809559907313066432748",
"326411444940597821487862306369980594263",
"295011069535206871927734008042365599735",
"106770984968961327144378133299403981919",
"295954342566018250848938766467414908053",
"230107205439542712845891449279301044106",
"220291335157996601065603632347315795405",
"212771060144403244025704869041369607643",
"263638699499315865354905850107138853142",
"313069907581530095488727483806079824828",
"154768845017935208318792369994391927850",
"144220494129010634732431029850979578890",
"152241595340482012872401198633072893177",
"158473851147666159138249060767141515213",
"224545769212127009650098638732213340794",
"235890378029628622539690710472973663040",
"165855189191874390658379290238065312477",
"323845930024020317790206821274513889755",
"165070190584992771174421962362408073809",
"305301144875555680674280929074662759817",
"229885859003663468890786740450893023211",
"329786825917460692061491570542650109005",
"34051301556549606248070588410560302985",
"11582879484888449387354666521366080417",
"110169674069387866434138414757942787127",
"305786104320164872593660380318102455910",
"263568981164908803285992660401658723167",
"94271483508050172209563507279083663437",
"178448796477226764901353020371270725954",
"306802642528131753853537143677232197679",
"67402108400052761355753519974817031432",
"99211943065042486590761669202587119173",
"243959563536631328455943104307288968531",
"110169674069387866434138414757942787127",
"305786104320164872593660380318102455910",
"263568981164908803285992660401658723167",
"255754889224978538374994317730372400516",
"113194437876631418137043136264003548244",
"286939667477085349380328268512471722331",
"309327852354860007825762378713090209815",
"202355154901789509741197908543958236092",
"320341172566139866547867755769703454701",
"167466601936141463050908224705738198491",
"327120723064133967923679562471171299131",
"132807468383045961462224531820631157189",
"167537992511351651387829452353591922042",
"225488963705734705328289672902733879741",
"131545984556967827724347093407231360990",
"111957581657237906902205470362717700510",
"54926873214560722559912404604623001475",
"30801866567298837899503018955081930784",
"214404471557641269943287355022379175040",
"154744459856268592086181158269024032181",
"171538450689777577199761507636323498288",
"105292444691079212064817979032227039604",
"280975161482781165576877926550595554186",
"104362967442947898805239985271467071261",
"229534369050728102435364174971427019792",
"204026951978193374838234999888687726917",
"16600766684326798464252983473689111379",
"2111377917897889990586999786835395235",
"132807468383045961462224531820631157189",
"167537992511351651387829452353591922042",
"225488963705734705328289672902733879741",
"236889378299890945338391451362905319055",
"166736729842953619933739074553097955657",
"62207245003044134885866331312498925454",
"171538450689777577199761507636323498288",
"105292444691079212064817979032227039604",
"189098170485855993298962940052771862734",
"50369583701703580724149707575262910823",
"279206732334731373022578585940727801890"
]
},
"deprecated": false,
"id": "CVE-2020-15211-1ce02bb5",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/scatter_nd.cc"
},
"digest": {
"length": 1319.0,
"function_hash": "317398920005296765424242724501270761878"
},
"deprecated": false,
"id": "CVE-2020-15211-1d7799f4",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "ResizeOutput",
"file": "tensorflow/lite/kernels/reshape.cc"
},
"digest": {
"length": 744.0,
"function_hash": "280261281729044753776902637900303463580"
},
"deprecated": false,
"id": "CVE-2020-15211-1da10d1a",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/micro/kernels/round.cc"
},
"digest": {
"length": 647.0,
"function_hash": "237750292454627139733575035391266929006"
},
"deprecated": false,
"id": "CVE-2020-15211-1db8d0d8",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "OkOpRegistration",
"file": "tensorflow/lite/interpreter_test.cc"
},
"digest": {
"length": 457.0,
"function_hash": "222634541432198579149590595250656028432"
},
"deprecated": false,
"id": "CVE-2020-15211-1dfe26b4",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/hashtable/hashtable_import.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"157811099783731761825703404813944548294",
"138099058829114113221622595682156403141",
"337990566543415905575686049985003718302",
"270742487082004324440189223683671183165",
"340010705485838652780768678733460023844",
"160674259539656342184411139284827325928",
"19496132956967325048834542099734680667",
"273593237518634340270441818328747095564",
"132229404575179940667858498872500385631",
"43026097088011388768796135096364219416",
"99933052814250459426540769110108017202",
"302813236387852032885417251939507258865",
"276277816304547618285143151036533276279",
"210186189467645034143851600026853311517",
"7140940198249290216096142054894743848",
"62669196804214809382404463523798265088",
"111960794117792773718213665470589683957",
"226460737568360301989440713442792242927"
]
},
"deprecated": false,
"id": "CVE-2020-15211-1f478227",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/reverse.cc"
},
"digest": {
"length": 1711.0,
"function_hash": "303602836181236903595257113340168015562"
},
"deprecated": false,
"id": "CVE-2020-15211-1ffa49ee",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/lstm.cc"
},
"digest": {
"length": 3303.0,
"function_hash": "173832735898863994090206104872427375279"
},
"deprecated": false,
"id": "CVE-2020-15211-20108d74",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/ceil.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"277737628912583569988443203588060377755",
"163263236444005296094121881118105993275",
"95386635520775630301542962229381021034",
"131067902285656996155888469406081662814",
"165313633414302939543331743454255197869",
"22368741010827330060886212715734018660",
"276428046952254703091023347300864320878",
"209924399353679008251264417715878267846",
"277033412039654421020003496459294099570",
"246128226230082757882398460645389092092"
]
},
"deprecated": false,
"id": "CVE-2020-15211-201e3309",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "SimpleOpEval",
"file": "tensorflow/lite/profiling/profile_summarizer_test.cc"
},
"digest": {
"length": 338.0,
"function_hash": "309352126883500995906386346758534232738"
},
"deprecated": false,
"id": "CVE-2020-15211-20ea4646",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/non_max_suppression.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"219539597358264339958200470849005339555",
"196900750126259119096474224302297522014",
"266107414527733912392603035234944750294",
"298407985929055186349024474736095492403",
"114269736763827789410878002911800891965",
"296453027221797416021538591897776299040",
"286959148073804216132811522138296542573",
"29867473091239802127417100340146997657",
"317621834487128464377865197505749294522",
"335955322220868149153727870931892605270",
"214306887208278675217963999153336517406",
"111490596211963930773922164297175733314",
"28035096459905650438849584703131038711",
"253304572584857531695544058711921171359",
"163392448924019066971129074068351837889",
"78057743956893519656397724934687741765",
"188889675045766266861390985589623569556",
"300197639862077310811142345002785566399",
"286022840955042130747651921270351974364",
"260499703148734860037243157748440440926",
"114433120970188703875114396626567665004",
"197961303064010865659023855333045259772",
"214493002084796530157087273284453527677",
"256390104830508743905782632833424897033",
"59708016039060934031442835744276812879",
"320452685527201910546516098238952331752",
"5038198929340994236690644705134271397",
"327500744295689390320423539172557267924",
"95470910749419574841671105201752190338",
"83333730620161525910745233902168550151",
"268584778966859900334647342685029429206",
"143030902414772296968742864852748453271",
"195833687862331234178323851817063280690",
"293591523081397243534961438634265697181",
"264364445598489535196545639902106142361",
"197361035846236264335068254940787825823",
"177898557770527000966830884154074006024",
"74537200392150492860615074371818459569",
"243680408199323846679694398587010697613",
"236866669809300213590781588385449167789",
"132704042246799017721373236601069651875",
"135442892442697008966626501769065923472",
"295094787057508699492325605824979345903",
"160267953291407556397602173065032300861",
"327364431694884391471801597234135979203",
"253288673571736946415949445709327176628",
"90839564259535608350318076557936032644",
"80418018850982997131172227694165892280",
"68538506446770176187690780029401211639",
"265772170064120616244072023476426881934",
"81767572530267777722279200164401955661",
"205327028453334411571443308647069022441",
"91695064557471076090008690275894136947",
"273827338715192228219255599565406072353",
"172465135060850679238297811885370152128",
"284748721885553825071233092496588352984",
"177509668300661553724808581211254814507",
"207723844751707648485216322200811467307",
"172217645074344889042087950237600437344",
"249793448534111118429977601714702680429",
"186842327615336935943192024348768580228",
"290445911688121642514241718682679304455",
"49596120705262506704262598155722392597",
"290324364231041096131735732976054310949",
"227078526055913813285438059377269854175",
"317495791513385438354316472815115197513",
"218855857563699446968638015595090341079",
"95857020118864194482301172208987197414",
"144607655717631438069310142796572419252",
"1966642050640738693747449590489008796",
"194471968462233481830383732119751650150",
"63613323036790060165148044439587779979",
"311886534527883763428957195806962992446",
"334532820932335334131062431307006845750",
"25442965371576896572955482133238935763",
"296022326632880789515335211735356938489",
"301569108618319654184134434247318400715",
"70970287700738744788637854319425845361",
"68279558988305993082314507335031180183",
"313246857136600964450217236790362931363",
"270427676517567590473250582387228976242",
"78867336709593534415741154968560007522",
"274513173296717506216156632843436282743",
"287336748995731012488805343457098486014",
"333903226747826837718340078964396002059",
"51681346929415897193746724860588377606"
]
},
"deprecated": false,
"id": "CVE-2020-15211-212e9716",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/add.cc"
},
"digest": {
"length": 842.0,
"function_hash": "176450982144361579319007968326159386288"
},
"deprecated": false,
"id": "CVE-2020-15211-216ecc3a",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/test_helpers.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"83137539636586227840194485584084135772",
"27563229239307688743626221697323688567",
"27519099566492944116054348318452618867",
"286991533885896526131795640612086228769",
"4600928254268218482653316400481656371",
"89548007207159603619968825191597200715",
"266960864800678459585875335340533548352",
"37027477189413845300826014699957344483",
"195237729526064883399929611172633157356",
"50939854871995970261480753153233403081",
"148539025203192552973112141694012037635",
"108359951989260761628892505699937508453",
"102536504831891149969136264484969601990",
"13004682673441408052647494234666736206",
"272097409665344645187835009834861310073",
"129108127297442214209237924568840942219",
"262963606553527696716774656038198780720",
"115367116157492869626135458704474746774",
"180564989410122471645795980339051644112",
"121876495610477497820642206615156461788",
"129756839852812431196592126557482299921",
"26305494813581021003366903018813043271"
]
},
"deprecated": false,
"id": "CVE-2020-15211-2198cd30",
"source": "https://github.com/tensorflow/tensorflow/commit/cd31fd0ce0449a9e0f83dcad08d6ed7f1d6bef3f",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "ComparisonPrepareCommon",
"file": "tensorflow/lite/kernels/comparisons.cc"
},
"digest": {
"length": 730.0,
"function_hash": "7930090532884274007265103290545226525"
},
"deprecated": false,
"id": "CVE-2020-15211-230d5901",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/resize_nearest_neighbor.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"213896990270458394038377377914114473075",
"256538298495029015849203373753215552194",
"147530268039795639503276983418664186053",
"232575145842620638246944554818515871208",
"248137577517265879074093270744363480043",
"102810155716544760935123198179487432129",
"66146764440709658347275069500447966650",
"189963021159963256727306306106276587651",
"182440832947576897048188399979019515291",
"109846426091743996988804220474653333043",
"17380015279085928759898031018414427355",
"163639572064431541623339012078142112496"
]
},
"deprecated": false,
"id": "CVE-2020-15211-23a29091",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/transpose_conv.cc"
},
"digest": {
"length": 2869.0,
"function_hash": "61028778920122006941909644586960792513"
},
"deprecated": false,
"id": "CVE-2020-15211-23c993f4",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/micro/kernels/conv.cc"
},
"digest": {
"length": 1826.0,
"function_hash": "252946118030708946747109611566053935010"
},
"deprecated": false,
"id": "CVE-2020-15211-24d405dc",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/kernel_util.h"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"153164447166579743329953861332404217606",
"146466203719326701858935001415387937994",
"211093815997696835155182448165944366020",
"102210760459908335627134880871537384094",
"95483780969841922263129898476218718119",
"12200608957864183930034596815713388210",
"279169201404810047794638993964417160390",
"187138095634255505744027650588008598223",
"181670523834237176448907649868554126830",
"180479074155733255043688166141416113554",
"331088653877361828339944167578276308732",
"44300881708465404405160780287387857543",
"7474771818215107296175431909608298025",
"295754361616413366977780296805355900989",
"232962079081270550860859880142651144598",
"237296575047783134154291525360876798151",
"40468025033656420142151963032807435998",
"69005436654522562597981656252569596922",
"27901359713430587148585716477457014466",
"30097229442388467288200933581670632552",
"63119422308799564579591637891610948031"
]
},
"deprecated": false,
"id": "CVE-2020-15211-25241491",
"source": "https://github.com/tensorflow/tensorflow/commit/46d5b0852528ddfd614ded79bccc75589f801bd9",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "PopulatePrecomputedZPTimesWeightsWithBias",
"file": "tensorflow/lite/kernels/lstm.cc"
},
"digest": {
"length": 2770.0,
"function_hash": "62408536778451479789903293900092780197"
},
"deprecated": false,
"id": "CVE-2020-15211-25b31ed8",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/embedding_lookup.cc"
},
"digest": {
"length": 728.0,
"function_hash": "173758154204207810489419748651399797370"
},
"deprecated": false,
"id": "CVE-2020-15211-25bf619a",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "SigmoidEval",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 2312.0,
"function_hash": "229745477469212447971386036779246790694"
},
"deprecated": false,
"id": "CVE-2020-15211-26bbb0dd",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/detection_postprocess.cc"
},
"digest": {
"length": 2223.0,
"function_hash": "317534700724229339553980574708407501074"
},
"deprecated": false,
"id": "CVE-2020-15211-26e540dc",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/micro/kernels/dequantize.cc"
},
"digest": {
"length": 1010.0,
"function_hash": "47907997231688987206054017340870767811"
},
"deprecated": false,
"id": "CVE-2020-15211-26ebf405",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EluEval",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 650.0,
"function_hash": "144326986721062621752204876907172462890"
},
"deprecated": false,
"id": "CVE-2020-15211-27049b76",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/pow.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"29717690111615179658576528804048573864",
"113404800597351500782859295064821399026",
"9526258670522567792807866793104476113",
"187832961012464724533542946034913885023",
"43003154577680462800926072323613754468",
"103087810911257663885562503974370899016",
"157213413122835661300955963530250730509",
"204369182343510123690321703078639922346",
"9526258670522567792807866793104476113",
"186463798548909645419184708106544550314",
"144325650896646955185487986316004716537",
"91941894784345901076288186379700605487"
]
},
"deprecated": false,
"id": "CVE-2020-15211-2788d561",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "PrepareMeanOrSum",
"file": "tensorflow/lite/kernels/reduce.cc"
},
"digest": {
"length": 747.0,
"function_hash": "141513847428218273798692153085154140288"
},
"deprecated": false,
"id": "CVE-2020-15211-291a2df1",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/fully_connected.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"18390869736482567649319375086722019814",
"57129064749589929970369399590785646961",
"37339670085292419375483146098445970224",
"269249478429943004421479480536406327525",
"264082502217325769179750222763087105641",
"314595655377616872102494915024389751997",
"12685747440298199646499264961237656439",
"261120423252255492573783097219071622893",
"95229103919505296126742482649868174917",
"309486913346953786250317701939521865977",
"15661261470656268276916737040449439656",
"258488741515327681373802670744977323232",
"203652587034694649573194955700367775741",
"13124554569676858080606564547423665004",
"89974942081021300690388344114232405929",
"327796156925324121851898315875846929439",
"298242413040984768619366275677443423124",
"16356556297958195091299227493480038644",
"279892484381814567593737022851545594420",
"138922336602920497898568134862440383621",
"168300221227587620864049920527576143650",
"116134666408239368877673519559191938453",
"300262140934001151721091487792554889580",
"84543297993306377167287368619998779246",
"277463033803234943161703004055002912787",
"321582277269268319927466247223027460684",
"185047557273140881586099208087986779550",
"215658675663655469109961915495929376870",
"184532888017959275045990318531232555764",
"92035934923734578380997199029601571509",
"290296066759676550752947722832146742384",
"257012136523493855014703670662515844710",
"65581123154516886362834410132311173995",
"83195660844872039538892391224890656286",
"214107491299354699755791965337844897603",
"310690902851639955356635671927660250539",
"1131165090625585064540762486744655485",
"284385200296789537643452975562243164287",
"119135584092974496465173082092754780954",
"183550839470445161626505193350165032909",
"337585321172352409847448093285968912605",
"277143959482123846129186277535511191961",
"191219892095246842014308878243953662999",
"216910307092799404774442092021702393843",
"245451116860714619932230501300293129393",
"36617686639785931341533766072681068896",
"269249478429943004421479480536406327525",
"264082502217325769179750222763087105641",
"314595655377616872102494915024389751997",
"12685747440298199646499264961237656439",
"21086277529239694292591291660881015383",
"37549156469651700254118721228296941697",
"214440366918325033867564320512943526047",
"173053847001973060893206127987584239373",
"142542261999017262648883946944669210430",
"32399190185132996435545492146319027110",
"314714567338402628237092366729988203436",
"189060628827358012788230801427100345618"
]
},
"deprecated": false,
"id": "CVE-2020-15211-29768278",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "PreluPrepare",
"file": "tensorflow/lite/micro/kernels/prelu.cc"
},
"digest": {
"length": 357.0,
"function_hash": "263741795490182463431966030821755124773"
},
"deprecated": false,
"id": "CVE-2020-15211-29f4c31f",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/experimental/kernels/unidirectional_sequence_gru.cc"
},
"digest": {
"length": 969.0,
"function_hash": "128929850412237626386457225913944948518"
},
"deprecated": false,
"id": "CVE-2020-15211-2c77bfa6",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/experimental/microfrontend/audio_microfrontend.cc"
},
"digest": {
"length": 954.0,
"function_hash": "30271268001262908584601362693796359186"
},
"deprecated": false,
"id": "CVE-2020-15211-2d0f622a",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/batch_matmul.cc"
},
"digest": {
"length": 2014.0,
"function_hash": "236413463772382660292734871918889247364"
},
"deprecated": false,
"id": "CVE-2020-15211-2d403689",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/add_n.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"112779890432634116287329267937872369347",
"158525793331646024928643531230104888348",
"282298493107509086308198922103020918300",
"175579052414761843496021395166825756133",
"55020533711432112687446927582381436218",
"140991908372396944618508669631993599702",
"196811255225361455381539771135555488579",
"199095636714636335175385515346133404257",
"90239550024913275036112590318647515326",
"329608072158175170085671624691303932776",
"101003990839053260108490460015514924405",
"173427820885549749906071199326142295634",
"283178511812360090386011285262076276707",
"125181890135377393464071955112568494236",
"306546245581917088091941408175807364459",
"135928893659622674515661491355325198784",
"186104858394743913019149163528379321338",
"77878933156483359917656827831640451857",
"8856056865816849480251385806177382471",
"269989260517367424053478019191034374503"
]
},
"deprecated": false,
"id": "CVE-2020-15211-2df33755",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "TanhPrepare",
"file": "tensorflow/lite/micro/kernels/tanh.cc"
},
"digest": {
"length": 321.0,
"function_hash": "141475639730954674577875430062518992809"
},
"deprecated": false,
"id": "CVE-2020-15211-2dfb9a53",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/depthwise_conv.cc"
},
"digest": {
"length": 5253.0,
"function_hash": "132411098988514677717217851096997834788"
},
"deprecated": false,
"id": "CVE-2020-15211-2e4dd3e1",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/read_variable.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"48123953413877732986186956573398020283",
"52684925523398288046178827746703214307",
"43188277742287225177076126532489660527",
"134550380651418844837677426877603117927",
"132154807414680693395672091309039306861",
"61371555245619618963256904016182100277",
"133246663439599060241207073439382305545",
"203270736769535108661069946834244064636",
"321218495453480683077770866204875900473",
"321631104424398634968382073322401659168",
"262563636938607157136109568575082275377",
"298398601566590019680714803529291470059",
"190345644700313748718673596941568881869",
"253259682773690785770076306165907046665",
"260075645200854698738198002730750876251",
"62281407508666307586454115576263122574",
"306380864493432321749471683172572574633",
"39246089314208199773703621916228432731",
"136858901090080502262812537241338172215"
]
},
"deprecated": false,
"id": "CVE-2020-15211-2ec738ae",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/matrix_diag.cc"
},
"digest": {
"length": 643.0,
"function_hash": "187410430454352404012893529101135638445"
},
"deprecated": false,
"id": "CVE-2020-15211-2f5a9dc2",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/fill.cc"
},
"digest": {
"length": 967.0,
"function_hash": "20723132644475539035063385553194691618"
},
"deprecated": false,
"id": "CVE-2020-15211-2fdde92d",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/mul.cc"
},
"digest": {
"length": 979.0,
"function_hash": "252648825922662328315669186637545012144"
},
"deprecated": false,
"id": "CVE-2020-15211-2ff08f79",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "NonMaxSuppressionMultiClassFastHelper",
"file": "tensorflow/lite/kernels/detection_postprocess.cc"
},
"digest": {
"length": 1870.0,
"function_hash": "4401506971712384202762362646660139739"
},
"deprecated": false,
"id": "CVE-2020-15211-30c42fd8",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/local_response_norm.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"249088084796620942489754786546920864773",
"200555746427321667607978274566038575095",
"156316274475358991223032371184708357602",
"117483022080056692564203763762299532074",
"105239153409025018896236244087468648022",
"244597406268026070958580116883802272542",
"241304987950453551107269144020636904532",
"238151474344701689861838888643015372954",
"9084732270239737739799132475141825557",
"61887354610911176227316981668741170977"
]
},
"deprecated": false,
"id": "CVE-2020-15211-31247741",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EvalImpl",
"file": "tensorflow/lite/kernels/unique.cc"
},
"digest": {
"length": 1073.0,
"function_hash": "271275554276201007801706956201612776053"
},
"deprecated": false,
"id": "CVE-2020-15211-32215b39",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EvalHashtable",
"file": "tensorflow/lite/kernels/hashtable/hashtable.cc"
},
"digest": {
"length": 647.0,
"function_hash": "70712298812906315302550809294075137755"
},
"deprecated": false,
"id": "CVE-2020-15211-32797459",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "PreluPrepare",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 1111.0,
"function_hash": "132934025973489834041982658644665274476"
},
"deprecated": false,
"id": "CVE-2020-15211-32c08a81",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/micro/kernels/split.cc"
},
"digest": {
"length": 207.0,
"function_hash": "27886772513408026804852607688447086111"
},
"deprecated": false,
"id": "CVE-2020-15211-32ebfd27",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/hashtable/hashtable.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"93437517341475487208611867709760789554",
"28423211723730003517206736373206430166",
"285016301678268336450430981572725074817",
"174277860110037970821408677268507252259",
"94050381620425014183076196926841611029",
"283537188100779976211262306322624949681",
"227737710451320263822219873233222376564",
"317477165614006585141710499409645472386",
"68497795375124687843278219221549382204",
"305881359547045265871334563797047067514",
"167899228173291466654695503811336396286"
]
},
"deprecated": false,
"id": "CVE-2020-15211-33e1fc26",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/fill.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"323091579107624171606344687035301646656",
"160969525780667070683136661865332897866",
"35751041705040004549109343746516970620",
"326750327145038037024546809393409085574",
"145476884582941864045661276966204939599",
"267284006810199341498101112024603710546",
"276984416652459868699947339303538890729",
"41740114507185138025749578597375853668",
"127437613430155335434717417867432018856",
"32389133696988787766178865863482122013",
"215119713512646871545028677163051023773",
"227313388427357302579938944993259476658",
"221730413866027734708053426880930024153",
"177035478430984501537913936655348802738",
"212362674013672904484497834592263652771",
"283508098892260753627946884008665071705"
]
},
"deprecated": false,
"id": "CVE-2020-15211-33faca46",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/skip_gram.cc"
},
"digest": {
"length": 319.0,
"function_hash": "175100097793338521888141640591680548184"
},
"deprecated": false,
"id": "CVE-2020-15211-35e68a50",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/floor.cc"
},
"digest": {
"length": 441.0,
"function_hash": "157741442362831332008964772180749452904"
},
"deprecated": false,
"id": "CVE-2020-15211-36181dbb",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/space_to_depth.cc"
},
"digest": {
"length": 1429.0,
"function_hash": "62428056677813135665113931599587914840"
},
"deprecated": false,
"id": "CVE-2020-15211-37c2bd9c",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "CalculateOpData",
"file": "tensorflow/lite/micro/kernels/depthwise_conv.cc"
},
"digest": {
"length": 1221.0,
"function_hash": "85918131432733908526412048591512851283"
},
"deprecated": false,
"id": "CVE-2020-15211-38ae31ad",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/concatenation.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"210501835887903632449716631000997659663",
"225570705939857313534099999713487688512",
"330861210965329216435469145674300551394",
"862593121253272843355467195887917488",
"39142274480738220431021228487628431103",
"21316084926390674691506888867600659160",
"88102188525359622388532004003603861473",
"287856371246063773074132826688172952071",
"246199544456358486818046942354102206288",
"70336465068292513078790006198016269988",
"285140979422819933974680582812188144620",
"251964121084593164862915735871760042620",
"147569313616436733726899583089675835244",
"294919638695389675972914300917513448711",
"47096658624938700318173197688688688835",
"339816955975603652906895122793447407504",
"205936565614650841730063571610610654638",
"213663458309107171877301329270359799672",
"194300638381729565124746454914024734838",
"206359145161068173994123169426584678655",
"225436429893815536240930001703533842373"
]
},
"deprecated": false,
"id": "CVE-2020-15211-3954e64c",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/add_n.cc"
},
"digest": {
"length": 642.0,
"function_hash": "277846920812100421066804865171126173000"
},
"deprecated": false,
"id": "CVE-2020-15211-39ece588",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "LessEqualEval",
"file": "tensorflow/lite/kernels/comparisons.cc"
},
"digest": {
"length": 1026.0,
"function_hash": "249345011270037140583033706805413290971"
},
"deprecated": false,
"id": "CVE-2020-15211-3b280ec1",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/neg.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"249088084796620942489754786546920864773",
"200555746427321667607978274566038575095",
"274189861462646718333161864565919334961",
"127635022606423866163985167252924519241",
"252262396471006923643518101434191440607",
"310545559036637232629034795821859912594",
"276428046952254703091023347300864320878",
"144091968989938809148734722867901938296",
"95268017488175250290985244326528309533",
"93392963323850120928309545191236926896"
]
},
"deprecated": false,
"id": "CVE-2020-15211-3ba5cc42",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/sparse_to_dense.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"137024903188719653929147649082955109312",
"138227570575750514245004165203250154796",
"132531114571579492938863175498707549172",
"226921845087072590831977385569758022206",
"127584268387362043087817511213052927272",
"70458562193521777813915688749600184575",
"94126123956265672929132826628720575454",
"216121930411338170966715382549698630766",
"100935644061725530659791291338864069028",
"108445320918585799799165746378409112683",
"326031906500313174581189979221022322599",
"331646663577810946068226195594547715497",
"338971200651329002435434761123469745609",
"222292374562346391517635920756546555135",
"43229946420402373144213122745067941648",
"59844678811483786032552142201635142550",
"226921845087072590831977385569758022206",
"127584268387362043087817511213052927272",
"70458562193521777813915688749600184575",
"138659413926451410782535507468886738759",
"333955365668975559244922038070170659970",
"28368500897950046077407151324917283286",
"266571746387378130433348868505378244402",
"233806330889238769140877166574055888756",
"309757524128697325545188872977376639891",
"170208768970591488677833918120818212388",
"3464389382393429087080850157267312839",
"199057915381123383042495360039742816838"
]
},
"deprecated": false,
"id": "CVE-2020-15211-3bec96da",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "NotEqualEval",
"file": "tensorflow/lite/kernels/comparisons.cc"
},
"digest": {
"length": 1244.0,
"function_hash": "250597376148574343890811280039121015921"
},
"deprecated": false,
"id": "CVE-2020-15211-3c53d37a",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "ShapeIsVector",
"file": "tensorflow/lite/kernels/reshape.cc"
},
"digest": {
"length": 192.0,
"function_hash": "172025990087852573198276342524385978850"
},
"deprecated": false,
"id": "CVE-2020-15211-3d88f0c8",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/resize_nearest_neighbor.cc"
},
"digest": {
"length": 2044.0,
"function_hash": "230078848631448011500528193170620637300"
},
"deprecated": false,
"id": "CVE-2020-15211-3e352eac",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "TanhEval",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 2385.0,
"function_hash": "17926006826291327216235191258609752386"
},
"deprecated": false,
"id": "CVE-2020-15211-3e707191",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "CheckLstmTensorDimensionsAndTypes",
"file": "tensorflow/lite/kernels/bidirectional_sequence_lstm.cc"
},
"digest": {
"length": 5155.0,
"function_hash": "278876164535043850938091632234843918987"
},
"deprecated": false,
"id": "CVE-2020-15211-3eab44ad",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "SimpleStatefulOp::Prepare",
"file": "tensorflow/lite/micro/test_helpers.cc"
},
"digest": {
"length": 632.0,
"function_hash": "18689693520595124104158846332040748019"
},
"deprecated": false,
"id": "CVE-2020-15211-3ef9ddf1",
"source": "https://github.com/tensorflow/tensorflow/commit/cd31fd0ce0449a9e0f83dcad08d6ed7f1d6bef3f",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/quantize.cc"
},
"digest": {
"length": 1293.0,
"function_hash": "169856378957391559926014222209195632475"
},
"deprecated": false,
"id": "CVE-2020-15211-3f218aa9",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/split.cc"
},
"digest": {
"length": 652.0,
"function_hash": "84747316995889500522390575207046165845"
},
"deprecated": false,
"id": "CVE-2020-15211-3f22b841",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/range.cc"
},
"digest": {
"length": 988.0,
"function_hash": "266757772804272267950108290762808333107"
},
"deprecated": false,
"id": "CVE-2020-15211-3f8d6b16",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/unpack.cc"
},
"digest": {
"length": 1504.0,
"function_hash": "73629156674610423583579385038909804213"
},
"deprecated": false,
"id": "CVE-2020-15211-3f97acd2",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/floor_div.cc"
},
"digest": {
"length": 969.0,
"function_hash": "253874894177663986557257412927531735804"
},
"deprecated": false,
"id": "CVE-2020-15211-406463c0",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "LeakyReluEval",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 1026.0,
"function_hash": "264267288334725127093970988267234169592"
},
"deprecated": false,
"id": "CVE-2020-15211-408576dd",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "ResizeOutputTensors",
"file": "tensorflow/lite/kernels/split.cc"
},
"digest": {
"length": 690.0,
"function_hash": "136259557286043365277109876699624277159"
},
"deprecated": false,
"id": "CVE-2020-15211-40dea364",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/conv.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"100993264783831221895950219140640523476",
"98840266685428139932662315742926775387",
"6574195900044625919590621626645698313",
"44405364282865241214645817308399017044",
"31987764586489762941155540788506110292",
"151608625094381751819376969224824365259",
"109641730738673223435719548645526314273",
"204277833852266696992657413787780363805",
"56023723750544712732015986810382717225",
"154457233421090870218631666853813752064",
"95026540730611527803707007650022653276",
"186380723546689802402427700496823741690",
"248850391243758418865410742424097833820",
"293783196176904520236588615462525772154"
]
},
"deprecated": false,
"id": "CVE-2020-15211-41a587fb",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EvalSum",
"file": "tensorflow/lite/kernels/reduce.cc"
},
"digest": {
"length": 2156.0,
"function_hash": "49394513127830933697851773113981852071"
},
"deprecated": false,
"id": "CVE-2020-15211-41fcc1c7",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/audio_spectrogram.cc"
},
"digest": {
"length": 1027.0,
"function_hash": "157723331523492945038055674063050634383"
},
"deprecated": false,
"id": "CVE-2020-15211-43542a7d",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/embedding_lookup_sparse.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"116257190960820775546576086822162637484",
"93839331091783165962410633196690411757",
"301310134055811224019199287408147684193",
"294393087793837445707574139396495091925",
"258001818085305591484374938374763456039",
"53052332088576843952958271771777433581",
"277247211829570507236896765801190625159",
"87002798035160264163983827070397791463",
"79635069322763052034665097692106559062",
"54121714222300801005762999311054387818",
"235721896018997359003124878893055415306",
"255617010614411978598613436930004906666",
"2739252595336136246828034510017249226",
"91059021714137167295608015865179494922",
"76712903449671672759883332469227909257",
"199878948782089384226907902298863593590",
"295098901033769198068162978092813386873",
"59308759465134749754017144448881451916",
"154273674679502472702308322216914533071",
"24973806601821620102793704997148739224",
"173008368510768804463572275852118924046",
"153973192232819292383288451365282344285",
"186450702675838439711965347517617600604",
"179920213402633776508324320823551839293",
"194206938008785271935445091685991967248",
"202391233141344466780023107732292817659",
"75580914242248647533998136171746386641",
"179132675877670342949473320783272728967"
]
},
"deprecated": false,
"id": "CVE-2020-15211-44255d4d",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "CalculateOpData",
"file": "tensorflow/lite/micro/kernels/conv.cc"
},
"digest": {
"length": 1307.0,
"function_hash": "60822269058623384436697830863934515812"
},
"deprecated": false,
"id": "CVE-2020-15211-4511886a",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/zeros_like.cc"
},
"digest": {
"length": 762.0,
"function_hash": "338606303574969313222202477053816327938"
},
"deprecated": false,
"id": "CVE-2020-15211-45a0c5c4",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/experimental/delegates/coreml/builders/pad_op_builder.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"187361246977197259212950273522784755851",
"298224361871065757490481007694041295919",
"231773608584853285975883976898851285616",
"143003795539020242802426896744848763559"
]
},
"deprecated": false,
"id": "CVE-2020-15211-47165ab8",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/fully_connected.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"322123614599027620863592054871483126143",
"272274714851135799137050209289988111414",
"107056571860953428593959213069947389912",
"217950709119806251093443811932498159460",
"290498933488263783409177396925592212146",
"141014718439776408791034892217811671423",
"21456185459317345206590446658309950827"
]
},
"deprecated": false,
"id": "CVE-2020-15211-474e5fcb",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/experimental/kernels/unidirectional_sequence_gru.cc"
},
"digest": {
"length": 2652.0,
"function_hash": "156557820691555123282567612513475121119"
},
"deprecated": false,
"id": "CVE-2020-15211-489c8813",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/experimental/kernels/unidirectional_sequence_gru.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"291943700891483057967958501344533175484",
"192803519032808958766660726851995171446",
"63660371857565721759646474947355339106",
"49573026676589670672991010896037084781",
"201706792131134950609125567697727620624",
"204097560740371913405348869728805449874",
"338666473284781061391551812001981688489",
"15470960366096654477782377867294721767",
"162920023738291875548121967623734210004",
"277094451778333066242569826499253987629",
"218688607891784642554339046135710468701",
"105501851343717435826038938654267011567",
"16088798661663614571893390396211439677",
"46295430818776530864430305045314067386",
"37984994720467623636814457013041593592",
"313013555132777333709209332046537492403",
"48699411247722208441308663373839517528",
"244555131013387585002392934375624669503",
"94956087249882794805911797454421879588",
"172410164538561987889439175182344573066",
"105807671939314632564217903329243671844",
"299612006871167854840361424362049117926",
"330642817851053828016492711598785604825",
"310865032219867316967226085726764358302",
"184067155201506946354096756982300593217",
"79515920459573007573714604280503489332",
"209108487973788266616510298886061849609",
"103964429785829476931851431573964056227",
"248276686290179899041607442269067529033",
"119439187682256136760297361866146655934",
"268335074959770471748863650111640008844",
"301328202295218596535774675520437018843",
"48751228971632028763043863650373907464",
"46934419741492206799207742941813587494",
"155810596801584712995652128538505034260",
"7948126877875038036288926590030894224",
"279432265841089491671107090405821496186",
"327021344055366877500363351999629480026",
"112564751885193273571146628245461250213",
"336033447783317364133384486793022947674",
"81444108737434554350615800518565061463",
"334961044432787708654101561136140894038",
"135343489069076320395751812401303516216",
"70330347659585311080732655629366420329",
"306395833958356647591575218359022866723",
"180401235898581419218980019988343849935",
"126511346221519658319889440111298433425",
"187880483811659572455538465849998480699",
"189982146260524301142122217716135084351",
"59692695641044631912937043100617768130",
"182188146467608514607378665105074730413",
"9161774375753936917816356948807770469",
"117339704538029257956605588827783761432",
"201744077761041466908895860532601064446",
"320691354816238596456916160592285045887"
]
},
"deprecated": false,
"id": "CVE-2020-15211-4a65e081",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/reshape.cc"
},
"digest": {
"length": 453.0,
"function_hash": "314271168108545188279880132494408538501"
},
"deprecated": false,
"id": "CVE-2020-15211-4a899af3",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/mfcc.cc"
},
"digest": {
"length": 876.0,
"function_hash": "115223201496395787938975492009111407420"
},
"deprecated": false,
"id": "CVE-2020-15211-4a90cae5",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/unique.cc"
},
"digest": {
"length": 921.0,
"function_hash": "326997106531750243123507594667536586780"
},
"deprecated": false,
"id": "CVE-2020-15211-4ab6a2a2",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "GenericPrepare",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 367.0,
"function_hash": "94428437305573713034677409068733026551"
},
"deprecated": false,
"id": "CVE-2020-15211-4ac45aad",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/expand_dims.cc"
},
"digest": {
"length": 535.0,
"function_hash": "126185192371062195416915539880310996790"
},
"deprecated": false,
"id": "CVE-2020-15211-4b084770",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "PrepareSimple",
"file": "tensorflow/lite/kernels/reduce.cc"
},
"digest": {
"length": 606.0,
"function_hash": "226838341992796376495831672012163678474"
},
"deprecated": false,
"id": "CVE-2020-15211-4bdca634",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/if.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"225412011679875868858247490171437355251",
"303496697477200320090247722553001149554",
"30227970686230070043504326268837027399",
"4993576666519110571880639031139224595",
"100572204794802040636953375057865893764",
"261114521913458624541040409608776805625",
"283979399500565545768076784001030845052",
"283373965134904641271158051667660689922",
"32601598255199343484899699356881183892",
"127098645466340433461179855772692178489",
"68262926034492590644355730742707578408",
"300404803009075356185262543947960750998",
"242703681176946578315970041255765069545",
"334334313133176001309504264193229907095",
"234142144444926810448721943359744001663",
"59735074007339228657184558343449949861",
"98453915299868223631403983121469227050",
"193855102707724309597564758630167382627",
"309920253122624303094015251837935878675",
"38733717034140748854753078494914233697",
"118585017068738566942413541337152490500",
"22164373590870890909783111633421606021",
"192536590152246806206753965231240140927",
"21079965389510546744574931738424253563",
"194407609046424047545208932064286886965",
"142852740606607330823663861869859797679",
"249128378674920413418806889582033109589",
"275967911033686368828704350504670343572",
"79180975777833656368440298896744743605",
"288124065744767776821487974464233791141",
"186241379903189183694484439805100193831",
"56533746433131971614307965019727552755",
"90930906617828464130000166684607982260",
"85736015346679664141354569667689167830",
"175501991190500879731154055258649147629",
"153230193530776084362960987508913546837"
]
},
"deprecated": false,
"id": "CVE-2020-15211-4c92ce5f",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "CopyOpRegistration",
"file": "tensorflow/lite/interpreter_test.cc"
},
"digest": {
"length": 783.0,
"function_hash": "12960773748477330555527613318174750850"
},
"deprecated": false,
"id": "CVE-2020-15211-4ccc6c07",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/gather_nd.cc"
},
"digest": {
"length": 1714.0,
"function_hash": "74528901053833486576228591980018557224"
},
"deprecated": false,
"id": "CVE-2020-15211-4cdd38ac",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "CancelOpRegistration",
"file": "tensorflow/lite/interpreter_test.cc"
},
"digest": {
"length": 500.0,
"function_hash": "201113119237124989726056440784470150497"
},
"deprecated": false,
"id": "CVE-2020-15211-4cea7e9d",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/reduce.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"189723474973917020918964093709238697723",
"174230697557680659415751360161915122541",
"6279405099938161222291206017451820022",
"173639238279201530537388008264404460295",
"296767271302450822794253309286693671913",
"77145452867266251131944915847557215667",
"213987639048205169396990108157890605733",
"206325633270892392235950298244252593250",
"141585619165971390291403340540330358737",
"151780807669352931605822738636726466687",
"200838866734036765467107453817132789734",
"42199868687171773864213419165350563834",
"312584816025708967447047217974771642735",
"191876919030877368087829843913715439709",
"202305100587076524750664006846967765456",
"53860906507110313926496802745946251260",
"223354512562446382744241895253978263200",
"157246590167339119332501543721801936841",
"188834720155093251377473525398111107103",
"119993313756488301049161800002162504947",
"233394938714328494519236620338351214663",
"111265399872163451686319292907733565529",
"245770907076745325246944273470728520978",
"316071388935890046575962855541633689860",
"78181106330816050112656932762480377085",
"293012079847728439244502692838923893283",
"18022317469868211352296873795235864172",
"129388374362386445414423972839681327702",
"5550049231911051240237351717146832724",
"299277742957970272374757297276811989520",
"71645485397365597044288307341726124777",
"151245723170963914224556342626911300904",
"233751653997737325047049760010975216700",
"120965755094781195897112963042900988848",
"305049746306547485186726921718966134212",
"65660714827845740933519973227153403717",
"293012079847728439244502692838923893283",
"18022317469868211352296873795235864172",
"129388374362386445414423972839681327702",
"5550049231911051240237351717146832724"
]
},
"deprecated": false,
"id": "CVE-2020-15211-4e14b8b7",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/profiling/profile_summarizer_test.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"27949764269854563106789288044006278690",
"301618417343201828244542948235146781306",
"137882637481571456506201196574735375704",
"238127150638526499897207065873829585696",
"253910716207032813796390610710827354005",
"150818191746336060746542175438009677743"
]
},
"deprecated": false,
"id": "CVE-2020-15211-4e963602",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/unpack.cc"
},
"digest": {
"length": 1019.0,
"function_hash": "222696360282693087001470427160954539335"
},
"deprecated": false,
"id": "CVE-2020-15211-4f5c9168",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/squared_difference.cc"
},
"digest": {
"length": 751.0,
"function_hash": "102264418719708504029817269420864564796"
},
"deprecated": false,
"id": "CVE-2020-15211-4f6e03f1",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "LeakyReluPrepare",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 909.0,
"function_hash": "86072976022685167536479398937795577764"
},
"deprecated": false,
"id": "CVE-2020-15211-4fb8748f",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/matrix_diag.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"249088084796620942489754786546920864773",
"192144629154117519326203492157437448411",
"237247504959189809672265481744950339111",
"318511458688443483035318037566726016681",
"136954260176462967837137911406628414563",
"333500175347192479161254586245837789090",
"63481275137208873049017170328993607845",
"259859402990917628784941606428663510927",
"221291400623289526081122612224158984635",
"232812092307944195654151373377066911362",
"156657529067217525336815407048840487085",
"339036550586467486589049037241327232317",
"107914388571152458972196725475221925818"
]
},
"deprecated": false,
"id": "CVE-2020-15211-4fdf80f3",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/round.cc"
},
"digest": {
"length": 441.0,
"function_hash": "157741442362831332008964772180749452904"
},
"deprecated": false,
"id": "CVE-2020-15211-4ff9253c",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/skip_gram.cc"
},
"digest": {
"length": 1205.0,
"function_hash": "23391972916029256857603817174616147718"
},
"deprecated": false,
"id": "CVE-2020-15211-537cb09a",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/where.cc"
},
"digest": {
"length": 553.0,
"function_hash": "224627240281012585226451771399574302540"
},
"deprecated": false,
"id": "CVE-2020-15211-53b4e5a8",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/micro/kernels/sub.cc"
},
"digest": {
"length": 551.0,
"function_hash": "87632973887799043902709947314917671646"
},
"deprecated": false,
"id": "CVE-2020-15211-53b5ec02",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/mfcc.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"261038277252315142147611755973642481480",
"249566737732429989607788507429665302178",
"224931265529709478553617029796714860264",
"307361040743543983027811483482047521523",
"321134490295996434460872447591145556981",
"70894116039957709470154124509867634955",
"15017712016491925696088594956348481489",
"276514403014517462528039939270732803192",
"173837693405506470712024173411379241346",
"259780247116910432453385865649914901998",
"168123090595680056101101939180525109673",
"81342862081839054080237282129298167592"
]
},
"deprecated": false,
"id": "CVE-2020-15211-54649d5d",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/floor_mod.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"29717690111615179658576528804048573864",
"113404800597351500782859295064821399026",
"9526258670522567792807866793104476113",
"187832961012464724533542946034913885023",
"43003154577680462800926072323613754468",
"25755995166070469184295450662763213613",
"157213413122835661300955963530250730509",
"204369182343510123690321703078639922346",
"9526258670522567792807866793104476113",
"261877804113707922411826628176340165467",
"24609840158583448152693246471645827026",
"331571587959478577921656722319837661101"
]
},
"deprecated": false,
"id": "CVE-2020-15211-5479a966",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/micro/kernels/concatenation.cc"
},
"digest": {
"length": 645.0,
"function_hash": "274428037503538393761821403080451571109"
},
"deprecated": false,
"id": "CVE-2020-15211-55520be8",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "CalculateArithmeticOpData",
"file": "tensorflow/lite/micro/kernels/logistic.cc"
},
"digest": {
"length": 882.0,
"function_hash": "214361173529028928877800276458906361696"
},
"deprecated": false,
"id": "CVE-2020-15211-561a96ab",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EvalHybridPerChannel",
"file": "tensorflow/lite/kernels/conv.cc"
},
"digest": {
"length": 2601.0,
"function_hash": "203096007990458319109426032798951510726"
},
"deprecated": false,
"id": "CVE-2020-15211-561e34c1",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/concatenation.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"115494243897491418184729409959831609908",
"135137547697419664160450616451003702808",
"250457878161520126864521612577620318943",
"182727431886156996796361144178821654805",
"190326801762711598820134407443868836228",
"30651055562369338131337098085683997378",
"185071725745507175455838345114373844202",
"112102402447206626881849951392689698653",
"235114730253113448397363129323715258530",
"8828441456338513729334141421267939236",
"250092188711307138316894460726806586808",
"296520855482647347898925889337286554606",
"156256053831795838910256096874532105706",
"225944942754299566123468703249703812103",
"318703208096448931046042055016386818141",
"95454679637741684896258720675909491702",
"54682037049144112107207060157720125536",
"279853608429512430026596474161504595746",
"329083510529113399062408097506351505370",
"214274829868512428693758556491278741230"
]
},
"deprecated": false,
"id": "CVE-2020-15211-5636622e",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "NonMaxSuppressionMultiClassRegularHelper",
"file": "tensorflow/lite/kernels/detection_postprocess.cc"
},
"digest": {
"length": 2499.0,
"function_hash": "337391563547677116586886043325939947322"
},
"deprecated": false,
"id": "CVE-2020-15211-57303e4e",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/local_response_norm.cc"
},
"digest": {
"length": 688.0,
"function_hash": "5547746471027052908062454493998258354"
},
"deprecated": false,
"id": "CVE-2020-15211-582e3d29",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/select.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"128057212961361440445194964688175565990",
"18731363951029113424906709426878470452",
"320905859369397972347223869770592073462",
"88517535404474696997414007018873600680",
"177122169414070624973701378883916136501",
"77717969605893492004837740976234992193",
"324384286594355170326250741845791076076",
"92318619061584270465230402540479905248",
"98679877020661148875450270532214273820",
"115490611954474844386878506228012354045",
"310115773415182412978980938941475983826",
"88517535404474696997414007018873600680",
"177122169414070624973701378883916136501",
"22707010018344971552662578700674068143",
"157773742419399264257701745593068063013",
"146781397302295775062653026605657883658"
]
},
"deprecated": false,
"id": "CVE-2020-15211-58a67aa7",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/if.cc"
},
"digest": {
"length": 1690.0,
"function_hash": "61498348636906566028622216534057348293"
},
"deprecated": false,
"id": "CVE-2020-15211-58f5036c",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/depthwise_conv.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"271300895555113918145246558315479632602",
"273712902268760247677049394332949339385",
"6574195900044625919590621626645698313",
"44405364282865241214645817308399017044",
"31987764586489762941155540788506110292",
"86562977222640819517079315325152808002",
"206938508042222746046998344507207465831",
"100486470313092718799653011352514077668",
"105903532599623695064770893318317069165",
"20270267825490838100342623795333641743",
"298732865600678298756848610611350800266",
"213733943207236226843589438428764828296",
"131764049962868131864319062262365460671",
"322819400614896407033841556177756805546"
]
},
"deprecated": false,
"id": "CVE-2020-15211-59026f15",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/svdf.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"72553249058127400969470506196030824836",
"82893348478309312088686265865176918452",
"62140386078922470445173910126942601846",
"246270518790074666871359313769406058449",
"2940315815992099588204290577941481484",
"224193763139069052336949549847145986404",
"227673134682233717552617276881090880723",
"147365910939595730954452058805851047204",
"85025065890020970352339008631330719901",
"134337032987612527669177564650470514564",
"285458398478352146002904951657080045202",
"153136572788705762865245342155795179924",
"336395396575917234048360560032149039337",
"231198027464882921396626210329839219358",
"120987743740512001012946365038647648279"
]
},
"deprecated": false,
"id": "CVE-2020-15211-5abe2934",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/floor.cc"
},
"digest": {
"length": 535.0,
"function_hash": "105806709211973265858106119798957385652"
},
"deprecated": false,
"id": "CVE-2020-15211-5bce527e",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "InitializeTemporaries",
"file": "tensorflow/lite/kernels/batch_matmul.cc"
},
"digest": {
"length": 4245.0,
"function_hash": "222187366224264362031204153933441024928"
},
"deprecated": false,
"id": "CVE-2020-15211-5be23874",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "PrepareHashtableSize",
"file": "tensorflow/lite/kernels/hashtable/hashtable_size.cc"
},
"digest": {
"length": 615.0,
"function_hash": "312716700158300072328151708385442749427"
},
"deprecated": false,
"id": "CVE-2020-15211-5c8d49ef",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "SigmoidPrepare",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 2609.0,
"function_hash": "102293061291226257341884855389001198922"
},
"deprecated": false,
"id": "CVE-2020-15211-5ca7360c",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/experimental/kernels/ctc_beam_search_decoder.cc"
},
"digest": {
"length": 1178.0,
"function_hash": "25534587183478412083717695732815104615"
},
"deprecated": false,
"id": "CVE-2020-15211-5ca8321b",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/unidirectional_sequence_lstm.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"319323823170354841726619832165735890709",
"206318817990545809012427688613345408297",
"323161123358943112632407307193046939545",
"88722769475369261645527139467182173939",
"129004140241467151056754831714476198181",
"203695791224393741680041898678984244629",
"296088473198243204130681037459083822888",
"157367432783678630842309126533240009321",
"134347599110902996258643069779860402383",
"64466782169881220751224724933997992137",
"159215238533874723548720211810746255342",
"268499063846965835794038275253839145761",
"268497518923861610250876906524065654781",
"231196613875727925926601169899092232817",
"246540875684756090434287952896871176128",
"339821750397323368865955131166953777273",
"284070441773197521069714011633290350629",
"109503020765636197203131648581968915568",
"23717566671389995585653428789794629480",
"175609562669820161786438528464173274811",
"247982740432077838739854101416470367333",
"175610953349285807478732172642570985574",
"151604391047069916162869821648255446378",
"304767930792575247202406326399326675265",
"247669442137413669180801426510215322590",
"264376145732109946724575404020280306237",
"292349443660117708705797389532256131914",
"72946351938771365356380704902789378885",
"179441450669952873323200372670087014422",
"321104636463151545778846149458955343961",
"283663610514468124896091296619376020899",
"51526009508582295133690936840361258219",
"25319783921366422251382255056756518417",
"164864864960247961563394773343586817364",
"210189148539475897056811517911963748425",
"319284733128664665439966672114705876059",
"117558703251751484774390405136682520345",
"298000248164758058933057015592970305996",
"163091100996973302816674630217165421835",
"273502298604231469797200739202129171254",
"138514730682199140974308514913204182977",
"256150969946063173049486481939004156265",
"170546297954956933806375850415841665298",
"307044568531825967471978102130355453226",
"140345655135085797223809207363621781259",
"233264096302331576336373647672553270481",
"189070934370412639004221493290848923726",
"179796063705746365778665792358183730355",
"205919325162998098984237343817558182598",
"109624479537501702398348646825981559934",
"166723036798137355571960687462933196939",
"266292626743293202856530137617204548261",
"181204773429786091665559007742229821826",
"135098064785216161441339169944488129536",
"272926885317481906384084549984468808591",
"215428655214080666668470557519569915451",
"114657757825814139293127010285916709872",
"83768295335235035519195178971937676269",
"159920515170661633286493190620747187973",
"119593740234103755233451222686159455064",
"206365415162306558896878832025337859941",
"98491098788778144509213761518782163972",
"144890408005697989691750021215500555937",
"15409475175304458348713522539123573580",
"207880077492658138928947076803272881940",
"75843625876788480177682904812933704858",
"329408540517525480792505903345870969367",
"145132095263360967820222596214424877761",
"166166972134059799709790014019955216787",
"123310046767147453479987215210014713799",
"110580681849272966527553532867921874543",
"131173377120625247905621426048695076543",
"46155688524307104176913393130060009760",
"136012067511312207439754565020710038730",
"161136004394885036312073916292697600442",
"314777810623513435477262243234747645429",
"276239757248286983762450752883740393420",
"227844660624522288784118918806967058893",
"317689953138600565329541959858054967800",
"120290969662955062691660171230998578641",
"277830769134920139299718450450114928010",
"12629663791226588294251681687098716859",
"303958880789269782924464030751307861619",
"63321465036285005301451245989096033771",
"64539145307035125252938819829126011590",
"104749978528362586947901914152554826296",
"259149201659172627632036999223590258530",
"273060336006787999801682834652322837618",
"261528426395219916325694796901665270071",
"128968173649361397128301852352982112874",
"307138786845752012491953190961624764508",
"273164888480220288947021150461294505366",
"315734551832121622152078899592492785265",
"99535426867240472645984091163702080650",
"263075737655129738438009596848605032137",
"135029880014073436810851688206589859427",
"272752520254790937198567621209935140373",
"149334843775939018367543290856263257422",
"99575408564203811627312284667524074472",
"153975031152706652197277084390006886091",
"119632723614009862866362519371062136360",
"7473064890124357887245892480039349337",
"223767023634979223718365215089086374948",
"27664936136044120585887363697494794033",
"58869023756623059522539586106622370528",
"280182648248744737654551032179330107985",
"23350754240959643373337497365087661143",
"284043486451424168033302751032876980920",
"295071499414168538579173972278249608470",
"193911417154608978048910941498758297730",
"170215295618196361005206593154790171294",
"59166014082113323372875865480549547515",
"159532689981018165980340218352772884178",
"8985019209261974171207967963929768620",
"335742687139423489497639937299242198537",
"171170463668835137550953289297694316204",
"168697296579540925965878585557292943335",
"57449393391834588772366400510426422667",
"40016862467111902644806418502226516630",
"15583062492840349821228086118107004644",
"318561291351149416516138790880160419216",
"338139239716071354256358122976383580400",
"255704676323115963200387952680675022984",
"67216490633184666527357370244020533986",
"140471803114418365391648957968085934178",
"184714671789741297534663630482510056523",
"317361772759384554414117266371229057180",
"185117558782453275173816391119252497403",
"56536423066477092650213620921871300070",
"154243725202563200419339731426913408709",
"234625955772979023452229401972083811215",
"193608934564245800001052369835056577280",
"41259679539417497661086227731691234358",
"99377375326294648312241373060921423906",
"166154099937694049091523968121697009635",
"175889018218267829173426367959533565362",
"287683297388092637075534550542226196962",
"273196219255274656816935719298425091031",
"266658752200050582117437091593494236125",
"178406232151932541779047433262074293738",
"144634381915069211912655075460197040445",
"228464488315193172543140634825039227138",
"126051902070684250631794709138957159904",
"300850636698662893406648329008413034718",
"269984842756650617389293478314958119777",
"55453324720074929622564088847654848448",
"330387412309161101433371399326905441019",
"8767209550054439394557712524730220144",
"164577185959525975627371744478769032501",
"266633806228069697139163746948798887183",
"280460452259587305485708279578761848985",
"278200969928360946173991886122383247776",
"163750786623193429191926135310760132702",
"327398352191064057623230936604905818932",
"839447303877810878892896871495529102",
"261380679726035775979365349227380501429",
"311021196924892234586629807409789778322",
"35466571757133395928274140243175645548",
"286982381095953134699895580841238104782",
"160847147918709668308190945979166169095",
"230017892067783248160535002642361841938",
"331860433913036822133559244946058516006",
"176078669886613025897261707680427314008",
"277052006854789066938205993416892858873",
"130514417204378448648186499059778741268",
"212347028139269744980312784390854556335",
"53249257292926092495549133110762770626",
"6025772436866127389268500480024485218",
"144620250957102992248083347138626291208",
"122513910350302197324064396139324988460",
"72969214584891596536938242285208731233",
"98910875196479379873129628191220298428",
"148794227285035459023250057638113827819",
"222787566882260677615967521931601516011",
"65676649427647426836648892192737639975",
"11731791017217495244707030151711038461",
"58689194304947180967520189448129030292",
"235627489881627444766256004466422266498",
"38131115968208095524318219467140364931",
"267998801918721794128701595521333972591",
"131252957740943697455890381318523952618"
]
},
"deprecated": false,
"id": "CVE-2020-15211-5d2a7102",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/gather_nd.cc"
},
"digest": {
"length": 570.0,
"function_hash": "196486233247896865471014752168948450559"
},
"deprecated": false,
"id": "CVE-2020-15211-60048d8b",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "SoftmaxPrepare",
"file": "tensorflow/lite/micro/kernels/softmax.cc"
},
"digest": {
"length": 515.0,
"function_hash": "252153709176055056614735761384315390689"
},
"deprecated": false,
"id": "CVE-2020-15211-60260095",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EvalHybridPerChannel",
"file": "tensorflow/lite/kernels/depthwise_conv.cc"
},
"digest": {
"length": 2253.0,
"function_hash": "208331574944495871857635838817052317860"
},
"deprecated": false,
"id": "CVE-2020-15211-60f29df4",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/split_v.cc"
},
"digest": {
"length": 813.0,
"function_hash": "68611735015698821793281615778247432691"
},
"deprecated": false,
"id": "CVE-2020-15211-61076c94",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "HardSwishPrepare",
"file": "tensorflow/lite/micro/kernels/hard_swish.cc"
},
"digest": {
"length": 1248.0,
"function_hash": "277293844655091174639389018531836288727"
},
"deprecated": false,
"id": "CVE-2020-15211-61b6d9fb",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "InitTemporaryTensors",
"file": "tensorflow/lite/kernels/rfft2d.cc"
},
"digest": {
"length": 958.0,
"function_hash": "90266304599116817446994749686115759805"
},
"deprecated": false,
"id": "CVE-2020-15211-61eea49f",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "IsFullyConnectedOpSupported",
"file": "tensorflow/lite/experimental/delegates/coreml/builders/fully_connected_op_builder.cc"
},
"digest": {
"length": 968.0,
"function_hash": "179964450310087823208298982245689539212"
},
"deprecated": false,
"id": "CVE-2020-15211-6255dfbb",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/hashtable_lookup.cc"
},
"digest": {
"length": 1255.0,
"function_hash": "129781398791279848092556789817139429273"
},
"deprecated": false,
"id": "CVE-2020-15211-63d09dd3",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/depth_to_space.cc"
},
"digest": {
"length": 1429.0,
"function_hash": "165281149930664821283943862978296208076"
},
"deprecated": false,
"id": "CVE-2020-15211-64510fa6",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/segment_sum.cc"
},
"digest": {
"length": 615.0,
"function_hash": "123998943984118408086881091256157475512"
},
"deprecated": false,
"id": "CVE-2020-15211-64c0e873",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "GetIntermediates",
"file": "tensorflow/lite/kernels/kernel_util.h"
},
"digest": {
"length": 160.0,
"function_hash": "319697872444738454922349470366021158876"
},
"deprecated": false,
"id": "CVE-2020-15211-654b6229",
"source": "https://github.com/tensorflow/tensorflow/commit/46d5b0852528ddfd614ded79bccc75589f801bd9",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/embedding_lookup.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"26624536203422782506980636200427537299",
"207633874033969992296719536375507815726",
"159729045118312324251268136715260098216",
"234101188986158613139555885592917328382",
"122754768872996276340778791380708051683",
"276472274056141288585334062029407414214",
"84456965123083064071607743127799428947",
"35478702842194671724727427001083321652",
"237853694283391799562766734278470160587",
"279799624627416910689898857092695504172",
"18173995639037298044862452155473678018",
"186074380897237102253673299221501466931",
"339664439652713357419261502192237472973",
"108858400578946594599497931603878701260",
"267232676861543630711960444007628881967"
]
},
"deprecated": false,
"id": "CVE-2020-15211-6637525a",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/micro/kernels/l2norm.cc"
},
"digest": {
"length": 976.0,
"function_hash": "7923714203005424339696183750264810187"
},
"deprecated": false,
"id": "CVE-2020-15211-669d477f",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/where.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"276263180427038200521612853827007457075",
"73221953511816600544302347578537260105",
"210134675605957939492211039489848887944",
"68574154873416571106080763262975837754",
"241857919955035081012184668254860281678",
"243993258291796741601506509665905305992",
"86063998298268767915934577803619277511",
"43028283361467011680893543487522910261",
"245879457263340586961290627063895723580",
"287355347024796270612051451922360959392",
"310631575518429373930180075347888177569",
"34947142964381216499407276982602034815"
]
},
"deprecated": false,
"id": "CVE-2020-15211-6706a668",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/depth_to_space.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"74441938641952326115744656736365357982",
"200555746427321667607978274566038575095",
"156316274475358991223032371184708357602",
"25445101750475704447281165351737225517",
"96729797786966989127765324188885516348",
"315878411333274568492413672490421082673",
"37161967706817614370601368378859104956",
"146384477426704427418696019683027505968",
"280799470690114672733465460146659803751",
"185893661988683236190746198383937674421"
]
},
"deprecated": false,
"id": "CVE-2020-15211-688f1aec",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EvalLogic",
"file": "tensorflow/lite/kernels/reduce.cc"
},
"digest": {
"length": 1189.0,
"function_hash": "204391437094624256532407750316753561653"
},
"deprecated": false,
"id": "CVE-2020-15211-689d43ee",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/split.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"272313977000540786349862434372499154290",
"76201969859366424101921687621947828069",
"230900840254726266016735747787440211300",
"340029633034066554915580639296675950438"
]
},
"deprecated": false,
"id": "CVE-2020-15211-69914aab",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/hashtable/hashtable_find.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"9272090320292757700987568190156317450",
"190716043117607074995596495219853252456",
"270157697710125781127420018464064410484",
"270742487082004324440189223683671183165",
"340010705485838652780768678733460023844",
"246525870297865588869878150919441939690",
"249788905631264354212915422591993860465",
"251967001403906075975298124877557711785",
"108173203655943567041687976377069275438",
"336037088025112352139544033620499427192",
"217543899554319983208854403339570742957",
"130506637525562968015096298970100996073",
"325270621009905408638597273800116381165",
"106349146318482604759694116252758259559",
"167308314926424550932057161208000880863",
"59920909722902385916061523900801763701",
"219636897340577734341626101220590923369",
"304751416513206151101059108312612509226",
"68661712559459972682078011877618952079",
"265210672077561443366662554105939376374",
"89463714710986697834566083974481226512",
"160271963750850069984604640348866920329"
]
},
"deprecated": false,
"id": "CVE-2020-15211-699eb24e",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/squared_difference.cc"
},
"digest": {
"length": 748.0,
"function_hash": "325049629572001451034092302676270026872"
},
"deprecated": false,
"id": "CVE-2020-15211-6a8c05b1",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/gather.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"142174475823595259804982686888680826753",
"326603442422653024106323976448088903268",
"324039962332395280849696496625617259939",
"45940879683380755677574005744398102671",
"284465998725287743625876737525544167316",
"136676348279134997418810163742292924182",
"134889191646916498816685095813442887285",
"326603442422653024106323976448088903268",
"324039962332395280849696496625617259939",
"4486442061155303928454372959163431208",
"279585961962486990917381480244879261315",
"225760962074939782972087195329177773418"
]
},
"deprecated": false,
"id": "CVE-2020-15211-6b223e2f",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/tile.cc"
},
"digest": {
"length": 1075.0,
"function_hash": "78171770982854116921268100487154321480"
},
"deprecated": false,
"id": "CVE-2020-15211-6b3a5757",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/cast.cc"
},
"digest": {
"length": 890.0,
"function_hash": "218555086201862166871751168351712306737"
},
"deprecated": false,
"id": "CVE-2020-15211-6b6e545c",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/div.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"64672464287994055521652609314651032498",
"54881797118826552007804338571973819472",
"296893476122058831836341777361052716166",
"187832961012464724533542946034913885023",
"16099533281559541532603985076489312873",
"127696110856954600262322287681322445224",
"192815137719896168653441564628937413460",
"181666068075471718263644552825368564339",
"9526258670522567792807866793104476113",
"232318341663647294788350800906997539373",
"68446602550718954798035758242784027679",
"133263863299703299500916458051663838087"
]
},
"deprecated": false,
"id": "CVE-2020-15211-6b814594",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/arg_min_max.cc"
},
"digest": {
"length": 3170.0,
"function_hash": "186837513384988053873133138169538868927"
},
"deprecated": false,
"id": "CVE-2020-15211-6bf3e417",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/rank.cc"
},
"digest": {
"length": 613.0,
"function_hash": "233871559266696523934468389730148509396"
},
"deprecated": false,
"id": "CVE-2020-15211-6c0680c4",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/numeric_verify.cc"
},
"digest": {
"length": 2177.0,
"function_hash": "195955005516949521294632060723854650954"
},
"deprecated": false,
"id": "CVE-2020-15211-6d05eaf6",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/pad.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"163654856661591184297960895720122027590",
"48754004256503533564185235829009754208",
"249767720234415361015882888442717548169",
"279657587895084139194527087304573464072",
"210985698515242805823055385252518830310",
"296517162204905663515952195619200384773",
"320763920913489620084211172266198812380",
"172606766736931296854298877459428192151"
]
},
"deprecated": false,
"id": "CVE-2020-15211-6e3cbe3e",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/sparse_to_dense.cc"
},
"digest": {
"length": 767.0,
"function_hash": "266673137120482519708664336548263617721"
},
"deprecated": false,
"id": "CVE-2020-15211-6fda493f",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/java/src/test/native/interpreter_test_jni.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"269534128427969207542456783731098224417",
"98954528853971437040759478472183848004",
"127124178312859825010566657872888358819",
"63519094189548932284543594700476384822",
"154778927056493314249070494362805987592",
"94651228344408449029203603728841862672",
"251224305951420923828020999095501155272",
"179853745745340677682899631800345612642",
"99042132227534221698191026064559219487",
"8470974047105583365013802435117272586",
"299489065858797215980618506368403779111",
"134291970086443316716058100503735752563"
]
},
"deprecated": false,
"id": "CVE-2020-15211-70fadda9",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/reshape.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"48677306533465199118619130474033850776",
"338315032319013538379180955741725592884",
"326498458186278949603727466672857061479",
"200912522695303934586519594260845692727",
"114341852491018624505889727119752987150",
"316461028741807339910848609491532334263",
"306148232176189701611125057389474177683",
"167674687463513968469860465897036729791",
"26615779470870731742906457863268762349",
"117023815930271666090210664398652606219",
"264834631516657303673487942057781913488",
"218794615735056469387059600325781751517",
"287534855498115593160533181264316017274",
"321572077387908771032005706475844468236",
"56763816695480685887310414956239554771",
"136900742199891075080397216250010879139",
"90938876406866676569676366877903683611",
"221387516816929770471694751452923945361",
"276428046952254703091023347300864320878",
"236922230475909261125925114342378167447",
"243669617785956367488893030437595762431",
"51368577283883582714535386726534855154"
]
},
"deprecated": false,
"id": "CVE-2020-15211-70fb7978",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/unidirectional_sequence_rnn.cc"
},
"digest": {
"length": 4239.0,
"function_hash": "114668107982015675869030287052864275037"
},
"deprecated": false,
"id": "CVE-2020-15211-735d0f42",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/comparisons.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"232479004541144128420059793998819263603",
"35935627241458837273037399811855141895",
"124158649962055033928925408278436055821",
"10914436223446218804442496462872588066",
"215402193460132703945455504643699588049"
]
},
"deprecated": false,
"id": "CVE-2020-15211-7377a539",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/transpose_conv.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"42085969536259485838037924783868877646",
"287298574584954874204223444177374353165",
"173892424660031496698502205211414829682",
"320664154204137074084054412772886441273",
"252743312298605932056044770354405339744",
"79419065682196723924152915675386146352",
"315870353351805680354282630987140130748",
"65307824066870079933242887721172947434",
"169053300332199741469388416367970551314",
"27434808142336936358998760774372945842",
"34102431526192452712607994518327313902",
"307348465399825026302312040677379492033",
"225536569126639270965446047811670642909",
"331335530655652158266387583823752051541",
"197284105596887597878203710809121316543",
"311560514446038306298628498303173538122",
"17337545790147327359561836615349958781",
"217705550321094443371875041810066447500",
"55674417682021624510891294003113664352",
"66501714724409165025648549377490744345",
"297133851771650516260078632580184035901",
"40626043747845447963350100163034626746",
"183804537564225124018422875224834419729",
"339593926381902948955268038851079317498",
"70649961335124842479675205354187690534",
"169384320518064156761720452973783834262",
"320664154204137074084054412772886441273",
"9273449216307759690355963621394739494",
"289414346993321604451341212094971925105",
"115647726008442506064312978841792679071",
"22680741178762185557264539400662131152",
"141218610334018342295975918210840467271",
"340227145455768619793808651011153538250",
"215876675791200934280232201246034561614",
"121455634431770949258081900983657246173",
"237313654532856622457456313102619424736",
"90857172393936440451903607578118767875",
"204811350282128745073630583351336668692",
"329560859454978921452576610354657375441",
"302099204946648136851765300093352594856",
"316992265021798451793750187462931296037",
"238139244360347297002316190849813046072",
"100311433621757471553775809376029190838",
"329560859454978921452576610354657375441",
"302099204946648136851765300093352594856",
"12389352913066348900007327116476828311",
"14696465624517646597265019360372535051",
"321269407137279063633135968811658617750",
"329560859454978921452576610354657375441",
"302099204946648136851765300093352594856"
]
},
"deprecated": false,
"id": "CVE-2020-15211-73e24fb0",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/circular_buffer.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"89695877234311105830025313287372833946",
"110013261136432308847752170734181901788",
"319542179672441075971356159888504946115",
"329542491332442552778929867962399615294",
"10855982253910595217416221526155060643"
]
},
"deprecated": false,
"id": "CVE-2020-15211-741ede7e",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/add.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"188732855672617297994847233877484559218",
"230666325696082387356802359526300463153",
"22393879316748082874920930234811843705",
"113518310863333929249652640762922161554",
"338157330231188155444690362097753654486",
"325142889502268336063046829339984028012"
]
},
"deprecated": false,
"id": "CVE-2020-15211-74d13e23",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/read_variable.cc"
},
"digest": {
"length": 413.0,
"function_hash": "219309596732347874630205062723697274120"
},
"deprecated": false,
"id": "CVE-2020-15211-753e16cd",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "GetMutableInput",
"file": "tensorflow/lite/kernels/kernel_util.cc"
},
"digest": {
"length": 275.0,
"function_hash": "321140304225639504303676924474003577127"
},
"deprecated": false,
"id": "CVE-2020-15211-75b87712",
"source": "https://github.com/tensorflow/tensorflow/commit/46d5b0852528ddfd614ded79bccc75589f801bd9",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/skip_gram.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"95764251992288941901673773589081651492",
"86166704542530475394155617839556362820",
"133283395819372406732351222260704156721",
"51635562412857982244971975986090376133",
"310999896969860824852003266126896479590",
"80545242959671736190789405870637533112",
"160656833926637763380565695540527196187",
"64514769234891463443171733576063848418",
"187857899489115791798951798701614199270",
"195446223850096778654850483153596331695",
"245959282703294040403228971813010775827",
"299137480034650862085169125488369479413",
"42947286569196781892981380370135861967",
"114191825691189613919249126483856403718",
"314159898916342150274878766253361001586"
]
},
"deprecated": false,
"id": "CVE-2020-15211-7638c1f2",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/mul.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"31927449494948716363303318260914258100",
"280654937394181284209525819160585142116",
"310022337108092513501904202977756103034",
"249344887730212577066320931253681237264",
"122180278637146299676600254334103212345",
"137011889399037549702511805090376363009"
]
},
"deprecated": false,
"id": "CVE-2020-15211-7685f005",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/embedding_lookup_sparse.cc"
},
"digest": {
"length": 1126.0,
"function_hash": "78041562298724473388811241016158307420"
},
"deprecated": false,
"id": "CVE-2020-15211-76b51833",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/floor_div.cc"
},
"digest": {
"length": 697.0,
"function_hash": "108940053473148477483143757809448852918"
},
"deprecated": false,
"id": "CVE-2020-15211-788da58c",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "DelegateRegistration",
"file": "tensorflow/lite/delegates/delegate_test.cc"
},
"digest": {
"length": 531.0,
"function_hash": "193590861825053511922895427675846524934"
},
"deprecated": false,
"id": "CVE-2020-15211-799fceae",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/fill.cc"
},
"digest": {
"length": 673.0,
"function_hash": "269030433062332906455566572175324039530"
},
"deprecated": false,
"id": "CVE-2020-15211-79ed9460",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "L2Eval",
"file": "tensorflow/lite/kernels/pooling.cc"
},
"digest": {
"length": 611.0,
"function_hash": "336810517728097163771963510798564689888"
},
"deprecated": false,
"id": "CVE-2020-15211-7a0b5007",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/floor_div.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"29717690111615179658576528804048573864",
"113404800597351500782859295064821399026",
"9526258670522567792807866793104476113",
"187832961012464724533542946034913885023",
"43003154577680462800926072323613754468",
"247409664737021465712207206207174136338",
"157213413122835661300955963530250730509",
"204369182343510123690321703078639922346",
"9526258670522567792807866793104476113",
"261877804113707922411826628176340165467",
"24609840158583448152693246471645827026",
"331571587959478577921656722319837661101"
]
},
"deprecated": false,
"id": "CVE-2020-15211-7a25c243",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/basic_rnn.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"207003033413964594061816161685827910441",
"124177626442957648375381061814983839670",
"2091623642923705181660267302449876090",
"169280259052426624384958025028855023385",
"153065731911938896734339431990371645934",
"194622561623933186935795385578088096879",
"5444737303277505304654991498934347656",
"48950154267664682277795849575215805350",
"186776261070279159383686641938441251271",
"259797859917741949337178150591590706421",
"79291944297701481250882287299430581325",
"192752775510038924717698504109160338268",
"215617717045348966027665333568009512287",
"162718816958299345761027259918379573175",
"232760604894323761257806627292545191096",
"35338290770542920503373159223448547647",
"171840314951970777986444741237348973428",
"169631789610077564764809364876622376146",
"140171453224237940047976482324441445056",
"195897224459936129871006087364242084663",
"94072695741034977708655171338278466648",
"27380995712532740722939217216416003238",
"258185410676117103913478856327143587311",
"254740044026139117857896559207272473351",
"35246375698317614184589645952165372949",
"154418400848550850041415433642396061446",
"296018914646941494190682331572468066261",
"116577986612283178890683678307172696830",
"78900063516981735248140570795042018030",
"271247943838523477266621886278275121923",
"82786271074939322671736587627622068333",
"92098313659052921288977186457186736723",
"47573914881698353860697400968701927467",
"173458175695527545541515269915375561652",
"100532635671235069506819301441326862967",
"292575556213968462388149744735112257121",
"247906475313987029491935226617713025535",
"162461020127133526858232520423210300008",
"234284131639925124898237129300582909913",
"208015591461261678262386254021141874875",
"39187261228246136475505842234556425561",
"314305195081661890605083443318080662736",
"169280259052426624384958025028855023385",
"153065731911938896734339431990371645934",
"301595932467843743995502955336194564036",
"214792934490510593376181757434764744927",
"61959917027900009722514801497402601409",
"14054002637981038224185058252662446765",
"276332240179706917580624531776423390334",
"299045170577779804916273119937469380724",
"128061464875810649580298550204177341695",
"273771366835590729495523463298531565045",
"230102805473995228844226600806797974862",
"188422224199206068783774836895863847456",
"73933213824004588021036142413435183458",
"120117392777880378997516960859519789406",
"142219045070170803889309298171619335084",
"171245125834330195555621150907903718969",
"35231929681808642008258015589804301037"
]
},
"deprecated": false,
"id": "CVE-2020-15211-7a98a54b",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/depthwise_conv.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"249023834740905223924846755177545419914",
"74233513316543500222376747392050965508",
"241036362233383245258628907008859773944",
"11215413110371501978689674616974110627",
"329739073216136243804611825971665381955",
"291137601209610565743346051128878303297",
"183443247884926689344301468556189214602",
"333342415335239627933880212629730631496",
"59962222486264739414223623795332819241",
"323981278250861835452889157534752786974",
"87266749230484967110805097682794418465",
"299632765408359137314489215451788596225",
"119583982251506106915680892233647829928",
"234550270828395593066931947890730248299",
"1059232463347974925031211067321568689",
"185020529794955569660790216511362870989",
"841913594907476559137666431549098937",
"15751680977249734428379145751932719591",
"293577980947410778242780441648682374932",
"268500477551929392693639931435419777502",
"98295170240986879380246342509157562467",
"83956057039211215408493524017367605641",
"42735668360348728266594509576041870844",
"28103987564356741786853257578598993445",
"316156333871358322043275997002461679449",
"14507478857687453435114945886883672354",
"339686475848523626517584192665779586786",
"74239193813521166595086027650462013588",
"121610003711234427397371241573004317260",
"84790891388869821835044691391136605329",
"233370768225779332051644129551918322771",
"209502919168710316143904693032010628256",
"248103759696085039244055134102422146686",
"290859651807784521746452646852794451219",
"53396668077485589156546053621225632059",
"208672053027324440246824001307033633541",
"70087639026415924106733689331017170667",
"124745214763032147100085638910791871668",
"281281607750120303293739936007327278768",
"296083342599318906220801135490019763829",
"145913374345354771948197691568205188920",
"286938529212222928546955457717127453212",
"289190671270654591032052221203353199135",
"63143896302103496254735865471934775938",
"201031439479403144653755931091761565029",
"76883092322917658217435759354657738161",
"78238500362325785596455503907009143190"
]
},
"deprecated": false,
"id": "CVE-2020-15211-7acf6097",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/quantize.cc"
},
"digest": {
"length": 3153.0,
"function_hash": "98550599297633120048656260008518228052"
},
"deprecated": false,
"id": "CVE-2020-15211-7bda09c6",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "ResizeOutputTensors",
"file": "tensorflow/lite/kernels/split_v.cc"
},
"digest": {
"length": 1441.0,
"function_hash": "68925990867727654292498394896454388959"
},
"deprecated": false,
"id": "CVE-2020-15211-7cc2a849",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/experimental/delegates/coreml/builders/reshape_op_builder.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"65997763616594932411589446105730729791",
"203996122997922304196638803325343294873",
"219763723516292474059156711810919216190",
"219910190644199671042781769203238039445"
]
},
"deprecated": false,
"id": "CVE-2020-15211-7ec14f0a",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/matrix_set_diag.cc"
},
"digest": {
"length": 591.0,
"function_hash": "317430175830670184260000684008746933952"
},
"deprecated": false,
"id": "CVE-2020-15211-7f4458fd",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/round.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"277737628912583569988443203588060377755",
"163263236444005296094121881118105993275",
"95386635520775630301542962229381021034",
"131067902285656996155888469406081662814",
"165313633414302939543331743454255197869"
]
},
"deprecated": false,
"id": "CVE-2020-15211-825a0e21",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/micro/kernels/concatenation.cc"
},
"digest": {
"length": 2187.0,
"function_hash": "176778617003233894980686553295486920322"
},
"deprecated": false,
"id": "CVE-2020-15211-8279f510",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/slice.cc"
},
"digest": {
"length": 996.0,
"function_hash": "28036837156351261176088822054132246311"
},
"deprecated": false,
"id": "CVE-2020-15211-8353701e",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/bidirectional_sequence_lstm.cc"
},
"digest": {
"length": 14020.0,
"function_hash": "253877125309001771960712952748808075399"
},
"deprecated": false,
"id": "CVE-2020-15211-839f93c4",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/detection_postprocess.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"286639362288012237608759273686136807576",
"110131038449520657187822226503851845258",
"30151077633599683650887920109204586519",
"22451015309266046301630482465227777116",
"266248647657982319650907442966978650906",
"193587618128683019862392069911172440339",
"228235047855232165507148844100081585606",
"247901260107479590219965252758520334402",
"216237937265401669413730884094765864722",
"160873854155692893104655536294407492099",
"337012577691580147951580929757288560454",
"256658029340159074256155084275963659686",
"272239062147046283366762052009077272616",
"293190819809350969653752736788658638348",
"48771389937946241627425128214603740830",
"116213096067115107110284324563571321317",
"173956630323516692696610365252481661918",
"284742469269119583796360606709781562333",
"177433617195227385615354562640479810597",
"39928269746556911819746186976440438072",
"302059969058558388302582269175728082448",
"182191116036535460861032978367161462128",
"32041877337934996934392940579217320393",
"17181947105201409915725891063885447271",
"338346174016107286170792473756692504085",
"25030193196390861824693639069410309672",
"289482538973239205496013596932599544282",
"290870737634686271795488804018305062694",
"152756812430419336445042124242153306800",
"328185383507674709292862030483839259492",
"27718073897502548469069946742961589641",
"94898371917765340464471450640000154437",
"56483556765532057605689073646512786064",
"337693614334899156767385634620212999820",
"279880306964246147039737214533976400518",
"258491580338016258767385099087069271743",
"214677283576337831404275150141979788457",
"153216505983976430975359322580087226966",
"74088827705220477671146397413470670240",
"57745000881892578008203572818147622279",
"281837690859103313783553453892861303393",
"43227831365069405951372167742700211252",
"66657345797197166646659238056895444998",
"83762490405369222373022491140257029991",
"255684359224349398589578915737635092340",
"22451015309266046301630482465227777116",
"321067689056775555888593272860119501773",
"300335276097503593594750651436011242243",
"27327961755023114272019599885779222122",
"278483895734520487190500961414709391148",
"96284169284802424881047365341247997258",
"6422518233830206081655821007236001733",
"184189995998348111789858210894783805679",
"152098074969456394957393755029200747145",
"74307561178820721996364335057543847460",
"153182977116897674664681082781485267054",
"300133253842127167136391817876272645258",
"157927707932686061740346445457817769902",
"180236528185059188066626581732135475855",
"66657345797197166646659238056895444998",
"83762490405369222373022491140257029991",
"255684359224349398589578915737635092340",
"22451015309266046301630482465227777116",
"321067689056775555888593272860119501773",
"300335276097503593594750651436011242243",
"27327961755023114272019599885779222122",
"278483895734520487190500961414709391148",
"96284169284802424881047365341247997258",
"6422518233830206081655821007236001733",
"184189995998348111789858210894783805679",
"152098074969456394957393755029200747145",
"74307561178820721996364335057543847460",
"153182977116897674664681082781485267054",
"300133253842127167136391817876272645258",
"157927707932686061740346445457817769902",
"168666908920738652421436549619968768931",
"159402043642803956920034867162972901667",
"242290183852924246697464085712754483841",
"219149608117665725117245864025081032809",
"22451015309266046301630482465227777116",
"310129900741658074451173962650547827253",
"72366137217883016266615390823260172722",
"5862712459311332065378755487909340200"
]
},
"deprecated": false,
"id": "CVE-2020-15211-83e258bf",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/hard_swish.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"18462232608720900439460785462151543847",
"200555746427321667607978274566038575095",
"327259645926614748166548957148652064506",
"214274689117871746982112520162184204669",
"171169624601718979271080256406862920377"
]
},
"deprecated": false,
"id": "CVE-2020-15211-8415e86b",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/range.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"75099621132808086369805435747596070077",
"246426709906076323911305959349984074129",
"45403806901347562638670179474083603317",
"114100024959988326152103157895740869569",
"117473785262556749048972344369148609095",
"241369708044968071916496558140129979798",
"269029535870664902030318465332557188044",
"274891398209082735643296916137214609720",
"103859420688866508944647137510652592167",
"161575502893453715977167469007070388757",
"9334492449826650932169474393259872911",
"226325637499500535269943716817467166620",
"330331721353450608212945190734523829517",
"275190941606372207556477030205648112390",
"54804719424189616799759129556713416114",
"105045423107067990125709607890931536737",
"95532841760962786082340159133164437984"
]
},
"deprecated": false,
"id": "CVE-2020-15211-842adba3",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/hashtable_lookup.cc"
},
"digest": {
"length": 1368.0,
"function_hash": "324137728959937932324538767090363863036"
},
"deprecated": false,
"id": "CVE-2020-15211-855233a0",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/sub.cc"
},
"digest": {
"length": 1757.0,
"function_hash": "254135639345085989285647765383317314953"
},
"deprecated": false,
"id": "CVE-2020-15211-8557578d",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/rfft2d.cc"
},
"digest": {
"length": 864.0,
"function_hash": "185685329690930324581993689563149585596"
},
"deprecated": false,
"id": "CVE-2020-15211-858595e4",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/segment_sum.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"280598367719985059198907425626217920116",
"28088269679661526159107960831778311770",
"266275809996991050502264077031690242431",
"300578152569747499087641018358736345499",
"232593830592464309258881663038783043766",
"82959341627692287709708150981499399662",
"194303055452537029004873742070706567487",
"311504811272782464749480401297212754015",
"59515672742923172538695603200121871845",
"273199129923068627908964859643815339744",
"300578152569747499087641018358736345499",
"179174601385681044346393323040997198495",
"126735796171282167305070469111529497949",
"187303311077707330063798648121450193834"
]
},
"deprecated": false,
"id": "CVE-2020-15211-8649e97b",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "ResizeOutput",
"file": "tensorflow/lite/kernels/topk_v2.cc"
},
"digest": {
"length": 1434.0,
"function_hash": "233908876548562330574208649769509806023"
},
"deprecated": false,
"id": "CVE-2020-15211-86b23808",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/pack.cc"
},
"digest": {
"length": 1052.0,
"function_hash": "272184066164159404183541211288923785766"
},
"deprecated": false,
"id": "CVE-2020-15211-872b59f4",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "SparseToDenseImpl",
"file": "tensorflow/lite/kernels/sparse_to_dense.cc"
},
"digest": {
"length": 956.0,
"function_hash": "95893437110491814777015638590398957440"
},
"deprecated": false,
"id": "CVE-2020-15211-8733b6a5",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "SoftmaxPrepare",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 2094.0,
"function_hash": "174505887341126575719310753360093539806"
},
"deprecated": false,
"id": "CVE-2020-15211-87a2d861",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/unidirectional_sequence_lstm.cc"
},
"digest": {
"length": 7699.0,
"function_hash": "94148097381476831237823361773102048056"
},
"deprecated": false,
"id": "CVE-2020-15211-886de3d2",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/pack.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"290469310755941340665865836717883118971",
"225152959108122156362971197339771523475",
"304769072573259262343870598575658169949",
"193789498869695706719650876357291328122",
"334308143516964367293294009736341497324",
"70221528155712710695261733658501267108",
"4490541461642161707789371790317059443",
"244907972008475754864271075853209737625",
"302760514373467708308331507407205104373",
"257436176039088738860418262157664070982",
"259817888500893304341636713911214725288",
"329685370049272200933426533337039922808",
"134291142060488113947089886864722084168",
"130198935647520194157990929424049194513",
"68051881774961916774456264717260053851",
"122258804432800863879417474279629014042",
"260344791417933221292042249680736379821",
"89553851868383914089093140195150237219",
"4579085146622777150867588726732564727"
]
},
"deprecated": false,
"id": "CVE-2020-15211-88b13bb7",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/pow.cc"
},
"digest": {
"length": 720.0,
"function_hash": "203873564558157580791568860948737381481"
},
"deprecated": false,
"id": "CVE-2020-15211-88b1c647",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/reshape.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"34486206746309627016396132973970246653",
"28221881648102541154546173198384446463",
"194928605584348953235759743660436761595",
"333130855003191526762230831965944868809",
"284883358932351560096537316746066098965"
]
},
"deprecated": false,
"id": "CVE-2020-15211-88c52dbc",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/depthwise_conv.cc"
},
"digest": {
"length": 645.0,
"function_hash": "15166977308431020472031720663050970644"
},
"deprecated": false,
"id": "CVE-2020-15211-897cf564",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/shape.cc"
},
"digest": {
"length": 1088.0,
"function_hash": "280447312102589431414249204054337147293"
},
"deprecated": false,
"id": "CVE-2020-15211-89c9a9a3",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/lstm.cc"
},
"digest": {
"length": 13392.0,
"function_hash": "204761657400690467727787947638419522340"
},
"deprecated": false,
"id": "CVE-2020-15211-8a18ed40",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/scatter_nd.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"3469207061583433945059824036169576716",
"162373788277312505683897990787155552005",
"129045385659961982800302671566599732703",
"235361146583784138887238996510797554061",
"272375828256691194866976919031409081904",
"135263900499680815504461462001465288843",
"84997702461337515209157374895746736157",
"68271591141938182143976750223664447246",
"334426057848934421680008200308090755052",
"214492292013180588888060436323386596388",
"11616680612383903910088998268632938251",
"319523655198497649430335620920949999811",
"29624525889222248801327650127084524918",
"153880686987854702486588137515742819446",
"172958756999560041108376024937719652724",
"106629231129612937446996728659024741427",
"248375127331742484738337091670225880502"
]
},
"deprecated": false,
"id": "CVE-2020-15211-8aea55ce",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"217481744278100604781502220604608174901",
"146996657130394864125992714077519153412",
"137153332297193888019059094943592574485",
"20557708496857787675740774063587160306",
"326759378491882999251825063609199585395",
"41709639598510009135551259715313508727",
"146996657130394864125992714077519153412",
"137153332297193888019059094943592574485",
"172342987373490648988209144129258705709",
"92801275261969397657018445713567421722",
"99420274767227737244198469750622929303",
"193068391737810842230920795365506177220",
"167251006932495557029662947907456753112",
"3227559895473184520761662266516075891",
"293621403094861694975145237439923274641",
"151034003512655176466466482882344981595",
"108594988209520879966549698983673678903",
"238656838641982403977687554696484033384",
"224398164549335856244896380215667752777",
"146996657130394864125992714077519153412",
"137153332297193888019059094943592574485",
"23865889464472971263550741476931852594",
"225163810371583955533062649615295082369",
"318946527971136416427284748233195574071",
"146996657130394864125992714077519153412",
"137153332297193888019059094943592574485",
"29535352948268735989812589095084027170",
"208831565075599384313428684171958061283",
"318946527971136416427284748233195574071",
"146996657130394864125992714077519153412",
"137153332297193888019059094943592574485",
"29535352948268735989812589095084027170",
"208831565075599384313428684171958061283",
"75291393084773710985711469614473924148",
"146996657130394864125992714077519153412",
"123111349123632473367993739908585784906",
"94241728768563246629264640438389885718",
"220613667123760979014998827864042930607",
"116828109814399832473944084878769637648",
"146996657130394864125992714077519153412",
"137153332297193888019059094943592574485",
"134105764734987337858560682995469673514",
"312650840941675609481809041487863183498",
"301311306383640656721633631029188589143",
"338868521840580168659016476103049016999",
"314794912811867714956252275797323859372",
"245896590969760273240933467165387500275",
"324167757930723670954016699970047198417",
"94943194249282359917284666680405588867",
"6104223474567847680162721887008389125",
"178285986383221626965498114664523798658",
"73733156287159611222741031670282176396",
"184795648675460236067423829657672431277",
"336143498414713010802149319362192163062",
"76605008695838537151963927596885589741",
"228713533737787992585475386243138130242",
"337091612376346517265888760746420214983",
"184795648675460236067423829657672431277",
"336143498414713010802149319362192163062",
"298291970315258327825086475886153665678",
"192092395368211631044509243752027319662",
"9737768347231292526911221129358062199",
"130209405042696265109202119412459461088",
"292118367714015195516770206943082169563",
"12210858386856265239118445580472006696",
"178886219715254462139265417435109800684",
"242171238211999499472063631985436216127",
"294405214340600297677258308716669150668",
"326642692340238351228874807787127410447",
"313058439447220446075056348983094431965",
"152318300939728592360400498039207215739",
"176831150832666508937286907687426645137",
"130209405042696265109202119412459461088",
"292118367714015195516770206943082169563",
"153401859787993493162995516891338809512",
"115386289488285881092256474617467999770",
"176831150832666508937286907687426645137",
"130209405042696265109202119412459461088",
"292118367714015195516770206943082169563",
"71529093552101972581239691894486026240",
"316776639021650002200475117376963113999",
"270463603307116816176700097522153290171",
"130209405042696265109202119412459461088",
"98847387100642598637744262719250075046",
"17453974375670331059710653607411441101",
"187905735177404271281582841806408606667",
"57462350914862684802215543373873374237",
"130209405042696265109202119412459461088",
"21309545456076218773672772567271130231",
"90769362228866689635119349439465788573",
"268438306902642027423246668943252799729",
"209768418212269469408529333419623492622",
"251108605302710280803905286379514345660",
"160721133456744385482474140265801297024",
"65831242081643632780057193553180101527",
"218457873491064374888867757361682965468",
"162266054953659862804172203166915247529",
"118279952451977340464849397605261244713",
"183655302380419847761681972438762975078",
"247244061455758378660079829093008304367",
"326186236140704446451906644628613861689",
"120793329685845074855111473568946660212",
"45183866671486621514424124743159707201",
"254475119161445803153661141493596219589",
"237296961617283972513365576319928314182",
"313661044542303747617661512963106880387",
"48327546960109475939856642079834941989",
"137357292752639748876329910830745199230",
"130209405042696265109202119412459461088",
"289782979732973438345149605819566735889"
]
},
"deprecated": false,
"id": "CVE-2020-15211-8b512452",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/lsh_projection.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"241940617971693206243400365259224740958",
"72388179248869528144889368280884463445",
"280176525938884727621943787598404563976",
"27577341498719319066884204300106072977",
"733951715288440327700935587912435897",
"309710887321832590881087452281013895698",
"172776477892860034814409882723690198057",
"155259372333032307785654926124379619752",
"20376956972594445353788831179824726720",
"276176533148344765518225330155799225251",
"152031256614172818995654722611551767905",
"256114880487728417129202894921625178877",
"203268912204262134553492282697487289547",
"79281926311361176662386148068337126092",
"14078323813726154238907143721618490685",
"313838889173788907976657911235461141782",
"108902044453033604920530817337374856382",
"54238770597197041397561986946875300660",
"113466105677733830370854407621827212852",
"224905046958280868633767700112394828280",
"278887026504256587485575973372975714209"
]
},
"deprecated": false,
"id": "CVE-2020-15211-8cac4739",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/lstm.cc"
},
"digest": {
"length": 7638.0,
"function_hash": "149293154278746928238484679268565651076"
},
"deprecated": false,
"id": "CVE-2020-15211-8d6df858",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "IsPadOpSupported",
"file": "tensorflow/lite/experimental/delegates/coreml/builders/pad_op_builder.cc"
},
"digest": {
"length": 831.0,
"function_hash": "209121602111037421028376644810774822387"
},
"deprecated": false,
"id": "CVE-2020-15211-8e1d406d",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "ResizeOutputandTemporaryTensors",
"file": "tensorflow/lite/kernels/rfft2d.cc"
},
"digest": {
"length": 1214.0,
"function_hash": "218822640942605657638471754828652243333"
},
"deprecated": false,
"id": "CVE-2020-15211-8f590a8f",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/unidirectional_sequence_lstm.cc"
},
"digest": {
"length": 4621.0,
"function_hash": "270926381340584714295985635381293590105"
},
"deprecated": false,
"id": "CVE-2020-15211-9072a4cd",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/range.cc"
},
"digest": {
"length": 706.0,
"function_hash": "232454952460664556394708090088882742058"
},
"deprecated": false,
"id": "CVE-2020-15211-9124ab9a",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "DecodeCenterSizeBoxes",
"file": "tensorflow/lite/kernels/detection_postprocess.cc"
},
"digest": {
"length": 1703.0,
"function_hash": "157950344459939721473499857214317496230"
},
"deprecated": false,
"id": "CVE-2020-15211-91b240e8",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/pooling.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"127776887003572160553686286609916363726",
"243616263366004723479907284345791809936",
"232085980054755872056105377360688852250",
"184447066976820691684310378445174347453",
"200215837624152943561590188699466579979"
]
},
"deprecated": false,
"id": "CVE-2020-15211-91e0e1d3",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/space_to_depth.cc"
},
"digest": {
"length": 1086.0,
"function_hash": "245705579568593992728899657097044030393"
},
"deprecated": false,
"id": "CVE-2020-15211-92549f1f",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/l2norm.cc"
},
"digest": {
"length": 1579.0,
"function_hash": "11092404485817296762045723925764099745"
},
"deprecated": false,
"id": "CVE-2020-15211-938bb9d2",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "PrepareImpl",
"file": "tensorflow/lite/kernels/fully_connected.cc"
},
"digest": {
"length": 4160.0,
"function_hash": "60454181851494575427364682112324252194"
},
"deprecated": false,
"id": "CVE-2020-15211-94135bc7",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "TEST",
"file": "tensorflow/lite/interpreter_test.cc"
},
"digest": {
"length": 2890.0,
"function_hash": "305127703241649753782922943005556883440"
},
"deprecated": false,
"id": "CVE-2020-15211-9420a069",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/conv.cc"
},
"digest": {
"length": 7778.0,
"function_hash": "41638128839302636333079934346931962663"
},
"deprecated": false,
"id": "CVE-2020-15211-943895d5",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/expand_dims.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"145749571104186124097964167937746124099",
"308035995485503303700141784868184217325",
"309315450731321608335901479082968881370",
"220814382994236586856096333881653743605",
"89927624319279425245753481561670429374",
"173166656874095139947622438087527534000",
"334961044432787708654101561136140894038",
"139862533879931952964982508448835903531",
"27651241776226000597801455466027574866",
"233726602967541366960861126617862667778",
"125111616400674191881879708568519759466",
"92787355614414423921766524803093146799"
]
},
"deprecated": false,
"id": "CVE-2020-15211-94808eb5",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/basic_rnn.cc"
},
"digest": {
"length": 3957.0,
"function_hash": "48297158969621442476086059058304030319"
},
"deprecated": false,
"id": "CVE-2020-15211-94edf631",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/matrix_set_diag.cc"
},
"digest": {
"length": 292.0,
"function_hash": "146915292992899222936461760449315375768"
},
"deprecated": false,
"id": "CVE-2020-15211-95d71a97",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "UseDynamicOutputTensors",
"file": "tensorflow/lite/kernels/split_v.cc"
},
"digest": {
"length": 181.0,
"function_hash": "177953668843771764427398993814022897438"
},
"deprecated": false,
"id": "CVE-2020-15211-96bed847",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/svdf.cc"
},
"digest": {
"length": 5123.0,
"function_hash": "225269304632595872135195357075757574165"
},
"deprecated": false,
"id": "CVE-2020-15211-973e46c5",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/lsh_projection.cc"
},
"digest": {
"length": 614.0,
"function_hash": "293194702281641478249210713444359259770"
},
"deprecated": false,
"id": "CVE-2020-15211-977f02dc",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/lstm.cc"
},
"digest": {
"length": 2188.0,
"function_hash": "217059631529631147953413982429851974660"
},
"deprecated": false,
"id": "CVE-2020-15211-98ea1b96",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "DynamicCopyOpRegistration",
"file": "tensorflow/lite/delegates/delegate_test.cc"
},
"digest": {
"length": 536.0,
"function_hash": "32344600412612984734016802701742407039"
},
"deprecated": false,
"id": "CVE-2020-15211-9939b858",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "CheckInputTensorDimensions",
"file": "tensorflow/lite/kernels/lstm.cc"
},
"digest": {
"length": 6875.0,
"function_hash": "186535093255572709856824462540653410768"
},
"deprecated": false,
"id": "CVE-2020-15211-9946a5ed",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/while.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"154259769138294645776919010219539219837",
"183023816511190425544585687092539295658",
"228678932058598430366834110992509924007",
"298921699956731970882032885517766419725"
]
},
"deprecated": false,
"id": "CVE-2020-15211-99c7c983",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EvalImpl",
"file": "tensorflow/lite/kernels/conv.cc"
},
"digest": {
"length": 2047.0,
"function_hash": "98083131016963262114520082665473019434"
},
"deprecated": false,
"id": "CVE-2020-15211-99d472e0",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "PrepareHashtableFind",
"file": "tensorflow/lite/kernels/hashtable/hashtable_find.cc"
},
"digest": {
"length": 829.0,
"function_hash": "171567530697060214632710231565647585872"
},
"deprecated": false,
"id": "CVE-2020-15211-9a093c58",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/floor_mod.cc"
},
"digest": {
"length": 969.0,
"function_hash": "25285869487634644835719193434840990968"
},
"deprecated": false,
"id": "CVE-2020-15211-9a2e1f54",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/lstm.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"141922775443526086793549818334594600548",
"197139258979839839734245349211161721179",
"89343541721295313246729193118999965727",
"26235747447276979770837700929256561728",
"117761893887768563348838668347513405385",
"232635311314098972600515307079349690293",
"135226968893063994698120606509370231231",
"308481614217375729158805640189743296901",
"55608495052959176318246990548021997174",
"108605066160679182218330391814550152170",
"36875741872978129758227379780444435166",
"94731912991819364920130302935364276248",
"312362631138693683685267949630568935004",
"137675469916541674495565708976954541074",
"249454711769094235287572688810703405944",
"96019418619428788137958992366900467496",
"54193719187717886433615204736201764280",
"245281396023224438595770049107172957506",
"291094879936967875445579827310446680993",
"209318543430316690252730340243314085461",
"130535009819883502550748788368356020103",
"165003746712287315424049089464526573881",
"231338829757776726085368472200909021082",
"203611895698608665950079811565198383943",
"266507168276606778045363217448739280970",
"106131977866376495568492909521063372470",
"128217030828368505148374309195035095281",
"124981045692606708128170944646886716728",
"182567237162263368123197233057470622002",
"239238973537367652651266571804944214595",
"75040890231756332501916173321681963307",
"229291553992312190532788041622507782666",
"148141476640990804135669862505828957963",
"235669717675421214986405698464725699461",
"280861340339315868805005632500179341916",
"194253243443521753515186274596654901790",
"172712371808934124786288397063099399521",
"1941399426789497923348939022303528668",
"337841618649267983161475113292251536574"
]
},
"deprecated": false,
"id": "CVE-2020-15211-9a97f538",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/scatter_nd.cc"
},
"digest": {
"length": 555.0,
"function_hash": "136600937072567554203471108412985223260"
},
"deprecated": false,
"id": "CVE-2020-15211-9b42819c",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EvalMean",
"file": "tensorflow/lite/kernels/reduce.cc"
},
"digest": {
"length": 4487.0,
"function_hash": "133086035331359544072417736646915852395"
},
"deprecated": false,
"id": "CVE-2020-15211-9b623280",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "ReluPrepare",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 636.0,
"function_hash": "304301645444814336548274609273640893372"
},
"deprecated": false,
"id": "CVE-2020-15211-9b62e2ab",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "lstm_eval",
"file": "tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/lstm.cc"
},
"digest": {
"length": 3684.0,
"function_hash": "109383967709729287193656383486639087402"
},
"deprecated": false,
"id": "CVE-2020-15211-9c0406bd",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/logical.cc"
},
"digest": {
"length": 896.0,
"function_hash": "130234326767608503072364721293686283901"
},
"deprecated": false,
"id": "CVE-2020-15211-9c6d1225",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/segment_sum.cc"
},
"digest": {
"length": 849.0,
"function_hash": "207850633011151263325752567527562748259"
},
"deprecated": false,
"id": "CVE-2020-15211-9cee091a",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/logistic.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"287025034987587189749204073148266872248",
"162523766501012471969422778347931546897",
"46592709350191429352629564650741234029",
"278427879041737722524946267564806095824",
"38797016273697585241794629974243824841"
]
},
"deprecated": false,
"id": "CVE-2020-15211-9e18ef2d",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/delegates/gpu/common/model_builder.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"304832132328797292746254760679759467297",
"206243468276936258253386406739199166240",
"155166706255727724841404557042438847275",
"49771649950825315133266035949175898197",
"305698016715966546774523006227138408175",
"309796539398533409281862504765111073825",
"96755448632221541018352953090333108492",
"261620627105376526476579222873780988878"
]
},
"deprecated": false,
"id": "CVE-2020-15211-9e724043",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/hashtable_lookup.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"286949210419731801100409393651117094647",
"117760192977217200380153700211784415077",
"299464750965619006112508586089392730427",
"51635562412857982244971975986090376133",
"129028101386848814969713809660357836917",
"314604688410468402897948977953239582852",
"141847693683989320542152258484220277138",
"264935343687268010289913003104613110240",
"43217522420306173088081365279766559162",
"250953576711303446947228176775438666235",
"15952693534333339053997658740535308760",
"139380372925169089733934033714467646414",
"225396742637021741199989996139557947154",
"207763273628148867480797365136324287969",
"238160398517826015810096730797913368885",
"45267035155064596155802473117893939929",
"154686557913247477739530514819485188838",
"229275196899051855558637185682831817808",
"265099634141302983185446271695668785395",
"310484864484671640805341543947177732774",
"42896534007129436224094142588291276658",
"326772431857759179141383594695102393800",
"44026804637542302024444278307540922656",
"238469303408434546443024859537789842374",
"168010582150573938340048372039300364859",
"125911240432175188140584537451234916107",
"290257730120167610280587552142681561878",
"195210624104703206960227860231568562247",
"75057680200579827609664534827959181164",
"106024549224355141420245245785621102571"
]
},
"deprecated": false,
"id": "CVE-2020-15211-9e965ebe",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/micro/kernels/fully_connected.cc"
},
"digest": {
"length": 780.0,
"function_hash": "133891549836215985050306600162610078652"
},
"deprecated": false,
"id": "CVE-2020-15211-9ebb0787",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Java_org_tensorflow_lite_InterpreterTest_getNativeHandleForDelegate",
"file": "tensorflow/lite/java/src/test/native/interpreter_test_jni.cc"
},
"digest": {
"length": 1525.0,
"function_hash": "126169315465398894446725654749557103010"
},
"deprecated": false,
"id": "CVE-2020-15211-9f54bf0c",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/ceil.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"277737628912583569988443203588060377755",
"163263236444005296094121881118105993275",
"95386635520775630301542962229381021034",
"131067902285656996155888469406081662814",
"165313633414302939543331743454255197869"
]
},
"deprecated": false,
"id": "CVE-2020-15211-a03b8c5b",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "GetOutputShapeFromTensor",
"file": "tensorflow/lite/kernels/reshape.cc"
},
"digest": {
"length": 298.0,
"function_hash": "35286795402513792170096205026444549218"
},
"deprecated": false,
"id": "CVE-2020-15211-a1c867e7",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/micro/kernels/add.cc"
},
"digest": {
"length": 551.0,
"function_hash": "209408164144326356336213397243271514877"
},
"deprecated": false,
"id": "CVE-2020-15211-a1d2d4bb",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "IsReshapeOpSupported",
"file": "tensorflow/lite/experimental/delegates/coreml/builders/reshape_op_builder.cc"
},
"digest": {
"length": 672.0,
"function_hash": "52314654085219207472777608001656973248"
},
"deprecated": false,
"id": "CVE-2020-15211-a2cadc48",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/matrix_diag.cc"
},
"digest": {
"length": 219.0,
"function_hash": "133065363085559933279580249939173839882"
},
"deprecated": false,
"id": "CVE-2020-15211-a4ee5016",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/assign_variable.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"168026930492191275676238555827237168190",
"268808588128817600521891477731499503440",
"30747608189113412374981794070591186852",
"134550380651418844837677426877603117927",
"215471429890662817199937870019770523017",
"321218495453480683077770866204875900473",
"321631104424398634968382073322401659168",
"51035380752544413742951275224841206244",
"44165516950454552052541786440816502233",
"325280776978770745587455477432265083014",
"243795378744433092288497556027199866267"
]
},
"deprecated": false,
"id": "CVE-2020-15211-a536b7e9",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "ReverseSequenceHelper",
"file": "tensorflow/lite/kernels/reverse_sequence.cc"
},
"digest": {
"length": 525.0,
"function_hash": "65643568966864102499253707441904230460"
},
"deprecated": false,
"id": "CVE-2020-15211-a6dacd7b",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/l2norm.cc"
},
"digest": {
"length": 1006.0,
"function_hash": "295634052765733795370415528072874805510"
},
"deprecated": false,
"id": "CVE-2020-15211-a7cb3532",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/resize_bilinear.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"213896990270458394038377377914114473075",
"256538298495029015849203373753215552194",
"147530268039795639503276983418664186053",
"232575145842620638246944554818515871208",
"248137577517265879074093270744363480043",
"286963363963560762452011325872961719799",
"94141110445333140022045448890389302682",
"234559499906193692908991920734078612336",
"63401750678367342978702770893545021396",
"109846426091743996988804220474653333043",
"17380015279085928759898031018414427355",
"163639572064431541623339012078142112496"
]
},
"deprecated": false,
"id": "CVE-2020-15211-a80eca6f",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "ResizeOutput",
"file": "tensorflow/lite/kernels/tile.cc"
},
"digest": {
"length": 784.0,
"function_hash": "174940775788849111687245769251510967156"
},
"deprecated": false,
"id": "CVE-2020-15211-a90c78a7",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Relu6Eval",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 936.0,
"function_hash": "103206148059072424667711690939417409232"
},
"deprecated": false,
"id": "CVE-2020-15211-a9e72884",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/micro/kernels/pooling.cc"
},
"digest": {
"length": 786.0,
"function_hash": "285088398652232366814964519206744662893"
},
"deprecated": false,
"id": "CVE-2020-15211-aa1c58c7",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/tile.cc"
},
"digest": {
"length": 718.0,
"function_hash": "263632737397426626192682750186091867850"
},
"deprecated": false,
"id": "CVE-2020-15211-aa2c86dc",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "TanhPrepare",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 2004.0,
"function_hash": "120799860393541645347453974826928545621"
},
"deprecated": false,
"id": "CVE-2020-15211-aa78834c",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/arg_min_max.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"213896990270458394038377377914114473075",
"63720482077291378794911979407660820975",
"1914238564341138732884091623652788348",
"5958351981944426981370707525522873137",
"198199318701363574724778304791712491018",
"289036451149072015010736905427512934943",
"244484231130694517139682645490998936062",
"8512332691755181550232986264891783437",
"123694665725001077315226202124048153893",
"193072392883605489567893541346629938109",
"319781644336987910581504374121245005053",
"207920866647673354222916675430341564937",
"335066979591429479970359042329047973173",
"226712464731757979601208308706984301347",
"13703294333407305852281050338946660784"
]
},
"deprecated": false,
"id": "CVE-2020-15211-ab803867",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/tanh.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"237282565154834418842961663890183242587",
"200555746427321667607978274566038575095",
"276972618325100257254749784584509903074",
"20465247798472625410964020264328071169",
"237605655341554478874120409387655794578",
"33801379571738808703262781521285198877",
"223065429182535194452989905784304770247",
"155890273878240303371002180634579432086",
"43775697550327624810471841640983333884"
]
},
"deprecated": false,
"id": "CVE-2020-15211-abbb8c00",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/logical.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"29717690111615179658576528804048573864",
"113404800597351500782859295064821399026",
"9526258670522567792807866793104476113",
"187832961012464724533542946034913885023",
"43003154577680462800926072323613754468",
"225409505339518124316322568164752714080",
"73118953795183706120144573966235065242",
"216502172047516569766576205584743455326",
"9526258670522567792807866793104476113",
"243632473400799744870810686069272498940",
"331098520240107411965205955574747322820",
"133180985487811420899324073238240247303"
]
},
"deprecated": false,
"id": "CVE-2020-15211-abc87f8f",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "TEST",
"file": "tensorflow/lite/interpreter_test.cc"
},
"digest": {
"length": 1652.0,
"function_hash": "232082820322549433875117311871940396402"
},
"deprecated": false,
"id": "CVE-2020-15211-abe1ad76",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/experimental/kernels/ctc_beam_search_decoder.cc"
},
"digest": {
"length": 1863.0,
"function_hash": "144059728176822021887509152048856206414"
},
"deprecated": false,
"id": "CVE-2020-15211-ac9eb3ca",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "GetOutput",
"file": "tensorflow/lite/kernels/kernel_util.cc"
},
"digest": {
"length": 264.0,
"function_hash": "304857911200110016213521956790102524503"
},
"deprecated": false,
"id": "CVE-2020-15211-af338969",
"source": "https://github.com/tensorflow/tensorflow/commit/46d5b0852528ddfd614ded79bccc75589f801bd9",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "PopulateQuantizedLstmParams8x8_8",
"file": "tensorflow/lite/kernels/lstm.cc"
},
"digest": {
"length": 9108.0,
"function_hash": "273229997297019348064443896873521005614"
},
"deprecated": false,
"id": "CVE-2020-15211-b0333d2f",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/cast.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"249088084796620942489754786546920864773",
"200555746427321667607978274566038575095",
"94737194736868121422956414314122760716",
"247759830630813917585301188022919475898",
"218838893991127726280082362620578244813",
"221387516816929770471694751452923945361",
"276428046952254703091023347300864320878",
"203352481693186965379064081622252699504",
"163803806850538295824175353168370659090",
"270246088874572179943210370815407718482"
]
},
"deprecated": false,
"id": "CVE-2020-15211-b11962c0",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/topk_v2.cc"
},
"digest": {
"length": 691.0,
"function_hash": "104472442038755833510234697611149673108"
},
"deprecated": false,
"id": "CVE-2020-15211-b1d96d69",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/bidirectional_sequence_rnn.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"206285652415377146265323466003360713497",
"127685927440172101945659823748717824690",
"318124620030419693806237680554842197877",
"292269460645033758138649096554805244107",
"32202412548028741491206706608843418367",
"265267115866469012197676750647378784961",
"197496326095575747674925319073080391022",
"58236675821645457930739835053664121388",
"179391566219116338028605495231019794722",
"166861558661398807544075449361551777890",
"159132061106681022334792323531515315531",
"133045552890856444206965686555658190333",
"198927378749963869280170787829813434498",
"277091421551567291161995739045144906006",
"182931624382551463351548341692930385923",
"154987258536591802626659611047882778902",
"72277819096466400829520465725009214075",
"34480443163567511654715686015369004633",
"183686139473351706285588407185514507820",
"178514058118504006352598627330503394882",
"85957916577450286811264896056629457893",
"66606401540753159679760644630016299384",
"277178637724593400440170420739203405992",
"309877790782886844823842001725104952606",
"20763692132327373863519352254022993101",
"276477752565814308059009217952833336380",
"259549288291554290186338476016950524809",
"43656609175085692098237200026016220536",
"43095954702609964478121269794716848633",
"146365760042876564504162685499883576067",
"66872062410884008817703216121224828053",
"301755831289752938187716073053109706208",
"297739446813366973956643261259609549927",
"220240345990945689988275803269620398542",
"107809650865667815793646243475309852882",
"114603182910263043021533528842992716317",
"186449778195598267644242968798428895781",
"157642355194070175041093425080233992381",
"193541333051761137030034659943958014497",
"38522979664248485732440739213683501287",
"3060311615139866449703895000137929732",
"327391693981635671735330843066745640958",
"173655618232646389826198093863425281358",
"275888053860060182471971534045042701719",
"315406938983920538146273569583095899907",
"97347142703900019347524165087207442851",
"324947229053260980432089938430616623011",
"338125331534231225740837031503131650180",
"251276029420944394568381342687525061374",
"86129331980280243834642272449383121603",
"224212065561897716502935984963334257776",
"35707718419516147082196733597016843107",
"164417457991064003551435393551979837008",
"109631789703866544409061063497065782731",
"246576773342827819570284159207706759978",
"183867197050084093654711801080523366358",
"55417360912963365076332585347694635884",
"289784005672427263247593022891212914371",
"230110306089241035668581398649206247026",
"251758634276126368958683163364828129680",
"166271552721123953534006364691826352249",
"218934754699616511652223822981757681587",
"240502391197922221926081508641067477970",
"308162962520380903688375110052583910533",
"137140980668569669323636672734264701903",
"248987450155652715029270883390175383665",
"66063089105197284289243429020084643516",
"194804137570704971401601328703288890424",
"230235640602003881377984424529680651894",
"257031659008627086875656904066563016236",
"59027338237606632739396455072458073227",
"27722796297192822951600939595465508227",
"64669095235341362422965774155228617537",
"292269460645033758138649096554805244107",
"32202412548028741491206706608843418367",
"265267115866469012197676750647378784961",
"116229042612506850776828723458523021519",
"119460330251678925325084535251590139825",
"217595056351523863750412232301078148845",
"133045552890856444206965686555658190333",
"198927378749963869280170787829813434498",
"33098117194611781485225286295445424372",
"338707780373864726863318939259490563311",
"241427514280140465186551759400949300133",
"26078337192209420575977596860231682539",
"55171351422531322261803727493963034838",
"184865375944574361701205012085730292526",
"125270220585388868098827882558016627206",
"229607075146118374797002101550852238637",
"314028649739812499853122053017853441528",
"53900587033422418076446657339922701094",
"123530641465964806877673515000913317366",
"33407287513636715444498171024111244491",
"58559835254031824954183413168678190911",
"271546947656518983773480308386752911309",
"216345416256436219499730602925062801803",
"292393332004537035167837820099842606031",
"293440127035823857751919619302295517272",
"206288302417580505023030573651446117319",
"243448633114387939272508150485008130342",
"140595499654992500286148401615808314727",
"189131633444899372925008871900561017047",
"69412273302435019984214323457082553095",
"281374265397802508218607982329143266017",
"25160617916565493647671108019093251939",
"240604084828852728202759011976259271719",
"102670198206635253754998807124759374789"
]
},
"deprecated": false,
"id": "CVE-2020-15211-b1e5b9ca",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/svdf.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"159165907484293114461501048810130716782",
"27645375824731657793909060099081098008",
"321638070992819576169153518962366114443",
"246270518790074666871359313769406058449",
"2940315815992099588204290577941481484",
"251471253086134778532573610637884903943",
"222737793810243575449164302108962849601",
"301352408968324954223558853682554953995",
"85552629744017429563404886989613016164",
"198959314740654493712049590305926038911",
"159534538725569123508785281090351667952",
"19182465968285122722131650609683632154",
"88498009540432615178340347607922390254",
"305044015822424924344866733332362912292",
"135132004379527627444226975266763896048",
"172979114475340861922255529332954789887",
"335788471780107720625147055924372311490",
"280305671806796783938567727796958651827",
"279175423993248148268629067772172204190",
"143501731529599532676851532932933826745",
"49712038468432345205561503292424743853",
"243475860875678812808404006370374574124",
"201946242323170668723993135516028222768",
"303791192718093623766157572654785311683",
"296018914646941494190682331572468066261",
"136282148684811860134896667324489587189",
"236252838579301532424615319964498113762",
"9432006631925200273742276628784407606",
"222027044955129621026406137391263158923",
"214124311694233635140932774234373643391",
"127259215715946593765599597411425610966",
"2614240538186165586675765554179520022",
"86533802438705219542089491410286975370",
"260727746668006978790172632230689377266",
"123966601048536339303066016750450785417",
"180013286846632805505321190744288407356",
"23336908914836090080237081890864815767",
"284220194317731372336741649307273338941",
"59917232937099776818884403490183818536",
"185194888922838119450184362907199216190",
"279080915092772400818159020551369492055",
"308874941417476372950929270995270464413",
"216447497234518786378144969801722880633",
"288679427685953397287109242776301347749",
"246270518790074666871359313769406058449",
"2940315815992099588204290577941481484",
"224193763139069052336949549847145986404",
"90369488600978741897913687213514345733",
"46707110577444629739571643721510123419",
"81206344871588398835131137984051984629",
"291862034011052552133546373358489203999",
"126085646872211230537663561704758055297",
"44490151367180303847930819091192780950",
"297802677054472569276828113391807107097",
"109923019348768529127014317409535321249",
"127331758723761186707385332308706088681",
"235671561625318231481164699904997533883",
"40001011348776542795312762943080292660",
"102238027001365758968373632587222563937",
"119831973612271000862425191806549858039",
"283353562478832460658862364325578227090",
"50644725878861517242074866904984419755",
"244681808276830785928117011526308511840",
"311987205142697680296174180985363572222",
"166160705660260763505390539697480156980",
"31139763819318444669187402851490212883",
"187928016397277172635862703438963720521",
"336826085146653784332606281288519634026"
]
},
"deprecated": false,
"id": "CVE-2020-15211-b32c3f0e",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "MaxEval",
"file": "tensorflow/lite/kernels/pooling.cc"
},
"digest": {
"length": 921.0,
"function_hash": "328445714851971727519187042483506103243"
},
"deprecated": false,
"id": "CVE-2020-15211-b35037f9",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "SoftmaxEval",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 1557.0,
"function_hash": "7059940162947124171443856539401900272"
},
"deprecated": false,
"id": "CVE-2020-15211-b39b865b",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/kernel_util.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"106249061432669355244174145152585609681",
"109871225068664739470101005233135785713",
"21891332585456410465568600173004383381",
"147156828948527965596237506486360895747",
"268871851932418842329053525855571108466",
"4591806579405492379987136918944695485",
"307798443404611310557707303453635785084",
"203471081904076904089852356911627558935",
"330214501492333934727597170376306508166",
"24532654397734308684536468046877874560",
"320793959962373285609811523341130709070",
"134144551983301096209912108477571766906",
"315714597892042657627400505744765534863",
"340128928006181915052823327744210082163",
"285240341225217543394791430716162920370",
"175765015225196732176572998447445664567"
]
},
"deprecated": false,
"id": "CVE-2020-15211-b3a4c599",
"source": "https://github.com/tensorflow/tensorflow/commit/46d5b0852528ddfd614ded79bccc75589f801bd9",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/neg.cc"
},
"digest": {
"length": 863.0,
"function_hash": "308611842939215807128223887470844613587"
},
"deprecated": false,
"id": "CVE-2020-15211-b435379b",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "UseDynamicOutputTensors",
"file": "tensorflow/lite/kernels/split.cc"
},
"digest": {
"length": 181.0,
"function_hash": "177953668843771764427398993814022897438"
},
"deprecated": false,
"id": "CVE-2020-15211-b55a58e2",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "ReluPrepare",
"file": "tensorflow/lite/micro/kernels/activations.cc"
},
"digest": {
"length": 491.0,
"function_hash": "90783332486877533019582547453011051911"
},
"deprecated": false,
"id": "CVE-2020-15211-b57ce1f7",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/cast.cc"
},
"digest": {
"length": 341.0,
"function_hash": "307495163585361507045746397803701592159"
},
"deprecated": false,
"id": "CVE-2020-15211-b58e20c6",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "PrepareSimple",
"file": "tensorflow/lite/micro/kernels/reduce.cc"
},
"digest": {
"length": 660.0,
"function_hash": "290634747851783600139529280282007196173"
},
"deprecated": false,
"id": "CVE-2020-15211-b71f7d80",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/sub.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"321115665152187249740089646770930053003",
"299772273324394337329252663505494979372",
"12025452980752435282212490683780750281",
"109619806425135600570967567285137133344",
"1367323347785824350245696000970514211",
"293419180569600884064800956369892882284"
]
},
"deprecated": false,
"id": "CVE-2020-15211-b79bcd5d",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/local_response_norm.cc"
},
"digest": {
"length": 899.0,
"function_hash": "38230130850685752038311195449261220340"
},
"deprecated": false,
"id": "CVE-2020-15211-b8a2e79a",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/expand_dims.cc"
},
"digest": {
"length": 518.0,
"function_hash": "81965844258610328596795973537589963886"
},
"deprecated": false,
"id": "CVE-2020-15211-b91e9f22",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EluPrepare",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 432.0,
"function_hash": "38248748030563171606642527069582004762"
},
"deprecated": false,
"id": "CVE-2020-15211-bb6b0776",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/reshape.cc"
},
"digest": {
"length": 461.0,
"function_hash": "267565929996824657286020200567120880528"
},
"deprecated": false,
"id": "CVE-2020-15211-bb8340dc",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/assign_variable.cc"
},
"digest": {
"length": 532.0,
"function_hash": "140489439207403735342331966806574518557"
},
"deprecated": false,
"id": "CVE-2020-15211-bd0fabf2",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/experimental/microfrontend/audio_microfrontend.cc"
},
"digest": {
"length": 425.0,
"function_hash": "4492843229048969987207056221908915041"
},
"deprecated": false,
"id": "CVE-2020-15211-bd2222d1",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/delegates/delegate_test.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"232820645546652932920902903962513340965",
"185112028861546568240725938360397871657",
"121560298947975328792997267979662391112",
"212500601004164405431353050250402836705",
"64465246951028917575379054610543521583",
"12529633746183950126150010173870314834",
"59535327195772024540710315781130704686",
"113600726463104863581585906228460418844",
"233781384693465513944441039700631206037",
"319395854062290139133635726855856543949",
"160521621977979034425822040613889812352",
"252982326555339482480166781806435834385",
"195843934834984145955835572082641530566",
"267089910087476707011076894918876732646",
"159732519132453323385219617917516379857",
"273853731206586900604229375147743132316",
"244229140206550587232015394873405331535",
"51023180753027517280440514972186483037",
"47246557221080204438988856469444115034",
"90588167399703778736555629476986730629",
"186349992393463562386953772672512871295",
"57033097124387150190776481806289080550",
"176369223394679464524932734774240794900",
"145523864304211362703205580571257028274",
"78810148235982512847731977916282921376",
"143229894224653675644086626578644955204",
"235300531139660746806669963235900532120",
"69360716112914954399716539309506519199",
"249018617012368224118637662258884319709",
"214143544762430165827959230412620261300",
"311095546345867346564262833415494163493",
"196515773547243586019847553060725682667",
"255759160752071062547701300897789033512",
"64698300846493411227781639683870761654",
"24264860916960124303520475725922517826",
"105217458850421490555614369729531260886",
"261867635970740022271813563558277203397",
"177723723749349287551652846977375729164",
"142793800388730752773635866567616724664",
"91298534469687712532832157749383691335",
"5448978908584884789579529388187604939",
"140496490652718735105229585716191193852",
"137373561269559288059224526153713243597"
]
},
"deprecated": false,
"id": "CVE-2020-15211-bdbc7be0",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "IsConvolutionOpSupported",
"file": "tensorflow/lite/experimental/delegates/coreml/builders/convolution_op_builder.cc"
},
"digest": {
"length": 1290.0,
"function_hash": "129421873994463707952138194373130183695"
},
"deprecated": false,
"id": "CVE-2020-15211-bec530b6",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Relu1Eval",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 830.0,
"function_hash": "22565434957318605464313653986331547359"
},
"deprecated": false,
"id": "CVE-2020-15211-bed6b17e",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "SelectPrepare",
"file": "tensorflow/lite/kernels/select.cc"
},
"digest": {
"length": 1358.0,
"function_hash": "64985651457262876468540158464548119323"
},
"deprecated": false,
"id": "CVE-2020-15211-bfe2cf87",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/add.cc"
},
"digest": {
"length": 3041.0,
"function_hash": "284114546367263425819559611733506943741"
},
"deprecated": false,
"id": "CVE-2020-15211-c026948a",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/sparse_to_dense.cc"
},
"digest": {
"length": 1395.0,
"function_hash": "70163755348577047751431505899504015287"
},
"deprecated": false,
"id": "CVE-2020-15211-c0f0533d",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/slice.cc"
},
"digest": {
"length": 2216.0,
"function_hash": "278717703501613633642897579129797912157"
},
"deprecated": false,
"id": "CVE-2020-15211-c12da0c9",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EvalHashtableImport",
"file": "tensorflow/lite/kernels/hashtable/hashtable_import.cc"
},
"digest": {
"length": 623.0,
"function_hash": "279584065777282423558475287133545572055"
},
"deprecated": false,
"id": "CVE-2020-15211-c2db7b73",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/topk_v2.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"161140398272339501975252312508511919555",
"39490252894811660348833019192543008117",
"171272288833938919807044969785804056251",
"34109898844966269739013340991714001100",
"1235220085588193535627881071189070006",
"300206800795911449700585157984865678859",
"119959888322347147466804649165007617748",
"231929777106530189746023854027811548959",
"169860258432824624623606262366315922390",
"172263305845305792891040406590801025549",
"257311248378919817601681612803683367486",
"191689145864855162296217006289358257226",
"264432943403139276772224109368831500834",
"193763892239540397885718247248748027443",
"266757126808923135483152442648986101103",
"323971241054401516263264262456298545576",
"37676435669557999078154271755636201594",
"240249576863941870201859471325829023015",
"244904134181973623993618237590169879992",
"191313664443374070934327797062852900970",
"141820694023364399512984745578388625983",
"109474243287987322981047694698959158068",
"305834569908797089950987449084883087065",
"17665274867669218036986215416130055132",
"30774096297801428813981419937745679662",
"202642265915776665898619405526698586514",
"327070190096677257796400996127185776622",
"37967185745241181324576367533423881572",
"30168275871997421831916923636283227099",
"45402256029578420595594357246291822654",
"117970223841114260390924716214312139975",
"171602085875040055391552984327718675755",
"2844713216970090033647465885026469052",
"4362305915883042004315642541660911329",
"258743310819415881259571768148293562053",
"129554755548166606063282686167408677946",
"154694158021691477529291226106951699925"
]
},
"deprecated": false,
"id": "CVE-2020-15211-c43d59b4",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/svdf.cc"
},
"digest": {
"length": 2339.0,
"function_hash": "284043445903620840474444622768503629355"
},
"deprecated": false,
"id": "CVE-2020-15211-c463ffd4",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "ReverseSequenceImpl",
"file": "tensorflow/lite/kernels/reverse_sequence.cc"
},
"digest": {
"length": 1017.0,
"function_hash": "155165514029305660980992198412994200941"
},
"deprecated": false,
"id": "CVE-2020-15211-c4ef9379",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/fully_connected.cc"
},
"digest": {
"length": 730.0,
"function_hash": "102463764725500515079547028083303590020"
},
"deprecated": false,
"id": "CVE-2020-15211-c64e40fd",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "LessEval",
"file": "tensorflow/lite/kernels/comparisons.cc"
},
"digest": {
"length": 1001.0,
"function_hash": "323888353532726203913017195029409548948"
},
"deprecated": false,
"id": "CVE-2020-15211-c6836a01",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/zeros_like.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"249088084796620942489754786546920864773",
"200555746427321667607978274566038575095",
"274189861462646718333161864565919334961",
"127635022606423866163985167252924519241",
"252262396471006923643518101434191440607",
"310545559036637232629034795821859912594",
"276428046952254703091023347300864320878",
"203352481693186965379064081622252699504",
"219423545421446583655581371937909021855",
"59775637891106421232058653824711054264"
]
},
"deprecated": false,
"id": "CVE-2020-15211-c79378db",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "MockCustom::Invoke",
"file": "tensorflow/lite/micro/test_helpers.cc"
},
"digest": {
"length": 424.0,
"function_hash": "198413589232723507144629968664808646816"
},
"deprecated": false,
"id": "CVE-2020-15211-c7d7cac6",
"source": "https://github.com/tensorflow/tensorflow/commit/cd31fd0ce0449a9e0f83dcad08d6ed7f1d6bef3f",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/batch_matmul.cc"
},
"digest": {
"length": 1724.0,
"function_hash": "148322901537913298410888929588735975690"
},
"deprecated": false,
"id": "CVE-2020-15211-c82baf13",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/bidirectional_sequence_rnn.cc"
},
"digest": {
"length": 2570.0,
"function_hash": "188699210648939799013578468749862204091"
},
"deprecated": false,
"id": "CVE-2020-15211-c833d84a",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/rank.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"249088084796620942489754786546920864773",
"200555746427321667607978274566038575095",
"196523313527982782562124537198772376265",
"107109198985488811383475710543819141308",
"219116585911771708009652281547349271948"
]
},
"deprecated": false,
"id": "CVE-2020-15211-c8e939b4",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/quantize.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"138438503950975221990309354786119398343",
"146996657130394864125992714077519153412",
"30920076178512136362637056343349478821",
"147280582924319741838460992394436213481",
"269184096557918015367984578100097348044"
]
},
"deprecated": false,
"id": "CVE-2020-15211-c91442df",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/neg.cc"
},
"digest": {
"length": 369.0,
"function_hash": "334955051855788187328448766983855452937"
},
"deprecated": false,
"id": "CVE-2020-15211-c9ee4f59",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/depth_to_space.cc"
},
"digest": {
"length": 1173.0,
"function_hash": "257020183706037654042946394073988269499"
},
"deprecated": false,
"id": "CVE-2020-15211-ca718949",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "NonMaxSuppressionMultiClass",
"file": "tensorflow/lite/kernels/detection_postprocess.cc"
},
"digest": {
"length": 1049.0,
"function_hash": "272468892342138804146460362635445940981"
},
"deprecated": false,
"id": "CVE-2020-15211-cac0abc7",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/split.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"20744703251255503561343791763410335227",
"209529441598911976119050469739888954162",
"270386184163660923510726196523954639009",
"193070290169350388611688793432179817963",
"57384608110175323327696095719908690174",
"178604748532026134816438560611833723259",
"319647867182546486913560037479836181569",
"212340099018494434225614679962010592965",
"255937954968110531385658637355845717498",
"37112306095698124724121842921654647094",
"36603979316394139381017463282209197577",
"25132140964887254317913791742246062346"
]
},
"deprecated": false,
"id": "CVE-2020-15211-cadc71de",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Resize",
"file": "tensorflow/lite/kernels/lsh_projection.cc"
},
"digest": {
"length": 1069.0,
"function_hash": "239880061017218610151101092882990967442"
},
"deprecated": false,
"id": "CVE-2020-15211-cbcce1f7",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/unpack.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"34847274121972207239145350428304572508",
"219949629085913955892326752263556376910",
"45699943371211115166981707996865720332",
"8425389420323123875825455394176633912",
"64894599218717418645116080979480719498",
"287687869048596160895119173735560779627",
"220343858680508874306555672410546864061",
"168829812584353821289070974823236467014",
"164279702806799005418952172599604534893",
"250726903477600465396661309698922192497",
"66689980841050985628154752685800194901",
"94520232513770407522109776713981059046"
]
},
"deprecated": false,
"id": "CVE-2020-15211-cc930aef",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/space_to_depth.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"256242473261005640073962874139727009522",
"200555746427321667607978274566038575095",
"156316274475358991223032371184708357602",
"25445101750475704447281165351737225517",
"96729797786966989127765324188885516348",
"48275870117927713436202073509474100539",
"208354836847150752478343369350909929008",
"265083878181436040153195285494143758683",
"68901272065012922966202029713532225475",
"261134346455437525983520645771950133081"
]
},
"deprecated": false,
"id": "CVE-2020-15211-cdc016bc",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/bidirectional_sequence_lstm.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"319323823170354841726619832165735890709",
"206318817990545809012427688613345408297",
"323161123358943112632407307193046939545",
"88722769475369261645527139467182173939",
"273004677532772504866350276382832729806",
"20934291308737851308754337277338176102",
"92139474742795986075257853219049805821",
"12824159402300284331965348974529330401",
"190580076887112438220952726079515939296",
"38952043505249150375975204588050278628",
"330502343147234591568275228810108790935",
"167988151043842064128576090136054482381",
"104941363053910430750514334147016510694",
"157770918298581425540340491084178795654",
"132974620041187559146351979576446683102",
"103135864834739149948658095960870759214",
"188422511416486334132333962070076171906",
"309242882198505969569692545743159071692",
"151400763383025679494461632197372242253",
"210385805110690522347112296779574543502",
"45751768565930744618108597573408568266",
"94734827938873641145396620019077954613",
"201655875364706111605521351253843690357",
"291720204367838032171805125318592812255",
"48255263380438730167665587542258839293",
"332810486840877906755196293729657459227",
"150509940776829945626958692196719293920",
"220362046727175239556508027414996091175",
"109972519012897925455400051468486582631",
"248467561815837909695278867657520749776",
"54224161372434778479217428506615154252",
"148767650307221080165144949513502136918",
"120032583953844451880689515056943919947",
"32203309535143172157588379918857583304",
"125439835769270390690274738581467975756",
"193813554699417996454173991218077228245",
"313333325272980273923902740370309113991",
"297678820224006480347791990839766513466",
"92311290557546902322054028273012644390",
"157451759203174152219364238228334057184",
"325673128471901947343901367418495724161",
"113156510636671700940354322669155032645",
"323938402656867974261230515394115779518",
"40797368546743211060536983766803609696",
"92986139742536388129062928954909993561",
"263120356672373850178522610453863423671",
"238811015252758236761481090102420398693",
"332936685303581596615298096057485881188",
"112844784700688589518396969095801973226",
"100156603071108979438708522839815192849",
"192632156270329087778065740254269517487",
"155049012609853071368509100669375107520",
"198064099611694715663707997937788365754",
"314566041206954192270949274874395803044",
"97737576940066307851172407884950371586",
"181473938731386699363027448158538340159",
"194239177344462003704559713071495514207",
"10269947571706688028220538967878063454",
"237371944359916978104315415330421465939",
"269167722173501782771518475561188208412",
"150192318575205917045164921953090241818",
"245992510957288107098677012453962801457",
"119208113307471892688630071454660774067",
"186556053885564039457263016763285213879",
"142629173731366127356415143644182837577",
"194595393405582554898328406554905744356",
"214089312198045485582253153647013578493",
"64715366993638129393472167052781411099",
"27964367885059750957485251315483923008",
"26967848623446483987828133933747067978",
"289281093431330989237338687767776225615",
"215197431517469745968301827452808348583",
"317229532291740770923397796983935391516",
"192082956815177701946176341294569885688",
"259654471122041938134265272544473508602",
"338962230593005140904701483050619683621",
"83682617282704728976357463404457580280",
"139264436482087508417970878580022661196",
"35451570844382417531152511590943452403",
"73408803144710117024801792561973989711",
"115418693981141281198439394219106745779",
"184290548984274451623339287359588235097",
"42688619280897690119346338223541712222",
"248880434796463486797039760855061270839",
"284374936778823555656444889166250009106",
"217800394196725016852016604169719767617",
"57957505749046469934725991628865044796",
"2466095517660956477044776384976602819",
"274492654118051947427288526432573972266",
"145768294197210797475864316633588239222",
"178514058118504006352598627330503394882",
"17949205754443097019114987827988924301",
"94142008799480601881791422070414301365",
"157070632435258437003305575675843944989",
"297171805971239394360254480062278274095",
"243919762272523415793426705281044006088",
"204091440280092701017329379587596607634",
"17338715405285048100419213854652385822",
"154994792743517020487013001293594340032",
"260757781436453369254530524934315638648",
"12130092247374843118400512417639855151",
"156888934472184308520053398936811628565",
"80132441799602323551869234944420406279",
"195076431474184749603322328488415805946",
"255006589383318465496743176173695855187",
"305474770131330867976453212366804980816",
"138351343605640717772688523097250993174",
"325743686785593182441553584097399619575",
"134426567535359339592665268141592234720",
"38594264067091722527666790915844871409",
"118705307674202088675527844473209009885",
"315960829110782777922286387984038903037",
"328168390009386947904051167383865058995",
"149045181748279632512780648652095547831",
"99575408564203811627312284667524074472",
"153975031152706652197277084390006886091",
"119632723614009862866362519371062136360",
"7473064890124357887245892480039349337",
"93656799095657253768713322568988721412",
"174574255533954123856038589265011390428",
"119418970300307266239480215117577397821",
"340195201175726505817540533070203224108",
"87001557120000042233567341854359983264",
"223767023634979223718365215089086374948",
"27664936136044120585887363697494794033",
"58869023756623059522539586106622370528",
"280182648248744737654551032179330107985",
"23350754240959643373337497365087661143",
"302497118188457533002772298632392644017",
"129232358838099892577612970296905856500",
"65277923758313600200494765331037628976",
"170215295618196361005206593154790171294",
"59166014082113323372875865480549547515",
"219568792744018619529006404011355800903",
"36424552586857841507692582086564174017",
"299667303931225148926534213533934946074",
"171170463668835137550953289297694316204",
"327032516180226094171503012348339145392",
"234476245521078663133055590335577551456",
"126265842821021729829243971836145764127",
"168312586821589164535499299233635465348",
"231383000223016467066724870832122364375",
"192673764884212268669681941430830306563",
"338139239716071354256358122976383580400",
"255704676323115963200387952680675022984",
"67216490633184666527357370244020533986",
"140471803114418365391648957968085934178",
"303644979898067095615699334596561778041",
"306684705809256147616889903586261531567",
"24364387038164303764068475315561772492",
"306915893103023819811316865613053264384",
"126275877463686301956462612589069155305",
"184714671789741297534663630482510056523",
"317361772759384554414117266371229057180",
"185117558782453275173816391119252497403",
"56536423066477092650213620921871300070",
"154243725202563200419339731426913408709",
"208837392249796768126222937994268973337",
"55003519234966235727320702036249555366",
"85069664265404422228849242491266108750",
"127765692797312351538400245756180806152",
"317343631580017105601470669528853578162",
"248902036051996139678327313968688499599",
"273172916439274164642619520617610238694",
"141358267250439097125422165170136876018",
"289784005672427263247593022891212914371",
"230110306089241035668581398649206247026",
"194899461651849156937414708348912036678",
"107795157654636306198117224030556832804",
"213339651602839762773195482735439941527",
"296233071889149988742124319675476948451",
"288871277806018086783530522268602431765",
"298817857568789830188201897095901662700",
"26650873452348121792149363735506497979",
"57098589749158302397594832659842986568",
"275540636821809024336914683373521912584",
"252714883323233324988881967712998176434",
"196037714232767262977342810544727225839",
"168981484231316666632415065435328948391",
"30793851936559855668525715681273822403",
"12644359745096633242826609720500094662",
"257992373964344639011506924131443275799",
"296247767382245251305733856666464831080",
"59434764397564727456582196192571958281",
"337850742788230980881725886220953412015",
"339513259309237254405177725677118696561",
"272106883181256192337783074516924398082",
"78151628246249093613067556807717414848",
"172678287698858634187934242972057680328",
"313777128366164393749489365445937604880",
"226412030839532020545840775308874913462",
"79433644432542755957535922489998091049",
"213097046364449795669976000976395705978",
"45846557130484385004962654176614759591",
"319247249856150335402228852086757846469",
"253668161358082822773308952472843015405",
"44964790821052784588801698262792419167",
"291033659351132833025809483364281590054",
"289240353352728201314639947515704745558",
"240445642237821591037315876798673405417",
"15128471684980103726297395758851238379",
"204364661396278239779919168446701802783",
"199219985519329214909168140436490108916",
"149801341706264092538694723141264613154",
"16626035169962448326319557335968274662",
"311942515074554361309085227772872088184",
"180895005028746301354859604984152131087",
"235057084593438459165814580818639910994",
"94274566220343825623519244621560224674",
"60343029789091949394231335391869881324",
"127085270061381179180941599093855065694",
"267613145137217295850572547556128275371",
"56855448341446032893916481444798162629",
"38027868843950819431999822834791652862",
"331907010157390070400530150403488239473",
"237331526032222390619725101512265830146",
"111037245457406648444811511655303540674",
"218937810972350982582387074798500607302",
"114264684693986173017269708983838259693",
"39306707057030285422869919490271600774",
"81462430746821057134695847773858563163",
"325145557526056261298647300944987183982",
"85343676292593138276036677002673054195",
"128870779910262885281826637685839211102",
"11904374362334658867483210041499731450",
"287280867502406733602708851684754127748",
"183934100306210074455369017707926278542",
"38697144245337636065619507361852684304",
"45353252840771468510997980411655378645",
"302901244162138920660736752925637756918",
"68610117456986498930285429465895452",
"78860613605573019705857617201548977326",
"80634425958509643635130372944772054295",
"90318465512422603424708663638784782201",
"42067309079919366577898946737929569567",
"203593008757645539721367562853105860600",
"164480631813452413427326274400195700842",
"117000573930832667294375353753697516030",
"126907411121890096974815363402635124024",
"335515639504932218897012575455082309377",
"290310510493237447801684654510480327833",
"36523342188992271842075687691163947327",
"321482618523718313233904593017943531913",
"3484803027215973865170031577959715950",
"97731886752823811927834302389676859276",
"321251513760215465098159523320404442318",
"162234231340597144675222135788936597756",
"58559835254031824954183413168678190911",
"119053918564493985376512516063688128312",
"321849957496171630510246016410065662910",
"205979212510820343953105559139112949511",
"193440780127124528926589440931864443967",
"232824095078929176151826501999957175864",
"270745329454618175984062407540939546374",
"44623050842013377240269623735117595702",
"150161902875961859437677440769226851602",
"112446837942961876633209349478419589530",
"262555309002417783835951166777456076302",
"100375737847956209002427496224073175812",
"319372554278920163482784682111152137847",
"180886808982091936896898663753038878461",
"198542584710329866724197348367257065648",
"288009027172724220162068885685947950880",
"315680404650663773579448341868810742438",
"263816733757842479845867006096892907162",
"231057130387608624992120763211952325209",
"106986675815279138686905481009826285260",
"290641448720958137012955712476165536894",
"172341692587442733470076723046325161647",
"224426921215190933753183360203083443853"
]
},
"deprecated": false,
"id": "CVE-2020-15211-ce55ec9f",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/dequantize.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"138438503950975221990309354786119398343",
"146996657130394864125992714077519153412",
"166358004303084587945955997393045254396",
"285953381327567377990334062295867648960",
"42794274248578659047377389575770343698"
]
},
"deprecated": false,
"id": "CVE-2020-15211-cee73b9a",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/audio_spectrogram.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"114894699115115429526741709344587838634",
"200555746427321667607978274566038575095",
"119355040783966196246358354110981485486",
"245681588407422474307823257739772477658",
"70838595315598907165796639151327678657",
"209531229851620646237284590286262039866",
"279051236388923640542989818664747163311",
"300671474261893332322351609837530650467",
"46091943213226221050541731718327561153",
"277390459098135324271671938408823959194"
]
},
"deprecated": false,
"id": "CVE-2020-15211-cef09481",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/gather.cc"
},
"digest": {
"length": 1688.0,
"function_hash": "238117780031357188570979241771252680231"
},
"deprecated": false,
"id": "CVE-2020-15211-cfa82b44",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/embedding_lookup.cc"
},
"digest": {
"length": 604.0,
"function_hash": "101658347153586895226332393207592646613"
},
"deprecated": false,
"id": "CVE-2020-15211-d02deca0",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EqualEval",
"file": "tensorflow/lite/kernels/comparisons.cc"
},
"digest": {
"length": 1223.0,
"function_hash": "172686009300421471215426462648526087007"
},
"deprecated": false,
"id": "CVE-2020-15211-d0469fbc",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "CalculateOpData",
"file": "tensorflow/lite/micro/kernels/mul.cc"
},
"digest": {
"length": 1162.0,
"function_hash": "332435747150528573704069686822260340216"
},
"deprecated": false,
"id": "CVE-2020-15211-d1c2eab4",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/gather.cc"
},
"digest": {
"length": 2223.0,
"function_hash": "49647948658118636019283412334382415144"
},
"deprecated": false,
"id": "CVE-2020-15211-d23bc8b2",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Relu6Prepare",
"file": "tensorflow/lite/micro/kernels/activations.cc"
},
"digest": {
"length": 605.0,
"function_hash": "140092783139101333626924190450547746479"
},
"deprecated": false,
"id": "CVE-2020-15211-d4fdc622",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/non_max_suppression.cc"
},
"digest": {
"length": 2567.0,
"function_hash": "162135957711599103188676508730147255758"
},
"deprecated": false,
"id": "CVE-2020-15211-d5249384",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/mfcc.cc"
},
"digest": {
"length": 1493.0,
"function_hash": "333029452625560193119797948257253070970"
},
"deprecated": false,
"id": "CVE-2020-15211-d59ed93a",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "PreluEval",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 3515.0,
"function_hash": "32963693867842327508763599999271060382"
},
"deprecated": false,
"id": "CVE-2020-15211-d69d649d",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "GetPassthroughOpRegistration",
"file": "tensorflow/lite/interpreter_test.cc"
},
"digest": {
"length": 1793.0,
"function_hash": "272243283241049859987850766736662483830"
},
"deprecated": false,
"id": "CVE-2020-15211-d88107d3",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "AverageEval",
"file": "tensorflow/lite/kernels/pooling.cc"
},
"digest": {
"length": 937.0,
"function_hash": "162458119618078559870298171616532682894"
},
"deprecated": false,
"id": "CVE-2020-15211-d8b32773",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/kernel_util.h"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"211093815997696835155182448165944366020",
"102210760459908335627134880871537384094",
"95483780969841922263129898476218718119",
"279169201404810047794638993964417160390",
"187138095634255505744027650588008598223",
"181670523834237176448907649868554126830",
"91034494283226334022947946505890862022",
"226178196996197951727207747644412229601",
"180247725878663405239126357691072426817",
"180479074155733255043688166141416113554",
"331088653877361828339944167578276308732",
"44300881708465404405160780287387857543",
"204978632760773763647030042414458573438",
"115829505792675298012306167956403914147",
"152104881865583723124466416705372878536",
"204629434406291506759534577817831099687",
"306035344403410556004356346823203374822",
"300459915383704154328474533700155753593",
"24049869162588151465852863119832510906",
"302663383887828504014196515628684826346",
"1943064452443847979077450616193596427",
"151948348423353395458162748499336888308",
"330935237238852361201298902491750986368",
"102028218021363029135805279549631495177",
"132624195415289442017732179343371807743",
"190150206405744206395230526269205019533",
"264633860989883572921774777356341927667",
"64810079990873358923145333381928212699",
"250835584583550809542672219504628257014",
"300459915383704154328474533700155753593",
"24049869162588151465852863119832510906",
"302663383887828504014196515628684826346",
"1943064452443847979077450616193596427",
"151948348423353395458162748499336888308",
"308235973685389945461166738088429311292",
"163562784551128890413841462633916614932",
"63119422308799564579591637891610948031",
"191350915009003999965846936743456207799",
"165379278023295695742331478354870424844",
"94856702081435527662479454441121542516",
"107774421425059984488609496587041751981",
"173508071252283164259363528942859352763",
"164648045066138144366197122263549228406"
]
},
"deprecated": false,
"id": "CVE-2020-15211-d8fde003",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/mul.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"64672464287994055521652609314651032498",
"54881797118826552007804338571973819472",
"296893476122058831836341777361052716166",
"187832961012464724533542946034913885023",
"141871091000558408812703555104869951057",
"13641471478908686341323442348750080903",
"334314805996877730028599751761244115274",
"37308127734455840764337116832607506109",
"9526258670522567792807866793104476113",
"232318341663647294788350800906997539373",
"23959634872984345247169949110178731283",
"206851293334639631243251368235671704590"
]
},
"deprecated": false,
"id": "CVE-2020-15211-d91c1807",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/concatenation.cc"
},
"digest": {
"length": 1843.0,
"function_hash": "122010902946882382327348684311064220830"
},
"deprecated": false,
"id": "CVE-2020-15211-d93cffb7",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "PrepareAny",
"file": "tensorflow/lite/kernels/reduce.cc"
},
"digest": {
"length": 236.0,
"function_hash": "2848053389480008119090484027272003075"
},
"deprecated": false,
"id": "CVE-2020-15211-dac254fc",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/sub.cc"
},
"digest": {
"length": 946.0,
"function_hash": "132159931231413168671342018943741537533"
},
"deprecated": false,
"id": "CVE-2020-15211-dc179b0d",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/unidirectional_sequence_rnn.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"207003033413964594061816161685827910441",
"124177626442957648375381061814983839670",
"2091623642923705181660267302449876090",
"169280259052426624384958025028855023385",
"153065731911938896734339431990371645934",
"194622561623933186935795385578088096879",
"5444737303277505304654991498934347656",
"53760468913685457268478618169172500135",
"331382331870934476655507712166064533351",
"34728330842598695582380228130946481313",
"79291944297701481250882287299430581325",
"309265839016953030163600656586132012619",
"81267662493714167454516418701032926280",
"83199081488369632457905696700300070451",
"232760604894323761257806627292545191096",
"35338290770542920503373159223448547647",
"171840314951970777986444741237348973428",
"169631789610077564764809364876622376146",
"140171453224237940047976482324441445056",
"195897224459936129871006087364242084663",
"94072695741034977708655171338278466648",
"27380995712532740722939217216416003238",
"258185410676117103913478856327143587311",
"254740044026139117857896559207272473351",
"35246375698317614184589645952165372949",
"154418400848550850041415433642396061446",
"296018914646941494190682331572468066261",
"116577986612283178890683678307172696830",
"78900063516981735248140570795042018030",
"271247943838523477266621886278275121923",
"82786271074939322671736587627622068333",
"92098313659052921288977186457186736723",
"47573914881698353860697400968701927467",
"173458175695527545541515269915375561652",
"100532635671235069506819301441326862967",
"292575556213968462388149744735112257121",
"247906475313987029491935226617713025535",
"162461020127133526858232520423210300008",
"234284131639925124898237129300582909913",
"55769235289547227559188957051039905424",
"277589890448809213121095760983469021808",
"99229590954926471937270695042465326942",
"169280259052426624384958025028855023385",
"153065731911938896734339431990371645934",
"301595932467843743995502955336194564036",
"225868690010182957939567615594046219707",
"257982984765097059335995571686987835643",
"32503171916942795211946323553031165660",
"14534369584230818981056344112443167739",
"299045170577779804916273119937469380724",
"31191802576418999293398544089374713955",
"70359539098426885946417507434490475261",
"337308295954287892112916888717003414024",
"188422224199206068783774836895863847456",
"73933213824004588021036142413435183458",
"120117392777880378997516960859519789406",
"142219045070170803889309298171619335084",
"171245125834330195555621150907903718969",
"35231929681808642008258015589804301037"
]
},
"deprecated": false,
"id": "CVE-2020-15211-dc34f6ff",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/add_n.cc"
},
"digest": {
"length": 442.0,
"function_hash": "232458661499544215557536501162684460622"
},
"deprecated": false,
"id": "CVE-2020-15211-dc93aa4c",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/mirror_pad.cc"
},
"digest": {
"length": 532.0,
"function_hash": "299475057492171271626334849031706116372"
},
"deprecated": false,
"id": "CVE-2020-15211-dc9e9f68",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/conv.cc"
},
"digest": {
"length": 635.0,
"function_hash": "184483323667275748396832543431891289179"
},
"deprecated": false,
"id": "CVE-2020-15211-dcc75ceb",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/read_variable.cc"
},
"digest": {
"length": 674.0,
"function_hash": "250262089720981141433747717971051785579"
},
"deprecated": false,
"id": "CVE-2020-15211-dce5e298",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/mul.cc"
},
"digest": {
"length": 1135.0,
"function_hash": "258551129264638269394479680887054172781"
},
"deprecated": false,
"id": "CVE-2020-15211-dd6a543e",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/mirror_pad.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"136802042023803782293333316640363251538",
"177538713264646470505374381385254918572",
"26073987012115458348512283950774407471",
"70710653619800305227777355991919261726",
"212451597647791931630519824038608781013",
"128109671178198693859332633852118281237",
"178604167884159865026316719837235345982",
"228421282582373414048323258588964527449",
"204612522502083358925925477973222176877",
"339771542282544200708321857086997631583",
"327621398996238928528410375694128758258",
"321331799299903622833959084812560382906",
"25923226841819887415755391524310792989",
"46081907607965719544699845796347369867",
"104305297530332749344413402748512782366"
]
},
"deprecated": false,
"id": "CVE-2020-15211-de36c9ef",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/softmax.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"301685772899462453625762683070834524560",
"42389655875332062151282068385812207710",
"106309502961528135962315502277501767164",
"328271132408120455520683235647178909631",
"296051050888473213508732422458656869345",
"196567465035734394181667382706194675802"
]
},
"deprecated": false,
"id": "CVE-2020-15211-de58bdbf",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/interpreter_test.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"178448785322783604778429890350941447964",
"108546292455790214956669960478174427953",
"135007340586242813218366589582974027331",
"28067399009314826374848540207440560181",
"65123092352658301723347501784277716485",
"59535327195772024540710315781130704686",
"223095447254257362713821743338073261290",
"72125391233073475579134389727397430710",
"230037709991182304482985947036928846261",
"51331127133381768404588082393130866222",
"243226777979866054229031588407596426095",
"93602149251011441823432894482265895927",
"162407791468175802814769121169176368635",
"32419760801657779693662475402826077439",
"259241109697253070028966335918048933625",
"176266626193523605840915662823331596320",
"1991762038745929410583281099985857713",
"226833169415704251150398613681617882812",
"188721152885294802169441862049081107694",
"27501349219440397746056245297819853566",
"39398700507539798911101019478405932882",
"291401868172969163039669496015848362004",
"240106147182233788459555091887168180180",
"313259322708364280531049443374669555267",
"121542249060758110746240841684830031859",
"193286175516914915596730327126970256469",
"55948701551645862166597891130885139112",
"241109533642485250583800335418483530161",
"138334628331253799012557861354048397903",
"271238764967109922622934585443487624555",
"28102880501131016081183009064201962767",
"151704546448121183312259653239136424164",
"85982906789769530732837996092495104710",
"332669944293480433710963396569940501782",
"67378812126683554374201427028419997216",
"314403319173190963031191083742505478516",
"189793040048288642489034824372845463744",
"55948701551645862166597891130885139112",
"241109533642485250583800335418483530161",
"138334628331253799012557861354048397903",
"271238764967109922622934585443487624555",
"46992227094382531748495409505444753954",
"263716397989360701054510261418265856931",
"181056286044470145815094701693344672256",
"67378812126683554374201427028419997216",
"314403319173190963031191083742505478516",
"120934697662189665928560865675510749716",
"251030183885665372390978837440542646547",
"235535564822597855863122219490721495829",
"333931844056031123688825169987245611622",
"53511867730556511981534606557204752189",
"274166192980115991174180640580339033267",
"251030183885665372390978837440542646547",
"235535564822597855863122219490721495829",
"333931844056031123688825169987245611622",
"53511867730556511981534606557204752189"
]
},
"deprecated": false,
"id": "CVE-2020-15211-deb9d440",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/round.cc"
},
"digest": {
"length": 327.0,
"function_hash": "241294606754499384582767859149760994839"
},
"deprecated": false,
"id": "CVE-2020-15211-deefe9d1",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/micro/kernels/circular_buffer.cc"
},
"digest": {
"length": 985.0,
"function_hash": "239869671088855899446444961905460530342"
},
"deprecated": false,
"id": "CVE-2020-15211-df23fcd2",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/micro/kernels/depthwise_conv.cc"
},
"digest": {
"length": 1762.0,
"function_hash": "58035007524660057902654595211684769293"
},
"deprecated": false,
"id": "CVE-2020-15211-e021e1a1",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/reverse_sequence.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"213896990270458394038377377914114473075",
"288423043710902642777910570042900527653",
"246307814581979612958959222287075799031",
"7395200636725851916293022593684546577",
"89773617211739152332087691409959899138",
"169503268971678260468725379509373749439",
"67921590186823332585221782824067447530",
"152533878109773033105811117708923948863",
"103246315446024615589818147123254586623",
"38529945901608312055023310790406353240",
"267215306469562040171473244250826863294",
"7109583242452309618804314973184923587",
"202404156268389765299764389775477543307",
"73335814331652926864033479191909853974",
"80591883648087238767125633345846090535",
"109519788313286451907532157295503034651",
"153827189935964934857192641684472103628",
"181447727444474682702422533452550613923",
"43130907323193287018008542513254949698",
"335827377319835461380612870468143703764",
"136471372550579317860895128993354123001",
"224559703413341287692691756874995028159",
"119913482231801975598442741016247046059",
"148005764608651674254623870947901968457",
"336866732304604155627317462104100823579",
"46501153782922653873292688421883593653",
"252351108305621185784530557135428645533",
"204626371953463191505144671298893066845"
]
},
"deprecated": false,
"id": "CVE-2020-15211-e1178861",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/assign_variable.cc"
},
"digest": {
"length": 325.0,
"function_hash": "73406374695964899203272768207790079430"
},
"deprecated": false,
"id": "CVE-2020-15211-e1cf68c3",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EvalHashtableSize",
"file": "tensorflow/lite/kernels/hashtable/hashtable_size.cc"
},
"digest": {
"length": 527.0,
"function_hash": "131023014318879967110983453286056320347"
},
"deprecated": false,
"id": "CVE-2020-15211-e2cd670e",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EvalHybrid",
"file": "tensorflow/lite/kernels/conv.cc"
},
"digest": {
"length": 1907.0,
"function_hash": "2395229558703324157601993960402301886"
},
"deprecated": false,
"id": "CVE-2020-15211-e355f651",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/pooling.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"120133906573757453394300027321133998553",
"286733343911443537038905138142002685127",
"292627602474359035234709347154078497812",
"43249834069604001001779405270726475706",
"40951672146236481270525364944891451178",
"253173375661637732893826102423463289917",
"119237037696948749517132517052213512628",
"25043795378704186046461002381650225606",
"59770727453914150900737322042766459646",
"19061724008750548001308195767337980239",
"39970090386190499301020465298964536727",
"119237037696948749517132517052213512628",
"25043795378704186046461002381650225606",
"59770727453914150900737322042766459646",
"34913804910897066259957729543283578498",
"134655877215401454551483292862616408186",
"119237037696948749517132517052213512628",
"25043795378704186046461002381650225606",
"59770727453914150900737322042766459646",
"7141002334053880577086260907049886562"
]
},
"deprecated": false,
"id": "CVE-2020-15211-e47a91db",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "GetTempLhs",
"file": "tensorflow/lite/kernels/batch_matmul.cc"
},
"digest": {
"length": 286.0,
"function_hash": "103658608303451413616786998627687318446"
},
"deprecated": false,
"id": "CVE-2020-15211-e4fc317e",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EvalImpl",
"file": "tensorflow/lite/kernels/depthwise_conv.cc"
},
"digest": {
"length": 1525.0,
"function_hash": "280297690865283222600535045039991650211"
},
"deprecated": false,
"id": "CVE-2020-15211-e51b0311",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/experimental/kernels/ctc_beam_search_decoder.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"35114287994487278795316466916995688756",
"321049205003210078931866001775846682724",
"260968592861688128342188547316045121023",
"46932248224319820726803043612293528117",
"321470715719941208951800476409668444539",
"176946516645936396457501409690960336236",
"314945212757801399026686907900181648704",
"46842625096919049856562628480116858705",
"49636906745980191802991633926549200287",
"4367135759239067137322468452492855050",
"57446134963134787393896622475850689781",
"262497097937152763400226165778060165847",
"218584012001192336911415284650910753024",
"203697374408945454961648672447819356499",
"197447256734729405204235850571057620315",
"8779236535544118267045968121442674758",
"260752448448012665823488252065156080324",
"69271437862453819425114309846936691856",
"162776486449885022830355763232042557807",
"53232080094781001072978358755739961718",
"4698385716565348330212983650564491691",
"93449584503117532257928242759690775995",
"233611760067214839543289671972584452503",
"241392170583255657426203521351710013099",
"248647631203028742797814228550645162672",
"105079445297103667479793989298382598460",
"148038767775049780075450439964681545203",
"120072742117964973302961155698601490783",
"151772002117389848770016970291676593707",
"229291051934412245380168365738325608511",
"110638319389831788686095137386896405266",
"173258993338799382707330309333139921962",
"187892875526782873826333760492214188304",
"41430075074597696156295453669838275904",
"135412930368529059397702421861073639193",
"60015762539326454513765089314227045640",
"116959387087583845150601650244327271091",
"173787476606090560849119457892196478062",
"74424404980274567801397264030583586462"
]
},
"deprecated": false,
"id": "CVE-2020-15211-e6c61a59",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EvalQuantized",
"file": "tensorflow/lite/kernels/batch_matmul.cc"
},
"digest": {
"length": 911.0,
"function_hash": "222706938476443778724408531487976378738"
},
"deprecated": false,
"id": "CVE-2020-15211-e700e148",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/transpose_conv.cc"
},
"digest": {
"length": 3921.0,
"function_hash": "34601046554269742571439203917638335603"
},
"deprecated": false,
"id": "CVE-2020-15211-e74dbdd1",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/experimental/delegates/coreml/builders/fully_connected_op_builder.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"264919410783355007327287619240098153974",
"139565755531132047165429245050729067791",
"132455522161041376059938290445472329905",
"207314879502308118250473063699180197769",
"194369821434298923824248826430299201173",
"37429950325021654632116618219861073207",
"262910349949708286391838330388741326144",
"141254823538705886604543673244012456985",
"287565014439339366883770849391538856859"
]
},
"deprecated": false,
"id": "CVE-2020-15211-e7f8cc49",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "PrepareHashtableImport",
"file": "tensorflow/lite/kernels/hashtable/hashtable_import.cc"
},
"digest": {
"length": 705.0,
"function_hash": "270219986214959340751309742162236129397"
},
"deprecated": false,
"id": "CVE-2020-15211-e8247231",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "InitializeTemporaries",
"file": "tensorflow/lite/kernels/reduce.cc"
},
"digest": {
"length": 1225.0,
"function_hash": "146972399325430195525175474039113601075"
},
"deprecated": false,
"id": "CVE-2020-15211-e8bc48fe",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/floor_mod.cc"
},
"digest": {
"length": 807.0,
"function_hash": "332532049433351546007824461993442267393"
},
"deprecated": false,
"id": "CVE-2020-15211-ea08cae0",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/batch_matmul.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"264441664914276966234767453772077410602",
"290230406025259669510295052208366482276",
"308720018951517160297049716180998014027",
"312274302074083194012076370466333655704",
"289878366549336616170363256057551826679",
"181082456989032485837515001943205584100",
"288110111573310821728707424988493841640",
"120684393485201755311915883993249210861",
"307450303561392782265934007016133677214",
"253470133920759537929414553756524893312",
"285350764009338641186893802743042207128",
"11857915147120121811176757602757637825",
"301638008209149035409203335687098350294",
"247337745650949491200825099161238460223",
"209753739454601002235165519265402795775",
"220966273278435395110709478564071339271",
"122675995735212773290372705193004588519",
"127228477758890514868751543476171228244",
"287068527069044537565779851208016788102",
"313364888335872060511177409701223428869",
"151134131941623833027759138098452575829",
"134691245869916397885110391577219881283",
"243609099221419505317982490657275652717",
"73695153117543917999431700518370297581",
"334844521101392650320357879935531331697",
"214475411249488249715480894256145825146",
"295484433442220703197045788752481622549",
"160355466672118718139302483767722433912",
"303842671441023194218527241064762680423",
"134232144742280378145523026486563923722",
"196849025574619383337771566682425599340",
"309391527237729575767370452041351123091",
"179667850187860129515348266657065704386",
"93965740783370643956421554449402662634",
"301530106827860420589206057517614259827",
"213542355360079751940410602911901954157",
"335862151158720972490759537091136049650",
"77033427386551411274305934663958795068",
"206020084783253306023970474399594938188",
"123704606065542205632990226541099497331",
"123990268638936795490265805006640767084",
"324217441060613524118644373317972324517",
"254742011641379475938479822628404088299",
"300117737752062918223138902674610067641",
"107583015446118478826639888879338516297",
"290245495398823716696686224049872717192",
"163690518259594779861865012294138234202",
"279336564323406969614871953687609876578",
"58852533287714366817711872076016647600",
"314086592026040731250938925023319788979",
"47077308164822476301968056166365365796",
"120594865658416739808207965227011382666",
"329128900949043717420358216194379195123",
"241167595022466424842419157020631303982",
"164768894381868784882955817578125369363",
"153225949340961983017170376202594519144"
]
},
"deprecated": false,
"id": "CVE-2020-15211-ea5a0649",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/unique.cc"
},
"digest": {
"length": 510.0,
"function_hash": "148290129400644390618314783684347447975"
},
"deprecated": false,
"id": "CVE-2020-15211-ed24138c",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/pow.cc"
},
"digest": {
"length": 919.0,
"function_hash": "177949277194825628352980376232528788528"
},
"deprecated": false,
"id": "CVE-2020-15211-ede35858",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/quantize.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"138438503950975221990309354786119398343",
"146996657130394864125992714077519153412",
"30920076178512136362637056343349478821",
"147280582924319741838460992394436213481",
"269184096557918015367984578100097348044",
"26475678612471682709288367808997877048",
"246947698236155508511814914103489764239",
"235827708255365520443588781757999210154",
"162023592730999628110634119234896731739",
"325643095870400378182810311631132218068"
]
},
"deprecated": false,
"id": "CVE-2020-15211-edf957e5",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/pack.cc"
},
"digest": {
"length": 1684.0,
"function_hash": "110346513031051628571885964474932927766"
},
"deprecated": false,
"id": "CVE-2020-15211-edffbe48",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/unidirectional_sequence_rnn.cc"
},
"digest": {
"length": 1307.0,
"function_hash": "198648916058622722756486709538320264151"
},
"deprecated": false,
"id": "CVE-2020-15211-ee04969b",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/floor.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"145341300873408071558411188674790774045",
"53438522587701704352392249487260200822",
"95386635520775630301542962229381021034",
"131067902285656996155888469406081662814",
"165313633414302939543331743454255197869",
"18871076152108222927954394348945820476",
"172031405867573291812443009097027836128",
"128098479053482084436575169968594719858",
"300398661049470552227631350340036036931",
"221309699784302251150242707633380304191"
]
},
"deprecated": false,
"id": "CVE-2020-15211-ee10924c",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/prelu.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"51889906464340756776849238252080686535",
"316073580046249829280938392291465286629",
"65141131174245348679845286228127535556",
"315755519692590989181102489986686634214",
"297737403548734350172564259911472245937",
"161163980071195051400927171672315929955"
]
},
"deprecated": false,
"id": "CVE-2020-15211-ee681148",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/unique.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"80944525673999347941240340738469103041",
"242661139388656135303736989598617733846",
"189957857185497824197333775728393991052",
"311244814418765371100551808987445126437",
"293848958012887657350872327676463391245",
"216369568891145997765412274480095262235",
"307682144443776982375211199978982039110",
"54009153957465317377008725815270287815",
"56827396460752033245628386557781454747",
"87619664996243725329678097973701200492",
"149813161567109073906061578917569827499",
"17779736123316305670958971243794306286",
"147547976164969479507972007692834939743",
"137438923437913075885900183959834587453",
"243086008905750764553415241791336896439",
"46746596043342005925199876690912829804",
"257235738419872782274905447151873703104",
"100324471737491270477649137619232310473",
"311770057874957814682109250158628949738",
"141213675907926392582494820996509218092",
"98432622661768565377949858991024403009"
]
},
"deprecated": false,
"id": "CVE-2020-15211-eebc5c15",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/where.cc"
},
"digest": {
"length": 590.0,
"function_hash": "86228398863664186486170658830068071739"
},
"deprecated": false,
"id": "CVE-2020-15211-efaab11f",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/rfft2d.cc"
},
"digest": {
"length": 1247.0,
"function_hash": "338450310650929315930145650205577036157"
},
"deprecated": false,
"id": "CVE-2020-15211-f01194b1",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "LogicalImpl",
"file": "tensorflow/lite/kernels/logical.cc"
},
"digest": {
"length": 885.0,
"function_hash": "2443492605264136048230698398200937400"
},
"deprecated": false,
"id": "CVE-2020-15211-f0a0536f",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/elementwise.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"217481744278100604781502220604608174901",
"146996657130394864125992714077519153412",
"137153332297193888019059094943592574485",
"119243994085379795849054421538004196828",
"315486103795684485477440621964373148309"
]
},
"deprecated": false,
"id": "CVE-2020-15211-f10b4e7a",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "ReluEval",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 854.0,
"function_hash": "180302149637772369782357895337756802654"
},
"deprecated": false,
"id": "CVE-2020-15211-f1abe2fe",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/div.cc"
},
"digest": {
"length": 874.0,
"function_hash": "242445145922398542485155312951907666736"
},
"deprecated": false,
"id": "CVE-2020-15211-f1cf6478",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/topk_v2.cc"
},
"digest": {
"length": 1411.0,
"function_hash": "184228927079388711153694979384621211900"
},
"deprecated": false,
"id": "CVE-2020-15211-f2b4e6e3",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/matrix_set_diag.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"213896990270458394038377377914114473075",
"90512582064824365687382315496930610336",
"237247504959189809672265481744950339111",
"264190053205676472550356631737969402754",
"44241876657162551505197851208951964596",
"204891565177890144896354877990524495273",
"106474388586333395798835536513568526947",
"272026329348613061732952358716009046782",
"221291400623289526081122612224158984635",
"232812092307944195654151373377066911362",
"145773218088555013041790345898974739713",
"93450952595854986075518923457585353020",
"87917735845535892214479606903928881882",
"273651192451834513627872862941163771065"
]
},
"deprecated": false,
"id": "CVE-2020-15211-f3b16559",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "AllocateTemporaryTensorsIfRequired",
"file": "tensorflow/lite/kernels/conv.cc"
},
"digest": {
"length": 2021.0,
"function_hash": "301199543150435084622470378423265463801"
},
"deprecated": false,
"id": "CVE-2020-15211-f74cab71",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/squared_difference.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"64672464287994055521652609314651032498",
"54881797118826552007804338571973819472",
"296893476122058831836341777361052716166",
"187832961012464724533542946034913885023",
"16099533281559541532603985076489312873",
"127696110856954600262322287681322445224",
"141700827283780751292957564930234245205",
"36720295917736642320667294803524264137",
"198291923737110786179132533775446223092",
"333207504733918101355707810947141752976",
"135578063465352804872881759664278978077",
"243928082246359409329583246657970165778"
]
},
"deprecated": false,
"id": "CVE-2020-15211-f85bff15",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/kernel_util.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"12127261389819559070775403720065367116",
"2629479797939520136231960162421367080",
"235856424965020387591844309491783168430",
"79847133430563690927359873937661764021",
"19133700992220487247380831249078260787",
"321817280869283667140549851211738368665",
"37524520544752858397741920528914943986",
"339992397700543782964383922498332342273",
"281284675661387221574496776349543637866",
"305206631212276669585060546020997302407",
"211450576427879410683164069088506077100",
"176825004275849737817015557605484780043",
"1943064452443847979077450616193596427",
"151948348423353395458162748499336888308",
"36965479763572780120031153573203232284",
"300341854579859277836972937910698493485",
"115495642618946349849118508932279383153",
"195961568440129913127723217023830742015",
"187287587552228953845727315607235521446",
"196867335225807596207172477467291651465",
"214827449011590444625665315803096921713",
"247160841642118073236822608392781628341",
"151198673626873133709177228268948286869",
"156777265972969634492656492978673051656",
"339992397700543782964383922498332342273",
"281284675661387221574496776349543637866",
"305206631212276669585060546020997302407",
"211450576427879410683164069088506077100",
"176825004275849737817015557605484780043",
"1943064452443847979077450616193596427",
"151948348423353395458162748499336888308",
"234436150713970540554230814786057770510",
"125604279645520886809081945077670751611",
"334884034205428708610659527045497928378",
"262091966227476771768657803354765733239",
"213457343332536926067475644749774205612"
]
},
"deprecated": false,
"id": "CVE-2020-15211-f90581a2",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "EvalHashtableFind",
"file": "tensorflow/lite/kernels/hashtable/hashtable_find.cc"
},
"digest": {
"length": 677.0,
"function_hash": "156365150962298588801170927479676208718"
},
"deprecated": false,
"id": "CVE-2020-15211-f9c0bb08",
"source": "https://github.com/tensorflow/tensorflow/commit/e11f55585f614645b360563072ffeb5c3eeff162",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/concatenation.cc"
},
"digest": {
"length": 1729.0,
"function_hash": "280045470024311493097838448168609781320"
},
"deprecated": false,
"id": "CVE-2020-15211-fac67320",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "GenericPrepare",
"file": "tensorflow/lite/micro/kernels/elementwise.cc"
},
"digest": {
"length": 502.0,
"function_hash": "175490092999058665604144910095975391227"
},
"deprecated": false,
"id": "CVE-2020-15211-fb14af1f",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/micro/kernels/comparisons.cc"
},
"digest": {
"length": 895.0,
"function_hash": "142697916646466181487062292991650855320"
},
"deprecated": false,
"id": "CVE-2020-15211-fb9bae4a",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "HardSwishPrepare",
"file": "tensorflow/lite/kernels/activations.cc"
},
"digest": {
"length": 1045.0,
"function_hash": "318098915792990750820458057416944580996"
},
"deprecated": false,
"id": "CVE-2020-15211-fc118576",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/resize_bilinear.cc"
},
"digest": {
"length": 861.0,
"function_hash": "302958062848454995767769012811480023494"
},
"deprecated": false,
"id": "CVE-2020-15211-fc255f83",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Eval",
"file": "tensorflow/lite/kernels/audio_spectrogram.cc"
},
"digest": {
"length": 1626.0,
"function_hash": "71483648587259822504328738630823843635"
},
"deprecated": false,
"id": "CVE-2020-15211-fc9adbd7",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "GreaterEqualEval",
"file": "tensorflow/lite/kernels/comparisons.cc"
},
"digest": {
"length": 1041.0,
"function_hash": "72286255625922812621586275501520418350"
},
"deprecated": false,
"id": "CVE-2020-15211-fcd423bc",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/micro/kernels/pad.cc"
},
"digest": {
"length": 2583.0,
"function_hash": "153034471707468524449740493411963578420"
},
"deprecated": false,
"id": "CVE-2020-15211-fdff254f",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/micro/kernels/reduce.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"228084742569063247539090004081332813717",
"119765059263153377883388692323906561843",
"235512075924390176156697030204001519127",
"161707040605252897560946204247698545856"
]
},
"deprecated": false,
"id": "CVE-2020-15211-fe33b1ea",
"source": "https://github.com/tensorflow/tensorflow/commit/fff2c8326280c07733828f990548979bdc893859",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/resize_nearest_neighbor.cc"
},
"digest": {
"length": 663.0,
"function_hash": "263428684973791838303861402718971626221"
},
"deprecated": false,
"id": "CVE-2020-15211-fe57934a",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Line",
"target": {
"file": "tensorflow/lite/kernels/round.cc"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"277737628912583569988443203588060377755",
"163263236444005296094121881118105993275",
"95386635520775630301542962229381021034",
"131067902285656996155888469406081662814",
"165313633414302939543331743454255197869",
"22368741010827330060886212715734018660",
"276428046952254703091023347300864320878",
"174512749357537961454882966701239956338",
"208286175632737423345672745826364968277",
"302715084511573814499518240037778180865"
]
},
"deprecated": false,
"id": "CVE-2020-15211-ff7ce594",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
},
{
"signature_type": "Function",
"target": {
"function": "Prepare",
"file": "tensorflow/lite/kernels/div.cc"
},
"digest": {
"length": 1144.0,
"function_hash": "291745989285052570348758663380045463653"
},
"deprecated": false,
"id": "CVE-2020-15211-ffdb927d",
"source": "https://github.com/tensorflow/tensorflow/commit/1970c2158b1ffa416d159d03c3370b9a462aee35",
"signature_version": "v1"
}
]