Fixes the current build issue
(https://oss-fuzz-build-logs.storage.googleapis.com/log-455d862d-6130-4650-85d5-2caf99b45a9e.txt):
```
Step #4 - "build-check-libfuzzer-address-x86_64": File "charset_normalizer/api.py", line 5, in <module>
Step #4 - "build-check-libfuzzer-address-x86_64": File "PyInstaller/loader/pyimod03_importers.py", line 495, in exec_module
Step #4 - "build-check-libfuzzer-address-x86_64": File "charset_normalizer/cd.py", line 9, in <module>
Step #4 - "build-check-libfuzzer-address-x86_64": ModuleNotFoundError: No module named 'charset_normalizer.md__mypyc'
```
Signed-off-by: David Korczynski <david@adalogics.com>
Signed-off-by: David Korczynski <david@adalogics.com>
* Update TensorFlow OSSFuzz people.
Amit leaves Google. Keep the two repositories in sync.
* Update TensorFlow emails (2 projects)
Since I left TF, moving to primary another person in TF Security team.
Also adding another TF Security team member to CC, as well as myself.
Will probably send new updates as new members join :)
* Create a new Python fuzzer for tensorflow.
* Add license headers.
* Remove an unnecessary numpy install.
* Fix the path for the temporary rename.
* Specify the supported fuzzers and sanitizers.
* Remove the undefined fuzzer.
* Resolving comments by inferno-chromium.
* Fixed the check_build hang. Manually adding numpy shared objects and preloading them to avoid a dependency load deadlock.
* Undo the removal of source code or else no fuzzers will be found.