Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/tensorflow-cpu@2.4.3
purl pkg:pypi/tensorflow-cpu@2.4.3
Next non-vulnerable version 2.8.1
Latest non-vulnerable version 2.12.1
Risk 4.5
Vulnerabilities affecting this package (85)
Vulnerability Summary Fixed by
VCID-11qd-d7c7-sbdm
Aliases:
BIT-tensorflow-2022-21731
CVE-2022-21731
GHSA-m4hf-j54p-p353
PYSEC-2022-110
PYSEC-2022-55
Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for `ConcatV2` can be used to trigger a denial of service attack via a segfault caused by a type confusion. The `axis` argument is translated into `concat_dim` in the `ConcatShapeHelper` helper function. Then, a value for `min_rank` is computed based on `concat_dim`. This is then used to validate that the `values` tensor has at least the required rank. However, `WithRankAtLeast` receives the lower bound as a 64-bits value and then compares it against the maximum 32-bits integer value that could be represented. Due to the fact that `min_rank` is a 32-bits value and the value of `axis`, the `rank` argument is a negative value, so the error check is bypassed. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-145d-k5w3-tfgz
Aliases:
BIT-tensorflow-2022-23567
CVE-2022-23567
GHSA-rrx2-r989-2c43
PYSEC-2022-131
PYSEC-2022-76
Tensorflow is an Open Source Machine Learning Framework. The implementations of `Sparse*Cwise*` ops are vulnerable to integer overflows. These can be used to trigger large allocations (so, OOM based denial of service) or `CHECK`-fails when building new `TensorShape` objects (so, assert failures based denial of service). We are missing some validation on the shapes of the input tensors as well as directly constructing a large `TensorShape` with user-provided dimensions. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-15nt-6tff-k7gb
Aliases:
BIT-tensorflow-2022-23587
CVE-2022-23587
GHSA-8jj7-5vxc-pg2q
PYSEC-2022-151
PYSEC-2022-96
Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow is vulnerable to an integer overflow during cost estimation for crop and resize. Since the cropping parameters are user controlled, a malicious person can trigger undefined behavior. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-1ah5-hm7a-ykep
Aliases:
BIT-tensorflow-2022-21730
CVE-2022-21730
GHSA-vjg4-v33c-ggc4
PYSEC-2022-109
PYSEC-2022-54
Tensorflow is an Open Source Machine Learning Framework. The implementation of `FractionalAvgPoolGrad` does not consider cases where the input tensors are invalid allowing an attacker to read from outside of bounds of heap. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-1sr1-happ-6ugc
Aliases:
BIT-tensorflow-2021-41221
CVE-2021-41221
GHSA-cqv6-3phm-hcwx
PYSEC-2021-413
PYSEC-2021-630
PYSEC-2021-828
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-2cw7-2xzs-abfz
Aliases:
BIT-tensorflow-2021-41217
CVE-2021-41217
GHSA-5crj-c72x-m7gq
PYSEC-2021-409
PYSEC-2021-626
PYSEC-2021-824
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-2hqc-3d51-4yf5
Aliases:
BIT-tensorflow-2021-41198
CVE-2021-41198
GHSA-2p25-55c9-h58q
PYSEC-2021-391
PYSEC-2021-608
PYSEC-2021-806
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-39ck-bm9t-kqhs
Aliases:
BIT-tensorflow-2022-23557
CVE-2022-23557
GHSA-gf2j-f278-xh4v
PYSEC-2022-121
PYSEC-2022-66
Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would trigger a division by zero in `BiasAndClamp` implementation. There is no check that the `bias_size` is non zero. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-3czq-3twf-skcg
Aliases:
BIT-tensorflow-2022-23573
CVE-2022-23573
GHSA-q85f-69q7-55h2
PYSEC-2022-137
PYSEC-2022-82
Tensorflow is an Open Source Machine Learning Framework. The implementation of `AssignOp` can result in copying uninitialized data to a new tensor. This later results in undefined behavior. The implementation has a check that the left hand side of the assignment is initialized (to minimize number of allocations), but does not check that the right hand side is also initialized. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-3g5a-5csn-h3d9
Aliases:
BIT-tensorflow-2022-23588
CVE-2022-23588
GHSA-fx5c-h9f6-rv7c
PYSEC-2022-152
PYSEC-2022-97
Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a `SavedModel` such that Grappler optimizer would attempt to build a tensor using a reference `dtype`. This would result in a crash due to a `CHECK`-fail in the `Tensor` constructor as reference types are not allowed. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-466y-e26r-rka4
Aliases:
BIT-tensorflow-2022-23595
CVE-2022-23595
GHSA-fpcp-9h7m-ffpx
PYSEC-2022-103
PYSEC-2022-158
Tensorflow is an Open Source Machine Learning Framework. When building an XLA compilation cache, if default settings are used, TensorFlow triggers a null pointer dereference. In the default scenario, all devices are allowed, so `flr->config_proto` is `nullptr`. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-5d73-819a-xbeg
Aliases:
BIT-tensorflow-2021-41209
CVE-2021-41209
GHSA-6hpv-v2rx-c5g6
PYSEC-2021-401
PYSEC-2021-618
PYSEC-2021-816
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-5tpp-sf62-zycs
Aliases:
BIT-tensorflow-2022-23563
CVE-2022-23563
GHSA-wc4g-r73w-x8mm
PYSEC-2022-127
PYSEC-2022-72
Tensorflow is an Open Source Machine Learning Framework. In multiple places, TensorFlow uses `tempfile.mktemp` to create temporary files. While this is acceptable in testing, in utilities and libraries it is dangerous as a different process can create the file between the check for the filename in `mktemp` and the actual creation of the file by a subsequent operation (a TOC/TOU type of weakness). In several instances, TensorFlow was supposed to actually create a temporary directory instead of a file. This logic bug is hidden away by the `mktemp` function usage. We have patched the issue in several commits, replacing `mktemp` with the safer `mkstemp`/`mkdtemp` functions, according to the usage pattern. Users are advised to upgrade as soon as possible.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-5ty2-z944-mbht
Aliases:
BIT-tensorflow-2021-41214
CVE-2021-41214
GHSA-vwhq-49r4-gj9v
PYSEC-2021-406
PYSEC-2021-623
PYSEC-2021-821
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-5xgg-h9wh-3uh7
Aliases:
BIT-tensorflow-2021-41226
CVE-2021-41226
GHSA-374m-jm66-3vj8
PYSEC-2021-418
PYSEC-2021-635
PYSEC-2021-833
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-6888-uhtp-8ub6
Aliases:
BIT-tensorflow-2022-21737
CVE-2022-21737
GHSA-f2vv-v9cg-qhh7
PYSEC-2022-116
PYSEC-2022-61
Tensorflow is an Open Source Machine Learning Framework. The implementation of `*Bincount` operations allows malicious users to cause denial of service by passing in arguments which would trigger a `CHECK`-fail. There are several conditions that the input arguments must satisfy. Some are not caught during shape inference and others are not caught during kernel implementation. This results in `CHECK` failures later when the output tensors get allocated. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-688g-g33x-67g9
Aliases:
BIT-tensorflow-2021-41223
CVE-2021-41223
GHSA-f54p-f6jp-4rhr
PYSEC-2021-415
PYSEC-2021-632
PYSEC-2021-830
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-6gnj-az99-h7b4
Aliases:
BIT-tensorflow-2022-21735
CVE-2022-21735
GHSA-87v6-crgm-2gfj
PYSEC-2022-114
PYSEC-2022-59
Tensorflow is an Open Source Machine Learning Framework. The implementation of `FractionalMaxPool` can be made to crash a TensorFlow process via a division by 0. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-83pe-ztey-dbf4
Aliases:
BIT-tensorflow-2022-23569
CVE-2022-23569
GHSA-qj5r-f9mv-rffh
PYSEC-2022-133
PYSEC-2022-78
Tensorflow is an Open Source Machine Learning Framework. Multiple operations in TensorFlow can be used to trigger a denial of service via `CHECK`-fails (i.e., assertion failures). This is similar to TFSA-2021-198 and has similar fixes. We have patched the reported issues in multiple GitHub commits. It is possible that other similar instances exist in TensorFlow, we will issue fixes as these are discovered. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-97cs-4kx3-37gm
Aliases:
BIT-tensorflow-2022-21733
CVE-2022-21733
GHSA-98j8-c9q4-r38g
PYSEC-2022-112
PYSEC-2022-57
Tensorflow is an Open Source Machine Learning Framework. The implementation of `StringNGrams` can be used to trigger a denial of service attack by causing an out of memory condition after an integer overflow. We are missing a validation on `pad_witdh` and that result in computing a negative value for `ngram_width` which is later used to allocate parts of the output. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-9arh-a8wj-wka6
Aliases:
BIT-tensorflow-2022-21734
CVE-2022-21734
GHSA-gcvh-66ff-4mwm
PYSEC-2022-113
PYSEC-2022-58
Tensorflow is an Open Source Machine Learning Framework. The implementation of `MapStage` is vulnerable a `CHECK`-fail if the key tensor is not a scalar. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-9dhc-1f13-5qht
Aliases:
BIT-tensorflow-2021-41219
CVE-2021-41219
GHSA-4f99-p9c2-3j8x
PYSEC-2021-411
PYSEC-2021-628
PYSEC-2021-826
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-9gde-ga9q-pqb4
Aliases:
BIT-tensorflow-2021-41207
CVE-2021-41207
GHSA-7v94-64hj-m82h
PYSEC-2021-399
PYSEC-2021-616
PYSEC-2021-814
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-9snf-qxka-83hd
Aliases:
BIT-tensorflow-2021-41204
CVE-2021-41204
GHSA-786j-5qwq-r36x
PYSEC-2021-397
PYSEC-2021-614
PYSEC-2021-812
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-aad5-dg9x-53cz
Aliases:
BIT-tensorflow-2021-41199
CVE-2021-41199
GHSA-5hx2-qx8j-qjqm
PYSEC-2021-392
PYSEC-2021-609
PYSEC-2021-807
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-akmu-fas1-33h6
Aliases:
BIT-tensorflow-2022-21741
CVE-2022-21741
GHSA-428x-9xc2-m8mj
PYSEC-2022-120
PYSEC-2022-65
Tensorflow is an Open Source Machine Learning Framework. ### Impact An attacker can craft a TFLite model that would trigger a division by zero in the implementation of depthwise convolutions. The parameters of the convolution can be user controlled and are also used within a division operation to determine the size of the padding that needs to be added before applying the convolution. There is no check before this division that the divisor is strictly positive. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-axj7-aq9m-rqdu
Aliases:
BIT-tensorflow-2022-23571
CVE-2022-23571
GHSA-j3mj-fhpq-qqjj
PYSEC-2022-135
PYSEC-2022-80
Tensorflow is an Open Source Machine Learning Framework. When decoding a tensor from protobuf, a TensorFlow process can encounter cases where a `CHECK` assertion is invalidated based on user controlled arguments, if the tensors have an invalid `dtype` and 0 elements or an invalid shape. This allows attackers to cause denial of services in TensorFlow processes. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-b8sr-erwh-5yh8
Aliases:
BIT-tensorflow-2021-41228
CVE-2021-41228
GHSA-3rcw-9p9x-582v
PYSEC-2021-420
PYSEC-2021-637
PYSEC-2021-835
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-bm3u-2ych-eqac
Aliases:
BIT-tensorflow-2021-41227
CVE-2021-41227
GHSA-j8c8-67vp-6mx7
PYSEC-2021-419
PYSEC-2021-636
PYSEC-2021-834
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-ccv1-pgda-r7ba
Aliases:
BIT-tensorflow-2022-23566
CVE-2022-23566
GHSA-5qw5-89mw-wcg2
PYSEC-2022-130
PYSEC-2022-75
Tensorflow is an Open Source Machine Learning Framework. TensorFlow is vulnerable to a heap OOB write in `Grappler`. The `set_output` function writes to an array at the specified index. Hence, this gives a malicious user a write primitive. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-cu5c-pmqv-xkdz
Aliases:
BIT-tensorflow-2021-41200
CVE-2021-41200
GHSA-gh8h-7j2j-qv4f
PYSEC-2021-393
PYSEC-2021-610
PYSEC-2021-808
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-cwvm-wntu-tfck
Aliases:
BIT-tensorflow-2022-23579
CVE-2022-23579
GHSA-5f2r-qp73-37mr
PYSEC-2022-143
PYSEC-2022-88
Tensorflow is an Open Source Machine Learning Framework. The Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a `SavedModel` such that `SafeToRemoveIdentity` would trigger `CHECK` failures. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-d3dc-su6w-s3ag
Aliases:
BIT-tensorflow-2022-21726
CVE-2022-21726
GHSA-23hm-7w47-xw72
PYSEC-2022-105
PYSEC-2022-50
Tensorflow is an Open Source Machine Learning Framework. The implementation of `Dequantize` does not fully validate the value of `axis` and can result in heap OOB accesses. The `axis` argument can be `-1` (the default value for the optional argument) or any other positive value at most the number of dimensions of the input. Unfortunately, the upper bound is not checked and this results in reading past the end of the array containing the dimensions of the input tensor. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-egc6-6pwr-fyej
Aliases:
BIT-tensorflow-2022-23577
CVE-2022-23577
GHSA-8cxv-76p7-jxwr
PYSEC-2022-141
PYSEC-2022-86
Tensorflow is an Open Source Machine Learning Framework. The implementation of `GetInitOp` is vulnerable to a crash caused by dereferencing a null pointer. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-en5f-xtha-cyhp
Aliases:
BIT-tensorflow-2022-23586
CVE-2022-23586
GHSA-43jf-985q-588j
PYSEC-2022-150
PYSEC-2022-95
Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a `SavedModel` such that assertions in `function.cc` would be falsified and crash the Python interpreter. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-ev23-kazv-nkas
Aliases:
BIT-tensorflow-2022-23575
CVE-2022-23575
GHSA-c94w-c95p-phf8
PYSEC-2022-139
PYSEC-2022-84
Tensorflow is an Open Source Machine Learning Framework. The implementation of `OpLevelCostEstimator::CalculateTensorSize` is vulnerable to an integer overflow if an attacker can create an operation which would involve a tensor with large enough number of elements. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-ev84-gxjn-6bf1
Aliases:
BIT-tensorflow-2022-21727
CVE-2022-21727
GHSA-c6fh-56w7-fvjw
PYSEC-2022-106
PYSEC-2022-51
Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for `Dequantize` is vulnerable to an integer overflow weakness. The `axis` argument can be `-1` (the default value for the optional argument) or any other positive value at most the number of dimensions of the input. Unfortunately, the upper bound is not checked, and, since the code computes `axis + 1`, an attacker can trigger an integer overflow. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-exm3-hpp6-g7hg
Aliases:
BIT-tensorflow-2021-41205
CVE-2021-41205
GHSA-49rx-x2rw-pc6f
PYSEC-2021-398
PYSEC-2021-615
PYSEC-2021-813
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-eyqx-7k24-zfhq
Aliases:
BIT-tensorflow-2022-21738
CVE-2022-21738
GHSA-x4qx-4fjv-hmw6
PYSEC-2022-117
PYSEC-2022-62
Tensorflow is an Open Source Machine Learning Framework. The implementation of `SparseCountSparseOutput` can be made to crash a TensorFlow process by an integer overflow whose result is then used in a memory allocation. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-f25m-udat-n3fd
Aliases:
BIT-tensorflow-2022-23562
CVE-2022-23562
GHSA-qx3f-p745-w4hr
PYSEC-2022-126
PYSEC-2022-71
Tensorflow is an Open Source Machine Learning Framework. The implementation of `Range` suffers from integer overflows. These can trigger undefined behavior or, in some scenarios, extremely large allocations. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-f3cx-k63z-7qde
Aliases:
BIT-tensorflow-2022-23559
CVE-2022-23559
GHSA-98p5-x8x4-c9m5
PYSEC-2022-123
PYSEC-2022-68
Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause an integer overflow in embedding lookup operations. Both `embedding_size` and `lookup_size` are products of values provided by the user. Hence, a malicious user could trigger overflows in the multiplication. In certain scenarios, this can then result in heap OOB read/write. Users are advised to upgrade to a patched version.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-fggx-3rzd-8kf5
Aliases:
BIT-tensorflow-2022-23585
CVE-2022-23585
GHSA-fq6p-6334-8gr4
PYSEC-2022-149
PYSEC-2022-94
Tensorflow is an Open Source Machine Learning Framework. When decoding PNG images TensorFlow can produce a memory leak if the image is invalid. After calling `png::CommonInitDecode(..., &decode)`, the `decode` value contains allocated buffers which can only be freed by calling `png::CommonFreeDecode(&decode)`. However, several error case in the function implementation invoke the `OP_REQUIRES` macro which immediately terminates the execution of the function, without allowing for the memory free to occur. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-g144-4yvx-xybr
Aliases:
BIT-tensorflow-2021-41202
CVE-2021-41202
GHSA-xrqm-fpgr-6hhx
PYSEC-2021-395
PYSEC-2021-612
PYSEC-2021-810
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-g423-bnfj-kybz
Aliases:
BIT-tensorflow-2021-41224
CVE-2021-41224
GHSA-rg3m-hqc5-344v
PYSEC-2021-416
PYSEC-2021-633
PYSEC-2021-831
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-g8er-52ns-j7b1
Aliases:
BIT-tensorflow-2022-21728
CVE-2022-21728
GHSA-6gmv-pjp9-p8w8
PYSEC-2022-107
PYSEC-2022-52
Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for `ReverseSequence` does not fully validate the value of `batch_dim` and can result in a heap OOB read. There is a check to make sure the value of `batch_dim` does not go over the rank of the input, but there is no check for negative values. Negative dimensions are allowed in some cases to mimic Python's negative indexing (i.e., indexing from the end of the array), however if the value is too negative then the implementation of `Dim` would access elements before the start of an array. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-g8ts-ghhv-33e3
Aliases:
BIT-tensorflow-2022-23580
CVE-2022-23580
GHSA-627q-g293-49q7
PYSEC-2022-144
PYSEC-2022-89
Tensorflow is an Open Source Machine Learning Framework. During shape inference, TensorFlow can allocate a large vector based on a value from a tensor controlled by the user. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-gbft-tx74-wkhf
Aliases:
BIT-tensorflow-2021-41210
CVE-2021-41210
GHSA-m342-ff57-4jcc
PYSEC-2021-402
PYSEC-2021-619
PYSEC-2021-817
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-gg98-zkw8-5ben
Aliases:
BIT-tensorflow-2022-21725
CVE-2022-21725
GHSA-v3f7-j968-4h5f
PYSEC-2022-104
PYSEC-2022-49
Tensorflow is an Open Source Machine Learning Framework. The estimator for the cost of some convolution operations can be made to execute a division by 0. The function fails to check that the stride argument is strictly positive. Hence, the fix is to add a check for the stride argument to ensure it is valid. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-hujj-6vv2-u3c2
Aliases:
BIT-tensorflow-2022-23583
CVE-2022-23583
GHSA-gjqc-q9g6-q2j3
PYSEC-2022-147
PYSEC-2022-92
Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a `SavedModel` such that any binary op would trigger `CHECK` failures. This occurs when the protobuf part corresponding to the tensor arguments is modified such that the `dtype` no longer matches the `dtype` expected by the op. In that case, calling the templated binary operator for the binary op would receive corrupted data, due to the type confusion involved. If `Tin` and `Tout` don't match the type of data in `out` and `input_*` tensors then `flat<*>` would interpret it wrongly. In most cases, this would be a silent failure, but we have noticed scenarios where this results in a `CHECK` crash, hence a denial of service. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-jdud-ufqp-4yg5
Aliases:
BIT-tensorflow-2022-23591
CVE-2022-23591
GHSA-247x-2f9f-5wp7
PYSEC-2022-100
PYSEC-2022-155
Tensorflow is an Open Source Machine Learning Framework. The `GraphDef` format in TensorFlow does not allow self recursive functions. The runtime assumes that this invariant is satisfied. However, a `GraphDef` containing a fragment such as the following can be consumed when loading a `SavedModel`. This would result in a stack overflow during execution as resolving each `NodeDef` means resolving the function itself and its nodes. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-kupu-frrt-pqen
Aliases:
BIT-tensorflow-2021-41216
CVE-2021-41216
GHSA-3ff2-r28g-w7h9
PYSEC-2021-408
PYSEC-2021-625
PYSEC-2021-823
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-ky4u-eny7-33fy
Aliases:
BIT-tensorflow-2022-21729
CVE-2022-21729
GHSA-34f9-hjfq-rr8j
PYSEC-2022-108
PYSEC-2022-53
Tensorflow is an Open Source Machine Learning Framework. The implementation of `UnravelIndex` is vulnerable to a division by zero caused by an integer overflow bug. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-m4na-tgrp-d7fk
Aliases:
BIT-tensorflow-2022-23576
CVE-2022-23576
GHSA-wm93-f238-7v37
PYSEC-2022-140
PYSEC-2022-85
Tensorflow is an Open Source Machine Learning Framework. The implementation of `OpLevelCostEstimator::CalculateOutputSize` is vulnerable to an integer overflow if an attacker can create an operation which would involve tensors with large enough number of elements. We can have a large enough number of dimensions in `output_shape.dim()` or just a small number of dimensions being large enough to cause an overflow in the multiplication. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-mtqg-yga8-eqeu
Aliases:
BIT-tensorflow-2022-23581
CVE-2022-23581
GHSA-fq86-3f29-px2c
PYSEC-2022-145
PYSEC-2022-90
Tensorflow is an Open Source Machine Learning Framework. The Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a `SavedModel` such that `IsSimplifiableReshape` would trigger `CHECK` failures. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-myjm-gbbc-qucg
Aliases:
BIT-tensorflow-2021-41203
CVE-2021-41203
GHSA-7pxj-m4jf-r6h2
PYSEC-2021-396
PYSEC-2021-613
PYSEC-2021-811
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-n62z-1akp-ebck
Aliases:
BIT-tensorflow-2022-23584
CVE-2022-23584
GHSA-24x4-6qmh-88qg
PYSEC-2022-148
PYSEC-2022-93
Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a use after free behavior when decoding PNG images. After `png::CommonFreeDecode(&decode)` gets called, the values of `decode.width` and `decode.height` are in an unspecified state. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-nfr9-fgdn-4kh8
Aliases:
BIT-tensorflow-2021-41222
CVE-2021-41222
GHSA-cpf4-wx82-gxp6
PYSEC-2021-414
PYSEC-2021-631
PYSEC-2021-829
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-ngkq-s26c-qkfj
Aliases:
BIT-tensorflow-2022-23589
CVE-2022-23589
GHSA-9px9-73fg-3fqp
PYSEC-2022-153
PYSEC-2022-98
Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow can trigger a null pointer dereference. There are 2 places where this can occur, for the same malicious alteration of a `SavedModel` file (fixing the first one would trigger the same dereference in the second place). First, during constant folding, the `GraphDef` might not have the required nodes for the binary operation. If a node is missing, the correposning `mul_*child` would be null, and the dereference in the subsequent line would be incorrect. We have a similar issue during `IsIdentityConsumingSwitch`. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-pe9p-a7nn-8bhj
Aliases:
BIT-tensorflow-2022-23582
CVE-2022-23582
GHSA-4j82-5ccr-4r8v
PYSEC-2022-146
PYSEC-2022-91
Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a `SavedModel` such that `TensorByteSize` would trigger `CHECK` failures. `TensorShape` constructor throws a `CHECK`-fail if shape is partial or has a number of elements that would overflow the size of an `int`. The `PartialTensorShape` constructor instead does not cause a `CHECK`-abort if the shape is partial, which is exactly what this function needs to be able to return `-1`. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-q4zv-syab-bbh8
Aliases:
BIT-tensorflow-2022-23558
CVE-2022-23558
GHSA-9gwq-6cwj-47h3
PYSEC-2022-122
PYSEC-2022-67
Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause an integer overflow in `TfLiteIntArrayCreate`. The `TfLiteIntArrayGetSizeInBytes` returns an `int` instead of a `size_t. An attacker can control model inputs such that `computed_size` overflows the size of `int` datatype. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-qdnt-cg25-5kdx
Aliases:
BIT-tensorflow-2021-41197
CVE-2021-41197
GHSA-prcg-wp5q-rv7p
PYSEC-2021-390
PYSEC-2021-607
PYSEC-2021-805
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-qgr6-bqrc-puhs
Aliases:
BIT-tensorflow-2022-23560
CVE-2022-23560
GHSA-4hvf-hxvg-f67v
PYSEC-2022-124
PYSEC-2022-69
Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would allow limited reads and writes outside of arrays in TFLite. This exploits missing validation in the conversion from sparse tensors to dense tensors. The fix is included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range. Users are advised to upgrade as soon as possible.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-qvnc-gzf6-y3f3
Aliases:
BIT-tensorflow-2021-41196
CVE-2021-41196
GHSA-m539-j985-hcr8
PYSEC-2021-389
PYSEC-2021-606
PYSEC-2021-804
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-qxqd-f1bw-y7h4
Aliases:
BIT-tensorflow-2022-21732
CVE-2022-21732
GHSA-c582-c96p-r5cq
PYSEC-2022-111
PYSEC-2022-56
Tensorflow is an Open Source Machine Learning Framework. The implementation of `ThreadPoolHandle` can be used to trigger a denial of service attack by allocating too much memory. This is because the `num_threads` argument is only checked to not be negative, but there is no upper bound on its value. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-rkx2-5nyj-bbhu
Aliases:
BIT-tensorflow-2021-41218
CVE-2021-41218
GHSA-9crf-c6qr-r273
PYSEC-2021-410
PYSEC-2021-627
PYSEC-2021-825
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-rr2a-8jrx-6ue8
Aliases:
BIT-tensorflow-2021-41213
CVE-2021-41213
GHSA-h67m-xg8f-fxcf
PYSEC-2021-405
PYSEC-2021-622
PYSEC-2021-820
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-rsau-jvcr-uudd
Aliases:
BIT-tensorflow-2022-21736
CVE-2022-21736
GHSA-pfjj-m3jj-9jc9
PYSEC-2022-115
PYSEC-2022-60
Tensorflow is an Open Source Machine Learning Framework. The implementation of `SparseTensorSliceDataset` has an undefined behavior: under certain condition it can be made to dereference a `nullptr` value. The 3 input arguments to `SparseTensorSliceDataset` represent a sparse tensor. However, there are some preconditions that these arguments must satisfy but these are not validated in the implementation. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-rt4b-xxm6-xubs
Aliases:
BIT-tensorflow-2022-23590
CVE-2022-23590
GHSA-pqrv-8r2f-7278
PYSEC-2022-154
PYSEC-2022-99
Tensorflow is an Open Source Machine Learning Framework. A `GraphDef` from a TensorFlow `SavedModel` can be maliciously altered to cause a TensorFlow process to crash due to encountering a `StatusOr` value that is an error and forcibly extracting the value from it. We have patched the issue in multiple GitHub commits and these will be included in TensorFlow 2.8.0 and TensorFlow 2.7.1, as both are affected.
2.7.1
Affected by 2 other vulnerabilities.
VCID-rujq-67w1-u3g7
Aliases:
BIT-tensorflow-2021-41225
CVE-2021-41225
GHSA-7r94-xv9v-63jw
PYSEC-2021-417
PYSEC-2021-634
PYSEC-2021-832
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-sb7m-pngm-5fbj
Aliases:
BIT-tensorflow-2021-41215
CVE-2021-41215
GHSA-x3v8-c8qx-3j3r
PYSEC-2021-407
PYSEC-2021-624
PYSEC-2021-822
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-sf59-u7jt-4bd5
Aliases:
BIT-tensorflow-2021-41206
CVE-2021-41206
GHSA-pgcq-h79j-2f69
PYSEC-2021-843
PYSEC-2021-845
PYSEC-2021-847
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
VCID-ugta-nt2s-27fk
Aliases:
BIT-tensorflow-2022-23572
CVE-2022-23572
GHSA-rww7-2gpw-fv6j
PYSEC-2022-136
PYSEC-2022-81
Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, TensorFlow can fail to specialize a type during shape inference. This case is covered by the `DCHECK` function however, `DCHECK` is a no-op in production builds and an assertion failure in debug builds. In the first case execution proceeds to the `ValueOrDie` line. This results in an assertion failure as `ret` contains an error `Status`, not a value. In the second case we also get a crash due to the assertion failure. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, and TensorFlow 2.6.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-v2nf-1526-nkbp
Aliases:
BIT-tensorflow-2022-23565
CVE-2022-23565
GHSA-4v5p-v5h9-6xjx
PYSEC-2022-129
PYSEC-2022-74
Tensorflow is an Open Source Machine Learning Framework. An attacker can trigger denial of service via assertion failure by altering a `SavedModel` on disk such that `AttrDef`s of some operation are duplicated. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-vfgz-fss4-wbgu
Aliases:
BIT-tensorflow-2022-23574
CVE-2022-23574
GHSA-77gp-3h4r-6428
PYSEC-2022-138
PYSEC-2022-83
Tensorflow is an Open Source Machine Learning Framework. There is a typo in TensorFlow's `SpecializeType` which results in heap OOB read/write. Due to a typo, `arg` is initialized to the `i`th mutable argument in a loop where the loop index is `j`. Hence it is possible to assign to `arg` from outside the vector of arguments. Since this is a mutable proto value, it allows both read and write to outside of bounds data. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, and TensorFlow 2.6.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-vgv7-xc3c-1fb3
Aliases:
BIT-tensorflow-2022-23564
CVE-2022-23564
GHSA-8rcj-c8pj-v3m3
PYSEC-2022-128
PYSEC-2022-73
Tensorflow is an Open Source Machine Learning Framework. When decoding a resource handle tensor from protobuf, a TensorFlow process can encounter cases where a `CHECK` assertion is invalidated based on user controlled arguments. This allows attackers to cause denial of services in TensorFlow processes. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-vnn5-y8ez-rub9
Aliases:
BIT-tensorflow-2022-23568
CVE-2022-23568
GHSA-6445-fm66-fvq2
PYSEC-2022-132
PYSEC-2022-77
Tensorflow is an Open Source Machine Learning Framework. The implementation of `AddManySparseToTensorsMap` is vulnerable to an integer overflow which results in a `CHECK`-fail when building new `TensorShape` objects (so, an assert failure based denial of service). We are missing some validation on the shapes of the input tensors as well as directly constructing a large `TensorShape` with user-provided dimensions. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-vpyd-he5n-b3a4
Aliases:
BIT-tensorflow-2022-21739
CVE-2022-21739
GHSA-3mw4-6rj6-74g5
PYSEC-2022-118
PYSEC-2022-63
Tensorflow is an Open Source Machine Learning Framework. The implementation of `QuantizedMaxPool` has an undefined behavior where user controlled inputs can trigger a reference binding to null pointer. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-vqxg-mnz4-13cg
Aliases:
BIT-tensorflow-2022-23570
CVE-2022-23570
GHSA-9p77-mmrw-69c7
PYSEC-2022-134
PYSEC-2022-79
Tensorflow is an Open Source Machine Learning Framework. When decoding a tensor from protobuf, TensorFlow might do a null-dereference if attributes of some mutable arguments to some operations are missing from the proto. This is guarded by a `DCHECK`. However, `DCHECK` is a no-op in production builds and an assertion failure in debug builds. In the first case execution proceeds to the dereferencing of the null pointer, whereas in the second case it results in a crash due to the assertion failure. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, and TensorFlow 2.6.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-w2ns-kqmv-xfan
Aliases:
BIT-tensorflow-2021-41208
CVE-2021-41208
GHSA-57wx-m983-2f88
PYSEC-2021-400
PYSEC-2021-617
PYSEC-2021-815
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-x2t2-4sa6-qygs
Aliases:
BIT-tensorflow-2022-23561
CVE-2022-23561
GHSA-9c78-vcq7-7vxq
PYSEC-2022-125
PYSEC-2022-70
Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause a write outside of bounds of an array in TFLite. In fact, the attacker can override the linked list used by the memory allocator. This can be leveraged for an arbitrary write primitive under certain conditions. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-x5x3-2cyz-xbhe
Aliases:
BIT-tensorflow-2022-23578
CVE-2022-23578
GHSA-8r7c-3cm2-3h8f
PYSEC-2022-142
PYSEC-2022-87
Tensorflow is an Open Source Machine Learning Framework. If a graph node is invalid, TensorFlow can leak memory in the implementation of `ImmutableExecutorState::Initialize`. Here, we set `item->kernel` to `nullptr` but it is a simple `OpKernel*` pointer so the memory that was previously allocated to it would leak. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-xbt8-r95u-sqbu
Aliases:
BIT-tensorflow-2021-41201
CVE-2021-41201
GHSA-j86v-p27c-73fm
PYSEC-2021-394
PYSEC-2021-611
PYSEC-2021-809
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-y7hx-h69v-wfcy
Aliases:
BIT-tensorflow-2021-41212
CVE-2021-41212
GHSA-fr77-rrx3-cp7g
PYSEC-2021-404
PYSEC-2021-621
PYSEC-2021-819
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-yh43-ndzp-4ue9
Aliases:
BIT-tensorflow-2021-41195
CVE-2021-41195
GHSA-cq76-mxrc-vchh
PYSEC-2021-842
PYSEC-2021-844
PYSEC-2021-846
multiple issues
2.4.4
Affected by 53 other vulnerabilities.
2.5.2
Affected by 53 other vulnerabilities.
2.6.1
Affected by 53 other vulnerabilities.
VCID-yvag-32h1-yfc5
Aliases:
BIT-tensorflow-2022-21740
CVE-2022-21740
GHSA-44qp-9wwf-734r
PYSEC-2022-119
PYSEC-2022-64
Tensorflow is an Open Source Machine Learning Framework. The implementation of `SparseCountSparseOutput` is vulnerable to a heap overflow. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.5.3
Affected by 1 other vulnerability.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
Vulnerabilities fixed by this package (95)
Vulnerability Summary Aliases
VCID-1eqg-uh5g-6kck multiple issues BIT-tensorflow-2021-29532
CVE-2021-29532
GHSA-j47f-4232-hvv8
PYSEC-2021-169
PYSEC-2021-460
PYSEC-2021-658
VCID-22fu-tcf3-jqfa multiple issues BIT-tensorflow-2021-29536
CVE-2021-29536
GHSA-2gfx-95x2-5v3x
PYSEC-2021-173
PYSEC-2021-464
PYSEC-2021-662
VCID-24nt-xz5z-nqdx multiple issues BIT-tensorflow-2021-37657
CVE-2021-37657
GHSA-5xwc-mrhx-5g3m
PYSEC-2021-279
PYSEC-2021-570
PYSEC-2021-768
VCID-37p1-d12g-quf8 multiple issues BIT-tensorflow-2021-37655
CVE-2021-37655
GHSA-7fvx-3jfc-2cpc
PYSEC-2021-277
PYSEC-2021-568
PYSEC-2021-766
VCID-3994-kqbn-67cn multiple issues BIT-tensorflow-2021-37679
CVE-2021-37679
GHSA-g8wg-cjwc-xhhp
PYSEC-2021-301
PYSEC-2021-592
PYSEC-2021-790
VCID-3ek8-jc2a-bfcq multiple issues BIT-tensorflow-2021-29618
CVE-2021-29618
GHSA-xqfj-cr6q-pc8w
PYSEC-2021-255
PYSEC-2021-546
PYSEC-2021-744
VCID-3ndg-adf4-4kgw multiple issues BIT-tensorflow-2021-29547
CVE-2021-29547
GHSA-4fg4-p75j-w5xj
PYSEC-2021-184
PYSEC-2021-475
PYSEC-2021-673
VCID-3ppf-jdk6-y3g8 multiple issues BIT-tensorflow-2021-37662
CVE-2021-37662
GHSA-f5cx-5wr3-5qrc
PYSEC-2021-284
PYSEC-2021-575
PYSEC-2021-773
VCID-4c8e-13wm-jyc6 multiple issues BIT-tensorflow-2021-37671
CVE-2021-37671
GHSA-qr82-2c78-4m8h
PYSEC-2021-293
PYSEC-2021-584
PYSEC-2021-782
VCID-4fax-cv4q-9bb2 multiple issues BIT-tensorflow-2021-37681
CVE-2021-37681
GHSA-7xwj-5r4v-429p
PYSEC-2021-303
PYSEC-2021-594
PYSEC-2021-792
VCID-4htf-7y2p-uyc3 multiple issues BIT-tensorflow-2021-29549
CVE-2021-29549
GHSA-x83m-p7pv-ch8v
PYSEC-2021-186
PYSEC-2021-477
PYSEC-2021-675
VCID-4z5r-weyj-abe7 multiple issues BIT-tensorflow-2021-29616
CVE-2021-29616
GHSA-4hvv-7x94-7vq8
PYSEC-2021-253
PYSEC-2021-544
PYSEC-2021-742
VCID-55ry-uteb-7ke9 multiple issues BIT-tensorflow-2021-37661
CVE-2021-37661
GHSA-gf88-j2mg-cc82
PYSEC-2021-283
PYSEC-2021-574
PYSEC-2021-772
VCID-58c5-tv8t-93fq multiple issues BIT-tensorflow-2021-37678
CVE-2021-37678
GHSA-r6jx-9g48-2r5r
PYSEC-2021-300
PYSEC-2021-591
PYSEC-2021-789
VCID-5dj1-vz8t-ffeb multiple issues BIT-tensorflow-2021-37680
CVE-2021-37680
GHSA-cfpj-3q4c-jhvr
PYSEC-2021-302
PYSEC-2021-593
PYSEC-2021-791
VCID-5nsx-yqxh-77cb multiple issues BIT-tensorflow-2021-29552
CVE-2021-29552
GHSA-jhq9-wm9m-cf89
PYSEC-2021-189
PYSEC-2021-480
PYSEC-2021-678
VCID-5qyz-5xzb-zqc1 multiple issues BIT-tensorflow-2021-37674
CVE-2021-37674
GHSA-7ghq-fvr3-pj2x
PYSEC-2021-296
PYSEC-2021-587
PYSEC-2021-785
VCID-64j2-brru-xqfw multiple issues BIT-tensorflow-2021-37682
CVE-2021-37682
GHSA-4c4g-crqm-xrxw
PYSEC-2021-304
PYSEC-2021-595
PYSEC-2021-793
VCID-6ebn-m9rw-7ya7 multiple issues BIT-tensorflow-2021-37647
CVE-2021-37647
GHSA-c5x2-p679-95wc
PYSEC-2021-269
PYSEC-2021-560
PYSEC-2021-758
VCID-6sab-b21w-9kc9 multiple issues BIT-tensorflow-2021-37638
CVE-2021-37638
GHSA-hwr7-8gxx-fj5p
PYSEC-2021-260
PYSEC-2021-551
PYSEC-2021-749
VCID-6tpr-dnht-t3eb multiple issues BIT-tensorflow-2021-29551
CVE-2021-29551
GHSA-vqw6-72r7-fgw7
PYSEC-2021-188
PYSEC-2021-479
PYSEC-2021-677
VCID-6wkx-ycyz-1qhd multiple issues BIT-tensorflow-2021-37665
CVE-2021-37665
GHSA-v82p-hv3v-p6qp
PYSEC-2021-287
PYSEC-2021-578
PYSEC-2021-776
VCID-7wsk-p6nu-7fa5 multiple issues BIT-tensorflow-2021-37636
CVE-2021-37636
GHSA-hp4c-x6r7-6555
PYSEC-2021-258
PYSEC-2021-549
PYSEC-2021-747
VCID-81sp-dd4z-2khc multiple issues BIT-tensorflow-2021-37670
CVE-2021-37670
GHSA-9697-98pf-4rw7
PYSEC-2021-292
PYSEC-2021-583
PYSEC-2021-781
VCID-85qc-3pn5-1fas multiple issues BIT-tensorflow-2021-29595
CVE-2021-29595
GHSA-vf94-36g5-69v8
PYSEC-2021-232
PYSEC-2021-523
PYSEC-2021-721
VCID-87bh-depq-8fdm multiple issues BIT-tensorflow-2021-37648
CVE-2021-37648
GHSA-wp77-4gmm-7cq8
PYSEC-2021-270
PYSEC-2021-561
PYSEC-2021-759
VCID-8k4s-zwck-fkg4 multiple issues BIT-tensorflow-2021-37675
CVE-2021-37675
GHSA-9c8h-2mv3-49ww
PYSEC-2021-297
PYSEC-2021-588
PYSEC-2021-786
VCID-8ndu-z4z1-guds multiple issues BIT-tensorflow-2021-29546
CVE-2021-29546
GHSA-m34j-p8rj-wjxq
PYSEC-2021-183
PYSEC-2021-474
PYSEC-2021-672
VCID-8qh6-fg49-u3b2 multiple issues BIT-tensorflow-2021-37660
CVE-2021-37660
GHSA-cm5x-837x-jf3c
PYSEC-2021-282
PYSEC-2021-573
PYSEC-2021-771
VCID-984t-vw4n-wqf5 multiple issues BIT-tensorflow-2021-29568
CVE-2021-29568
GHSA-4p4p-www8-8fv9
PYSEC-2021-205
PYSEC-2021-496
PYSEC-2021-694
VCID-9faa-mq8t-z7c1 multiple issues BIT-tensorflow-2021-37651
CVE-2021-37651
GHSA-hpv4-7p9c-mvfr
PYSEC-2021-273
PYSEC-2021-564
PYSEC-2021-762
VCID-9vmj-dga9-vbah multiple issues BIT-tensorflow-2021-29540
CVE-2021-29540
GHSA-xgc3-m89p-vr3x
PYSEC-2021-177
PYSEC-2021-468
PYSEC-2021-666
VCID-ahyr-2qmm-tqbb multiple issues BIT-tensorflow-2021-29587
CVE-2021-29587
GHSA-j7rm-8ww4-xx2g
PYSEC-2021-224
PYSEC-2021-515
PYSEC-2021-713
VCID-b8fg-9cu3-5khz multiple issues BIT-tensorflow-2021-29610
CVE-2021-29610
GHSA-mq5c-prh3-3f3h
PYSEC-2021-247
PYSEC-2021-538
PYSEC-2021-736
VCID-bcub-rasm-nbbq multiple issues BIT-tensorflow-2021-37639
CVE-2021-37639
GHSA-gh6x-4whr-2qv4
PYSEC-2021-261
PYSEC-2021-552
PYSEC-2021-750
VCID-bkk1-p7vx-vkdh multiple issues BIT-tensorflow-2021-29585
CVE-2021-29585
GHSA-mv78-g7wq-mhp4
PYSEC-2021-222
PYSEC-2021-513
PYSEC-2021-711
VCID-bw75-tr4m-vygp multiple issues BIT-tensorflow-2021-29543
CVE-2021-29543
GHSA-fphq-gw9m-ghrv
PYSEC-2021-180
PYSEC-2021-471
PYSEC-2021-669
VCID-bzfw-bhxx-b7df multiple issues BIT-tensorflow-2021-37658
CVE-2021-37658
GHSA-6p5r-g9mq-ggh2
PYSEC-2021-280
PYSEC-2021-571
PYSEC-2021-769
VCID-bzsf-bjda-3ber multiple issues BIT-tensorflow-2021-37649
CVE-2021-37649
GHSA-6gv8-p3vj-pxvr
PYSEC-2021-271
PYSEC-2021-562
PYSEC-2021-760
VCID-c2rb-aeku-dfdu multiple issues BIT-tensorflow-2021-29558
CVE-2021-29558
GHSA-mqh2-9wrp-vx84
PYSEC-2021-195
PYSEC-2021-486
PYSEC-2021-684
VCID-cggq-9awk-3qfm multiple issues BIT-tensorflow-2021-37688
CVE-2021-37688
GHSA-vcjj-9vg7-vf68
PYSEC-2021-310
PYSEC-2021-601
PYSEC-2021-799
VCID-cyk5-z76t-9bgc multiple issues BIT-tensorflow-2021-37667
CVE-2021-37667
GHSA-w74j-v8xh-3w5h
PYSEC-2021-289
PYSEC-2021-580
PYSEC-2021-778
VCID-d7j8-4k9m-9kb5 multiple issues BIT-tensorflow-2021-29545
CVE-2021-29545
GHSA-hmg3-c7xj-6qwm
PYSEC-2021-182
PYSEC-2021-473
PYSEC-2021-671
VCID-ddf8-mugz-pbbk multiple issues BIT-tensorflow-2021-37644
CVE-2021-37644
GHSA-27j5-4p9v-pp67
PYSEC-2021-266
PYSEC-2021-557
PYSEC-2021-755
VCID-ee2j-htng-z7d3 multiple issues BIT-tensorflow-2021-29538
CVE-2021-29538
GHSA-j8qc-5fqr-52fp
PYSEC-2021-175
PYSEC-2021-466
PYSEC-2021-664
VCID-ekez-y9nd-bbgz multiple issues BIT-tensorflow-2021-29563
CVE-2021-29563
GHSA-ph87-fvjr-v33w
PYSEC-2021-200
PYSEC-2021-491
PYSEC-2021-689
VCID-f8xv-gky2-kuhu multiple issues BIT-tensorflow-2021-29537
CVE-2021-29537
GHSA-8c89-2vwr-chcq
PYSEC-2021-174
PYSEC-2021-465
PYSEC-2021-663
VCID-fasn-dhy8-yub8 multiple issues BIT-tensorflow-2021-29556
CVE-2021-29556
GHSA-fxqh-cfjm-fp93
PYSEC-2021-193
PYSEC-2021-484
PYSEC-2021-682
VCID-fe5k-3n3u-j3cg multiple issues BIT-tensorflow-2021-29571
CVE-2021-29571
GHSA-whr9-vfh2-7hm6
PYSEC-2021-208
PYSEC-2021-499
PYSEC-2021-697
VCID-fhfh-ryxe-67ha multiple issues BIT-tensorflow-2021-37664
CVE-2021-37664
GHSA-r4c4-5fpq-56wg
PYSEC-2021-286
PYSEC-2021-577
PYSEC-2021-775
VCID-fx76-8ajz-qkd3 multiple issues BIT-tensorflow-2021-29535
CVE-2021-29535
GHSA-m3f9-w3p3-p669
PYSEC-2021-172
PYSEC-2021-463
PYSEC-2021-661
VCID-g4y6-tura-gbhx multiple issues BIT-tensorflow-2021-37653
CVE-2021-37653
GHSA-qjj8-32p7-h289
PYSEC-2021-275
PYSEC-2021-566
PYSEC-2021-764
VCID-gg52-vvcd-zben multiple issues BIT-tensorflow-2021-37691
CVE-2021-37691
GHSA-27qf-jwm8-g7f3
PYSEC-2021-313
PYSEC-2021-604
PYSEC-2021-802
VCID-gm34-n1kp-5qh4 multiple issues BIT-tensorflow-2021-37652
CVE-2021-37652
GHSA-m7fm-4jfh-jrg6
PYSEC-2021-274
PYSEC-2021-565
PYSEC-2021-763
VCID-gvws-rve9-nbat multiple issues BIT-tensorflow-2021-37642
CVE-2021-37642
GHSA-ch4f-829c-v5pw
PYSEC-2021-264
PYSEC-2021-555
PYSEC-2021-753
VCID-hfhh-k29v-1kaf multiple issues BIT-tensorflow-2021-37683
CVE-2021-37683
GHSA-rhrq-64mq-hf9h
PYSEC-2021-305
PYSEC-2021-596
PYSEC-2021-794
VCID-hk2y-fdnq-ybf1 multiple issues BIT-tensorflow-2021-37690
CVE-2021-37690
GHSA-3hxh-8cp2-g4hg
PYSEC-2021-312
PYSEC-2021-603
PYSEC-2021-801
VCID-hpt6-maej-a3fb multiple issues BIT-tensorflow-2021-37654
CVE-2021-37654
GHSA-2r8p-fg3c-wcj4
PYSEC-2021-276
PYSEC-2021-567
PYSEC-2021-765
VCID-htjj-5ms9-akfz multiple issues BIT-tensorflow-2021-29544
CVE-2021-29544
GHSA-6g85-3hm8-83f9
PYSEC-2021-181
PYSEC-2021-472
PYSEC-2021-670
VCID-jbqp-8s14-nqf6 multiple issues BIT-tensorflow-2021-29514
CVE-2021-29514
GHSA-8h46-5m9h-7553
PYSEC-2021-151
PYSEC-2021-442
PYSEC-2021-640
VCID-k149-grwj-cyg5 multiple issues BIT-tensorflow-2021-37635
CVE-2021-37635
GHSA-cgfm-62j4-v4rf
PYSEC-2021-257
PYSEC-2021-548
PYSEC-2021-746
VCID-kta3-2zcq-83ch multiple issues BIT-tensorflow-2021-37684
CVE-2021-37684
GHSA-q7f7-544h-67h9
PYSEC-2021-306
PYSEC-2021-597
PYSEC-2021-795
VCID-kuxe-7hab-a3cv multiple issues BIT-tensorflow-2021-37666
CVE-2021-37666
GHSA-w4xf-2pqw-5mq7
PYSEC-2021-288
PYSEC-2021-579
PYSEC-2021-777
VCID-m5yn-gjpw-53b5 multiple issues BIT-tensorflow-2021-37689
CVE-2021-37689
GHSA-wf5p-c75w-w3wh
PYSEC-2021-311
PYSEC-2021-602
PYSEC-2021-800
VCID-mh7p-x5et-67h4 multiple issues BIT-tensorflow-2021-37637
CVE-2021-37637
GHSA-c9qf-r67m-p7cg
PYSEC-2021-259
PYSEC-2021-550
PYSEC-2021-748
VCID-mt3j-jwu5-pueu multiple issues BIT-tensorflow-2021-37685
CVE-2021-37685
GHSA-c545-c4f9-rf6v
PYSEC-2021-307
PYSEC-2021-598
PYSEC-2021-796
VCID-mtxy-nkwy-pkcz multiple issues BIT-tensorflow-2021-29583
CVE-2021-29583
GHSA-9xh4-23q4-v6wr
PYSEC-2021-220
PYSEC-2021-511
PYSEC-2021-709
VCID-n2wb-menj-87hu multiple issues BIT-tensorflow-2021-29534
CVE-2021-29534
GHSA-6j9c-grc6-5m6g
PYSEC-2021-171
PYSEC-2021-462
PYSEC-2021-660
VCID-ngsv-ca8h-q7bg multiple issues BIT-tensorflow-2021-37645
CVE-2021-37645
GHSA-9w2p-5mgw-p94c
PYSEC-2021-267
PYSEC-2021-558
PYSEC-2021-756
VCID-nhv1-35p3-tyfq multiple issues BIT-tensorflow-2021-37641
CVE-2021-37641
GHSA-9c8h-vvrj-w2p8
PYSEC-2021-263
PYSEC-2021-554
PYSEC-2021-752
VCID-ntth-8qpp-jfet multiple issues BIT-tensorflow-2021-37673
CVE-2021-37673
GHSA-278g-rq84-9hmg
PYSEC-2021-295
PYSEC-2021-586
PYSEC-2021-784
VCID-pwmn-8jqu-83es multiple issues BIT-tensorflow-2021-29550
CVE-2021-29550
GHSA-f78g-q7r4-9wcv
PYSEC-2021-187
PYSEC-2021-478
PYSEC-2021-676
VCID-q5yr-cajq-1bcj multiple issues BIT-tensorflow-2021-29589
CVE-2021-29589
GHSA-3w67-q784-6w7c
PYSEC-2021-226
PYSEC-2021-517
PYSEC-2021-715
VCID-qa9p-g79v-fbe1 multiple issues BIT-tensorflow-2021-37650
CVE-2021-37650
GHSA-f8h4-7rgh-q2gm
PYSEC-2021-272
PYSEC-2021-563
PYSEC-2021-761
VCID-quc8-whc2-cbg7 multiple issues BIT-tensorflow-2021-37687
CVE-2021-37687
GHSA-jwf9-w5xm-f437
PYSEC-2021-309
PYSEC-2021-600
PYSEC-2021-798
VCID-rk26-e4eh-e7a4 multiple issues BIT-tensorflow-2021-29533
CVE-2021-29533
GHSA-393f-2jr3-cp69
PYSEC-2021-170
PYSEC-2021-461
PYSEC-2021-659
VCID-sd2q-w7wz-vke2 multiple issues BIT-tensorflow-2021-29513
CVE-2021-29513
GHSA-452g-f7fp-9jf7
PYSEC-2021-150
PYSEC-2021-441
PYSEC-2021-639
VCID-spbh-6rka-y3a8 multiple issues BIT-tensorflow-2021-37643
CVE-2021-37643
GHSA-fcwc-p4fc-c5cc
PYSEC-2021-265
PYSEC-2021-556
PYSEC-2021-754
VCID-try6-1d3f-y3aq multiple issues BIT-tensorflow-2021-37663
CVE-2021-37663
GHSA-g25h-jr74-qp5j
PYSEC-2021-285
PYSEC-2021-576
PYSEC-2021-774
VCID-u1r8-c86t-r3bj multiple issues BIT-tensorflow-2021-29539
CVE-2021-29539
GHSA-g4h2-gqm3-c9wq
PYSEC-2021-176
PYSEC-2021-467
PYSEC-2021-665
VCID-u597-6euj-auh5 multiple issues BIT-tensorflow-2021-37646
CVE-2021-37646
GHSA-h6jh-7gv5-28vg
PYSEC-2021-268
PYSEC-2021-559
PYSEC-2021-757
VCID-uy7w-xnc7-d7c5 multiple issues BIT-tensorflow-2021-37676
CVE-2021-37676
GHSA-v768-w7m9-2vmm
PYSEC-2021-298
PYSEC-2021-589
PYSEC-2021-787
VCID-uz51-m6ng-mygx multiple issues BIT-tensorflow-2021-29566
CVE-2021-29566
GHSA-pvrc-hg3f-58r6
PYSEC-2021-203
PYSEC-2021-494
PYSEC-2021-692
VCID-v5em-3qqk-jqfs multiple issues BIT-tensorflow-2021-37640
CVE-2021-37640
GHSA-95xm-g58g-3p88
PYSEC-2021-262
PYSEC-2021-553
PYSEC-2021-751
VCID-v92m-yfvz-2khe multiple issues BIT-tensorflow-2021-29608
CVE-2021-29608
GHSA-rgvq-pcvf-hx75
PYSEC-2021-245
PYSEC-2021-536
PYSEC-2021-734
VCID-vckb-n5sw-qyey multiple issues BIT-tensorflow-2021-37686
CVE-2021-37686
GHSA-mhhc-q96p-mfm9
PYSEC-2021-308
PYSEC-2021-599
PYSEC-2021-797
VCID-vh5d-4p9r-wubf multiple issues BIT-tensorflow-2021-37669
CVE-2021-37669
GHSA-vmjw-c2vp-p33c
PYSEC-2021-291
PYSEC-2021-582
PYSEC-2021-780
VCID-vx4g-ckr3-27dm multiple issues BIT-tensorflow-2021-37692
CVE-2021-37692
GHSA-cmgw-8vpc-rc59
PYSEC-2021-314
PYSEC-2021-605
PYSEC-2021-803
VCID-wwwt-6qtg-mfb7 multiple issues BIT-tensorflow-2021-37672
CVE-2021-37672
GHSA-5hj3-vjjf-f5m7
PYSEC-2021-294
PYSEC-2021-585
PYSEC-2021-783
VCID-x23c-1b8p-4qak multiple issues BIT-tensorflow-2021-37677
CVE-2021-37677
GHSA-qfpc-5pjr-mh26
PYSEC-2021-299
PYSEC-2021-590
PYSEC-2021-788
VCID-y191-8mqq-zqgk multiple issues BIT-tensorflow-2021-37668
CVE-2021-37668
GHSA-2wmv-37vq-52g5
PYSEC-2021-290
PYSEC-2021-581
PYSEC-2021-779
VCID-y87e-g3nh-hbgx multiple issues BIT-tensorflow-2021-29560
CVE-2021-29560
GHSA-8gv3-57p6-g35r
PYSEC-2021-197
PYSEC-2021-488
PYSEC-2021-686
VCID-z712-rg6q-t7bm multiple issues BIT-tensorflow-2021-37659
CVE-2021-37659
GHSA-q3g3-h9r4-prrc
PYSEC-2021-281
PYSEC-2021-572
PYSEC-2021-770
VCID-z8mc-3qt1-2qhp multiple issues BIT-tensorflow-2021-29617
CVE-2021-29617
GHSA-mmq6-q8r3-48fm
PYSEC-2021-254
PYSEC-2021-545
PYSEC-2021-743
VCID-zky1-z6wv-37c5 multiple issues BIT-tensorflow-2021-37656
CVE-2021-37656
GHSA-4xfp-4pfp-89wg
PYSEC-2021-278
PYSEC-2021-569
PYSEC-2021-767

Date Actor Action Vulnerability Source VulnerableCode Version
2026-05-31T11:13:23.773731+00:00 GithubOSV Importer Fixing VCID-gm34-n1kp-5qh4 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-m7fm-4jfh-jrg6/GHSA-m7fm-4jfh-jrg6.json 38.6.0
2026-05-31T11:13:22.469847+00:00 GithubOSV Importer Fixing VCID-g4y6-tura-gbhx https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-qjj8-32p7-h289/GHSA-qjj8-32p7-h289.json 38.6.0
2026-05-31T11:13:21.611212+00:00 GithubOSV Importer Fixing VCID-24nt-xz5z-nqdx https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-5xwc-mrhx-5g3m/GHSA-5xwc-mrhx-5g3m.json 38.6.0
2026-05-31T11:13:20.983608+00:00 GithubOSV Importer Fixing VCID-5dj1-vz8t-ffeb https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-cfpj-3q4c-jhvr/GHSA-cfpj-3q4c-jhvr.json 38.6.0
2026-05-31T11:13:19.936277+00:00 GithubOSV Importer Fixing VCID-ntth-8qpp-jfet https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-278g-rq84-9hmg/GHSA-278g-rq84-9hmg.json 38.6.0
2026-05-31T11:13:19.312303+00:00 GithubOSV Importer Fixing VCID-8qh6-fg49-u3b2 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-cm5x-837x-jf3c/GHSA-cm5x-837x-jf3c.json 38.6.0
2026-05-31T11:13:18.410354+00:00 GithubOSV Importer Fixing VCID-cyk5-z76t-9bgc https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-w74j-v8xh-3w5h/GHSA-w74j-v8xh-3w5h.json 38.6.0
2026-05-31T11:13:16.878242+00:00 GithubOSV Importer Fixing VCID-hfhh-k29v-1kaf https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-rhrq-64mq-hf9h/GHSA-rhrq-64mq-hf9h.json 38.6.0
2026-05-31T11:13:16.064468+00:00 GithubOSV Importer Fixing VCID-gvws-rve9-nbat https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-ch4f-829c-v5pw/GHSA-ch4f-829c-v5pw.json 38.6.0
2026-05-31T11:13:15.084010+00:00 GithubOSV Importer Fixing VCID-hpt6-maej-a3fb https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-2r8p-fg3c-wcj4/GHSA-2r8p-fg3c-wcj4.json 38.6.0
2026-05-31T11:13:12.694691+00:00 GithubOSV Importer Fixing VCID-fhfh-ryxe-67ha https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-r4c4-5fpq-56wg/GHSA-r4c4-5fpq-56wg.json 38.6.0
2026-05-31T11:13:11.247527+00:00 GithubOSV Importer Fixing VCID-qa9p-g79v-fbe1 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-f8h4-7rgh-q2gm/GHSA-f8h4-7rgh-q2gm.json 38.6.0
2026-05-31T11:13:09.816621+00:00 GithubOSV Importer Fixing VCID-64j2-brru-xqfw https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-4c4g-crqm-xrxw/GHSA-4c4g-crqm-xrxw.json 38.6.0
2026-05-31T11:13:08.176152+00:00 GithubOSV Importer Fixing VCID-cggq-9awk-3qfm https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-vcjj-9vg7-vf68/GHSA-vcjj-9vg7-vf68.json 38.6.0
2026-05-31T11:13:07.242951+00:00 GithubOSV Importer Fixing VCID-bcub-rasm-nbbq https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-gh6x-4whr-2qv4/GHSA-gh6x-4whr-2qv4.json 38.6.0
2026-05-31T11:13:06.566903+00:00 GithubOSV Importer Fixing VCID-87bh-depq-8fdm https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-wp77-4gmm-7cq8/GHSA-wp77-4gmm-7cq8.json 38.6.0
2026-05-31T11:13:05.863606+00:00 GithubOSV Importer Fixing VCID-try6-1d3f-y3aq https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-g25h-jr74-qp5j/GHSA-g25h-jr74-qp5j.json 38.6.0
2026-05-31T11:13:04.766480+00:00 GithubOSV Importer Fixing VCID-bzsf-bjda-3ber https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-6gv8-p3vj-pxvr/GHSA-6gv8-p3vj-pxvr.json 38.6.0
2026-05-31T11:13:04.151030+00:00 GithubOSV Importer Fixing VCID-nhv1-35p3-tyfq https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-9c8h-vvrj-w2p8/GHSA-9c8h-vvrj-w2p8.json 38.6.0
2026-05-31T11:13:03.561447+00:00 GithubOSV Importer Fixing VCID-4fax-cv4q-9bb2 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-7xwj-5r4v-429p/GHSA-7xwj-5r4v-429p.json 38.6.0
2026-05-31T11:13:02.936177+00:00 GithubOSV Importer Fixing VCID-3994-kqbn-67cn https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-g8wg-cjwc-xhhp/GHSA-g8wg-cjwc-xhhp.json 38.6.0
2026-05-31T11:13:01.274519+00:00 GithubOSV Importer Fixing VCID-58c5-tv8t-93fq https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-r6jx-9g48-2r5r/GHSA-r6jx-9g48-2r5r.json 38.6.0
2026-05-31T11:12:59.934857+00:00 GithubOSV Importer Fixing VCID-uy7w-xnc7-d7c5 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-v768-w7m9-2vmm/GHSA-v768-w7m9-2vmm.json 38.6.0
2026-05-31T11:12:58.925783+00:00 GithubOSV Importer Fixing VCID-9faa-mq8t-z7c1 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-hpv4-7p9c-mvfr/GHSA-hpv4-7p9c-mvfr.json 38.6.0
2026-05-31T11:12:58.087919+00:00 GithubOSV Importer Fixing VCID-5qyz-5xzb-zqc1 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-7ghq-fvr3-pj2x/GHSA-7ghq-fvr3-pj2x.json 38.6.0
2026-05-31T11:12:57.457399+00:00 GithubOSV Importer Fixing VCID-y191-8mqq-zqgk https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-2wmv-37vq-52g5/GHSA-2wmv-37vq-52g5.json 38.6.0
2026-05-31T11:12:56.910578+00:00 GithubOSV Importer Fixing VCID-hk2y-fdnq-ybf1 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-3hxh-8cp2-g4hg/GHSA-3hxh-8cp2-g4hg.json 38.6.0
2026-05-31T11:12:55.900211+00:00 GithubOSV Importer Fixing VCID-ngsv-ca8h-q7bg https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-9w2p-5mgw-p94c/GHSA-9w2p-5mgw-p94c.json 38.6.0
2026-05-31T11:12:54.326178+00:00 GithubOSV Importer Fixing VCID-wwwt-6qtg-mfb7 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-5hj3-vjjf-f5m7/GHSA-5hj3-vjjf-f5m7.json 38.6.0
2026-05-31T11:12:52.647738+00:00 GithubOSV Importer Fixing VCID-u597-6euj-auh5 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-h6jh-7gv5-28vg/GHSA-h6jh-7gv5-28vg.json 38.6.0
2026-05-31T11:12:50.861387+00:00 GithubOSV Importer Fixing VCID-55ry-uteb-7ke9 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-gf88-j2mg-cc82/GHSA-gf88-j2mg-cc82.json 38.6.0
2026-05-31T11:12:50.168600+00:00 GithubOSV Importer Fixing VCID-m5yn-gjpw-53b5 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-wf5p-c75w-w3wh/GHSA-wf5p-c75w-w3wh.json 38.6.0
2026-05-31T11:12:49.322569+00:00 GithubOSV Importer Fixing VCID-vh5d-4p9r-wubf https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-vmjw-c2vp-p33c/GHSA-vmjw-c2vp-p33c.json 38.6.0
2026-05-31T11:12:48.214875+00:00 GithubOSV Importer Fixing VCID-z712-rg6q-t7bm https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-q3g3-h9r4-prrc/GHSA-q3g3-h9r4-prrc.json 38.6.0
2026-05-31T11:12:47.288363+00:00 GithubOSV Importer Fixing VCID-7wsk-p6nu-7fa5 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-hp4c-x6r7-6555/GHSA-hp4c-x6r7-6555.json 38.6.0
2026-05-31T11:12:46.090762+00:00 GithubOSV Importer Fixing VCID-37p1-d12g-quf8 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-7fvx-3jfc-2cpc/GHSA-7fvx-3jfc-2cpc.json 38.6.0
2026-05-31T11:12:45.042207+00:00 GithubOSV Importer Fixing VCID-6sab-b21w-9kc9 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-hwr7-8gxx-fj5p/GHSA-hwr7-8gxx-fj5p.json 38.6.0
2026-05-31T11:12:43.703688+00:00 GithubOSV Importer Fixing VCID-6wkx-ycyz-1qhd https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-v82p-hv3v-p6qp/GHSA-v82p-hv3v-p6qp.json 38.6.0
2026-05-31T11:12:41.968384+00:00 GithubOSV Importer Fixing VCID-spbh-6rka-y3a8 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-fcwc-p4fc-c5cc/GHSA-fcwc-p4fc-c5cc.json 38.6.0
2026-05-31T11:12:39.206707+00:00 GithubOSV Importer Fixing VCID-v5em-3qqk-jqfs https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-95xm-g58g-3p88/GHSA-95xm-g58g-3p88.json 38.6.0
2026-05-31T11:12:37.766255+00:00 GithubOSV Importer Fixing VCID-mt3j-jwu5-pueu https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-c545-c4f9-rf6v/GHSA-c545-c4f9-rf6v.json 38.6.0
2026-05-31T11:12:37.186016+00:00 GithubOSV Importer Fixing VCID-4c8e-13wm-jyc6 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-qr82-2c78-4m8h/GHSA-qr82-2c78-4m8h.json 38.6.0
2026-05-31T11:12:36.179640+00:00 GithubOSV Importer Fixing VCID-8k4s-zwck-fkg4 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-9c8h-2mv3-49ww/GHSA-9c8h-2mv3-49ww.json 38.6.0
2026-05-31T11:12:35.047329+00:00 GithubOSV Importer Fixing VCID-81sp-dd4z-2khc https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-9697-98pf-4rw7/GHSA-9697-98pf-4rw7.json 38.6.0
2026-05-31T11:12:34.417669+00:00 GithubOSV Importer Fixing VCID-quc8-whc2-cbg7 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-jwf9-w5xm-f437/GHSA-jwf9-w5xm-f437.json 38.6.0
2026-05-31T11:12:33.393003+00:00 GithubOSV Importer Fixing VCID-kta3-2zcq-83ch https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-q7f7-544h-67h9/GHSA-q7f7-544h-67h9.json 38.6.0
2026-05-31T11:12:32.662250+00:00 GithubOSV Importer Fixing VCID-mh7p-x5et-67h4 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-c9qf-r67m-p7cg/GHSA-c9qf-r67m-p7cg.json 38.6.0
2026-05-31T11:12:30.035020+00:00 GithubOSV Importer Fixing VCID-zky1-z6wv-37c5 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-4xfp-4pfp-89wg/GHSA-4xfp-4pfp-89wg.json 38.6.0
2026-05-31T11:12:28.945697+00:00 GithubOSV Importer Fixing VCID-ddf8-mugz-pbbk https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-27j5-4p9v-pp67/GHSA-27j5-4p9v-pp67.json 38.6.0
2026-05-31T11:12:28.144623+00:00 GithubOSV Importer Fixing VCID-6ebn-m9rw-7ya7 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-c5x2-p679-95wc/GHSA-c5x2-p679-95wc.json 38.6.0
2026-05-31T11:12:26.933288+00:00 GithubOSV Importer Fixing VCID-gg52-vvcd-zben https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-27qf-jwm8-g7f3/GHSA-27qf-jwm8-g7f3.json 38.6.0
2026-05-31T11:12:25.567736+00:00 GithubOSV Importer Fixing VCID-k149-grwj-cyg5 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-cgfm-62j4-v4rf/GHSA-cgfm-62j4-v4rf.json 38.6.0
2026-05-31T11:12:24.881904+00:00 GithubOSV Importer Fixing VCID-3ppf-jdk6-y3g8 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-f5cx-5wr3-5qrc/GHSA-f5cx-5wr3-5qrc.json 38.6.0
2026-05-31T11:12:23.979831+00:00 GithubOSV Importer Fixing VCID-bzfw-bhxx-b7df https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-6p5r-g9mq-ggh2/GHSA-6p5r-g9mq-ggh2.json 38.6.0
2026-05-31T11:12:23.409349+00:00 GithubOSV Importer Fixing VCID-kuxe-7hab-a3cv https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-w4xf-2pqw-5mq7/GHSA-w4xf-2pqw-5mq7.json 38.6.0
2026-05-31T11:12:22.753223+00:00 GithubOSV Importer Fixing VCID-x23c-1b8p-4qak https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-qfpc-5pjr-mh26/GHSA-qfpc-5pjr-mh26.json 38.6.0
2026-05-31T09:44:02.339481+00:00 PyPI Importer Affected by VCID-466y-e26r-rka4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:02.215934+00:00 PyPI Importer Affected by VCID-x2t2-4sa6-qygs https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:02.082760+00:00 PyPI Importer Affected by VCID-q4zv-syab-bbh8 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:01.952741+00:00 PyPI Importer Affected by VCID-g8ts-ghhv-33e3 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:01.822292+00:00 PyPI Importer Affected by VCID-5tpp-sf62-zycs https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:01.694814+00:00 PyPI Importer Affected by VCID-ngkq-s26c-qkfj https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:01.567257+00:00 PyPI Importer Affected by VCID-cwvm-wntu-tfck https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:01.450579+00:00 PyPI Importer Affected by VCID-vfgz-fss4-wbgu https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:00.999759+00:00 PyPI Importer Affected by VCID-f3cx-k63z-7qde https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:00.585249+00:00 PyPI Importer Affected by VCID-3g5a-5csn-h3d9 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:00.467136+00:00 PyPI Importer Affected by VCID-x5x3-2cyz-xbhe https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:58.779991+00:00 PyPI Importer Affected by VCID-pe9p-a7nn-8bhj https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:58.377309+00:00 PyPI Importer Affected by VCID-qgr6-bqrc-puhs https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:58.238220+00:00 PyPI Importer Affected by VCID-ccv1-pgda-r7ba https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:57.322409+00:00 PyPI Importer Affected by VCID-hujj-6vv2-u3c2 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:56.390041+00:00 PyPI Importer Affected by VCID-15nt-6tff-k7gb https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:56.275793+00:00 PyPI Importer Affected by VCID-f25m-udat-n3fd https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:55.829760+00:00 PyPI Importer Affected by VCID-v2nf-1526-nkbp https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:55.435852+00:00 PyPI Importer Affected by VCID-ugta-nt2s-27fk https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:55.312774+00:00 PyPI Importer Affected by VCID-vgv7-xc3c-1fb3 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:54.951912+00:00 PyPI Importer Affected by VCID-egc6-6pwr-fyej https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:54.268362+00:00 PyPI Importer Affected by VCID-n62z-1akp-ebck https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:53.117478+00:00 PyPI Importer Affected by VCID-jdud-ufqp-4yg5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:52.682114+00:00 PyPI Importer Affected by VCID-mtqg-yga8-eqeu https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:52.293924+00:00 PyPI Importer Affected by VCID-39ck-bm9t-kqhs https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:52.169906+00:00 PyPI Importer Affected by VCID-3czq-3twf-skcg https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:50.976815+00:00 PyPI Importer Affected by VCID-fggx-3rzd-8kf5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:50.889067+00:00 PyPI Importer Affected by VCID-rt4b-xxm6-xubs https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:50.758098+00:00 PyPI Importer Affected by VCID-vqxg-mnz4-13cg https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:50.332281+00:00 PyPI Importer Affected by VCID-en5f-xtha-cyhp https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:50.216395+00:00 PyPI Importer Affected by VCID-m4na-tgrp-d7fk https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:49.605851+00:00 PyPI Importer Affected by VCID-axj7-aq9m-rqdu https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:49.485696+00:00 PyPI Importer Affected by VCID-ev23-kazv-nkas https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:49.370568+00:00 PyPI Importer Affected by VCID-yvag-32h1-yfc5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:48.712185+00:00 PyPI Importer Affected by VCID-akmu-fas1-33h6 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:48.076646+00:00 PyPI Importer Affected by VCID-eyqx-7k24-zfhq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:47.714782+00:00 PyPI Importer Affected by VCID-6888-uhtp-8ub6 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:47.599459+00:00 PyPI Importer Affected by VCID-vpyd-he5n-b3a4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:47.241661+00:00 PyPI Importer Affected by VCID-83pe-ztey-dbf4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:47.121788+00:00 PyPI Importer Affected by VCID-gg98-zkw8-5ben https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:46.752235+00:00 PyPI Importer Affected by VCID-ky4u-eny7-33fy https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:46.634562+00:00 PyPI Importer Affected by VCID-6gnj-az99-h7b4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:46.246561+00:00 PyPI Importer Affected by VCID-9arh-a8wj-wka6 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:45.638403+00:00 PyPI Importer Affected by VCID-vnn5-y8ez-rub9 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:45.015657+00:00 PyPI Importer Affected by VCID-rsau-jvcr-uudd https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:44.637573+00:00 PyPI Importer Affected by VCID-97cs-4kx3-37gm https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:43.749305+00:00 PyPI Importer Affected by VCID-145d-k5w3-tfgz https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:43.629359+00:00 PyPI Importer Affected by VCID-11qd-d7c7-sbdm https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:43.516479+00:00 PyPI Importer Affected by VCID-qxqd-f1bw-y7h4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:43.387350+00:00 PyPI Importer Affected by VCID-1ah5-hm7a-ykep https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:42.999376+00:00 PyPI Importer Affected by VCID-d3dc-su6w-s3ag https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:42.613016+00:00 PyPI Importer Affected by VCID-g8er-52ns-j7b1 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:42.493037+00:00 PyPI Importer Affected by VCID-ev84-gxjn-6bf1 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:30.710672+00:00 PyPI Importer Affected by VCID-bm3u-2ych-eqac https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:30.003539+00:00 PyPI Importer Affected by VCID-1sr1-happ-6ugc https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:29.333815+00:00 PyPI Importer Affected by VCID-nfr9-fgdn-4kh8 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:29.130675+00:00 PyPI Importer Affected by VCID-rr2a-8jrx-6ue8 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:28.321888+00:00 PyPI Importer Affected by VCID-b8sr-erwh-5yh8 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:23.933363+00:00 PyPI Importer Affected by VCID-rujq-67w1-u3g7 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:23.145751+00:00 PyPI Importer Affected by VCID-kupu-frrt-pqen https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:20.515206+00:00 PyPI Importer Affected by VCID-rkx2-5nyj-bbhu https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:19.248455+00:00 PyPI Importer Affected by VCID-9gde-ga9q-pqb4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:19.056579+00:00 PyPI Importer Affected by VCID-g144-4yvx-xybr https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:18.464942+00:00 PyPI Importer Affected by VCID-sf59-u7jt-4bd5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:18.270582+00:00 PyPI Importer Affected by VCID-w2ns-kqmv-xfan https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:18.084593+00:00 PyPI Importer Affected by VCID-5d73-819a-xbeg https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:14.899017+00:00 PyPI Importer Affected by VCID-5ty2-z944-mbht https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:13.176430+00:00 PyPI Importer Affected by VCID-myjm-gbbc-qucg https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:12.947036+00:00 PyPI Importer Affected by VCID-5xgg-h9wh-3uh7 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:12.768346+00:00 PyPI Importer Affected by VCID-688g-g33x-67g9 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:12.100458+00:00 PyPI Importer Affected by VCID-exm3-hpp6-g7hg https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:11.903056+00:00 PyPI Importer Affected by VCID-9dhc-1f13-5qht https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:05.776507+00:00 PyPI Importer Affected by VCID-g423-bnfj-kybz https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:04.066802+00:00 PyPI Importer Affected by VCID-sb7m-pngm-5fbj https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:03.836480+00:00 PyPI Importer Affected by VCID-y7hx-h69v-wfcy https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:01.726954+00:00 PyPI Importer Affected by VCID-2cw7-2xzs-abfz https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:01.522327+00:00 PyPI Importer Affected by VCID-9snf-qxka-83hd https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:01.327348+00:00 PyPI Importer Affected by VCID-gbft-tx74-wkhf https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:00.729469+00:00 PyPI Importer Affected by VCID-2hqc-3d51-4yf5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:59.494924+00:00 PyPI Importer Affected by VCID-qvnc-gzf6-y3f3 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:58.170599+00:00 PyPI Importer Affected by VCID-qdnt-cg25-5kdx https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:57.459900+00:00 PyPI Importer Affected by VCID-xbt8-r95u-sqbu https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:55.428278+00:00 PyPI Importer Affected by VCID-cu5c-pmqv-xkdz https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:53.036698+00:00 PyPI Importer Affected by VCID-aad5-dg9x-53cz https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:51.682142+00:00 PyPI Importer Affected by VCID-yh43-ndzp-4ue9 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:41.661718+00:00 PyPI Importer Fixing VCID-hk2y-fdnq-ybf1 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:41.528427+00:00 PyPI Importer Fixing VCID-hfhh-k29v-1kaf https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:41.291221+00:00 PyPI Importer Fixing VCID-quc8-whc2-cbg7 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:41.191244+00:00 PyPI Importer Fixing VCID-try6-1d3f-y3aq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:40.848394+00:00 PyPI Importer Fixing VCID-ntth-8qpp-jfet https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:40.803074+00:00 PyPI Importer Fixing VCID-gg52-vvcd-zben https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:40.753994+00:00 PyPI Importer Fixing VCID-kta3-2zcq-83ch https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:40.655410+00:00 PyPI Importer Fixing VCID-64j2-brru-xqfw https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:40.604311+00:00 PyPI Importer Fixing VCID-3994-kqbn-67cn https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:40.238470+00:00 PyPI Importer Fixing VCID-wwwt-6qtg-mfb7 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:40.144069+00:00 PyPI Importer Fixing VCID-mt3j-jwu5-pueu https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:40.046921+00:00 PyPI Importer Fixing VCID-81sp-dd4z-2khc https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:39.997869+00:00 PyPI Importer Fixing VCID-6wkx-ycyz-1qhd https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:39.904153+00:00 PyPI Importer Fixing VCID-58c5-tv8t-93fq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:39.860013+00:00 PyPI Importer Fixing VCID-5qyz-5xzb-zqc1 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:39.814772+00:00 PyPI Importer Fixing VCID-vh5d-4p9r-wubf https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:39.195568+00:00 PyPI Importer Fixing VCID-vx4g-ckr3-27dm https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:39.153106+00:00 PyPI Importer Fixing VCID-y191-8mqq-zqgk https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:39.048032+00:00 PyPI Importer Fixing VCID-x23c-1b8p-4qak https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:38.998668+00:00 PyPI Importer Fixing VCID-vckb-n5sw-qyey https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:38.949901+00:00 PyPI Importer Fixing VCID-4c8e-13wm-jyc6 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:38.705941+00:00 PyPI Importer Fixing VCID-5dj1-vz8t-ffeb https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:38.280324+00:00 PyPI Importer Fixing VCID-87bh-depq-8fdm https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:38.144544+00:00 PyPI Importer Fixing VCID-gm34-n1kp-5qh4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:38.096959+00:00 PyPI Importer Fixing VCID-4fax-cv4q-9bb2 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:37.960055+00:00 PyPI Importer Fixing VCID-uy7w-xnc7-d7c5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:37.869359+00:00 PyPI Importer Fixing VCID-cggq-9awk-3qfm https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:37.821344+00:00 PyPI Importer Fixing VCID-kuxe-7hab-a3cv https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:37.638643+00:00 PyPI Importer Fixing VCID-cyk5-z76t-9bgc https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:37.546836+00:00 PyPI Importer Fixing VCID-8k4s-zwck-fkg4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:37.358826+00:00 PyPI Importer Fixing VCID-m5yn-gjpw-53b5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:37.218250+00:00 PyPI Importer Fixing VCID-u597-6euj-auh5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:37.128441+00:00 PyPI Importer Fixing VCID-ddf8-mugz-pbbk https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:37.083114+00:00 PyPI Importer Fixing VCID-9faa-mq8t-z7c1 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:37.038458+00:00 PyPI Importer Fixing VCID-bzfw-bhxx-b7df https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:36.991607+00:00 PyPI Importer Fixing VCID-37p1-d12g-quf8 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:36.946816+00:00 PyPI Importer Fixing VCID-zky1-z6wv-37c5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:36.534890+00:00 PyPI Importer Fixing VCID-24nt-xz5z-nqdx https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:36.488864+00:00 PyPI Importer Fixing VCID-nhv1-35p3-tyfq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:36.290829+00:00 PyPI Importer Fixing VCID-z712-rg6q-t7bm https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:36.244717+00:00 PyPI Importer Fixing VCID-3ppf-jdk6-y3g8 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:36.153939+00:00 PyPI Importer Fixing VCID-55ry-uteb-7ke9 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:35.361170+00:00 PyPI Importer Fixing VCID-qa9p-g79v-fbe1 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:35.315108+00:00 PyPI Importer Fixing VCID-hpt6-maej-a3fb https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:35.267289+00:00 PyPI Importer Fixing VCID-ngsv-ca8h-q7bg https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:35.178327+00:00 PyPI Importer Fixing VCID-k149-grwj-cyg5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:35.087696+00:00 PyPI Importer Fixing VCID-fhfh-ryxe-67ha https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:35.036373+00:00 PyPI Importer Fixing VCID-6ebn-m9rw-7ya7 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:34.807731+00:00 PyPI Importer Fixing VCID-spbh-6rka-y3a8 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:34.614359+00:00 PyPI Importer Fixing VCID-6sab-b21w-9kc9 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:34.519204+00:00 PyPI Importer Fixing VCID-bcub-rasm-nbbq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:34.343476+00:00 PyPI Importer Fixing VCID-mh7p-x5et-67h4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:34.300470+00:00 PyPI Importer Fixing VCID-bzsf-bjda-3ber https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:34.066370+00:00 PyPI Importer Fixing VCID-7wsk-p6nu-7fa5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:33.969253+00:00 PyPI Importer Fixing VCID-gvws-rve9-nbat https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:33.824075+00:00 PyPI Importer Fixing VCID-8qh6-fg49-u3b2 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:33.778715+00:00 PyPI Importer Fixing VCID-g4y6-tura-gbhx https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:33.739874+00:00 PyPI Importer Fixing VCID-v5em-3qqk-jqfs https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:16.435407+00:00 PyPI Importer Fixing VCID-1eqg-uh5g-6kck https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:14.164458+00:00 PyPI Importer Fixing VCID-c2rb-aeku-dfdu https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:13.913405+00:00 PyPI Importer Fixing VCID-q5yr-cajq-1bcj https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:04.945953+00:00 PyPI Importer Fixing VCID-22fu-tcf3-jqfa https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:00.270488+00:00 PyPI Importer Fixing VCID-ahyr-2qmm-tqbb https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:41:57.638934+00:00 PyPI Importer Fixing VCID-b8fg-9cu3-5khz https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:41:53.791161+00:00 PyPI Importer Fixing VCID-bw75-tr4m-vygp https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:41:53.628558+00:00 PyPI Importer Fixing VCID-d7j8-4k9m-9kb5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:41:53.460913+00:00 PyPI Importer Fixing VCID-uz51-m6ng-mygx https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:41:49.185067+00:00 PyPI Importer Fixing VCID-85qc-3pn5-1fas https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:41:46.224546+00:00 PyPI Importer Fixing VCID-4z5r-weyj-abe7 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:41:41.163632+00:00 PyPI Importer Fixing VCID-jbqp-8s14-nqf6 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:41:39.795370+00:00 PyPI Importer Fixing VCID-3ndg-adf4-4kgw https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:41:39.273234+00:00 PyPI Importer Fixing VCID-bkk1-p7vx-vkdh https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:41:37.394142+00:00 PyPI Importer Fixing VCID-u1r8-c86t-r3bj https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:41:35.809111+00:00 PyPI Importer Fixing VCID-984t-vw4n-wqf5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:41:24.924651+00:00 PyPI Importer Fixing VCID-htjj-5ms9-akfz https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:41:23.090699+00:00 PyPI Importer Fixing VCID-5nsx-yqxh-77cb https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:41:14.629346+00:00 PyPI Importer Fixing VCID-f8xv-gky2-kuhu https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:41:11.836536+00:00 PyPI Importer Fixing VCID-mtxy-nkwy-pkcz https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:41:06.296546+00:00 PyPI Importer Fixing VCID-ee2j-htng-z7d3 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:41:01.070798+00:00 PyPI Importer Fixing VCID-3ek8-jc2a-bfcq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:40:59.451677+00:00 PyPI Importer Fixing VCID-n2wb-menj-87hu https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:40:59.288630+00:00 PyPI Importer Fixing VCID-rk26-e4eh-e7a4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:40:59.146733+00:00 PyPI Importer Fixing VCID-8ndu-z4z1-guds https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:40:51.645970+00:00 PyPI Importer Fixing VCID-y87e-g3nh-hbgx https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:40:51.129811+00:00 PyPI Importer Fixing VCID-6tpr-dnht-t3eb https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:40:42.372973+00:00 PyPI Importer Fixing VCID-z8mc-3qt1-2qhp https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:40:32.024220+00:00 PyPI Importer Fixing VCID-pwmn-8jqu-83es https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:40:31.300063+00:00 PyPI Importer Fixing VCID-fe5k-3n3u-j3cg https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:40:31.166971+00:00 PyPI Importer Fixing VCID-fx76-8ajz-qkd3 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:40:20.186231+00:00 PyPI Importer Fixing VCID-fasn-dhy8-yub8 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:40:19.977942+00:00 PyPI Importer Fixing VCID-4htf-7y2p-uyc3 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:40:18.892423+00:00 PyPI Importer Fixing VCID-ekez-y9nd-bbgz https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:40:14.624845+00:00 PyPI Importer Fixing VCID-9vmj-dga9-vbah https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:40:14.472181+00:00 PyPI Importer Fixing VCID-v92m-yfvz-2khe https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:40:08.663623+00:00 PyPI Importer Fixing VCID-sd2q-w7wz-vke2 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-30T20:55:44.744844+00:00 GitLab Importer Fixing VCID-bzfw-bhxx-b7df https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37658.yml 38.6.0
2026-05-30T20:55:44.677444+00:00 GitLab Importer Fixing VCID-4c8e-13wm-jyc6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37671.yml 38.6.0
2026-05-30T20:55:44.608426+00:00 GitLab Importer Fixing VCID-mt3j-jwu5-pueu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37685.yml 38.6.0
2026-05-30T20:55:44.536820+00:00 GitLab Importer Fixing VCID-37p1-d12g-quf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37655.yml 38.6.0
2026-05-30T20:55:44.394029+00:00 GitLab Importer Fixing VCID-hpt6-maej-a3fb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37654.yml 38.6.0
2026-05-30T20:55:44.327267+00:00 GitLab Importer Fixing VCID-kta3-2zcq-83ch https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37684.yml 38.6.0
2026-05-30T20:55:43.999809+00:00 GitLab Importer Fixing VCID-u597-6euj-auh5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37646.yml 38.6.0
2026-05-30T20:55:43.839432+00:00 GitLab Importer Fixing VCID-bcub-rasm-nbbq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37639.yml 38.6.0
2026-05-30T20:55:43.616296+00:00 GitLab Importer Fixing VCID-ntth-8qpp-jfet https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37673.yml 38.6.0
2026-05-30T20:55:43.549165+00:00 GitLab Importer Fixing VCID-gvws-rve9-nbat https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37642.yml 38.6.0
2026-05-30T20:55:43.478491+00:00 GitLab Importer Fixing VCID-3ppf-jdk6-y3g8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37662.yml 38.6.0
2026-05-30T20:55:43.405834+00:00 GitLab Importer Fixing VCID-6wkx-ycyz-1qhd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37665.yml 38.6.0
2026-05-30T20:55:43.208019+00:00 GitLab Importer Fixing VCID-5qyz-5xzb-zqc1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37674.yml 38.6.0
2026-05-30T20:55:43.058953+00:00 GitLab Importer Fixing VCID-qa9p-g79v-fbe1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37650.yml 38.6.0
2026-05-30T20:55:42.789397+00:00 GitLab Importer Fixing VCID-fhfh-ryxe-67ha https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37664.yml 38.6.0
2026-05-30T20:55:42.720948+00:00 GitLab Importer Fixing VCID-64j2-brru-xqfw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37682.yml 38.6.0
2026-05-30T20:55:42.505675+00:00 GitLab Importer Fixing VCID-8qh6-fg49-u3b2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37660.yml 38.6.0
2026-05-30T20:55:42.188694+00:00 GitLab Importer Fixing VCID-m5yn-gjpw-53b5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37689.yml 38.6.0
2026-05-30T20:55:42.038875+00:00 GitLab Importer Fixing VCID-hk2y-fdnq-ybf1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37690.yml 38.6.0
2026-05-30T20:55:41.639438+00:00 GitLab Importer Fixing VCID-spbh-6rka-y3a8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37643.yml 38.6.0
2026-05-30T20:55:41.456826+00:00 GitLab Importer Fixing VCID-5dj1-vz8t-ffeb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37680.yml 38.6.0
2026-05-30T20:55:41.249016+00:00 GitLab Importer Fixing VCID-8k4s-zwck-fkg4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37675.yml 38.6.0
2026-05-30T20:55:41.176352+00:00 GitLab Importer Fixing VCID-6sab-b21w-9kc9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37638.yml 38.6.0
2026-05-30T20:55:40.330636+00:00 GitLab Importer Fixing VCID-ngsv-ca8h-q7bg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37645.yml 38.6.0
2026-05-30T20:55:39.988287+00:00 GitLab Importer Fixing VCID-hfhh-k29v-1kaf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37683.yml 38.6.0
2026-05-30T20:55:39.694973+00:00 GitLab Importer Fixing VCID-81sp-dd4z-2khc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37670.yml 38.6.0
2026-05-30T20:55:39.625360+00:00 GitLab Importer Fixing VCID-k149-grwj-cyg5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37635.yml 38.6.0
2026-05-30T20:55:39.369627+00:00 GitLab Importer Fixing VCID-uy7w-xnc7-d7c5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37676.yml 38.6.0
2026-05-30T20:55:39.301981+00:00 GitLab Importer Fixing VCID-ddf8-mugz-pbbk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37644.yml 38.6.0
2026-05-30T20:55:39.164491+00:00 GitLab Importer Fixing VCID-55ry-uteb-7ke9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37661.yml 38.6.0
2026-05-30T20:55:39.028731+00:00 GitLab Importer Fixing VCID-zky1-z6wv-37c5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37656.yml 38.6.0
2026-05-30T20:55:38.953527+00:00 GitLab Importer Fixing VCID-y191-8mqq-zqgk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37668.yml 38.6.0
2026-05-30T20:55:38.542045+00:00 GitLab Importer Fixing VCID-kuxe-7hab-a3cv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37666.yml 38.6.0
2026-05-30T20:55:37.878066+00:00 GitLab Importer Fixing VCID-7wsk-p6nu-7fa5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37636.yml 38.6.0
2026-05-30T20:55:37.558875+00:00 GitLab Importer Fixing VCID-6ebn-m9rw-7ya7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37647.yml 38.6.0
2026-05-30T20:55:37.489945+00:00 GitLab Importer Fixing VCID-z712-rg6q-t7bm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37659.yml 38.6.0
2026-05-30T20:55:37.422791+00:00 GitLab Importer Fixing VCID-vh5d-4p9r-wubf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37669.yml 38.6.0
2026-05-30T20:55:36.623418+00:00 GitLab Importer Fixing VCID-24nt-xz5z-nqdx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37657.yml 38.6.0
2026-05-30T20:55:36.396197+00:00 GitLab Importer Fixing VCID-bzsf-bjda-3ber https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37649.yml 38.6.0
2026-05-30T20:55:36.009157+00:00 GitLab Importer Fixing VCID-9faa-mq8t-z7c1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37651.yml 38.6.0
2026-05-30T20:55:35.646204+00:00 GitLab Importer Fixing VCID-58c5-tv8t-93fq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37678.yml 38.6.0
2026-05-30T20:55:35.363096+00:00 GitLab Importer Fixing VCID-try6-1d3f-y3aq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37663.yml 38.6.0
2026-05-30T20:55:35.296354+00:00 GitLab Importer Fixing VCID-gg52-vvcd-zben https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37691.yml 38.6.0
2026-05-30T20:55:35.077595+00:00 GitLab Importer Fixing VCID-87bh-depq-8fdm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37648.yml 38.6.0
2026-05-30T20:55:34.838710+00:00 GitLab Importer Fixing VCID-cggq-9awk-3qfm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37688.yml 38.6.0
2026-05-30T20:55:34.752473+00:00 GitLab Importer Fixing VCID-wwwt-6qtg-mfb7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37672.yml 38.6.0
2026-05-30T20:55:34.676130+00:00 GitLab Importer Fixing VCID-4fax-cv4q-9bb2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37681.yml 38.6.0
2026-05-30T20:55:34.522050+00:00 GitLab Importer Fixing VCID-gm34-n1kp-5qh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37652.yml 38.6.0
2026-05-30T20:55:34.216260+00:00 GitLab Importer Fixing VCID-3994-kqbn-67cn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37679.yml 38.6.0
2026-05-30T20:55:33.692421+00:00 GitLab Importer Fixing VCID-quc8-whc2-cbg7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37687.yml 38.6.0
2026-05-30T20:55:33.529259+00:00 GitLab Importer Fixing VCID-v5em-3qqk-jqfs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37640.yml 38.6.0
2026-05-30T20:55:33.136032+00:00 GitLab Importer Fixing VCID-mh7p-x5et-67h4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37637.yml 38.6.0
2026-05-30T20:55:32.462928+00:00 GitLab Importer Fixing VCID-nhv1-35p3-tyfq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37641.yml 38.6.0
2026-05-30T20:55:32.303647+00:00 GitLab Importer Fixing VCID-x23c-1b8p-4qak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37677.yml 38.6.0
2026-05-30T20:55:32.226052+00:00 GitLab Importer Fixing VCID-cyk5-z76t-9bgc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37667.yml 38.6.0
2026-05-30T20:55:32.085521+00:00 GitLab Importer Fixing VCID-g4y6-tura-gbhx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-37653.yml 38.6.0
2026-05-30T20:29:59.199243+00:00 Pypa Importer Affected by VCID-n62z-1akp-ebck https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-93.yaml 38.6.0
2026-05-30T20:29:58.983265+00:00 Pypa Importer Affected by VCID-vqxg-mnz4-13cg https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-79.yaml 38.6.0
2026-05-30T20:29:58.766292+00:00 Pypa Importer Affected by VCID-39ck-bm9t-kqhs https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-66.yaml 38.6.0
2026-05-30T20:29:58.059210+00:00 Pypa Importer Affected by VCID-axj7-aq9m-rqdu https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-80.yaml 38.6.0
2026-05-30T20:29:57.837651+00:00 Pypa Importer Affected by VCID-vfgz-fss4-wbgu https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-83.yaml 38.6.0
2026-05-30T20:29:57.119021+00:00 Pypa Importer Affected by VCID-5tpp-sf62-zycs https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-72.yaml 38.6.0
2026-05-30T20:29:56.897195+00:00 Pypa Importer Affected by VCID-pe9p-a7nn-8bhj https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-91.yaml 38.6.0
2026-05-30T20:29:56.187801+00:00 Pypa Importer Affected by VCID-v2nf-1526-nkbp https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-74.yaml 38.6.0
2026-05-30T20:29:55.962975+00:00 Pypa Importer Affected by VCID-ugta-nt2s-27fk https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-81.yaml 38.6.0
2026-05-30T20:29:55.747016+00:00 Pypa Importer Affected by VCID-en5f-xtha-cyhp https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-95.yaml 38.6.0
2026-05-30T20:29:54.528141+00:00 Pypa Importer Affected by VCID-ngkq-s26c-qkfj https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-98.yaml 38.6.0
2026-05-30T20:29:53.833535+00:00 Pypa Importer Affected by VCID-cwvm-wntu-tfck https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-88.yaml 38.6.0
2026-05-30T20:29:53.608441+00:00 Pypa Importer Affected by VCID-15nt-6tff-k7gb https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-96.yaml 38.6.0
2026-05-30T20:29:51.074330+00:00 Pypa Importer Affected by VCID-ev23-kazv-nkas https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-84.yaml 38.6.0
2026-05-30T20:29:50.846946+00:00 Pypa Importer Affected by VCID-3g5a-5csn-h3d9 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-97.yaml 38.6.0
2026-05-30T20:29:50.682998+00:00 Pypa Importer Affected by VCID-rt4b-xxm6-xubs https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-99.yaml 38.6.0
2026-05-30T20:29:49.949681+00:00 Pypa Importer Affected by VCID-egc6-6pwr-fyej https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-86.yaml 38.6.0
2026-05-30T20:29:49.733330+00:00 Pypa Importer Affected by VCID-466y-e26r-rka4 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-103.yaml 38.6.0
2026-05-30T20:29:49.506025+00:00 Pypa Importer Affected by VCID-f3cx-k63z-7qde https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-68.yaml 38.6.0
2026-05-30T20:29:47.826412+00:00 Pypa Importer Affected by VCID-jdud-ufqp-4yg5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-100.yaml 38.6.0
2026-05-30T20:29:47.613832+00:00 Pypa Importer Affected by VCID-x5x3-2cyz-xbhe https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-87.yaml 38.6.0
2026-05-30T20:29:45.411926+00:00 Pypa Importer Affected by VCID-vgv7-xc3c-1fb3 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-73.yaml 38.6.0
2026-05-30T20:29:44.722547+00:00 Pypa Importer Affected by VCID-x2t2-4sa6-qygs https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-70.yaml 38.6.0
2026-05-30T20:29:44.455578+00:00 Pypa Importer Affected by VCID-m4na-tgrp-d7fk https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-85.yaml 38.6.0
2026-05-30T20:29:44.236946+00:00 Pypa Importer Affected by VCID-qgr6-bqrc-puhs https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-69.yaml 38.6.0
2026-05-30T20:29:44.018472+00:00 Pypa Importer Affected by VCID-hujj-6vv2-u3c2 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-92.yaml 38.6.0
2026-05-30T20:29:42.757072+00:00 Pypa Importer Affected by VCID-f25m-udat-n3fd https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-71.yaml 38.6.0
2026-05-30T20:29:41.538823+00:00 Pypa Importer Affected by VCID-g8ts-ghhv-33e3 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-89.yaml 38.6.0
2026-05-30T20:29:41.316477+00:00 Pypa Importer Affected by VCID-fggx-3rzd-8kf5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-94.yaml 38.6.0
2026-05-30T20:29:40.065661+00:00 Pypa Importer Affected by VCID-q4zv-syab-bbh8 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-67.yaml 38.6.0
2026-05-30T20:29:39.835497+00:00 Pypa Importer Affected by VCID-3czq-3twf-skcg https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-82.yaml 38.6.0
2026-05-30T20:29:39.599485+00:00 Pypa Importer Affected by VCID-mtqg-yga8-eqeu https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-90.yaml 38.6.0
2026-05-30T20:29:38.839242+00:00 Pypa Importer Affected by VCID-ccv1-pgda-r7ba https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-75.yaml 38.6.0
2026-05-30T20:29:36.187030+00:00 Pypa Importer Affected by VCID-yvag-32h1-yfc5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-64.yaml 38.6.0
2026-05-30T20:29:35.962718+00:00 Pypa Importer Affected by VCID-akmu-fas1-33h6 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-65.yaml 38.6.0
2026-05-30T20:29:35.230362+00:00 Pypa Importer Affected by VCID-6888-uhtp-8ub6 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-61.yaml 38.6.0
2026-05-30T20:29:33.982766+00:00 Pypa Importer Affected by VCID-vpyd-he5n-b3a4 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-63.yaml 38.6.0
2026-05-30T20:29:33.256033+00:00 Pypa Importer Affected by VCID-eyqx-7k24-zfhq https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-62.yaml 38.6.0
2026-05-30T20:29:33.026842+00:00 Pypa Importer Affected by VCID-ky4u-eny7-33fy https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-53.yaml 38.6.0
2026-05-30T20:29:32.305953+00:00 Pypa Importer Affected by VCID-83pe-ztey-dbf4 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-78.yaml 38.6.0
2026-05-30T20:29:32.088098+00:00 Pypa Importer Affected by VCID-gg98-zkw8-5ben https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-49.yaml 38.6.0
2026-05-30T20:29:30.412821+00:00 Pypa Importer Affected by VCID-9arh-a8wj-wka6 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-58.yaml 38.6.0
2026-05-30T20:29:29.678525+00:00 Pypa Importer Affected by VCID-6gnj-az99-h7b4 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-59.yaml 38.6.0
2026-05-30T20:29:28.964676+00:00 Pypa Importer Affected by VCID-vnn5-y8ez-rub9 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-77.yaml 38.6.0
2026-05-30T20:29:28.243070+00:00 Pypa Importer Affected by VCID-97cs-4kx3-37gm https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-57.yaml 38.6.0
2026-05-30T20:29:27.556994+00:00 Pypa Importer Affected by VCID-rsau-jvcr-uudd https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-60.yaml 38.6.0
2026-05-30T20:29:27.339379+00:00 Pypa Importer Affected by VCID-qxqd-f1bw-y7h4 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-56.yaml 38.6.0
2026-05-30T20:29:27.104954+00:00 Pypa Importer Affected by VCID-11qd-d7c7-sbdm https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-55.yaml 38.6.0
2026-05-30T20:29:26.882192+00:00 Pypa Importer Affected by VCID-145d-k5w3-tfgz https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-76.yaml 38.6.0
2026-05-30T20:29:24.717575+00:00 Pypa Importer Affected by VCID-g8er-52ns-j7b1 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-52.yaml 38.6.0
2026-05-30T20:29:23.054856+00:00 Pypa Importer Affected by VCID-1ah5-hm7a-ykep https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-54.yaml 38.6.0
2026-05-30T20:29:22.838916+00:00 Pypa Importer Affected by VCID-d3dc-su6w-s3ag https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-50.yaml 38.6.0
2026-05-30T20:29:22.608662+00:00 Pypa Importer Affected by VCID-ev84-gxjn-6bf1 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-51.yaml 38.6.0
2026-05-30T20:28:59.683747+00:00 Pypa Importer Affected by VCID-bm3u-2ych-eqac https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-636.yaml 38.6.0
2026-05-30T20:28:58.278944+00:00 Pypa Importer Affected by VCID-nfr9-fgdn-4kh8 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-631.yaml 38.6.0
2026-05-30T20:28:55.225387+00:00 Pypa Importer Affected by VCID-rujq-67w1-u3g7 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-634.yaml 38.6.0
2026-05-30T20:28:52.759515+00:00 Pypa Importer Affected by VCID-rr2a-8jrx-6ue8 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-622.yaml 38.6.0
2026-05-30T20:28:52.404381+00:00 Pypa Importer Affected by VCID-1sr1-happ-6ugc https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-630.yaml 38.6.0
2026-05-30T20:28:49.301394+00:00 Pypa Importer Affected by VCID-kupu-frrt-pqen https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-625.yaml 38.6.0
2026-05-30T20:28:46.310530+00:00 Pypa Importer Affected by VCID-b8sr-erwh-5yh8 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-637.yaml 38.6.0
2026-05-30T20:28:44.114371+00:00 Pypa Importer Affected by VCID-w2ns-kqmv-xfan https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-617.yaml 38.6.0
2026-05-30T20:28:43.751988+00:00 Pypa Importer Affected by VCID-g144-4yvx-xybr https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-612.yaml 38.6.0
2026-05-30T20:28:42.381186+00:00 Pypa Importer Affected by VCID-9gde-ga9q-pqb4 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-616.yaml 38.6.0
2026-05-30T20:28:42.121883+00:00 Pypa Importer Affected by VCID-sf59-u7jt-4bd5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-845.yaml 38.6.0
2026-05-30T20:28:40.885314+00:00 Pypa Importer Affected by VCID-rkx2-5nyj-bbhu https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-627.yaml 38.6.0
2026-05-30T20:28:36.141181+00:00 Pypa Importer Affected by VCID-5d73-819a-xbeg https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-618.yaml 38.6.0
2026-05-30T20:28:29.250252+00:00 Pypa Importer Affected by VCID-5ty2-z944-mbht https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-623.yaml 38.6.0
2026-05-30T20:28:27.017136+00:00 Pypa Importer Affected by VCID-9snf-qxka-83hd https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-614.yaml 38.6.0
2026-05-30T20:28:23.113399+00:00 Pypa Importer Affected by VCID-9dhc-1f13-5qht https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-628.yaml 38.6.0
2026-05-30T20:28:21.675990+00:00 Pypa Importer Affected by VCID-g423-bnfj-kybz https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-633.yaml 38.6.0
2026-05-30T20:28:15.613525+00:00 Pypa Importer Affected by VCID-688g-g33x-67g9 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-632.yaml 38.6.0
2026-05-30T20:28:14.426005+00:00 Pypa Importer Affected by VCID-y7hx-h69v-wfcy https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-621.yaml 38.6.0
2026-05-30T20:28:13.065087+00:00 Pypa Importer Affected by VCID-sb7m-pngm-5fbj https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-624.yaml 38.6.0
2026-05-30T20:28:12.713640+00:00 Pypa Importer Affected by VCID-5xgg-h9wh-3uh7 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-635.yaml 38.6.0
2026-05-30T20:28:10.705809+00:00 Pypa Importer Affected by VCID-2cw7-2xzs-abfz https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-626.yaml 38.6.0
2026-05-30T20:28:10.339669+00:00 Pypa Importer Affected by VCID-exm3-hpp6-g7hg https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-615.yaml 38.6.0
2026-05-30T20:28:08.989438+00:00 Pypa Importer Affected by VCID-myjm-gbbc-qucg https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-613.yaml 38.6.0
2026-05-30T20:28:07.790464+00:00 Pypa Importer Affected by VCID-2hqc-3d51-4yf5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-608.yaml 38.6.0
2026-05-30T20:28:01.998153+00:00 Pypa Importer Affected by VCID-aad5-dg9x-53cz https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-609.yaml 38.6.0
2026-05-30T20:28:01.737031+00:00 Pypa Importer Affected by VCID-yh43-ndzp-4ue9 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-844.yaml 38.6.0
2026-05-30T20:28:01.379539+00:00 Pypa Importer Affected by VCID-gbft-tx74-wkhf https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-619.yaml 38.6.0
2026-05-30T20:28:01.031154+00:00 Pypa Importer Affected by VCID-xbt8-r95u-sqbu https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-611.yaml 38.6.0
2026-05-30T20:27:58.847746+00:00 Pypa Importer Affected by VCID-cu5c-pmqv-xkdz https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-610.yaml 38.6.0
2026-05-30T20:27:55.891782+00:00 Pypa Importer Affected by VCID-qvnc-gzf6-y3f3 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-606.yaml 38.6.0
2026-05-30T20:27:55.532093+00:00 Pypa Importer Affected by VCID-qdnt-cg25-5kdx https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-607.yaml 38.6.0
2026-05-30T20:27:29.693226+00:00 Pypa Importer Fixing VCID-hk2y-fdnq-ybf1 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-603.yaml 38.6.0
2026-05-30T20:27:29.468220+00:00 Pypa Importer Fixing VCID-64j2-brru-xqfw https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-595.yaml 38.6.0
2026-05-30T20:27:29.393510+00:00 Pypa Importer Fixing VCID-5qyz-5xzb-zqc1 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-587.yaml 38.6.0
2026-05-30T20:27:29.152034+00:00 Pypa Importer Fixing VCID-81sp-dd4z-2khc https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-583.yaml 38.6.0
2026-05-30T20:27:28.913859+00:00 Pypa Importer Fixing VCID-6wkx-ycyz-1qhd https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-578.yaml 38.6.0
2026-05-30T20:27:28.749339+00:00 Pypa Importer Fixing VCID-3994-kqbn-67cn https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-592.yaml 38.6.0
2026-05-30T20:27:28.592426+00:00 Pypa Importer Fixing VCID-ntth-8qpp-jfet https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-586.yaml 38.6.0
2026-05-30T20:27:27.440238+00:00 Pypa Importer Fixing VCID-gg52-vvcd-zben https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-604.yaml 38.6.0
2026-05-30T20:27:27.042816+00:00 Pypa Importer Fixing VCID-vx4g-ckr3-27dm https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-605.yaml 38.6.0
2026-05-30T20:27:26.964267+00:00 Pypa Importer Fixing VCID-x23c-1b8p-4qak https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-590.yaml 38.6.0
2026-05-30T20:27:26.888163+00:00 Pypa Importer Fixing VCID-58c5-tv8t-93fq https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-591.yaml 38.6.0
2026-05-30T20:27:26.737334+00:00 Pypa Importer Fixing VCID-y191-8mqq-zqgk https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-581.yaml 38.6.0
2026-05-30T20:27:26.584388+00:00 Pypa Importer Fixing VCID-wwwt-6qtg-mfb7 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-585.yaml 38.6.0
2026-05-30T20:27:26.509793+00:00 Pypa Importer Fixing VCID-try6-1d3f-y3aq https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-576.yaml 38.6.0
2026-05-30T20:27:26.418438+00:00 Pypa Importer Fixing VCID-quc8-whc2-cbg7 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-600.yaml 38.6.0
2026-05-30T20:27:26.334252+00:00 Pypa Importer Fixing VCID-hfhh-k29v-1kaf https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-596.yaml 38.6.0
2026-05-30T20:27:25.937530+00:00 Pypa Importer Fixing VCID-kta3-2zcq-83ch https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-597.yaml 38.6.0
2026-05-30T20:27:25.859781+00:00 Pypa Importer Fixing VCID-vh5d-4p9r-wubf https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-582.yaml 38.6.0
2026-05-30T20:27:25.551227+00:00 Pypa Importer Fixing VCID-mt3j-jwu5-pueu https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-598.yaml 38.6.0
2026-05-30T20:27:25.162577+00:00 Pypa Importer Fixing VCID-cggq-9awk-3qfm https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-601.yaml 38.6.0
2026-05-30T20:27:24.862600+00:00 Pypa Importer Fixing VCID-8k4s-zwck-fkg4 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-588.yaml 38.6.0
2026-05-30T20:27:24.706911+00:00 Pypa Importer Fixing VCID-m5yn-gjpw-53b5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-602.yaml 38.6.0
2026-05-30T20:27:24.553079+00:00 Pypa Importer Fixing VCID-4fax-cv4q-9bb2 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-594.yaml 38.6.0
2026-05-30T20:27:24.395896+00:00 Pypa Importer Fixing VCID-gm34-n1kp-5qh4 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-565.yaml 38.6.0
2026-05-30T20:27:23.927783+00:00 Pypa Importer Fixing VCID-4c8e-13wm-jyc6 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-584.yaml 38.6.0
2026-05-30T20:27:23.770053+00:00 Pypa Importer Fixing VCID-87bh-depq-8fdm https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-561.yaml 38.6.0
2026-05-30T20:27:23.618756+00:00 Pypa Importer Fixing VCID-vckb-n5sw-qyey https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-599.yaml 38.6.0
2026-05-30T20:27:23.305914+00:00 Pypa Importer Fixing VCID-uy7w-xnc7-d7c5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-589.yaml 38.6.0
2026-05-30T20:27:23.232089+00:00 Pypa Importer Fixing VCID-cyk5-z76t-9bgc https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-580.yaml 38.6.0
2026-05-30T20:27:22.986920+00:00 Pypa Importer Fixing VCID-kuxe-7hab-a3cv https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-579.yaml 38.6.0
2026-05-30T20:27:22.743771+00:00 Pypa Importer Fixing VCID-5dj1-vz8t-ffeb https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-593.yaml 38.6.0
2026-05-30T20:27:22.347229+00:00 Pypa Importer Fixing VCID-qa9p-g79v-fbe1 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-563.yaml 38.6.0
2026-05-30T20:27:22.270241+00:00 Pypa Importer Fixing VCID-24nt-xz5z-nqdx https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-570.yaml 38.6.0
2026-05-30T20:27:22.111906+00:00 Pypa Importer Fixing VCID-nhv1-35p3-tyfq https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-554.yaml 38.6.0
2026-05-30T20:27:21.807776+00:00 Pypa Importer Fixing VCID-37p1-d12g-quf8 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-568.yaml 38.6.0
2026-05-30T20:27:21.730529+00:00 Pypa Importer Fixing VCID-55ry-uteb-7ke9 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-574.yaml 38.6.0
2026-05-30T20:27:21.655490+00:00 Pypa Importer Fixing VCID-bzfw-bhxx-b7df https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-571.yaml 38.6.0
2026-05-30T20:27:21.275258+00:00 Pypa Importer Fixing VCID-z712-rg6q-t7bm https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-572.yaml 38.6.0
2026-05-30T20:27:20.679086+00:00 Pypa Importer Fixing VCID-zky1-z6wv-37c5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-569.yaml 38.6.0
2026-05-30T20:27:20.601661+00:00 Pypa Importer Fixing VCID-u597-6euj-auh5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-559.yaml 38.6.0
2026-05-30T20:27:20.451225+00:00 Pypa Importer Fixing VCID-ngsv-ca8h-q7bg https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-558.yaml 38.6.0
2026-05-30T20:27:20.230378+00:00 Pypa Importer Fixing VCID-9faa-mq8t-z7c1 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-564.yaml 38.6.0
2026-05-30T20:27:20.086557+00:00 Pypa Importer Fixing VCID-ddf8-mugz-pbbk https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-557.yaml 38.6.0
2026-05-30T20:27:19.865313+00:00 Pypa Importer Fixing VCID-k149-grwj-cyg5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-548.yaml 38.6.0
2026-05-30T20:27:19.719047+00:00 Pypa Importer Fixing VCID-3ppf-jdk6-y3g8 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-575.yaml 38.6.0
2026-05-30T20:27:19.265250+00:00 Pypa Importer Fixing VCID-hpt6-maej-a3fb https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-567.yaml 38.6.0
2026-05-30T20:27:19.189577+00:00 Pypa Importer Fixing VCID-fhfh-ryxe-67ha https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-577.yaml 38.6.0
2026-05-30T20:27:18.882458+00:00 Pypa Importer Fixing VCID-6ebn-m9rw-7ya7 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-560.yaml 38.6.0
2026-05-30T20:27:18.809402+00:00 Pypa Importer Fixing VCID-bzsf-bjda-3ber https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-562.yaml 38.6.0
2026-05-30T20:27:18.737989+00:00 Pypa Importer Fixing VCID-mh7p-x5et-67h4 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-550.yaml 38.6.0
2026-05-30T20:27:18.365585+00:00 Pypa Importer Fixing VCID-bcub-rasm-nbbq https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-552.yaml 38.6.0
2026-05-30T20:27:18.069485+00:00 Pypa Importer Fixing VCID-spbh-6rka-y3a8 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-556.yaml 38.6.0
2026-05-30T20:27:17.759910+00:00 Pypa Importer Fixing VCID-6sab-b21w-9kc9 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-551.yaml 38.6.0
2026-05-30T20:27:17.457456+00:00 Pypa Importer Fixing VCID-v5em-3qqk-jqfs https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-553.yaml 38.6.0
2026-05-30T20:27:17.017424+00:00 Pypa Importer Fixing VCID-gvws-rve9-nbat https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-555.yaml 38.6.0
2026-05-30T20:27:16.852413+00:00 Pypa Importer Fixing VCID-g4y6-tura-gbhx https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-566.yaml 38.6.0
2026-05-30T20:27:16.612304+00:00 Pypa Importer Fixing VCID-7wsk-p6nu-7fa5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-549.yaml 38.6.0
2026-05-30T20:27:16.458503+00:00 Pypa Importer Fixing VCID-8qh6-fg49-u3b2 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-573.yaml 38.6.0
2026-05-30T20:26:38.554134+00:00 Pypa Importer Fixing VCID-y87e-g3nh-hbgx https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-488.yaml 38.6.0
2026-05-30T20:26:34.520921+00:00 Pypa Importer Fixing VCID-3ek8-jc2a-bfcq https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-546.yaml 38.6.0
2026-05-30T20:26:05.062174+00:00 Pypa Importer Fixing VCID-ahyr-2qmm-tqbb https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-515.yaml 38.6.0
2026-05-30T20:26:04.785712+00:00 Pypa Importer Fixing VCID-c2rb-aeku-dfdu https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-486.yaml 38.6.0
2026-05-30T20:25:54.953768+00:00 Pypa Importer Fixing VCID-sd2q-w7wz-vke2 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-441.yaml 38.6.0
2026-05-30T20:25:50.668011+00:00 Pypa Importer Fixing VCID-f8xv-gky2-kuhu https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-465.yaml 38.6.0
2026-05-30T20:25:40.218295+00:00 Pypa Importer Fixing VCID-ee2j-htng-z7d3 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-466.yaml 38.6.0
2026-05-30T20:25:37.108102+00:00 Pypa Importer Fixing VCID-9vmj-dga9-vbah https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-468.yaml 38.6.0
2026-05-30T20:25:36.858866+00:00 Pypa Importer Fixing VCID-b8fg-9cu3-5khz https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-538.yaml 38.6.0
2026-05-30T20:25:36.400420+00:00 Pypa Importer Fixing VCID-z8mc-3qt1-2qhp https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-545.yaml 38.6.0
2026-05-30T20:25:29.688452+00:00 Pypa Importer Fixing VCID-v92m-yfvz-2khe https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-536.yaml 38.6.0
2026-05-30T20:25:12.847725+00:00 Pypa Importer Fixing VCID-uz51-m6ng-mygx https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-494.yaml 38.6.0
2026-05-30T20:25:12.604690+00:00 Pypa Importer Fixing VCID-22fu-tcf3-jqfa https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-464.yaml 38.6.0
2026-05-30T20:24:58.518573+00:00 Pypa Importer Fixing VCID-8ndu-z4z1-guds https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-474.yaml 38.6.0
2026-05-30T20:24:54.967384+00:00 Pypa Importer Fixing VCID-984t-vw4n-wqf5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-496.yaml 38.6.0
2026-05-30T20:24:54.725062+00:00 Pypa Importer Fixing VCID-85qc-3pn5-1fas https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-523.yaml 38.6.0
2026-05-30T20:24:54.503035+00:00 Pypa Importer Fixing VCID-n2wb-menj-87hu https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-462.yaml 38.6.0
2026-05-30T20:24:51.302356+00:00 Pypa Importer Fixing VCID-5nsx-yqxh-77cb https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-480.yaml 38.6.0
2026-05-30T20:24:40.993463+00:00 Pypa Importer Fixing VCID-mtxy-nkwy-pkcz https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-511.yaml 38.6.0
2026-05-30T20:24:35.755906+00:00 Pypa Importer Fixing VCID-3ndg-adf4-4kgw https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-475.yaml 38.6.0
2026-05-30T20:24:28.091500+00:00 Pypa Importer Fixing VCID-pwmn-8jqu-83es https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-478.yaml 38.6.0
2026-05-30T20:24:20.764922+00:00 Pypa Importer Fixing VCID-4htf-7y2p-uyc3 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-477.yaml 38.6.0
2026-05-30T20:24:13.767566+00:00 Pypa Importer Fixing VCID-bkk1-p7vx-vkdh https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-513.yaml 38.6.0
2026-05-30T20:24:11.992876+00:00 Pypa Importer Fixing VCID-fasn-dhy8-yub8 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-484.yaml 38.6.0
2026-05-30T20:24:08.258506+00:00 Pypa Importer Fixing VCID-htjj-5ms9-akfz https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-472.yaml 38.6.0
2026-05-30T20:24:05.151308+00:00 Pypa Importer Fixing VCID-1eqg-uh5g-6kck https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-460.yaml 38.6.0
2026-05-30T20:23:52.589330+00:00 Pypa Importer Fixing VCID-jbqp-8s14-nqf6 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-442.yaml 38.6.0
2026-05-30T20:23:51.036847+00:00 Pypa Importer Fixing VCID-d7j8-4k9m-9kb5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-473.yaml 38.6.0
2026-05-30T20:23:41.390092+00:00 Pypa Importer Fixing VCID-q5yr-cajq-1bcj https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-517.yaml 38.6.0
2026-05-30T20:23:34.617291+00:00 Pypa Importer Fixing VCID-ekez-y9nd-bbgz https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-491.yaml 38.6.0
2026-05-30T20:23:22.563588+00:00 Pypa Importer Fixing VCID-6tpr-dnht-t3eb https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-479.yaml 38.6.0
2026-05-30T20:23:18.052624+00:00 Pypa Importer Fixing VCID-rk26-e4eh-e7a4 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-461.yaml 38.6.0
2026-05-30T20:23:10.870320+00:00 Pypa Importer Fixing VCID-u1r8-c86t-r3bj https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-467.yaml 38.6.0
2026-05-30T20:23:10.627399+00:00 Pypa Importer Fixing VCID-fx76-8ajz-qkd3 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-463.yaml 38.6.0
2026-05-30T20:22:58.449808+00:00 Pypa Importer Fixing VCID-bw75-tr4m-vygp https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-471.yaml 38.6.0
2026-05-30T20:22:56.703252+00:00 Pypa Importer Fixing VCID-4z5r-weyj-abe7 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-544.yaml 38.6.0
2026-05-30T20:22:53.777580+00:00 Pypa Importer Fixing VCID-fe5k-3n3u-j3cg https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-499.yaml 38.6.0