Commit Graph

13 Commits

Author SHA1 Message Date
DavidKorczynski 8dba6233df
tensorflow-py: fix build (#9420)
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>
2023-01-14 00:09:25 +00:00
DavidKorczynski 7ae4759642
tensorflow-py: add myself as contact (#9409)
Ref:
https://github.com/google/oss-fuzz/pull/9401#issuecomment-1378842623
2023-01-12 21:53:08 +00:00
Francisco Unda 3cf6a91bee
added myself (#8516)
Adds new cc to tensorflow and tensorflow-py projects.
2022-09-17 20:46:38 -04:00
manunio 797b5f310b
tensorflow-py: fix build error (#8450)
- Upgrades pip to fix build error.
2022-09-08 23:50:09 +00:00
learning-to-play 96758d6957
Adds new CC to the project.yaml file. (#7862)
* Adds new CC to the project.yaml file.

* lpak is in the primary contact. Removes from CC.
2022-06-14 11:58:44 -05:00
Mihai Maruseac 11f2e698c0
Update TensorFlow emails (for both projects) (#7822)
* 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 :)
2022-06-08 13:49:41 -04:00
DavidKorczynski 77bad6cbdb
tensorflow-py: fix build (#7501) 2022-04-04 13:03:56 +01:00
DavidKorczynski 89f9287918
tensorflow-py: fix build (#6699) 2021-10-30 16:07:57 +01:00
pak-laura 61de001b00
Add lpak to cc list for python oss-fuzz bugs (#6417) 2021-09-24 09:26:54 +00:00
jonathanmetzman 50f2fde161
[infra][python] Split out python projects to their own builder. (#6341) 2021-08-30 07:00:26 -07:00
Fabian Meumertzheim 10e888b561
[all] Make fuzz targets world executable (#5751)
Making fuzz targets only user executable as the root user makes them
non-executable outside the container, e.g. in the oss-fuzz/build/ dir.
2021-05-12 07:03:21 -07:00
Amit Patankar df1fc93433
Switch TensorFlow Python pip package (#4984) 2021-01-15 11:44:53 -08:00
Amit Patankar 18b0f956ed
Create a new Python fuzzing project for tensorflow (#4958)
* 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.
2021-01-14 18:11:49 -08:00