Google Chromium, sans integration with Google
52 matches across 5 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | utils/filescfg.py | 52 | |
| LOW | utils/prune_binaries.py | 176 | |
| LOW | utils/downloads.py | 308 | |
| LOW | utils/downloads.py | 339 | |
| LOW | utils/downloads.py | 90 | |
| LOW | utils/domain_substitution.py | 182 | |
| LOW | utils/clone.py | 48 | |
| LOW | utils/_extraction.py | 141 | |
| LOW | utils/third_party/schema.py | 234 | |
| LOW | devutils/validate_patches.py | 183 | |
| LOW | devutils/validate_patches.py | 406 | |
| LOW | devutils/validate_patches.py | 486 | |
| LOW | devutils/validate_patches.py | 553 | |
| LOW | devutils/validate_patches.py | 610 | |
| LOW | devutils/validate_patches.py | 623 | |
| LOW | devutils/run_other_pylint.py | 33 | |
| LOW | devutils/update_lists.py | 236 | |
| LOW | devutils/update_lists.py | 261 | |
| LOW | devutils/check_patch_files.py | 50 | |
| LOW | devutils/third_party/unidiff/patch.py | 217 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | utils/downloads.py | 248 | def _chromium_hashes_generator(hashes_path): |
| LOW | utils/patches.py | 141 | def generate_patches_from_series(patches_dir, resolve=False): |
| LOW | utils/make_domsub_script.py | 17 | def make_domain_substitution_script(regex_path, files_path, backup_type, output_path): |
| LOW | utils/tests/test_patches.py | 16 | def test_find_and_check_patch(): |
| LOW | devutils/validate_patches.py | 146 | def _download_googlesource_file(download_session, repo_url, version, relative_path): |
| LOW | devutils/validate_patches.py | 225 | def _get_last_chromium_modification(): |
| LOW | devutils/validate_patches.py | 234 | def _get_gitiles_git_log_date(log_entry): |
| LOW | devutils/validate_patches.py | 239 | def _get_gitiles_commit_before_date(repo_url, target_branch, target_datetime): |
| LOW | devutils/validate_patches.py | 318 | def _get_target_file_deps_node(download_session, root_deps_tree, target_file): |
| LOW | devutils/tests/test_check_patch_files.py | 24 | def test_check_series_duplicates(): |
| LOW | devutils/third_party/unidiff/patch.py | 281 | def _add_no_newline_marker_to_last_hunk(self): |
| LOW | devutils/third_party/unidiff/patch.py | 289 | def _append_trailing_empty_line(self): |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | devutils/third_party/unidiff/patch.py | 27 | |
| LOW | devutils/third_party/unidiff/constants.py | 27 | |
| LOW | devutils/third_party/unidiff/__init__.py | 27 | |
| LOW | devutils/third_party/unidiff/__init__.py | 30 | |
| LOW | devutils/third_party/unidiff/__init__.py | 30 | |
| LOW | devutils/third_party/unidiff/__init__.py | 30 | |
| LOW | devutils/third_party/unidiff/__init__.py | 30 | |
| LOW | devutils/third_party/unidiff/__init__.py | 30 | |
| LOW | devutils/third_party/unidiff/__init__.py | 30 | |
| LOW | devutils/third_party/unidiff/__init__.py | 30 | |
| LOW | devutils/third_party/unidiff/__init__.py | 30 | |
| LOW | devutils/third_party/unidiff/errors.py | 27 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | devutils/pytest.ini | 1 | [pytest] |
| LOW | devutils/third_party/unidiff/patch.py | 1 | # -*- coding: utf-8 -*- |
| LOW | devutils/third_party/unidiff/constants.py | 1 | # -*- coding: utf-8 -*- |
| LOW | devutils/third_party/unidiff/__init__.py | 1 | # -*- coding: utf-8 -*- |
| LOW | devutils/third_party/unidiff/__version__.py | 1 | # -*- coding: utf-8 -*- |
| LOW | devutils/third_party/unidiff/errors.py | 1 | # -*- coding: utf-8 -*- |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | utils/downloads.py | 330 | # Read file in chunks. Default is 262144 bytes. |
| LOW | devutils/validate_patches.py | 541 | # Write file to patch |