oss-fuzz/infra/cifuzz
jonathanmetzman 4c4b137a70
[cifuzz][external] Use ssh_url and fix affected fuzzers (#5072)
1. Use ssh_url.

This only affects external (non-oss-fuzz) users.
Since there are none, it doesn't affect anyone.
Even if it did, exploitation would require owning the network
Github actions runs on.
This is to prevent MITM attacks.

2. Affected fuzzers bug:
We accidentally were skipping the remove unaffected functionality.
2021-01-29 10:33:36 -08:00
..
actions Move entrypoints for CIFuzz to cifuzz folder. (#5020) 2021-01-20 13:23:55 -08:00
cifuzz-base Cifuzz external build (#4656) 2020-12-07 10:50:11 -08:00
test_files remove newline 2021-01-20 12:52:44 -08:00
affected_fuzz_targets.py Fix unittests and make sure functionality stays same 2021-01-20 11:19:15 -08:00
affected_fuzz_targets_test.py fmt 2021-01-20 10:31:18 -08:00
build_fuzzers_entrypoint.py [CIFuzz] Move run_fuzzers to new config system (#5063) 2021-01-29 09:49:03 +11:00
cifuzz.py [cifuzz][external] Use ssh_url and fix affected fuzzers (#5072) 2021-01-29 10:33:36 -08:00
cifuzz_test.py [CIFuzz] Move run_fuzzers to new config system (#5063) 2021-01-29 09:49:03 +11:00
config_utils.py [cifuzz][external] Use ssh_url and fix affected fuzzers (#5072) 2021-01-29 10:33:36 -08:00
config_utils_test.py [cifuzz][external] Use ssh_url and fix affected fuzzers (#5072) 2021-01-29 10:33:36 -08:00
continuous_integration.py [CIFuzz] Fix diffing + Refactor (#5032) 2021-01-28 12:10:57 -08:00
coverage.py Fix unittests and make sure functionality stays same 2021-01-20 11:19:15 -08:00
coverage_test.py json.load -> json.loads 2021-01-20 12:53:47 -08:00
example_main.yml cifuzz: upload artifacts only when the "run fuzzers" step fails (#3733) 2020-04-30 09:40:39 -07:00
fuzz_target.py fmt/lnt 2021-01-20 06:51:30 -08:00
fuzz_target_test.py Replace terms that are uninclusive. (#5045) 2021-01-25 08:41:34 -08:00
run_fuzzers.py [CIFuzz] Move run_fuzzers to new config system (#5063) 2021-01-29 09:49:03 +11:00
run_fuzzers_entrypoint.py [CIFuzz] Move run_fuzzers to new config system (#5063) 2021-01-29 09:49:03 +11:00
run_fuzzers_test.py [CIFuzz] Move run_fuzzers to new config system (#5063) 2021-01-29 09:49:03 +11:00
stack_parser.py [CIFuzz] Seperate code for running fuzzers into own module: run_fuzzers.py (#5031) 2021-01-26 08:32:41 -08:00
stack_parser_test.py [CIFuzz] Seperate code for running fuzzers into own module: run_fuzzers.py (#5031) 2021-01-26 08:32:41 -08:00