Labs and demos for courses for GCP Training (http://cloud.google.com/training).
This report presents the forensic synthetic code analysis of GoogleCloudPlatform/training-data-analyst, a Jupyter Notebook project with 8,596 GitHub stars. SynthScan v2.0 examined 1,047,176 lines of code across 9985 source files, recording 20857 pattern matches distributed across 26 syntactic categories. The overall adjusted score of 62.5 places this repository in the Strong AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 20857 distinct pattern matches across 26 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | quests/dataflow/streaming_event_generator.py | 0 | reads a .json representing a taxonomy and returns a data structure representing their hierarchical relationship :param t | STRING |
| HIGH | quests/dataflow/batch_event_generator.py | 0 | reads a .json representing a taxonomy and returns a data structure representing their hierarchical relationship :param t | STRING |
| HIGH | quests/dataflow_python/streaming_event_generator.py | 0 | reads a .json representing a taxonomy and returns a data structure representing their hierarchical relationship :param t | STRING |
| HIGH | quests/dataflow_python/batch_event_generator.py | 0 | reads a .json representing a taxonomy and returns a data structure representing their hierarchical relationship :param t | STRING |
| HIGH | quests/dataflow_scala/batch_event_generator.py | 0 | reads a .json representing a taxonomy and returns a data structure representing their hierarchical relationship :param t | STRING |
| HIGH | quests/dataflow/streaming_event_generator.py | 0 | reads a .csv from @user_fp representing users into a list of dictionaries, each elt of which represents a user :param us | STRING |
| HIGH | quests/dataflow/batch_event_generator.py | 0 | reads a .csv from @user_fp representing users into a list of dictionaries, each elt of which represents a user :param us | STRING |
| HIGH | quests/dataflow_python/streaming_event_generator.py | 0 | reads a .csv from @user_fp representing users into a list of dictionaries, each elt of which represents a user :param us | STRING |
| HIGH | quests/dataflow_python/batch_event_generator.py | 0 | reads a .csv from @user_fp representing users into a list of dictionaries, each elt of which represents a user :param us | STRING |
| HIGH | quests/dataflow_scala/batch_event_generator.py | 0 | reads a .csv from @user_fp representing users into a list of dictionaries, each elt of which represents a user :param us | STRING |
| HIGH | quests/dataflow/streaming_event_generator.py | 0 | publishes and prints each event :param burst: a list of dictionaries, each representing an event :param num_events_count | STRING |
| HIGH | quests/dataflow_python/streaming_event_generator.py | 0 | publishes and prints each event :param burst: a list of dictionaries, each representing an event :param num_events_count | STRING |
| HIGH | quests/dataflow/batch_event_generator.py | 0 | publishes and prints each event :param burst: a list of dictionaries, each representing an event :param num_events_count | STRING |
| HIGH | quests/dataflow_python/batch_event_generator.py | 0 | publishes and prints each event :param burst: a list of dictionaries, each representing an event :param num_events_count | STRING |
| HIGH | quests/dataflow_scala/batch_event_generator.py | 0 | publishes and prints each event :param burst: a list of dictionaries, each representing an event :param num_events_count | STRING |
| HIGH | quests/dataflow/streaming_event_generator.py | 0 | code for continuously-running process representing a user publishing events to pubsub :param user: a dictionary represen | STRING |
| HIGH | quests/dataflow/batch_event_generator.py | 0 | code for continuously-running process representing a user publishing events to pubsub :param user: a dictionary represen | STRING |
| HIGH | quests/dataflow_python/streaming_event_generator.py | 0 | code for continuously-running process representing a user publishing events to pubsub :param user: a dictionary represen | STRING |
| HIGH | quests/dataflow_python/batch_event_generator.py | 0 | code for continuously-running process representing a user publishing events to pubsub :param user: a dictionary represen | STRING |
| HIGH | quests/dataflow_scala/batch_event_generator.py | 0 | code for continuously-running process representing a user publishing events to pubsub :param user: a dictionary represen | STRING |
| HIGH | quests/dataflow/streaming_event_generator.py | 0 | returns a dictionary representing an event :param user: :return: | STRING |
| HIGH | quests/dataflow/batch_event_generator.py | 0 | returns a dictionary representing an event :param user: :return: | STRING |
| HIGH | quests/dataflow_python/streaming_event_generator.py | 0 | returns a dictionary representing an event :param user: :return: | STRING |
| HIGH | quests/dataflow_python/batch_event_generator.py | 0 | returns a dictionary representing an event :param user: :return: | STRING |
| HIGH | quests/dataflow_scala/batch_event_generator.py | 0 | returns a dictionary representing an event :param user: :return: | STRING |
| HIGH | quests/dataflow/streaming_event_generator.py | 0 | consults the user's representation of the web site taxonomy to determine the next page that they visit :param user: :ret | STRING |
| HIGH | quests/dataflow/batch_event_generator.py | 0 | consults the user's representation of the web site taxonomy to determine the next page that they visit :param user: :ret | STRING |
| HIGH | quests/dataflow_python/streaming_event_generator.py | 0 | consults the user's representation of the web site taxonomy to determine the next page that they visit :param user: :ret | STRING |
| HIGH | quests/dataflow_python/batch_event_generator.py | 0 | consults the user's representation of the web site taxonomy to determine the next page that they visit :param user: :ret | STRING |
| HIGH | quests/dataflow_scala/batch_event_generator.py | 0 | consults the user's representation of the web site taxonomy to determine the next page that they visit :param user: :ret | STRING |
| HIGH | quests/dataflow_python/1_Basic_ETL/lab/my_pipeline.py | 0 | steps: 1) read something 2) transform something 3) write something | STRING |
| HIGH | …ts/dataflow_python/1_Basic_ETL/solution/my_pipeline.py | 0 | steps: 1) read something 2) transform something 3) write something | STRING |
| HIGH | …taflow_python/2_Branching_Pipelines/lab/my_pipeline.py | 0 | steps: 1) read something 2) transform something 3) write something | STRING |
| HIGH | …w_python/2_Branching_Pipelines/solution/my_pipeline.py | 0 | steps: 1) read something 2) transform something 3) write something | STRING |
| HIGH | …tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py | 0 | helper feature and label mapping function for tf.data. | STRING |
| HIGH | …tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py | 0 | helper feature and label mapping function for tf.data. | STRING |
| HIGH | …-deploy-tf-model/online-retail-clv-3M/trainer/model.py | 0 | helper feature and label mapping function for tf.data. | STRING |
| HIGH | …tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py | 0 | build and compile a tensorflow keras dnn regressor. | STRING |
| HIGH | …tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py | 0 | build and compile a tensorflow keras dnn regressor. | STRING |
| HIGH | …-deploy-tf-model/online-retail-clv-3M/trainer/model.py | 0 | build and compile a tensorflow keras dnn regressor. | STRING |
| HIGH | …tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py | 0 | train, evaluate, explain tensorflow keras dnn regressor. args: hparams(dict): a dictionary containing model training arg | STRING |
| HIGH | …tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py | 0 | train, evaluate, explain tensorflow keras dnn regressor. args: hparams(dict): a dictionary containing model training arg | STRING |
| HIGH | …-deploy-tf-model/online-retail-clv-3M/trainer/model.py | 0 | train, evaluate, explain tensorflow keras dnn regressor. args: hparams(dict): a dictionary containing model training arg | STRING |
| HIGH | …ests/vertex-ai/vertex-ai-qwikstart/utils/dataset_ml.py | 0 | create or replace table `@ml_table_id` as ( with -- calculate features before cutoff_date date. features as ( select cus | STRING |
| HIGH | …labs/vertex-ai/vertex-ai-qwikstart/utils/dataset_ml.py | 0 | create or replace table `@ml_table_id` as ( with -- calculate features before cutoff_date date. features as ( select cus | STRING |
| HIGH | …bs/vertex-ai/train-deploy-tf-model/utils/dataset_ml.py | 0 | create or replace table `@ml_table_id` as ( with -- calculate features before cutoff_date date. features as ( select cus | STRING |
| HIGH | …s/vertex-ai/vertex-ai-qwikstart/utils/dataset_clean.py | 0 | create or replace table `@clean_table_id` as ( with customer_daily_sales as ( select customerid as customer_id, country | STRING |
| HIGH | …s/vertex-ai/vertex-ai-qwikstart/utils/dataset_clean.py | 0 | create or replace table `@clean_table_id` as ( with customer_daily_sales as ( select customerid as customer_id, country | STRING |
| HIGH | …vertex-ai/train-deploy-tf-model/utils/dataset_clean.py | 0 | create or replace table `@clean_table_id` as ( with customer_daily_sales as ( select customerid as customer_id, country | STRING |
| HIGH | …nce-on-gcp-edition1_tf2/04_streaming/simulate/setup.py | 0 | setup.py module for the workflow's worker utilities. all the workflow related code is gathered in a package that will be | STRING |
| HIGH | blogs/lightning/setup.py | 0 | setup.py module for the workflow's worker utilities. all the workflow related code is gathered in a package that will be | STRING |
| HIGH | blogs/landsat/setup.py | 0 | setup.py module for the workflow's worker utilities. all the workflow related code is gathered in a package that will be | STRING |
| HIGH | blogs/goes16/maria/setup.py | 0 | setup.py module for the workflow's worker utilities. all the workflow related code is gathered in a package that will be | STRING |
| HIGH | …nce-on-gcp-edition1_tf2/04_streaming/simulate/setup.py | 0 | a build command class that will be invoked during package install. the package built using the current setup.py will be | STRING |
| HIGH | blogs/lightning/setup.py | 0 | a build command class that will be invoked during package install. the package built using the current setup.py will be | STRING |
| HIGH | blogs/landsat/setup.py | 0 | a build command class that will be invoked during package install. the package built using the current setup.py will be | STRING |
| HIGH | blogs/goes16/maria/setup.py | 0 | a build command class that will be invoked during package install. the package built using the current setup.py will be | STRING |
| HIGH | blogs/rl-on-gcp/DQN_Breakout/rl_on_gcp/setup.py | 0 | a build command class that will be invoked during package install. the package built using the current setup.py will be | STRING |
| HIGH | …nce-on-gcp-edition1_tf2/04_streaming/simulate/setup.py | 0 | a setuptools command class able to run arbitrary commands. | STRING |
| HIGH | blogs/lightning/setup.py | 0 | a setuptools command class able to run arbitrary commands. | STRING |
| 10242 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/mypackage/pipeline/WeatherStatisticsPipelineTest.java | 61 | // Include PAssert statement to check for correct results | COMMENT |
| LOW | …/mypackage/pipeline/WeatherStatisticsPipelineTest.java | 81 | COMMENT | |
| LOW | …/mypackage/pipeline/WeatherStatisticsPipelineTest.java | 101 | // PAssert.that(output).containsInAnyOrder(testOutputs); | COMMENT |
| LOW | …/com/mypackage/pipeline/TaxiStreamingPipelineTest.java | 101 | COMMENT | |
| LOW | …/com/mypackage/pipeline/TaxiStreamingPipelineTest.java | 121 | // startTime.plus(Duration.standardMinutes(1))); | COMMENT |
| LOW | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 1 | # Copyright 2023 Google LLC | COMMENT |
| LOW | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 61 | # Step 3: Create the pipeline to read from the input topic | COMMENT |
| LOW | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py | 1 | # Copyright 2023 Google LLC | COMMENT |
| LOW | …che_beam/beam_ml_toxicity_in_gaming/exercises/part1.py | 1 | # Copyright 2023 Google LLC | COMMENT |
| LOW | …che_beam/beam_ml_toxicity_in_gaming/exercises/part1.py | 61 | # Because it's a streaming pipeline, we need to apply a window for the join | COMMENT |
| LOW | …che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py | 1 | # Copyright 2023 Google LLC | COMMENT |
| LOW | …che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py | 61 | # Because it's a streaming pipeline, we need to apply a window for the join | COMMENT |
| LOW | …che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py | 101 | | "Convert to bytestring" >> beam.Map(lambda element: bytes(str(element[1]),"UTF-8")) | COMMENT |
| LOW | …sting_Pipeline/lab/weather_statistics_pipeline_test.py | 41 | # WeatherRecord('y', 0.0, 0.0, '2/2/2021', -3.0, -1.0, 0.3)] | COMMENT |
| LOW | …sting_Pipeline/lab/weather_statistics_pipeline_test.py | 61 | # WeatherRecord('x', 0.0, 0.0, '2/3/2021', 41.6, 65.3, 0.2), | COMMENT |
| LOW | …m_Testing_Pipeline/lab/taxi_streaming_pipeline_test.py | 61 | COMMENT | |
| LOW | …ch_Analytics/solution/batch_minute_traffic_pipeline.py | 61 | COMMENT | |
| LOW | quests/vm-migration/labinfra/qwiklabs_test_config.yaml | 1 | ################################### | COMMENT |
| LOW | quests/vertex-ai/README.md | 1 | # Building and deploying machine learning solutions with Vertex AI | COMMENT |
| LOW | …ests/vertex-ai/vertex-ai-qwikstart/utils/dataset_ml.py | 1 | # Copyright 2021 Google LLC | COMMENT |
| LOW | …/vertex-ai/vertex-ai-qwikstart/utils/dataset_schema.py | 1 | # Copyright 2021 Google LLC | COMMENT |
| LOW | …s/vertex-ai/vertex-ai-qwikstart/utils/data_download.py | 1 | # Copyright 2021 Google LLC | COMMENT |
| LOW | …s/vertex-ai/vertex-ai-qwikstart/utils/dataset_clean.py | 1 | # Copyright 2021 Google LLC | COMMENT |
| LOW | …s/serverlessml/07_caip/labs/container/trainer/model.py | 261 | #%%bash | COMMENT |
| LOW | …s/serverlessml/07_caip/labs/container/trainer/model.py | 281 | #fi | COMMENT |
| LOW | …rverlessml/07_caip/solution/container/trainer/model.py | 261 | #%%bash | COMMENT |
| LOW | …rverlessml/07_caip/solution/container/trainer/model.py | 281 | #fi | COMMENT |
| LOW | quests/dm_templates/init-script-001.sh | 1 | #! /bin/bash | COMMENT |
| LOW | quests/dm_templates/init-script-001.sh | 21 | # Example of enabling a GCP API | COMMENT |
| LOW | …ence-on-gcp-edition1_tf2/04_streaming/simulate/df05.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | …ence-on-gcp-edition1_tf2/04_streaming/simulate/df01.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | …-on-gcp-edition1_tf2/04_streaming/simulate/simulate.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | …ence-on-gcp-edition1_tf2/04_streaming/simulate/df04.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | …ence-on-gcp-edition1_tf2/04_streaming/simulate/df03.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | …nce-on-gcp-edition1_tf2/04_streaming/simulate/setup.py | 1 | # | COMMENT |
| LOW | …nce-on-gcp-edition1_tf2/04_streaming/simulate/setup.py | 41 | running the custom commands specified. | COMMENT |
| LOW | …ence-on-gcp-edition1_tf2/04_streaming/simulate/df06.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | …ence-on-gcp-edition1_tf2/04_streaming/simulate/df02.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | …edition1_tf2/02_ingest/monthlyupdate/ingest_flights.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | …ce-on-gcp-edition1_tf2/02_ingest/monthlyupdate/main.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | …/com/google/cloud/training/flights/PubSubBigQuery.java | 21 | public class PubSubBigQuery extends PubSubInput { | COMMENT |
| LOW | …n-gcp-edition1_tf2/updates/scheduler/ingest_flights.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | …-science-on-gcp-edition1_tf2/updates/scheduler/main.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | …p-edition1_tf2/updates/cloudml/submitnotebook/build.sh | 1 | #!/bin/bash -e | COMMENT |
| LOW | …cience-on-gcp-edition1_tf2/09_cloudml/flights/setup.py | 1 | # Copyright 2017 Google Inc. All Rights Reserved. | COMMENT |
| LOW | …on-gcp-edition1_tf2/09_cloudml/flights/trainer/task.py | 1 | # Copyright 2017 Google Inc. All Rights Reserved. | COMMENT |
| LOW | …cp-edition1_tf2/09_cloudml/flights/trainer/__init__.py | 1 | # Copyright 2017 Google Inc. All Rights Reserved. | COMMENT |
| LOW | quests/tpu/invoke_model.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | quests/tpu/imgclass/setup.py | 1 | # Copyright 2018 Google Inc. All Rights Reserved. | COMMENT |
| LOW | …indows/vm-migration/labinfra/qwiklabs_test_config.yaml | 1 | ################################### | COMMENT |
| LOW | quests/iotlab/cloudiot_mqtt_example_json.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | quests/iotlab/cloudiot_mqtt_example.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | quests/iotlab/labinfra/qwiklabs_test_config.yaml | 1 | ################################### | COMMENT |
| LOW | quests/rl/dqn/setup.py | 1 | # Copyright 2018 Google LLC | COMMENT |
| LOW | quests/rl/dqn/trainer/model.py | 1 | # Copyright 2019 Google Inc. All Rights Reserved. | COMMENT |
| LOW | quests/rl/dqn/trainer/trainer.py | 1 | # Copyright 2019 Google Inc. All Rights Reserved. | COMMENT |
| LOW | quests/rl/a2c/templates/model.py | 1 | # Copyright 2019 Google Inc. All Rights Reserved. | COMMENT |
| LOW | quests/rl/a2c/templates/trainer.py | 1 | # Copyright 2019 Google Inc. All Rights Reserved. | COMMENT |
| LOW | quests/endtoendml/labs/serving/application/main.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | …ndtoendml/labs/serving/application/appengine_config.py | 1 | # Copyright 2016 Google Inc. | COMMENT |
| 4667 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | quests/genomics/vcf-to-bigquery/run.sh | 27 | # Create the BigQuery dataset | COMMENT |
| MEDIUM | …ing_Analytics/lab/streaming_minute_traffic_pipeline.py | 102 | # Create the pipeline | COMMENT |
| MEDIUM | …nalytics/solution/streaming_minute_traffic_pipeline.py | 101 | # Create the pipeline | COMMENT |
| MEDIUM | …ing_Analytics/lab/streaming_minute_traffic_pipeline.py | 138 | # Create the pipeline | COMMENT |
| MEDIUM | …nalytics/solution/streaming_minute_traffic_pipeline.py | 138 | # Create the pipeline | COMMENT |
| MEDIUM | …Batch_Analytics/lab/batch_user_traffic_SQL_pipeline.py | 136 | # Create the pipeline | STRING |
| MEDIUM | …tch_Analytics/lab/batch_minute_traffic_SQL_pipeline.py | 92 | # Create the pipeline | STRING |
| MEDIUM | …_Analytics/solution/batch_user_traffic_SQL_pipeline.py | 140 | # Create the pipeline | STRING |
| MEDIUM | …nalytics/solution/batch_minute_traffic_SQL_pipeline.py | 101 | # Create the pipeline | STRING |
| MEDIUM | …n/3_Batch_Analytics/lab/batch_user_traffic_pipeline.py | 71 | # Create the pipeline with the corrected options | COMMENT |
| MEDIUM | …3_Batch_Analytics/lab/batch_minute_traffic_pipeline.py | 60 | # Create the pipeline | COMMENT |
| MEDIUM | …atch_Analytics/solution/batch_user_traffic_pipeline.py | 76 | # Create the pipeline with the corrected options | COMMENT |
| MEDIUM⚡ | …ch_Analytics/solution/batch_minute_traffic_pipeline.py | 59 | # Create the pipeline | COMMENT |
| MEDIUM | quests/dataflow_python/1_Basic_ETL/lab/my_pipeline.py | 37 | # Create the pipeline | COMMENT |
| MEDIUM | …ts/dataflow_python/1_Basic_ETL/solution/my_pipeline.py | 82 | # Create the pipeline | COMMENT |
| MEDIUM | …Analytics/lab/streaming_minute_traffic_SQL_pipeline.py | 97 | # Create the pipeline | COMMENT |
| MEDIUM | …tics/solution/streaming_minute_traffic_SQL_pipeline.py | 107 | # Create the pipeline | STRING |
| MEDIUM | …taflow_python/2_Branching_Pipelines/lab/my_pipeline.py | 79 | # Create the pipeline | COMMENT |
| MEDIUM | …w_python/2_Branching_Pipelines/solution/my_pipeline.py | 85 | # Create the pipeline | COMMENT |
| MEDIUM | …tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py | 139 | # Create a temp directory to save intermediate TF SavedModel prior to Explainable metadata creation. | COMMENT |
| MEDIUM | …nce-on-gcp-edition1_tf2/04_streaming/simulate/setup.py | 34 | # This class handles the pip install mechanism. | COMMENT |
| MEDIUM | quests/endtoendml/labs/babyweight_tf2/trainer/model.py | 24 | # Create an input function reading a file using the Dataset API | COMMENT |
| MEDIUM | blogs/lightning/setup.py | 35 | # This class handles the pip install mechanism. | COMMENT |
| MEDIUM | blogs/landsat/setup.py | 34 | # This class handles the pip install mechanism. | COMMENT |
| MEDIUM | blogs/goes16/maria/setup.py | 35 | # This class handles the pip install mechanism. | COMMENT |
| MEDIUM | blogs/babyweight_keras/trainer/task.py | 91 | # Create the Keras Model | COMMENT |
| MEDIUM | blogs/babyweight_keras/trainer/task.py | 94 | # Create the dataset generator | COMMENT |
| MEDIUM | blogs/microservices-demo-1/setup_csr.sh | 20 | # Create the source repo and link | COMMENT |
| MEDIUM | blogs/microservices-demo-1/setup_csr.sh | 23 | # Create the temporary dirs for the code | COMMENT |
| MEDIUM⚡ | blogs/gcp_forecasting/tf_module/trainer/model.py | 36 | # Create a new sparse tensor with the new converted values, | COMMENT |
| MEDIUM⚡ | blogs/gcp_forecasting/tf_module/trainer/model.py | 43 | # Create a dense tensor of the float values that were converted from text csv | COMMENT |
| MEDIUM | blogs/gcp_forecasting/tf_module/trainer/model.py | 156 | # Create a iterator, then pull batch of features from the example queue | COMMENT |
| MEDIUM | blogs/gcp_forecasting/tf_module/trainer/model.py | 184 | # Create a stack of layers of LSTM cells | COMMENT |
| MEDIUM | …oud-hero/optional-kubernetes-engine/bookshelf/tasks.py | 31 | # Create a queue specifically for processing books and pass in the | COMMENT |
| MEDIUM | …-hero/optional-kubernetes-engine/bookshelf/__init__.py | 45 | # Create a health check handler. Health checks are used when running on | COMMENT |
| MEDIUM | self-paced-labs/tensorflow-2.x/census/trainer/task.py | 82 | # Create the Keras Model | COMMENT |
| MEDIUM | …i-agent-system/multi-agent-system-starter/run_local.sh | 3 | # Create a clean directory for local agent runtime configuration | COMMENT |
| MEDIUM | …allenge-starter/terraform/modules/certificates/main.tf | 69 | # Create the regional certificate directly for public domain | COMMENT |
| MEDIUM | …allenge-starter/terraform/modules/certificates/main.tf | 70 | # Create the regional certificate directly for public domain | COMMENT |
| MEDIUM | …y-challenge-starter/src/mortgage-agent/deploy_agent.py | 25 | # Create a new agent | STRING |
| MEDIUM | …-egress-gateway/terraform/modules/certificates/main.tf | 69 | # Create the regional certificate directly for public domain | COMMENT |
| MEDIUM | …-egress-gateway/terraform/modules/certificates/main.tf | 70 | # Create the regional certificate directly for public domain | COMMENT |
| MEDIUM | …gent-egress-gateway/src/mortgage-agent/deploy_agent.py | 25 | # Create a new agent | STRING |
| MEDIUM | …tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py | 139 | # Create a temp directory to save intermediate TF SavedModel prior to Explainable metadata creation. | COMMENT |
| MEDIUM | …-deploy-tf-model/online-retail-clv-3M/trainer/model.py | 139 | # Create a temp directory to save intermediate TF SavedModel prior to Explainable metadata creation. | COMMENT |
| MEDIUM | courses/dataflow/demos/performance/pipeline.py | 67 | # Create the pipeline | STRING |
| MEDIUM | …ata_analysis/deepdive/composer-exercises/bq_example.py | 41 | # Create a bigquery table from a .csv file located in a GCS bucket | STRING |
| MEDIUM | …sis/deepdive/composer-exercises/bq_example_solution.py | 43 | # Create a bigquery table from a .csv file located in a GCS bucket | STRING |
| MEDIUM | …/ahybrid/v1.0/AHYBRID021/terraform/modules/iam/main.tf | 114 | # Create the control plane role | COMMENT |
| MEDIUM | …/ahybrid/v1.0/AHYBRID021/terraform/modules/iam/main.tf | 244 | # Create the node pool role | COMMENT |
| MEDIUM | …/ahybrid/v1.0/AHYBRID021/terraform/modules/vpc/main.tf | 16 | # Create a VPC | COMMENT |
| MEDIUM | …/ahybrid/v1.0/AHYBRID021/terraform/modules/vpc/main.tf | 50 | # Create a public subnet for each node pool | COMMENT |
| MEDIUM | …/ahybrid/v1.0/AHYBRID021/terraform/modules/vpc/main.tf | 67 | # Create an internet gateway | COMMENT |
| MEDIUM | …/ahybrid/v1.0/AHYBRID021/terraform/modules/vpc/main.tf | 119 | # Create a Nat gateway for each of the public subnets | COMMENT |
| MEDIUM | …/ahybrid/v1.0/AHYBRID021/terraform/modules/vpc/main.tf | 130 | # Create a route table for each private subnet | COMMENT |
| MEDIUM | courses/ahybrid/v1.0/common/scripts/acm.sh | 17 | # Create a Cloud Source Repository | COMMENT |
| MEDIUM⚡ | …en_project/ASL_youtube8m_models/video/trainer/model.py | 25 | # Create an input function to read our training and validation data | COMMENT |
| MEDIUM | …en_project/ASL_youtube8m_models/video/trainer/model.py | 47 | # Create a TF Record reader to read in our TF Record files | COMMENT |
| MEDIUM | …en_project/ASL_youtube8m_models/video/trainer/model.py | 103 | # Create the input layer to our frame DNN | COMMENT |
| MEDIUM | …en_project/ASL_youtube8m_models/frame/trainer/model.py | 27 | # Create an input function to read our training and validation data | COMMENT |
| 628 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | quests/dataflow/batch_event_generator.py | 6 | CODE | |
| LOW | quests/dataflow/batch_event_generator.py | 10 | CODE | |
| LOW | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 15 | CODE | |
| LOW | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 16 | CODE | |
| LOW | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 17 | CODE | |
| LOW | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 20 | CODE | |
| LOW | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 22 | CODE | |
| LOW | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py | 15 | CODE | |
| LOW | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py | 16 | CODE | |
| LOW | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py | 17 | CODE | |
| LOW | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py | 20 | CODE | |
| LOW | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py | 22 | CODE | |
| LOW | …che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py | 15 | CODE | |
| LOW | …che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py | 16 | CODE | |
| LOW | …che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py | 17 | CODE | |
| LOW | …che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py | 20 | CODE | |
| LOW | …che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py | 22 | CODE | |
| LOW | quests/dataflow_python/batch_event_generator.py | 6 | CODE | |
| LOW | quests/dataflow_python/batch_event_generator.py | 10 | CODE | |
| LOW | …_Pipeline/solution/weather_statistics_pipeline_test.py | 1 | CODE | |
| LOW | …_Pipeline/solution/weather_statistics_pipeline_test.py | 6 | CODE | |
| LOW | …_Pipeline/solution/weather_statistics_pipeline_test.py | 8 | CODE | |
| LOW | …nalytics/solution/streaming_minute_traffic_pipeline.py | 6 | CODE | |
| LOW | …nalytics/solution/streaming_minute_traffic_pipeline.py | 15 | CODE | |
| LOW | …nalytics/solution/streaming_minute_traffic_pipeline.py | 15 | CODE | |
| LOW | …nalytics/solution/streaming_minute_traffic_pipeline.py | 12 | CODE | |
| LOW | …nalytics/solution/streaming_minute_traffic_pipeline.py | 12 | CODE | |
| LOW | …m_Testing_Pipeline/lab/taxi_streaming_pipeline_test.py | 1 | CODE | |
| LOW | …m_Testing_Pipeline/lab/taxi_streaming_pipeline_test.py | 2 | CODE | |
| LOW | …m_Testing_Pipeline/lab/taxi_streaming_pipeline_test.py | 6 | CODE | |
| LOW | …m_Testing_Pipeline/lab/taxi_streaming_pipeline_test.py | 8 | CODE | |
| LOW | …Stream_Testing_Pipeline/lab/taxi_streaming_pipeline.py | 3 | CODE | |
| LOW | …ting_Pipeline/solution/taxi_streaming_pipeline_test.py | 1 | CODE | |
| LOW | …ting_Pipeline/solution/taxi_streaming_pipeline_test.py | 2 | CODE | |
| LOW | …ting_Pipeline/solution/taxi_streaming_pipeline_test.py | 6 | CODE | |
| LOW | …ting_Pipeline/solution/taxi_streaming_pipeline_test.py | 8 | CODE | |
| LOW | …ting_Pipeline/solution/taxi_streaming_pipeline_test.py | 10 | CODE | |
| LOW | …m_Testing_Pipeline/solution/taxi_streaming_pipeline.py | 3 | CODE | |
| LOW | …_Analytics/solution/batch_user_traffic_SQL_pipeline.py | 11 | CODE | |
| LOW | …_Analytics/solution/batch_user_traffic_SQL_pipeline.py | 11 | CODE | |
| LOW | …nalytics/solution/batch_minute_traffic_SQL_pipeline.py | 12 | CODE | |
| LOW | …nalytics/solution/batch_minute_traffic_SQL_pipeline.py | 12 | CODE | |
| LOW | …ts/dataflow_python/1_Basic_ETL/solution/my_pipeline.py | 9 | CODE | |
| LOW | …ts/dataflow_python/1_Basic_ETL/solution/my_pipeline.py | 9 | CODE | |
| LOW | …tics/solution/streaming_minute_traffic_SQL_pipeline.py | 6 | CODE | |
| LOW | …tics/solution/streaming_minute_traffic_SQL_pipeline.py | 12 | CODE | |
| LOW | …tics/solution/streaming_minute_traffic_SQL_pipeline.py | 12 | CODE | |
| LOW | …taflow_python/2_Branching_Pipelines/lab/my_pipeline.py | 9 | CODE | |
| LOW | …taflow_python/2_Branching_Pipelines/lab/my_pipeline.py | 9 | CODE | |
| LOW | …w_python/2_Branching_Pipelines/solution/my_pipeline.py | 9 | CODE | |
| LOW | …w_python/2_Branching_Pipelines/solution/my_pipeline.py | 9 | CODE | |
| LOW | …allenge-lab/bert-sentiment-classifier/trainer/model.py | 6 | CODE | |
| LOW | …tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py | 1 | CODE | |
| LOW | …tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py | 8 | CODE | |
| LOW | …s/vertex-ai/vertex-ai-qwikstart/utils/data_download.py | 24 | CODE | |
| LOW | …s/serverlessml/07_caip/labs/container/trainer/model.py | 6 | CODE | |
| LOW | …s/serverlessml/07_caip/labs/container/trainer/model.py | 6 | CODE | |
| LOW | …rverlessml/07_caip/solution/container/trainer/model.py | 6 | CODE | |
| LOW | …rverlessml/07_caip/solution/container/trainer/model.py | 6 | CODE | |
| LOW | …ence-on-gcp-edition1_tf2/04_streaming/simulate/df04.py | 17 | CODE | |
| 1835 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …ed_ml_pipeline_taxifare/airflow/dags/taxifare_multi.py | 181 | bash_command="if gcloud storage ls {0}/taxifare/data/{1} 2> /dev/null; then gcloud storage rm --recursive --continue | STRING |
| HIGH | …ed_ml_pipeline_taxifare/airflow/dags/taxifare_multi.py | 247 | bash_command="if gcloud storage ls {0} 2> /dev/null; then gcloud storage rm --recursive --continue-on-error {0}/*; e | STRING |
| HIGH | …ml_pipeline_taxifare/airflow/dags/module/preprocess.py | 93 | bash_command="if gcloud storage ls {0}/taxifare/data/{1} 2> /dev/null; then gcloud storage rm --recursive --continue | STRING |
| HIGH | …d_ml_pipeline_taxifare/airflow/dags/module/training.py | 50 | bash_command="if gcloud storage ls {0} 2> /dev/null; then gcloud storage rm --recursive --continue-on-error {0}/*; e | CODE |
| HIGH | …ml_pipeline_taxifare/airflow/dags/subdag/preprocess.py | 101 | bash_command="if gcloud storage ls {0}/taxifare/data/{1} 2> /dev/null; then gcloud storage rm --recursive --continue | STRING |
| HIGH | …d_ml_pipeline_taxifare/airflow/dags/subdag/training.py | 58 | bash_command="if gcloud storage ls {0} 2> /dev/null; then gcloud storage rm --recursive --continue-on-error {0}/*; e | CODE |
| HIGH | …ve/10_recommend/labs/endtoend/airflow/dags/training.py | 117 | ) HAVING timeOnPage is not null and contentId is not null; | CODE |
| HIGH | …eepdive/10_recommend/endtoend/airflow/dags/training.py | 117 | ) HAVING timeOnPage is not null and contentId is not null; | CODE |
| HIGH | …2/structured/labs/serving/application/lib/flask/app.py | 1978 | ctx.push() | CODE |
| HIGH | …2/structured/labs/serving/application/lib/flask/app.py | 1336 | ctx.push() | STRING |
| HIGH | …2/structured/labs/serving/application/lib/flask/app.py | 1374 | ctx.push() | STRING |
| HIGH | …2/structured/labs/serving/application/lib/flask/app.py | 1926 | ctx.push() | STRING |
| HIGH | …2/structured/labs/serving/application/lib/flask/ctx.py | 179 | _app_ctx_stack.push(self) | CODE |
| HIGH | …2/structured/labs/serving/application/lib/flask/ctx.py | 197 | self.push() | CODE |
| HIGH | …2/structured/labs/serving/application/lib/flask/ctx.py | 318 | app_ctx.push() | CODE |
| HIGH | …2/structured/labs/serving/application/lib/flask/ctx.py | 326 | _request_ctx_stack.push(self) | CODE |
| HIGH | …2/structured/labs/serving/application/lib/flask/ctx.py | 390 | self.push() | CODE |
| HIGH | …ructured/labs/serving/application/lib/flask/testing.py | 102 | _request_ctx_stack.push(outer_reqctx) | CODE |
| HIGH | …ructured/labs/serving/application/lib/flask/testing.py | 140 | # in. See RequestGlobals.push() for the general behavior. | COMMENT |
| HIGH | …/labs/serving/application/lib/pyasn1/compat/integer.py | 17 | from pyasn1.compat.octets import oct2int, null, ensureString | CODE |
| HIGH | …serving/application/lib/pyasn1/codec/native/decoder.py | 143 | debug.scope.push(type(pyObject).__name__) | CODE |
| HIGH | …serving/application/lib/pyasn1/codec/native/encoder.py | 190 | debug.scope.push(type(value).__name__) | CODE |
| HIGH | …bs/serving/application/lib/pyasn1/codec/cer/encoder.py | 135 | return null, True, True | CODE |
| HIGH | …bs/serving/application/lib/pyasn1/codec/ber/decoder.py | 173 | bitString = self.protoComponent.fromOctetString(null, internalFormat=True) | CODE |
| HIGH | …bs/serving/application/lib/pyasn1/codec/ber/decoder.py | 203 | bitString = self.protoComponent.fromOctetString(null, internalFormat=True) | CODE |
| HIGH | …bs/serving/application/lib/pyasn1/codec/ber/decoder.py | 1471 | debug.scope.push(concreteDecoder is None and '?' or concreteDecoder.protoComponent.__class__.__name_ | CODE |
| HIGH | …bs/serving/application/lib/pyasn1/codec/ber/decoder.py | 1536 | debug.scope.push(chosenSpec is None and '?' or chosenSpec.__class__.__name__) | CODE |
| HIGH | …bs/serving/application/lib/pyasn1/codec/ber/encoder.py | 13 | from pyasn1.compat.octets import (int2oct, oct2int, ints2octs, null, | CODE |
| HIGH | …bs/serving/application/lib/pyasn1/codec/ber/encoder.py | 157 | return null, False, True | CODE |
| HIGH | …bs/serving/application/lib/pyasn1/codec/ber/encoder.py | 293 | return null, False, True | CODE |
| HIGH | …bs/serving/application/lib/pyasn1/codec/ber/encoder.py | 433 | return null, False, True | CODE |
| HIGH | …ed/labs/serving/application/lib/jinja2/asyncsupport.py | 192 | def __init__(self, async_iterator, undefined, after, length, recurse=None, | CODE |
| HIGH | …ed/labs/serving/application/lib/jinja2/asyncsupport.py | 194 | LoopContextBase.__init__(self, undefined, recurse, depth0) | CODE |
| HIGH | …ed/labs/serving/application/lib/jinja2/asyncsupport.py | 233 | async def make_async_loop_context(iterable, undefined, recurse=None, depth0=0): | CODE |
| HIGH | …ed/labs/serving/application/lib/jinja2/asyncsupport.py | 255 | return AsyncLoopContext(async_iterator, undefined, after, length, recurse, | CODE |
| HIGH | …ctured/labs/serving/application/lib/jinja2/compiler.py | 1115 | self.write(', undefined, loop_render_func, depth):') | CODE |
| HIGH | …ctured/labs/serving/application/lib/jinja2/compiler.py | 1117 | self.write(extended_loop and ', undefined):' or ':') | CODE |
| HIGH | …uctured/labs/serving/application/lib/jinja2/runtime.py | 354 | def __init__(self, undefined, recurse=None, depth0=0): | CODE |
| HIGH | …uctured/labs/serving/application/lib/jinja2/runtime.py | 418 | def __init__(self, iterable, undefined, recurse=None, depth0=0): | CODE |
| HIGH | …uctured/labs/serving/application/lib/jinja2/runtime.py | 419 | LoopContextBase.__init__(self, undefined, recurse, depth0) | CODE |
| HIGH | …tructured/labs/serving/application/lib/jinja2/lexer.py | 329 | self.push(result) | CODE |
| HIGH⚡ | …red/labs/serving/application/lib/jinja2/environment.py | 102 | assert issubclass(environment.undefined, Undefined), 'undefined must ' \ | CODE |
| HIGH | …red/labs/serving/application/lib/jinja2/environment.py | 943 | frozenset(extensions), optimized, undefined, finalize, autoescape, | CODE |
| HIGH | …uctured/labs/serving/application/lib/werkzeug/local.py | 96 | >>> ls.push(42) | STRING |
| HIGH | …uctured/labs/serving/application/lib/werkzeug/local.py | 99 | >>> ls.push(23) | STRING |
| HIGH | …labs/serving/application/lib/werkzeug/debug/console.py | 162 | ThreadedStream.push() | CODE |
| HIGH | …red/labs/serving/application/lib/click/_termui_impl.py | 493 | return subprocess.Popen(args, stderr=null).wait() | CODE |
| HIGH | …uctured/solutions/serving/application/lib/flask/app.py | 1978 | ctx.push() | CODE |
| HIGH | …uctured/solutions/serving/application/lib/flask/app.py | 1336 | ctx.push() | STRING |
| HIGH | …uctured/solutions/serving/application/lib/flask/app.py | 1374 | ctx.push() | STRING |
| HIGH | …uctured/solutions/serving/application/lib/flask/app.py | 1926 | ctx.push() | STRING |
| HIGH | …uctured/solutions/serving/application/lib/flask/ctx.py | 179 | _app_ctx_stack.push(self) | CODE |
| HIGH | …uctured/solutions/serving/application/lib/flask/ctx.py | 197 | self.push() | CODE |
| HIGH | …uctured/solutions/serving/application/lib/flask/ctx.py | 318 | app_ctx.push() | CODE |
| HIGH | …uctured/solutions/serving/application/lib/flask/ctx.py | 326 | _request_ctx_stack.push(self) | CODE |
| HIGH | …uctured/solutions/serving/application/lib/flask/ctx.py | 390 | self.push() | CODE |
| HIGH | …red/solutions/serving/application/lib/flask/testing.py | 102 | _request_ctx_stack.push(outer_reqctx) | CODE |
| HIGH | …red/solutions/serving/application/lib/flask/testing.py | 140 | # in. See RequestGlobals.push() for the general behavior. | COMMENT |
| HIGH | …tions/serving/application/lib/pyasn1/compat/integer.py | 17 | from pyasn1.compat.octets import oct2int, null, ensureString | CODE |
| HIGH | …serving/application/lib/pyasn1/codec/native/decoder.py | 143 | debug.scope.push(type(pyObject).__name__) | CODE |
| 107 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …ch_Analytics/solution/batch_minute_traffic_pipeline.py | 65 | # ================================================================= | COMMENT |
| MEDIUM⚡ | …ch_Analytics/solution/batch_minute_traffic_pipeline.py | 70 | # ================================================================= | COMMENT |
| MEDIUM⚡ | …ch_Analytics/solution/batch_minute_traffic_pipeline.py | 73 | # ================================================================= | COMMENT |
| MEDIUM⚡ | …ch_Analytics/solution/batch_minute_traffic_pipeline.py | 77 | # ================================================================= | COMMENT |
| MEDIUM⚡ | …ch_Analytics/solution/batch_minute_traffic_pipeline.py | 80 | # ================================================================= | COMMENT |
| MEDIUM⚡ | …ch_Analytics/solution/batch_minute_traffic_pipeline.py | 84 | # ================================================================= | COMMENT |
| MEDIUM⚡ | …ch_Analytics/solution/batch_minute_traffic_pipeline.py | 87 | # ================================================================= | COMMENT |
| MEDIUM⚡ | …ch_Analytics/solution/batch_minute_traffic_pipeline.py | 92 | # ================================================================= | COMMENT |
| MEDIUM | …cp-edition1_tf2/09_cloudml/flights/trainer/__init__.py | 14 | # ============================================================================== | COMMENT |
| MEDIUM | blogs/timeseries/simplernn/trainer/__init__.py | 14 | # ============================================================================== | COMMENT |
| MEDIUM | blogs/babyweight/babyweight/trainer/__init__.py | 14 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | …gs/microservices-demo-1/hack/make-release-artifacts.sh | 37 | # ---------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …gs/microservices-demo-1/hack/make-release-artifacts.sh | 39 | # ---------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | blogs/microservices-demo-1/release/istio-manifests.yaml | 15 | # ---------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | blogs/microservices-demo-1/release/istio-manifests.yaml | 17 | # ---------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …microservices-demo-1/release/kubernetes-manifests.yaml | 15 | # ---------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …microservices-demo-1/release/kubernetes-manifests.yaml | 17 | # ---------------------------------------------------------- | COMMENT |
| MEDIUM | blogs/gcp_forecasting/tf_module/trainer/__init__.py | 14 | # ============================================================================== | COMMENT |
| MEDIUM | blogs/textclassification/txtcls1/trainer/__init__.py | 14 | # ============================================================================== | COMMENT |
| MEDIUM | bootcamps/imagereco/fashionmodel/trainer/__init__.py | 14 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | …gress-gateway-challenge-starter/terraform/variables.tf | 129 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | …gress-gateway-challenge-starter/terraform/variables.tf | 131 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | …gress-gateway-challenge-starter/terraform/variables.tf | 139 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | …gress-gateway-challenge-starter/terraform/variables.tf | 141 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | …gress-gateway-challenge-starter/terraform/variables.tf | 358 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | …gress-gateway-challenge-starter/terraform/variables.tf | 360 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | …gress-gateway-challenge-starter/terraform/variables.tf | 368 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | …gress-gateway-challenge-starter/terraform/variables.tf | 370 | # ============================================================================== | COMMENT |
| MEDIUM | …gress-gateway-challenge-starter/terraform/variables.tf | 24 | # ============================================================================== | COMMENT |
| MEDIUM | …gress-gateway-challenge-starter/terraform/variables.tf | 26 | # ============================================================================== | COMMENT |
| MEDIUM | …gress-gateway-challenge-starter/terraform/variables.tf | 63 | # ============================================================================== | COMMENT |
| MEDIUM | …gress-gateway-challenge-starter/terraform/variables.tf | 65 | # ============================================================================== | COMMENT |
| MEDIUM | …gress-gateway-challenge-starter/terraform/variables.tf | 107 | # ============================================================================== | COMMENT |
| MEDIUM | …gress-gateway-challenge-starter/terraform/variables.tf | 109 | # ============================================================================== | COMMENT |
| MEDIUM | …gress-gateway-challenge-starter/terraform/variables.tf | 219 | # ============================================================================== | COMMENT |
| MEDIUM | …gress-gateway-challenge-starter/terraform/variables.tf | 221 | # ============================================================================== | COMMENT |
| MEDIUM | …gress-gateway-challenge-starter/terraform/variables.tf | 412 | # ============================================================================== | COMMENT |
| MEDIUM | …gress-gateway-challenge-starter/terraform/variables.tf | 414 | # ============================================================================== | COMMENT |
| MEDIUM | …gress-gateway-challenge-starter/terraform/variables.tf | 461 | # ============================================================================== | COMMENT |
| MEDIUM | …gress-gateway-challenge-starter/terraform/variables.tf | 463 | # ============================================================================== | COMMENT |
| MEDIUM | …gress-gateway-challenge-starter/terraform/variables.tf | 506 | # ============================================================================== | COMMENT |
| MEDIUM | …gress-gateway-challenge-starter/terraform/variables.tf | 508 | # ============================================================================== | COMMENT |
| MEDIUM | …allenge-starter/terraform/modules/agent-engine/main.tf | 17 | # ============================================================================= | COMMENT |
| MEDIUM | …allenge-starter/terraform/modules/agent-engine/main.tf | 21 | # ============================================================================= | COMMENT |
| MEDIUM | …allenge-starter/terraform/modules/agent-engine/main.tf | 89 | # ============================================================================= | COMMENT |
| MEDIUM | …allenge-starter/terraform/modules/agent-engine/main.tf | 98 | # ============================================================================= | COMMENT |
| MEDIUM | …allenge-starter/terraform/modules/agent-engine/main.tf | 122 | # ============================================================================= | COMMENT |
| MEDIUM | …allenge-starter/terraform/modules/agent-engine/main.tf | 125 | # ============================================================================= | COMMENT |
| MEDIUM | …hallenge-starter/terraform/modules/model-armor/main.tf | 34 | # ============================================================================= | COMMENT |
| MEDIUM | …hallenge-starter/terraform/modules/model-armor/main.tf | 40 | # ============================================================================= | COMMENT |
| MEDIUM | …hallenge-starter/terraform/modules/model-armor/main.tf | 89 | # ============================================================================= | COMMENT |
| MEDIUM | …hallenge-starter/terraform/modules/model-armor/main.tf | 94 | # ============================================================================= | COMMENT |
| MEDIUM | …hallenge-starter/terraform/modules/model-armor/main.tf | 117 | # ============================================================================= | COMMENT |
| MEDIUM | …hallenge-starter/terraform/modules/model-armor/main.tf | 123 | # ============================================================================= | COMMENT |
| MEDIUM | …hallenge-starter/terraform/modules/model-armor/main.tf | 225 | # ============================================================================= | COMMENT |
| MEDIUM | …hallenge-starter/terraform/modules/model-armor/main.tf | 229 | # ============================================================================= | COMMENT |
| MEDIUM | …hallenge-starter/terraform/modules/model-armor/main.tf | 264 | # ============================================================================= | COMMENT |
| MEDIUM | …hallenge-starter/terraform/modules/model-armor/main.tf | 267 | # ============================================================================= | COMMENT |
| MEDIUM | …hallenge-starter/terraform/modules/model-armor/main.tf | 283 | # ============================================================================= | COMMENT |
| MEDIUM | …hallenge-starter/terraform/modules/model-armor/main.tf | 287 | # ============================================================================= | COMMENT |
| 171 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | quests/iotlab/cloudiot_mqtt_example_json.py | 36 | Creates a JWT (https://jwt.io) to establish an MQTT connection. Args: project_id: The cloud project ID | STRING |
| HIGH | quests/iotlab/cloudiot_mqtt_example.py | 35 | Creates a JWT (https://jwt.io) to establish an MQTT connection. Args: project_id: The cloud project ID | STRING |
| HIGH | blogs/gcp_forecasting/time_series.py | 22 | Computes rolling window of the series and creates rolling window of label. Args: series: A Pandas Series. The ind | STRING |
| HIGH | self-paced-labs/cloud-iot-core/cloudiot_mqtt_example.py | 35 | Creates a JWT (https://jwt.io) to establish an MQTT connection. Args: project_id: The cloud project ID | STRING |
| HIGH | …/tfx/tfx_taxifare_tips/model_training/model_trainer.py | 18 | Args: data_accessor: train_data_dir: eval_data_dir: tft_output_dir: log_dir: hy | STRING |
| HIGH | …/tfx/tfx_taxifare_tips/model_training/model_trainer.py | 79 | Args: classifier: data_accessor: eval_data_dir: tft_output_dir: hyperparameters: | STRING |
| HIGH | …ipelines/tfx/tfx_taxifare_tips/model_training/model.py | 66 | Args: hyperparameters: tft_output: A TFTransformOutput. Returns: model: | STRING |
| HIGH | …ecommend/labs/endtoend/wals_ml_engine/trainer/model.py | 61 | Create test and train sets, for different input data types. Args: args: input args for job input_file: path t | STRING |
| HIGH | …mend/labs/endtoend/airflow/plugins/ml_engine_plugin.py | 103 | Gets a MLEngine job based on the job name. Args: project_id: project id job_id: job id Returns: | STRING |
| HIGH | …mend/labs/endtoend/airflow/plugins/ml_engine_plugin.py | 129 | Waits for the Job to reach a terminal state. This method will periodically check the job state until the job reach | STRING |
| HIGH | …mend/labs/endtoend/airflow/plugins/gae_admin_plugin.py | 143 | Gets an AppEngine operation based on the operation name. Args: project_id: project id op_name: operatio | STRING |
| HIGH | …mend/labs/endtoend/airflow/plugins/gae_admin_plugin.py | 160 | Waits for the Operation to reach a terminal state. This method will periodically check the job state until the oper | STRING |
| HIGH | …/10_recommend/endtoend/wals_ml_engine/trainer/model.py | 61 | Create test and train sets, for different input data types. Args: args: input args for job input_file: path t | STRING |
| HIGH | …recommend/endtoend/airflow/plugins/ml_engine_plugin.py | 103 | Gets a MLEngine job based on the job name. Args: project_id: project id job_id: job id Returns: | STRING |
| HIGH | …recommend/endtoend/airflow/plugins/ml_engine_plugin.py | 129 | Waits for the Job to reach a terminal state. This method will periodically check the job state until the job reach | STRING |
| HIGH | …recommend/endtoend/airflow/plugins/gae_admin_plugin.py | 143 | Gets an AppEngine operation based on the operation name. Args: project_id: project id op_name: operatio | STRING |
| HIGH | …recommend/endtoend/airflow/plugins/gae_admin_plugin.py | 160 | Waits for the Operation to reach a terminal state. This method will periodically check the job state until the oper | STRING |
| HIGH | …s/serving/application/lib/googleapiclient/discovery.py | 501 | Adds 'media_body' and 'media_mime_type' parameters if supported by method. SIDE EFFECTS: If the method supports media | STRING |
| HIGH | …abs/serving/application/lib/googleapiclient/channel.py | 236 | Parse a notification from the webhook request headers, validate the notification, and return a Notification object. | STRING |
| HIGH | …/labs/serving/application/lib/googleapiclient/model.py | 73 | Convert the response wire format into a Python object. Args: resp: httplib2.Response, the HTTP response heade | STRING |
| HIGH | …/labs/serving/application/lib/googleapiclient/model.py | 189 | Convert the response wire format into a Python object. Args: resp: httplib2.Response, the HTTP response heade | STRING |
| HIGH | …d/labs/serving/application/lib/googleapiclient/http.py | 647 | Get the next chunk of the download. Args: num_retries: Integer, number of times to retry with randomized | STRING |
| HIGH | …d/labs/serving/application/lib/googleapiclient/http.py | 788 | Execute the request. Args: http: httplib2.Http, an http object to be used in place of the one the | STRING |
| HIGH | …d/labs/serving/application/lib/googleapiclient/http.py | 857 | Execute the next step of a resumable upload. Can only be used if the method being executed supports media uploads a | STRING |
| HIGH | …d/labs/serving/application/lib/googleapiclient/http.py | 982 | Process the response from a single chunk upload. Args: resp: httplib2.Response, the response object. co | STRING |
| HIGH | …d/labs/serving/application/lib/googleapiclient/http.py | 1161 | Convert a Content-ID header value to an id. Presumes the Content-ID header conforms to the format that _id_to_heade | STRING |
| HIGH | …d/labs/serving/application/lib/googleapiclient/http.py | 1271 | Add a new request. Every callback added will be paired with a unique id, the request_id. That unique id will be | STRING |
| HIGH | …d/labs/serving/application/lib/googleapiclient/http.py | 1380 | Execute all the requests as a single batched HTTP request. Args: http: httplib2.Http, an http object to be us | STRING |
| HIGH | …serving/application/lib/oauth2client/_openssl_crypt.py | 55 | Construct a Verified instance from a string. Args: key_pem: string, public key in PEM format. | STRING |
| HIGH | …serving/application/lib/oauth2client/_openssl_crypt.py | 101 | Construct a Signer instance from a string. Args: key: string, private key in PKCS12 or PEM format. | STRING |
| HIGH | …red/labs/serving/application/lib/oauth2client/crypt.py | 208 | Verify a JWT against public certs. See http://self-issued.info/docs/draft-jones-json-web-token.html. Args: | STRING |
| HIGH | …erving/application/lib/oauth2client/_pycrypto_crypt.py | 103 | Construct a Signer instance from a string. Args: key: string, private key in PEM format. | STRING |
| HIGH | …erving/application/lib/oauth2client/service_account.py | 146 | Helper for factory constructors from JSON keyfile. Args: keyfile_dict: dict-like object, The parsed | STRING |
| HIGH | …erving/application/lib/oauth2client/service_account.py | 197 | Factory constructor from JSON keyfile by name. Args: filename: string, The location of the keyfile. | STRING |
| HIGH | …erving/application/lib/oauth2client/service_account.py | 228 | Factory constructor from parsed JSON keyfile. Args: keyfile_dict: dict-like object, The parsed dict | STRING |
| HIGH | …erving/application/lib/oauth2client/service_account.py | 261 | Factory constructor from JSON keyfile. Args: service_account_email: string, The email associated wi | STRING |
| HIGH | …erving/application/lib/oauth2client/service_account.py | 304 | Factory constructor from JSON keyfile. Args: service_account_email: string, The email associated wi | STRING |
| HIGH | …erving/application/lib/oauth2client/service_account.py | 341 | Factory constructor from JSON keyfile. Args: service_account_email: string, The email associated wi | STRING |
| HIGH | …ed/labs/serving/application/lib/oauth2client/client.py | 1532 | Verifies a signed JWT id_token. This function requires PyOpenSSL and because of that it does not work on App En | STRING |
| HIGH | …ed/labs/serving/application/lib/oauth2client/client.py | 1628 | Exchanges an authorization code for an OAuth2Credentials object. Args: client_id: string, client identifier | STRING |
| HIGH | …ed/labs/serving/application/lib/oauth2client/client.py | 1690 | Returns OAuth2Credentials from a clientsecrets file and an auth code. Will create the right kind of Flow based on t | STRING |
| HIGH | …ed/labs/serving/application/lib/oauth2client/client.py | 1993 | Exchanges a code for OAuth2Credentials. Args: code: string, a dict-like object, or None. For a non- | STRING |
| HIGH | …ed/labs/serving/application/lib/oauth2client/client.py | 2097 | Create a Flow from a clientsecrets file. Will create the right kind of Flow based on the contents of the client | STRING |
| HIGH | …ing/application/lib/oauth2client/_pure_python_crypt.py | 96 | Construct an RsaVerifier instance from a string. Args: key_pem: string, public key in PEM format. | STRING |
| HIGH | …ing/application/lib/oauth2client/_pure_python_crypt.py | 152 | Construct an RsaSigner instance from a string. Args: key: string, private key in PEM format. | STRING |
| HIGH | …/serving/application/lib/oauth2client/clientsecrets.py | 130 | Loading of client_secrets JSON file, optionally backed by a cache. Typical cache storage would be App Engine memcac | STRING |
| HIGH | …/labs/serving/application/lib/oauth2client/_helpers.py | 45 | A decorator to declare that only the first N arguments my be positional. This decorator makes it easy to support Py | STRING |
| HIGH | …/labs/serving/application/lib/oauth2client/_helpers.py | 183 | Parses unique key-value parameters from urlencoded content. Args: content: string, URL-encoded key-value pa | STRING |
| HIGH | …/labs/serving/application/lib/oauth2client/_helpers.py | 282 | Converts a string value to bytes, if necessary. Unfortunately, ``six.b`` is insufficient for this task since in | STRING |
| HIGH | …/labs/serving/application/lib/oauth2client/_helpers.py | 311 | Converts bytes to a string value, if necessary. Args: value: The string/bytes value to be converted. R | STRING |
| HIGH | …ving/application/lib/oauth2client/contrib/_metadata.py | 38 | Fetch a resource from the metadata server. Args: http: an object to be used to make HTTP requests. | STRING |
| HIGH | …s/serving/application/lib/googleapiclient/discovery.py | 501 | Adds 'media_body' and 'media_mime_type' parameters if supported by method. SIDE EFFECTS: If the method supports media | STRING |
| HIGH | …ons/serving/application/lib/googleapiclient/channel.py | 236 | Parse a notification from the webhook request headers, validate the notification, and return a Notification object. | STRING |
| HIGH | …tions/serving/application/lib/googleapiclient/model.py | 73 | Convert the response wire format into a Python object. Args: resp: httplib2.Response, the HTTP response heade | STRING |
| HIGH | …tions/serving/application/lib/googleapiclient/model.py | 189 | Convert the response wire format into a Python object. Args: resp: httplib2.Response, the HTTP response heade | STRING |
| HIGH | …utions/serving/application/lib/googleapiclient/http.py | 647 | Get the next chunk of the download. Args: num_retries: Integer, number of times to retry with randomized | STRING |
| HIGH | …utions/serving/application/lib/googleapiclient/http.py | 788 | Execute the request. Args: http: httplib2.Http, an http object to be used in place of the one the | STRING |
| HIGH | …utions/serving/application/lib/googleapiclient/http.py | 857 | Execute the next step of a resumable upload. Can only be used if the method being executed supports media uploads a | STRING |
| HIGH | …utions/serving/application/lib/googleapiclient/http.py | 982 | Process the response from a single chunk upload. Args: resp: httplib2.Response, the response object. co | STRING |
| HIGH | …utions/serving/application/lib/googleapiclient/http.py | 1161 | Convert a Content-ID header value to an id. Presumes the Content-ID header conforms to the format that _id_to_heade | STRING |
| 93 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …edition1_tf2/02_ingest/monthlyupdate/ingest_flights.py | 102 | CODE | |
| LOW | …n-gcp-edition1_tf2/updates/scheduler/ingest_flights.py | 102 | CODE | |
| LOW | quests/rl/dqn/trainer/trainer.py | 98 | CODE | |
| LOW | blogs/lightning/ltgpred/goesutil/goesio.py | 67 | CODE | |
| LOW | blogs/lightning/ltgpred/preproc/create_dataset.py | 27 | CODE | |
| LOW | blogs/popdensity/convert_to_rect.py | 62 | CODE | |
| LOW | blogs/popdensity/convert_to_geo.py | 46 | CODE | |
| LOW | blogs/goes16/maria/hurricanes/goes_to_jpeg.py | 18 | CODE | |
| LOW | blogs/beamadvent/day3b.py | 20 | CODE | |
| LOW | blogs/beamadvent/day3b.py | 42 | CODE | |
| LOW | blogs/beamadvent/day3a.py | 22 | CODE | |
| LOW | …rtpole_policy_gradients/rl_model_code/trainer/model.py | 77 | CODE | |
| LOW | …gs/rl-on-gcp/DQN_Breakout/rl_on_gcp/trainer/trainer.py | 40 | CODE | |
| LOW | self-paced-labs/tensorflow-2.x/census/trainer/util.py | 101 | CODE | |
| LOW | …agent-system-skills-starter/app/authenticated_httpx.py | 13 | CODE | |
| LOW | …agent-system-skills-starter/app/authenticated_httpx.py | 36 | CODE | |
| LOW | …tem-skills-starter/agents/content_builder/a2a_utils.py | 105 | CODE | |
| LOW | …tem-skills-starter/agents/content_builder/a2a_utils.py | 130 | CODE | |
| LOW | …-agent-system-skills-starter/agents/judge/a2a_utils.py | 105 | CODE | |
| LOW | …-agent-system-skills-starter/agents/judge/a2a_utils.py | 130 | CODE | |
| LOW | …t-system-skills-starter/agents/researcher/a2a_utils.py | 105 | CODE | |
| LOW | …t-system-skills-starter/agents/researcher/a2a_utils.py | 130 | CODE | |
| LOW | …lls-starter/agents/orchestrator/authenticated_httpx.py | 12 | CODE | |
| LOW | …lls-starter/agents/orchestrator/authenticated_httpx.py | 35 | CODE | |
| LOW | …system-skills-starter/agents/orchestrator/a2a_utils.py | 105 | CODE | |
| LOW | …system-skills-starter/agents/orchestrator/a2a_utils.py | 130 | CODE | |
| LOW | …ent-system-skills-starter/agents/orchestrator/agent.py | 13 | CODE | |
| LOW | …ent-system-skills-starter/agents/orchestrator/agent.py | 15 | CODE | |
| LOW | …nt-system-skills-starter/shared/authenticated_httpx.py | 13 | CODE | |
| LOW | …nt-system-skills-starter/shared/authenticated_httpx.py | 36 | CODE | |
| LOW | …/multi-agent-system-skills-starter/shared/a2a_utils.py | 105 | CODE | |
| LOW | …/multi-agent-system-skills-starter/shared/a2a_utils.py | 130 | CODE | |
| LOW | …/multi-agent-system-starter/app/authenticated_httpx.py | 13 | CODE | |
| LOW | …/multi-agent-system-starter/app/authenticated_httpx.py | 36 | CODE | |
| LOW | …ent-system-starter/agents/content_builder/a2a_utils.py | 105 | CODE | |
| LOW | …ent-system-starter/agents/content_builder/a2a_utils.py | 130 | CODE | |
| LOW | …m/multi-agent-system-starter/agents/judge/a2a_utils.py | 105 | CODE | |
| LOW | …m/multi-agent-system-starter/agents/judge/a2a_utils.py | 130 | CODE | |
| LOW | …ti-agent-system-starter/agents/researcher/a2a_utils.py | 105 | CODE | |
| LOW | …ti-agent-system-starter/agents/researcher/a2a_utils.py | 130 | CODE | |
| LOW | …tem-starter/agents/orchestrator/authenticated_httpx.py | 12 | CODE | |
| LOW | …tem-starter/agents/orchestrator/authenticated_httpx.py | 35 | CODE | |
| LOW | …-agent-system-starter/agents/orchestrator/a2a_utils.py | 105 | CODE | |
| LOW | …-agent-system-starter/agents/orchestrator/a2a_utils.py | 130 | CODE | |
| LOW | …ulti-agent-system-starter/agents/orchestrator/agent.py | 13 | CODE | |
| LOW | …ulti-agent-system-starter/agents/orchestrator/agent.py | 15 | CODE | |
| LOW | …lti-agent-system-starter/shared/authenticated_httpx.py | 13 | CODE | |
| LOW | …lti-agent-system-starter/shared/authenticated_httpx.py | 36 | CODE | |
| LOW | …-system/multi-agent-system-starter/shared/a2a_utils.py | 105 | CODE | |
| LOW | …-system/multi-agent-system-starter/shared/a2a_utils.py | 130 | CODE | |
| LOW | …y-challenge-starter/src/mortgage-agent/deploy_agent.py | 62 | CODE | |
| LOW | …y-challenge-starter/src/mortgage-agent/deploy_agent.py | 216 | CODE | |
| LOW | …gent-egress-gateway/src/mortgage-agent/deploy_agent.py | 62 | CODE | |
| LOW | …gent-egress-gateway/src/mortgage-agent/deploy_agent.py | 216 | CODE | |
| LOW | …ipelines/tfx/tfx_taxifare_tips/model_training/model.py | 31 | CODE | |
| LOW | courses/ai-for-finance/solution/yahoo_data_source.py | 141 | CODE | |
| LOW | …is/lab2/python/JavaProjectsThatNeedHelp_PY2_Version.py | 65 | CODE | |
| LOW | …/data_analysis/lab2/python/JavaProjectsThatNeedHelp.py | 65 | CODE | |
| LOW | …ction_models/meta_models/model_module/trainer/model.py | 394 | CODE | |
| LOW | …ction_models/meta_models/model_module/trainer/model.py | 451 | CODE | |
| 603 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …sting_Pipeline/lab/weather_statistics_pipeline_test.py | 77 | # def test_weather_stats_transform(self): | COMMENT |
| LOW | …_Pipeline/solution/weather_statistics_pipeline_test.py | 74 | def test_weather_stats_transform(self): | CODE |
| LOW | …tex-ai-qwikstart/online-retail-clv-3M/trainer/model.py | 96 | def train_evaluate_explain_model(hparams): | CODE |
| LOW | blogs/lightning/ltgpred/goesutil/goesio.py | 46 | def reset_gcs_client_and_retry(exception): # pylint: disable=unused-argument | CODE |
| LOW | blogs/lightning/ltgpred/goesutil/goesio.py | 185 | def get_timestamp_from_filename(filename): | CODE |
| LOW | blogs/lightning/ltgpred/trainer/boxdef.py | 23 | def get_prediction_grid_centers(self, ref): | CODE |
| LOW | blogs/goes16/maria/create_image.py | 57 | def create_snapshots_on_cloud(bucket, project, runner, opts): | STRING |
| LOW | blogs/goes16/maria/create_seattle.py | 16 | def create_snapshots_around_latlon(bucket, project, runner, lat, lon): | CODE |
| LOW | …rtpole_policy_gradients/rl_model_code/trainer/model.py | 55 | def discount_and_normalize_rewards(all_rewards, discount_rate): | CODE |
| LOW | blogs/tf_dataflow_serving/pipelines/batch_process.py | 195 | def run_pipeline_with_batch_predict(sample_size, sink_location, runner, args=None): | STRING |
| LOW | blogs/tf_dataflow_serving/pipelines/stream_process.py | 143 | def run_pipeline_with_micro_batches(inference_type, project, | CODE |
| LOW | blogs/gcp_forecasting/time_series.py | 21 | def create_rolling_features_label(series, window_size, pred_offset, pred_n=1): | CODE |
| LOW | blogs/gcp_forecasting/time_series.py | 162 | def count_holidays_during_month(date): | CODE |
| LOW | blogs/gcp_forecasting/scalable_time_series.py | 48 | def bq_create_rolling_features_label(project, dataset, date_range_table, sales_dataset_table, value_name, downsample_siz | STRING |
| LOW | blogs/gcp_forecasting/scalable_time_series.py | 202 | def csv_create_rolling_features_label(project, dataset, date_range_table, sales_dataset_table, value_name, downsample_si | STRING |
| LOW⚡ | blogs/gcp_forecasting/tf_module/trainer/model.py | 52 | def convert_sequences_from_strings_to_floats(features, column_list, seq_len): | CODE |
| LOW | blogs/gcp_forecasting/tf_module/trainer/model.py | 266 | def fix_shape_and_type_for_serving(placeholder): | CODE |
| LOW | …oud-hero/optional-kubernetes-engine/bookshelf/tasks.py | 107 | def download_and_upload_image(src, dst_filename): | CODE |
| LOW | …-paced-labs/tfx/tfx-ai-platform/labs/pipeline/model.py | 56 | def _get_serve_tf_examples_fn(model, tf_transform_output): | CODE |
| LOW | …agent-system-skills-starter/app/authenticated_httpx.py | 13 | def create_authenticated_client( | CODE |
| LOW | …tem-skills-starter/agents/content_builder/a2a_utils.py | 105 | def create_authenticated_client( | CODE |
| LOW | …-agent-system-skills-starter/agents/judge/a2a_utils.py | 105 | def create_authenticated_client( | CODE |
| LOW | …t-system-skills-starter/agents/researcher/a2a_utils.py | 105 | def create_authenticated_client( | CODE |
| LOW | …lls-starter/agents/orchestrator/authenticated_httpx.py | 12 | def create_authenticated_client( | CODE |
| LOW | …system-skills-starter/agents/orchestrator/a2a_utils.py | 105 | def create_authenticated_client( | CODE |
| LOW | …ent-system-skills-starter/agents/orchestrator/agent.py | 13 | def create_save_output_callback(key: str): | CODE |
| LOW | …nt-system-skills-starter/shared/authenticated_httpx.py | 13 | def create_authenticated_client( | CODE |
| LOW | …/multi-agent-system-skills-starter/shared/a2a_utils.py | 105 | def create_authenticated_client( | CODE |
| LOW | …/multi-agent-system-starter/app/authenticated_httpx.py | 13 | def create_authenticated_client( | CODE |
| LOW | …ent-system-starter/agents/content_builder/a2a_utils.py | 105 | def create_authenticated_client( | CODE |
| LOW | …m/multi-agent-system-starter/agents/judge/a2a_utils.py | 105 | def create_authenticated_client( | CODE |
| LOW | …ti-agent-system-starter/agents/researcher/a2a_utils.py | 105 | def create_authenticated_client( | CODE |
| LOW | …tem-starter/agents/orchestrator/authenticated_httpx.py | 12 | def create_authenticated_client( | CODE |
| LOW | …-agent-system-starter/agents/orchestrator/a2a_utils.py | 105 | def create_authenticated_client( | CODE |
| LOW | …ulti-agent-system-starter/agents/orchestrator/agent.py | 13 | def create_save_output_callback(key: str): | CODE |
| LOW | …lti-agent-system-starter/shared/authenticated_httpx.py | 13 | def create_authenticated_client( | CODE |
| LOW | …-system/multi-agent-system-starter/shared/a2a_utils.py | 105 | def create_authenticated_client( | CODE |
| LOW⚡ | …lenge-starter/src/income-verification-api/test_main.py | 24 | def test_verify_known_applicant(): | CODE |
| LOW⚡ | …lenge-starter/src/income-verification-api/test_main.py | 31 | def test_verify_unknown_applicant(): | CODE |
| LOW⚡ | …lenge-starter/src/income-verification-api/test_main.py | 36 | def test_verify_case_insensitive(): | CODE |
| LOW | …lenge-starter/src/income-verification-api/test_main.py | 55 | def test_rest_verify_known_applicant(): | CODE |
| LOW | …lenge-starter/src/income-verification-api/test_main.py | 66 | def test_rest_verify_unknown_applicant(): | CODE |
| LOW | …lenge-starter/src/income-verification-api/test_main.py | 76 | def test_rest_verify_case_insensitive(): | CODE |
| LOW | …ateway-challenge-starter/src/legacy-dms/test_server.py | 22 | def test_search_by_name_and_doc_type(): | CODE |
| LOW | …ateway-challenge-starter/src/legacy-dms/test_server.py | 28 | def test_search_unknown_applicant(): | CODE |
| LOW | …ateway-challenge-starter/src/legacy-dms/test_server.py | 40 | def test_get_document_not_found(): | CODE |
| LOW⚡ | …way-challenge-starter/src/corporate-email/test_main.py | 22 | def test_send_returns_status_and_message_id(): | CODE |
| LOW⚡ | …way-challenge-starter/src/corporate-email/test_main.py | 30 | def test_read_returns_all_emails(): | CODE |
| LOW⚡ | …way-challenge-starter/src/corporate-email/test_main.py | 35 | def test_read_with_specific_id(): | CODE |
| LOW⚡ | …way-challenge-starter/src/corporate-email/test_main.py | 41 | def test_read_with_unknown_id(): | CODE |
| LOW | …allenge-starter/src/mortgage-agent/tests/test_agent.py | 68 | def test_nested_exception_group(self): | CODE |
| LOW | …allenge-starter/src/mortgage-agent/tests/test_agent.py | 101 | def test_non_http_error_returns_none(self): | CODE |
| LOW | …allenge-starter/src/mortgage-agent/tests/test_agent.py | 164 | def test_render_includes_live_tool_names_and_descriptions(self): | CODE |
| LOW | …allenge-starter/src/mortgage-agent/tests/test_agent.py | 183 | def test_render_handles_empty_discovery(self): | CODE |
| LOW | …allenge-starter/src/mortgage-agent/tests/test_agent.py | 188 | def test_render_handles_unknown_service_with_tools(self): | CODE |
| LOW | …allenge-starter/src/mortgage-agent/tests/test_agent.py | 205 | def test_render_falls_back_to_wildcard_when_tools_empty(self): | CODE |
| LOW | …allenge-starter/src/mortgage-agent/tests/test_agent.py | 214 | def test_render_handles_service_with_no_tools_field(self): | CODE |
| LOW | …allenge-starter/src/mortgage-agent/tests/test_agent.py | 225 | def test_render_handles_service_with_no_prefix_and_no_tools(self): | CODE |
| LOW | …allenge-starter/src/mortgage-agent/tests/test_agent.py | 234 | def test_built_agent_instruction_contains_live_tool_names_and_guardrails(self): | CODE |
| LOW⚡ | …allenge-starter/src/mortgage-agent/tests/test_agent.py | 258 | def test_discover_does_not_override_toolset_timeout(self, monkeypatch): | CODE |
| 618 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | quests/dataflow/batch_event_generator.py | 189 | print("Error while deleting file : ", filePath) | CODE |
| MEDIUM | quests/dataflow_python/batch_event_generator.py | 189 | print("Error while deleting file : ", filePath) | CODE |
| MEDIUM | quests/dataflow_scala/batch_event_generator.py | 189 | print("Error while deleting file : ", filePath) | CODE |
| LOW | blogs/endpointslambda/lambdafunctioninline.py | 61 | except Exception as e: | CODE |
| MEDIUM | blogs/endpointslambda/lambdafunctioninline.py | 63 | print('Error integrating lambda function with endpoint for the object {} in bucket {}'.format(object_key, bucket | CODE |
| LOW | …/microservices-demo-1/src/emailservice/email_server.py | 200 | except Exception as e: | CODE |
| LOW | …o-1/src/recommendationservice/recommendation_server.py | 118 | except Exception as e: | CODE |
| LOW | …e_bootcamp/DM/dev-for-aspnet/labinfra/common/common.py | 225 | except Exception as e: | CODE |
| MEDIUM | …e_bootcamp/DM/dev-for-aspnet/labinfra/common/common.py | 222 | def FormatErrorsWrap(context): | CODE |
| LOW | …amps/sample_bootcamp/DM/ha-sql-server/common/common.py | 225 | except Exception as e: | CODE |
| MEDIUM | …amps/sample_bootcamp/DM/ha-sql-server/common/common.py | 222 | def FormatErrorsWrap(context): | CODE |
| LOW | self-paced-labs/cloud-hero/authenticating-users/main.py | 96 | except Exception as e: | CODE |
| LOW | self-paced-labs/near-realtime-looker/main.py | 47 | except Exception as e: | CODE |
| MEDIUM⚡ | …ulti-agent-system-skills-starter/billing-enablement.py | 13 | print(f"Error: Project ID file not found at {project_file}") | CODE |
| MEDIUM⚡ | …ulti-agent-system-skills-starter/billing-enablement.py | 19 | print("Error: Project ID file is empty.") | CODE |
| LOW⚡ | …ulti-agent-system-skills-starter/billing-enablement.py | 23 | except Exception as e: | CODE |
| MEDIUM⚡ | …ulti-agent-system-skills-starter/billing-enablement.py | 24 | print(f"Error reading project ID from file: {e}") | CODE |
| LOW | …ulti-agent-system-skills-starter/billing-enablement.py | 59 | except Exception as e: | CODE |
| LOW | …ulti-agent-system-skills-starter/billing-enablement.py | 90 | except Exception as e: | CODE |
| LOW | …ulti-agent-system-skills-starter/billing-enablement.py | 104 | except Exception as e: | CODE |
| LOW | …stem/multi-agent-system-skills-starter/app/__init__.py | 26 | except Exception: | CODE |
| LOW | …stem-skills-starter/agents/content_builder/__init__.py | 27 | except Exception: | CODE |
| LOW | …i-agent-system-skills-starter/agents/judge/__init__.py | 27 | except Exception: | CODE |
| LOW | …nt-system-skills-starter/agents/researcher/__init__.py | 27 | except Exception: | CODE |
| LOW | …-system-skills-starter/agents/orchestrator/__init__.py | 27 | except Exception: | CODE |
| MEDIUM⚡ | …ystem/multi-agent-system-starter/billing-enablement.py | 13 | print(f"Error: Project ID file not found at {project_file}") | CODE |
| MEDIUM⚡ | …ystem/multi-agent-system-starter/billing-enablement.py | 19 | print("Error: Project ID file is empty.") | CODE |
| LOW⚡ | …ystem/multi-agent-system-starter/billing-enablement.py | 23 | except Exception as e: | CODE |
| MEDIUM⚡ | …ystem/multi-agent-system-starter/billing-enablement.py | 24 | print(f"Error reading project ID from file: {e}") | CODE |
| LOW | …ystem/multi-agent-system-starter/billing-enablement.py | 59 | except Exception as e: | CODE |
| LOW | …ystem/multi-agent-system-starter/billing-enablement.py | 90 | except Exception as e: | CODE |
| LOW | …ystem/multi-agent-system-starter/billing-enablement.py | 104 | except Exception as e: | CODE |
| LOW | …gent-system/multi-agent-system-starter/app/__init__.py | 26 | except Exception: | CODE |
| LOW | …gent-system-starter/agents/content_builder/__init__.py | 27 | except Exception: | CODE |
| LOW | …em/multi-agent-system-starter/agents/judge/__init__.py | 27 | except Exception: | CODE |
| LOW | …lti-agent-system-starter/agents/researcher/__init__.py | 27 | except Exception: | CODE |
| LOW | …i-agent-system-starter/agents/orchestrator/__init__.py | 27 | except Exception: | CODE |
| LOW | …y-challenge-starter/src/mortgage-agent/deploy_agent.py | 643 | except Exception as e: | CODE |
| LOW | …y-challenge-starter/src/mortgage-agent/deploy_agent.py | 666 | except Exception as e: | CODE |
| MEDIUM | …y-challenge-starter/src/mortgage-agent/deploy_agent.py | 667 | print(f"Error executing grant_agent_mcp_egress.sh: {e}") | CODE |
| LOW | …challenge-starter/src/mortgage-agent/agent/__init__.py | 27 | except Exception: | CODE |
| LOW | …challenge-starter/src/mortgage-agent/agent/__init__.py | 38 | except Exception: | CODE |
| LOW | …ay-challenge-starter/src/mortgage-agent/agent/agent.py | 77 | except Exception: | CODE |
| LOW | …ay-challenge-starter/src/mortgage-agent/agent/agent.py | 103 | except Exception: | CODE |
| LOW | …ay-challenge-starter/src/mortgage-agent/agent/agent.py | 392 | except Exception: | CODE |
| LOW | …ay-challenge-starter/src/mortgage-agent/agent/agent.py | 430 | except Exception: | CODE |
| MEDIUM | …ay-challenge-starter/src/mortgage-agent/agent/agent.py | 99 | def auth_flow(self, request): | CODE |
| LOW | …gent-egress-gateway/src/mortgage-agent/deploy_agent.py | 644 | except Exception as e: | CODE |
| LOW | …gent-egress-gateway/src/mortgage-agent/deploy_agent.py | 667 | except Exception as e: | CODE |
| MEDIUM | …gent-egress-gateway/src/mortgage-agent/deploy_agent.py | 668 | print(f"Error executing grant_agent_mcp_egress.sh: {e}") | CODE |
| LOW | …nt-egress-gateway/src/mortgage-agent/agent/__init__.py | 27 | except Exception: | CODE |
| LOW | …nt-egress-gateway/src/mortgage-agent/agent/__init__.py | 38 | except Exception: | CODE |
| LOW | …agent-egress-gateway/src/mortgage-agent/agent/agent.py | 77 | except Exception: | CODE |
| LOW | …agent-egress-gateway/src/mortgage-agent/agent/agent.py | 103 | except Exception: | CODE |
| LOW | …agent-egress-gateway/src/mortgage-agent/agent/agent.py | 392 | except Exception: | CODE |
| LOW | …agent-egress-gateway/src/mortgage-agent/agent/agent.py | 430 | except Exception: | CODE |
| MEDIUM | …agent-egress-gateway/src/mortgage-agent/agent/agent.py | 99 | def auth_flow(self, request): | CODE |
| LOW | …exercise0-prework/python/solution/action_subscriber.py | 44 | except Exception as e: | CODE |
| LOW | …2/structured/labs/serving/application/lib/flask/cli.py | 162 | except Exception: | CODE |
| LOW | …2/structured/labs/serving/application/lib/flask/cli.py | 366 | except Exception: | CODE |
| 462 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | blogs/gcp_forecasting/tf_module/trainer/model.py | 220 | lstm_cell = tf.compat.v1.nn.rnn_cell.LSTMCell( | CODE |
| CRITICAL | …/main/java/com/google/cloud/sme/pubsub/Subscriber.java | 63 | com.google.cloud.pubsub.v1.Subscriber.newBuilder(subscription, this); | CODE |
| CRITICAL | …c/main/java/com/google/cloud/sme/pubsub/Publisher.java | 64 | com.google.cloud.pubsub.v1.Publisher.newBuilder(topic); | CODE |
| CRITICAL | …/main/java/com/google/cloud/sme/pubsub/Subscriber.java | 64 | com.google.cloud.pubsub.v1.Subscriber.newBuilder(subscription, this); | CODE |
| CRITICAL | …c/main/java/com/google/cloud/sme/pubsub/Publisher.java | 64 | com.google.cloud.pubsub.v1.Publisher.newBuilder(topic); | CODE |
| CRITICAL | …/main/java/com/google/cloud/sme/pubsub/Subscriber.java | 70 | com.google.cloud.pubsub.v1.Subscriber.newBuilder(subscription, this); | CODE |
| CRITICAL | …c/main/java/com/google/cloud/sme/pubsub/Publisher.java | 70 | com.google.cloud.pubsub.v1.Publisher.newBuilder(topic); | CODE |
| CRITICAL | …c/main/java/com/google/cloud/sme/pubsub/Publisher.java | 65 | com.google.cloud.pubsub.v1.Publisher.newBuilder(topic); | CODE |
| CRITICAL | …c/main/java/com/google/cloud/sme/pubsub/Publisher.java | 67 | com.google.cloud.pubsub.v1.Publisher.newBuilder(topic); | CODE |
| CRITICAL | …/deepdive/03_tensorflow/labs/taxifare/trainer/model.py | 66 | tf.compat.v1.summary.FileWriterCache.clear() # ensure filewriter cache is clear for TensorBoard events file | CODE |
| CRITICAL | …rning/deepdive/03_tensorflow/taxifare/trainer/model.py | 88 | tf.compat.v1.summary.FileWriterCache.clear() # ensure filewriter cache is clear for TensorBoard events file | CODE |
| CRITICAL | …e/09_sequence/labs/txtclsmodel/trainer/model_native.py | 292 | tf.compat.v1.summary.FileWriterCache.clear() # ensure filewriter cache is clear for TensorBoard events file | CODE |
| CRITICAL | …deepdive/09_sequence/labs/txtclsmodel/trainer/model.py | 105 | return tf.compat.v1.estimator.inputs.numpy_input_fn( | CODE |
| CRITICAL | …deepdive/09_sequence/labs/txtclsmodel/trainer/model.py | 247 | tf.compat.v1.summary.FileWriterCache.clear() # ensure filewriter cache is clear for TensorBoard events file | CODE |
| CRITICAL | …epdive/09_sequence/txtclsmodel/trainer/model_native.py | 292 | tf.compat.v1.summary.FileWriterCache.clear() # ensure filewriter cache is clear for TensorBoard events file | CODE |
| CRITICAL | …ning/deepdive/09_sequence/txtclsmodel/trainer/model.py | 105 | return tf.compat.v1.estimator.inputs.numpy_input_fn( | CODE |
| CRITICAL | …ning/deepdive/09_sequence/txtclsmodel/trainer/model.py | 249 | tf.compat.v1.summary.FileWriterCache.clear() # ensure filewriter cache is clear for TensorBoard events file | CODE |
| CRITICAL | …learning/deepdive/10_recommend/labs/walsmodel/model.py | 194 | export_strategies = tf.contrib.learn.utils.saved_model_export_utils.make_export_strategy(serving_input_fn = | CODE |
| CRITICAL | …achine_learning/feateng/labs/taxifare/trainer/model.py | 169 | tf.compat.v1.summary.FileWriterCache.clear() # ensure filewriter cache is clear for TensorBoard events file | CODE |
| CRITICAL | …ses/machine_learning/feateng/taxifare/trainer/model.py | 169 | tf.compat.v1.summary.FileWriterCache.clear() # ensure filewriter cache is clear for TensorBoard events file | CODE |
| CRITICAL | …epdive2/recommendation_systems/labs/walsmodel/model.py | 194 | export_strategies = tf.contrib.learn.utils.saved_model_export_utils.make_export_strategy(serving_input_fn = | CODE |
| CRITICAL | …erving/application/lib/werkzeug/debug/shared/jquery.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| CRITICAL | …erving/application/lib/werkzeug/debug/shared/jquery.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| CRITICAL | …erving/application/lib/werkzeug/debug/shared/jquery.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| CRITICAL | …erving/application/lib/werkzeug/debug/shared/jquery.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| CRITICAL | courses/unstructured/bigquery_connect.sh | 69 | input_path = sc._jvm.org.apache.hadoop.fs.Path(input_directory) | CODE |
| CRITICAL | courses/unstructured/bigquery_connect.sh | 71 | output_path = sc._jvm.org.apache.hadoop.fs.Path(output_directory) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …t-system/multi-agent-system-skills-starter/app/main.py | 28 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ti-agent-system/multi-agent-system-starter/app/main.py | 28 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ay-challenge-starter/src/mortgage-agent/agent/agent.py | 29 | logger = logging.getLogger(__name__) | CODE |
| LOW | …agent-egress-gateway/src/mortgage-agent/agent/agent.py | 29 | logger = logging.getLogger(__name__) | CODE |
| LOW | …/structured/labs/serving/application/lib/flask/json.py | 30 | __all__ = ['dump', 'dumps', 'load', 'loads', 'htmlsafe_dump', | CODE |
| LOW | …tructured/labs/serving/application/lib/pyasn1/debug.py | 14 | __all__ = ['Debug', 'setLogger', 'hexdump'] | CODE |
| LOW | …/labs/serving/application/lib/pyasn1/compat/calling.py | 9 | __all__ = ['callable'] | CODE |
| LOW | …s/serving/application/lib/pyasn1/compat/dateandtime.py | 11 | __all__ = ['strptime'] | CODE |
| LOW | …serving/application/lib/pyasn1/codec/native/decoder.py | 15 | __all__ = ['decode'] | CODE |
| LOW | …serving/application/lib/pyasn1/codec/native/encoder.py | 21 | __all__ = ['encode'] | CODE |
| LOW | …bs/serving/application/lib/pyasn1/codec/der/decoder.py | 10 | __all__ = ['decode'] | CODE |
| LOW | …bs/serving/application/lib/pyasn1/codec/der/encoder.py | 11 | __all__ = ['encode'] | CODE |
| LOW | …bs/serving/application/lib/pyasn1/codec/cer/decoder.py | 12 | __all__ = ['decode'] | CODE |
| LOW | …bs/serving/application/lib/pyasn1/codec/cer/encoder.py | 13 | __all__ = ['encode'] | CODE |
| LOW | …bs/serving/application/lib/pyasn1/codec/ber/decoder.py | 19 | __all__ = ['decode'] | CODE |
| LOW | …d/labs/serving/application/lib/pyasn1/codec/ber/eoo.py | 10 | __all__ = ['endOfOctets'] | CODE |
| LOW | …bs/serving/application/lib/pyasn1/codec/ber/encoder.py | 20 | __all__ = ['encode'] | CODE |
| LOW | …labs/serving/application/lib/pyasn1/type/constraint.py | 13 | __all__ = ['SingleValueConstraint', 'ContainedSubtypeConstraint', | CODE |
| LOW | …red/labs/serving/application/lib/pyasn1/type/tagmap.py | 9 | __all__ = ['TagMap'] | CODE |
| LOW | …red/labs/serving/application/lib/pyasn1/type/useful.py | 16 | __all__ = ['ObjectDescriptor', 'GeneralizedTime', 'UTCTime'] | CODE |
| LOW | …/labs/serving/application/lib/pyasn1/type/namedtype.py | 13 | __all__ = ['NamedType', 'OptionalNamedType', 'DefaultedNamedType', | CODE |
| LOW | …tured/labs/serving/application/lib/pyasn1/type/char.py | 13 | __all__ = ['NumericString', 'PrintableString', 'TeletexString', 'T61String', 'VideotexString', | CODE |
| LOW | …d/labs/serving/application/lib/pyasn1/type/opentype.py | 8 | __all__ = ['OpenType'] | CODE |
| LOW | …tured/labs/serving/application/lib/pyasn1/type/univ.py | 25 | __all__ = ['Integer', 'Boolean', 'BitString', 'OctetString', 'Null', | CODE |
| LOW | …d/labs/serving/application/lib/pyasn1/type/namedval.py | 11 | __all__ = ['NamedValues'] | CODE |
| LOW | …tured/labs/serving/application/lib/pyasn1/type/base.py | 15 | __all__ = ['Asn1Item', 'Asn1Type', 'SimpleAsn1Type', | CODE |
| LOW | …ctured/labs/serving/application/lib/pyasn1/type/tag.py | 9 | __all__ = ['tagClassUniversal', 'tagClassApplication', 'tagClassContext', | CODE |
| LOW | …ed/labs/serving/application/lib/markupsafe/__init__.py | 25 | __all__ = ["Markup", "soft_unicode", "escape", "escape_silent"] | CODE |
| LOW | …s/serving/application/lib/googleapiclient/discovery.py | 24 | __all__ = [ | CODE |
| LOW | …s/serving/application/lib/googleapiclient/discovery.py | 90 | logger = logging.getLogger(__name__) | CODE |
| LOW | …erving/application/lib/googleapiclient/sample_tools.py | 22 | __all__ = ['init'] | CODE |
| LOW | …ured/labs/serving/application/lib/httplib2/__init__.py | 138 | __all__ = [ | CODE |
| LOW | …ctured/labs/serving/application/lib/jinja2/__init__.py | 60 | __all__ = [ | CODE |
| LOW | …uctured/labs/serving/application/lib/jinja2/runtime.py | 27 | __all__ = ['LoopContext', 'TemplateReference', 'Macro', 'Markup', | CODE |
| LOW | …2/structured/labs/serving/application/lib/rsa/prime.py | 27 | __all__ = ['getprime', 'are_relatively_prime'] | CODE |
| LOW | …ve2/structured/labs/serving/application/lib/rsa/key.py | 775 | __all__ = ['PublicKey', 'PrivateKey', 'newkeys'] | CODE |
| LOW | …tructured/labs/serving/application/lib/rsa/pkcs1_v2.py | 87 | __all__ = [ | CODE |
| LOW | …tructured/labs/serving/application/lib/rsa/__init__.py | 40 | __all__ = ["newkeys", "encrypt", "decrypt", "sign", "verify", 'PublicKey', | CODE |
| LOW | …2/structured/labs/serving/application/lib/rsa/pkcs1.py | 424 | __all__ = ['encrypt', 'decrypt', 'sign', 'verify', | STRING |
| LOW | …tructured/labs/serving/application/lib/rsa/parallel.py | 87 | __all__ = ['getprime'] | CODE |
| LOW | …ured/labs/serving/application/lib/werkzeug/__init__.py | 19 | __all__ = ["run_simple", "Client", "Request", "Response", "__version__"] | CODE |
| LOW | …ed/labs/serving/application/lib/werkzeug/exceptions.py | 710 | __all__ = ["HTTPException"] | CODE |
| LOW | …uctured/labs/serving/application/lib/click/__init__.py | 52 | __all__ = [ | CODE |
| LOW | …red/labs/serving/application/lib/oauth2client/crypt.py | 33 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ed/labs/serving/application/lib/oauth2client/client.py | 52 | logger = logging.getLogger(__name__) | CODE |
| LOW | …red/labs/serving/application/lib/oauth2client/tools.py | 37 | __all__ = ['argparser', 'run_flow', 'message_if_missing'] | CODE |
| LOW | …/labs/serving/application/lib/oauth2client/_helpers.py | 29 | logger = logging.getLogger(__name__) | CODE |
| LOW | …/lib/oauth2client/contrib/multiprocess_file_storage.py | 95 | logger = logging.getLogger(__name__) | CODE |
| LOW | …bs/serving/application/lib/oauth2client/contrib/gce.py | 29 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ving/application/lib/oauth2client/contrib/appengine.py | 48 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ctured/solutions/serving/application/lib/flask/json.py | 30 | __all__ = ['dump', 'dumps', 'load', 'loads', 'htmlsafe_dump', | CODE |
| LOW | …ured/solutions/serving/application/lib/pyasn1/debug.py | 14 | __all__ = ['Debug', 'setLogger', 'hexdump'] | CODE |
| LOW | …tions/serving/application/lib/pyasn1/compat/calling.py | 9 | __all__ = ['callable'] | CODE |
| LOW | …s/serving/application/lib/pyasn1/compat/dateandtime.py | 11 | __all__ = ['strptime'] | CODE |
| LOW | …serving/application/lib/pyasn1/codec/native/decoder.py | 15 | __all__ = ['decode'] | CODE |
| LOW | …serving/application/lib/pyasn1/codec/native/encoder.py | 21 | __all__ = ['encode'] | CODE |
| LOW | …ns/serving/application/lib/pyasn1/codec/der/decoder.py | 10 | __all__ = ['decode'] | CODE |
| LOW | …ns/serving/application/lib/pyasn1/codec/der/encoder.py | 11 | __all__ = ['encode'] | CODE |
| LOW | …ns/serving/application/lib/pyasn1/codec/cer/decoder.py | 12 | __all__ = ['decode'] | CODE |
| LOW | …ns/serving/application/lib/pyasn1/codec/cer/encoder.py | 13 | __all__ = ['encode'] | CODE |
| 128 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …Stream_Testing_Pipeline/lab/taxi_streaming_pipeline.py | 50 | CODE | |
| LOW | …m_Testing_Pipeline/solution/taxi_streaming_pipeline.py | 50 | CODE | |
| LOW | quests/dei/census/custom_transforms.py | 43 | CODE | |
| LOW | blogs/lightning/ltgpred/goesutil/goesio.py | 311 | CODE | |
| LOW | blogs/babyweight/babyweight/trainer/model.py | 197 | CODE | |
| LOW | …-gcp/DQN_Breakout/rl_on_gcp/trainer/stack_frame_env.py | 59 | CODE | |
| LOW | …e_bootcamp/DM/dev-for-aspnet/labinfra/common/common.py | 187 | CODE | |
| LOW | …amps/sample_bootcamp/DM/ha-sql-server/common/common.py | 187 | CODE | |
| LOW | …ystem-skills-starter/agents/content_builder/adk_app.py | 167 | CODE | |
| LOW | …ti-agent-system-skills-starter/agents/judge/adk_app.py | 167 | CODE | |
| LOW | …ent-system-skills-starter/agents/researcher/adk_app.py | 167 | CODE | |
| LOW | …t-system-skills-starter/agents/orchestrator/adk_app.py | 167 | CODE | |
| LOW | …em/multi-agent-system-skills-starter/shared/adk_app.py | 167 | CODE | |
| LOW | …agent-system-starter/agents/content_builder/adk_app.py | 167 | CODE | |
| LOW | …tem/multi-agent-system-starter/agents/judge/adk_app.py | 167 | CODE | |
| LOW | …ulti-agent-system-starter/agents/researcher/adk_app.py | 167 | CODE | |
| LOW | …ti-agent-system-starter/agents/orchestrator/adk_app.py | 167 | CODE | |
| LOW | …nt-system/multi-agent-system-starter/shared/adk_app.py | 167 | CODE | |
| LOW | …ataflow/demos/shuffle_service/shuffle_demo_pipeline.py | 35 | CODE | |
| LOW | …mend/labs/endtoend/airflow/plugins/gae_admin_plugin.py | 119 | CODE | |
| LOW | …recommend/endtoend/airflow/plugins/gae_admin_plugin.py | 119 | CODE | |
| LOW | …s/serving/application/lib/googleapiclient/discovery.py | 174 | CODE | |
| LOW | …ured/labs/serving/application/lib/httplib2/__init__.py | 1244 | CODE | |
| LOW | …ured/labs/serving/application/lib/httplib2/__init__.py | 1481 | CODE | |
| LOW | …ured/labs/serving/application/lib/httplib2/__init__.py | 1506 | CODE | |
| LOW | …red/labs/serving/application/lib/jinja2/environment.py | 264 | CODE | |
| LOW | …red/labs/serving/application/lib/jinja2/environment.py | 356 | CODE | |
| LOW | …red/labs/serving/application/lib/jinja2/environment.py | 919 | CODE | |
| LOW | …tured/labs/serving/application/lib/werkzeug/serving.py | 788 | CODE | |
| LOW | …tured/labs/serving/application/lib/werkzeug/serving.py | 834 | CODE | |
| LOW | …ructured/labs/serving/application/lib/werkzeug/test.py | 340 | CODE | |
| LOW | …ructured/labs/serving/application/lib/werkzeug/test.py | 849 | CODE | |
| LOW | …tured/labs/serving/application/lib/werkzeug/routing.py | 627 | CODE | |
| LOW | …tured/labs/serving/application/lib/werkzeug/routing.py | 1327 | CODE | |
| LOW | …ructured/labs/serving/application/lib/werkzeug/http.py | 1086 | CODE | |
| LOW | …ructured/labs/serving/application/lib/werkzeug/urls.py | 842 | CODE | |
| LOW | …ing/application/lib/werkzeug/wrappers/base_response.py | 429 | CODE | |
| LOW | …s/serving/application/lib/werkzeug/contrib/sessions.py | 330 | CODE | |
| LOW | …rving/application/lib/werkzeug/contrib/securecookie.py | 327 | CODE | |
| LOW | …abs/serving/application/lib/werkzeug/debug/__init__.py | 261 | CODE | |
| LOW | …/structured/labs/serving/application/lib/click/core.py | 213 | CODE | |
| LOW | …/structured/labs/serving/application/lib/click/core.py | 794 | CODE | |
| LOW | …/structured/labs/serving/application/lib/click/core.py | 1333 | CODE | |
| LOW | …/structured/labs/serving/application/lib/click/core.py | 1540 | CODE | |
| LOW | …structured/labs/serving/application/lib/click/types.py | 490 | CODE | |
| LOW | …tructured/labs/serving/application/lib/click/termui.py | 55 | CODE | |
| LOW | …tructured/labs/serving/application/lib/click/termui.py | 261 | CODE | |
| LOW | …tructured/labs/serving/application/lib/click/termui.py | 372 | CODE | |
| LOW | …red/labs/serving/application/lib/click/_termui_impl.py | 56 | CODE | |
| LOW | …ed/labs/serving/application/lib/oauth2client/client.py | 1618 | CODE | |
| LOW | …ed/labs/serving/application/lib/oauth2client/client.py | 2093 | CODE | |
| LOW | …ed/labs/serving/application/lib/oauth2client/client.py | 1812 | CODE | |
| LOW | …ving/application/lib/oauth2client/contrib/appengine.py | 523 | CODE | |
| LOW | …/deepdive2/structured/labs/babyweight/trainer/model.py | 179 | CODE | |
| LOW | …s/serving/application/lib/googleapiclient/discovery.py | 174 | CODE | |
| LOW | …solutions/serving/application/lib/httplib2/__init__.py | 1244 | CODE | |
| LOW | …solutions/serving/application/lib/httplib2/__init__.py | 1481 | CODE | |
| LOW | …solutions/serving/application/lib/httplib2/__init__.py | 1506 | CODE | |
| LOW | …olutions/serving/application/lib/jinja2/environment.py | 264 | CODE | |
| LOW | …olutions/serving/application/lib/jinja2/environment.py | 356 | CODE | |
| 129 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …oud-hero/optional-kubernetes-engine/tests/test_auth.py | 37 | id_token={'sub': '123', 'email': 'user@example.com'}, | CODE |
| LOW | …allenge-starter/terraform/modules/foundation/README.md | 25 | quota_contact_email = "admin@example.com" | CODE |
| LOW⚡ | …way-challenge-starter/src/corporate-email/test_main.py | 23 | result = _send("user@example.com", "Test Subject", "Test Body") | CODE |
| LOW⚡ | …way-challenge-starter/src/corporate-email/test_main.py | 26 | assert result["to"] == "user@example.com" | CODE |
| LOW | …-egress-gateway/terraform/modules/foundation/README.md | 25 | quota_contact_email = "admin@example.com" | CODE |
| LOW⚡ | …-agent-egress-gateway/src/corporate-email/test_main.py | 23 | result = _send("user@example.com", "Test Subject", "Test Body") | CODE |
| LOW⚡ | …-agent-egress-gateway/src/corporate-email/test_main.py | 26 | assert result["to"] == "user@example.com" | CODE |
| LOW | …tured/labs/serving/application/lib/jinja2/constants.py | 13 | #: list of lorem ipsum words used by the lipsum() helper function | COMMENT |
| LOW | …tructured/labs/serving/application/lib/jinja2/utils.py | 239 | """Generate some lorem ipsum for the template.""" | STRING |
| LOW | …red/labs/serving/application/lib/jinja2/environment.py | 908 | >>> template.render(name='John Doe') == u'Hello John Doe!' | STRING |
| LOW | …red/labs/serving/application/lib/jinja2/environment.py | 910 | >>> stream = template.stream(name='John Doe') | STRING |
| LOW | …/solutions/serving/application/lib/jinja2/constants.py | 13 | #: list of lorem ipsum words used by the lipsum() helper function | COMMENT |
| LOW | …ured/solutions/serving/application/lib/jinja2/utils.py | 239 | """Generate some lorem ipsum for the template.""" | STRING |
| LOW | …olutions/serving/application/lib/jinja2/environment.py | 908 | >>> template.render(name='John Doe') == u'Hello John Doe!' | STRING |
| LOW | …olutions/serving/application/lib/jinja2/environment.py | 910 | >>> stream = template.stream(name='John Doe') | STRING |
| LOW | …nd_ml/labs/serving/application/lib/jinja2/constants.py | 13 | #: list of lorem ipsum words used by the lipsum() helper function | COMMENT |
| LOW | …to_end_ml/labs/serving/application/lib/jinja2/utils.py | 239 | """Generate some lorem ipsum for the template.""" | STRING |
| LOW | …_ml/labs/serving/application/lib/jinja2/environment.py | 908 | >>> template.render(name='John Doe') == u'Hello John Doe!' | STRING |
| LOW | …_ml/labs/serving/application/lib/jinja2/environment.py | 910 | >>> stream = template.stream(name='John Doe') | STRING |
| LOW | …/solutions/serving/application/lib/jinja2/constants.py | 13 | #: list of lorem ipsum words used by the lipsum() helper function | COMMENT |
| LOW | …d_ml/solutions/serving/application/lib/jinja2/utils.py | 239 | """Generate some lorem ipsum for the template.""" | STRING |
| LOW | …olutions/serving/application/lib/jinja2/environment.py | 908 | >>> template.render(name='John Doe') == u'Hello John Doe!' | STRING |
| LOW | …olutions/serving/application/lib/jinja2/environment.py | 910 | >>> stream = template.stream(name='John Doe') | STRING |
| LOW | …watson/source/model-source-code/tf-model/input_data.py | 61 | def __init__(self, images, labels, fake_data=False): | CODE |
| LOW | …watson/source/model-source-code/tf-model/input_data.py | 62 | if fake_data: | CODE |
| LOW | …watson/source/model-source-code/tf-model/input_data.py | 98 | def next_batch(self, batch_size, fake_data=False): | CODE |
| LOW | …watson/source/model-source-code/tf-model/input_data.py | 100 | if fake_data: | CODE |
| LOW⚡ | …watson/source/model-source-code/tf-model/input_data.py | 123 | def read_data_sets(train_images_file, train_labels_file, test_images_file, test_labels_file, fake_data=False, one_hot=Fa | CODE |
| LOW⚡ | …watson/source/model-source-code/tf-model/input_data.py | 127 | if fake_data: | CODE |
| LOW⚡ | …watson/source/model-source-code/tf-model/input_data.py | 128 | data_sets.train = DataSet([], [], fake_data=True) | CODE |
| LOW⚡ | …watson/source/model-source-code/tf-model/input_data.py | 129 | data_sets.validation = DataSet([], [], fake_data=True) | CODE |
| LOW⚡ | …watson/source/model-source-code/tf-model/input_data.py | 130 | data_sets.test = DataSet([], [], fake_data=True) | CODE |
| LOW | …-spanner/omegatrade/backend/sample-data/companies.json | 3 | "companyName": "Acme Corp", | CODE |
| LOW | …ns/bonus/server/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …ns/start/server/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …ions/end/server/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …rt/server/public/client/app/quizzes/quiz-controller.js | 26 | qc.user = {email:'test@test.com'}; | CODE |
| LOW | …nd/server/public/client/app/quizzes/quiz-controller.js | 14 | qc.user = {email:'test@test.com'}; | CODE |
| LOW | …/start/frontend/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …ne/end/frontend/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …/start/frontend/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …ng/end/frontend/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …us/server/public/client/app/quizzes/quiz-controller.js | 14 | qc.user = {email:'test@test.com'}; | CODE |
| LOW | …rt/server/public/client/app/quizzes/quiz-controller.js | 14 | qc.user = {email:'test@test.com'}; | CODE |
| LOW | …nd/server/public/client/app/quizzes/quiz-controller.js | 14 | qc.user = {email:'test@test.com'}; | CODE |
| LOW | …ts/bonus/server/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …ts/start/server/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …ints/end/server/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …er/bonus/server/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …er/start/server/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …nner/end/server/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …/start/quiz-app/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …ng/end/quiz-app/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …/bonus/frontend/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …/start/frontend/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …ne/end/frontend/public/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …art/quiz/webapp/static/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …end/quiz/webapp/static/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …end/quiz/webapp/static/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| LOW | …end/quiz/webapp/static/client/app/auth/auth-factory.js | 26 | email: 'app.dev.student@example.org', | CODE |
| 84 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 27 | # Step 5: Tag your element with the key | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 33 | # Step 8: Parse your results from the prediction | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 61 | # Step 3: Create the pipeline to read from the input topic | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 68 | # Step 4: Window the incoming element | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 73 | # Step 5: Tag your element with the key | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 77 | # Step 6: Create the model handler | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 83 | # Step 7: Submit the input to the model for a result | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 92 | # Step 8: Parse your results from the prediction | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 99 | # Step 9: Do a simple MAP and print | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 103 | # Step 10: Filter your data on the result key | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 108 | # Step 11: Submit the messages to Pub/Sub for further action | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 116 | # Step 12: Execute your pipeline | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py | 104 | # Step 1: Create the model handler | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py | 108 | # Step 2: Submit the input into the model for a result | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py | 118 | # Step 3: Join your results together | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py | 125 | # Step 4: Transform your joined results into a string | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py | 131 | # Step 6: Join your results together | COMMENT |
| LOW | quests/endtoendml/labs/pipelines/mlp_babyweight.py | 39 | # Step 1: create training dataset using Apache Beam on Cloud Dataflow | COMMENT |
| LOW | quests/endtoendml/labs/pipelines/mlp_babyweight.py | 60 | # Step 2: Do hyperparameter tuning of the model on Cloud ML Engine | COMMENT |
| LOW | quests/endtoendml/labs/pipelines/mlp_babyweight.py | 78 | # Step 3: Train the model some more, but on the pipelines cluster itself | COMMENT |
| LOW | quests/endtoendml/labs/pipelines/mlp_babyweight.py | 101 | # Step 4: Deploy the trained model to Cloud ML Engine | COMMENT |
| LOW | quests/endtoendml/labs/pipelines/mlp_babyweight.py | 125 | # Step 5: Deploy the trained model to AppEngine | COMMENT |
| LOW⚡ | …gs/microservices-demo-1/hack/make-release-artifacts.sh | 38 | # WARNING: This file is autogenerated. Do not manually edit. | COMMENT |
| LOW⚡ | blogs/microservices-demo-1/release/istio-manifests.yaml | 16 | # WARNING: This file is autogenerated. Do not manually edit. | COMMENT |
| LOW⚡ | …microservices-demo-1/release/kubernetes-manifests.yaml | 16 | # WARNING: This file is autogenerated. Do not manually edit. | COMMENT |
| LOW | …tarter/.agents/skills/agent-platform-debugger/SKILL.md | 137 | ### Step 0: Establish context & Verify access | COMMENT |
| LOW | …y-challenge-starter/src/mortgage-agent/deploy_agent.py | 88 | # Step 1: Delete existing agents by display name (must happen before | COMMENT |
| LOW | …y-challenge-starter/src/mortgage-agent/deploy_agent.py | 112 | # Step 2: Delete existing authorizations by prefix (now unlinked). | COMMENT |
| LOW | …y-challenge-starter/src/mortgage-agent/deploy_agent.py | 139 | # Step 3: Create authorization with timestamp-suffixed ID. | COMMENT |
| LOW | …y-challenge-starter/src/mortgage-agent/deploy_agent.py | 179 | # Step 4: Create agent registration | COMMENT |
| LOW | …ateway/.agents/skills/agent-platform-debugger/SKILL.md | 137 | ### Step 0: Establish context & Verify access | COMMENT |
| LOW | …gent-egress-gateway/src/mortgage-agent/deploy_agent.py | 88 | # Step 1: Delete existing agents by display name (must happen before | COMMENT |
| LOW | …gent-egress-gateway/src/mortgage-agent/deploy_agent.py | 112 | # Step 2: Delete existing authorizations by prefix (now unlinked). | COMMENT |
| LOW | …gent-egress-gateway/src/mortgage-agent/deploy_agent.py | 139 | # Step 3: Create authorization with timestamp-suffixed ID. | COMMENT |
| LOW | …gent-egress-gateway/src/mortgage-agent/deploy_agent.py | 179 | # Step 4: Create agent registration | COMMENT |
| LOW⚡ | …es/ahybrid/v1.0/AHYBRID081/boutique/east/services.yaml | 16 | # WARNING: This file is autogenerated. Do not manually edit. | COMMENT |
| LOW⚡ | …brid/v1.0/AHYBRID081/boutique/east/istio-defaults.yaml | 16 | # WARNING: This file is autogenerated. Do not manually edit. | COMMENT |
| LOW⚡ | …ahybrid/v1.0/AHYBRID081/boutique/east/deployments.yaml | 16 | # WARNING: This file is autogenerated. Do not manually edit. | COMMENT |
| LOW⚡ | …es/ahybrid/v1.0/AHYBRID081/boutique/west/services.yaml | 16 | # WARNING: This file is autogenerated. Do not manually edit. | COMMENT |
| LOW⚡ | …brid/v1.0/AHYBRID081/boutique/west/istio-defaults.yaml | 16 | # WARNING: This file is autogenerated. Do not manually edit. | COMMENT |
| LOW⚡ | …ctured/pipelines/containers/pipeline/mlp_babyweight.py | 43 | # Step 1: create training dataset using Apache Beam on Cloud Dataflow | COMMENT |
| LOW | …ctured/pipelines/containers/pipeline/mlp_babyweight.py | 58 | # Step 2: Do hyperparameter tuning of the model on Cloud ML Engine | COMMENT |
| LOW | …ctured/pipelines/containers/pipeline/mlp_babyweight.py | 72 | # Step 5: Deploy web app | COMMENT |
| LOW | …ctured/pipelines/containers/pipeline/mlp_babyweight.py | 106 | # Step 2: hyperparam train | COMMENT |
| LOW | …ctured/pipelines/containers/pipeline/mlp_babyweight.py | 123 | # Step 3: Train the model some more, but on the pipelines cluster itself | COMMENT |
| LOW | …ctured/pipelines/containers/pipeline/mlp_babyweight.py | 137 | # Step 4: Deploy the trained model to Cloud ML Engine | COMMENT |
| LOW | …earning/deepdive/05_review/pipelines/mlp_babyweight.py | 39 | # Step 1: create training dataset using Apache Beam on Cloud Dataflow | COMMENT |
| LOW | …earning/deepdive/05_review/pipelines/mlp_babyweight.py | 60 | # Step 2: Do hyperparameter tuning of the model on Cloud ML Engine | COMMENT |
| LOW | …earning/deepdive/05_review/pipelines/mlp_babyweight.py | 78 | # Step 3: Train the model some more, but on the pipelines cluster itself | COMMENT |
| LOW | …earning/deepdive/05_review/pipelines/mlp_babyweight.py | 101 | # Step 4: Deploy the trained model to Cloud ML Engine | COMMENT |
| LOW | …earning/deepdive/05_review/pipelines/mlp_babyweight.py | 125 | # Step 5: Deploy the trained model to AppEngine | COMMENT |
| LOW⚡ | …l/labs/pipelines/containers/pipeline/mlp_babyweight.py | 43 | # Step 1: create training dataset using Apache Beam on Cloud Dataflow | COMMENT |
| LOW | …l/labs/pipelines/containers/pipeline/mlp_babyweight.py | 58 | # Step 2: Do hyperparameter tuning of the model on Cloud ML Engine | COMMENT |
| LOW | …l/labs/pipelines/containers/pipeline/mlp_babyweight.py | 72 | # Step 5: Deploy web app | COMMENT |
| LOW | …l/labs/pipelines/containers/pipeline/mlp_babyweight.py | 106 | # Step 2: hyperparam train | COMMENT |
| LOW | …l/labs/pipelines/containers/pipeline/mlp_babyweight.py | 123 | # Step 3: Train the model some more, but on the pipelines cluster itself | COMMENT |
| LOW | …l/labs/pipelines/containers/pipeline/mlp_babyweight.py | 137 | # Step 4: Deploy the trained model to Cloud ML Engine | COMMENT |
| LOW⚡ | …utions/pipelines/containers/pipeline/mlp_babyweight.py | 43 | # Step 1: create training dataset using Apache Beam on Cloud Dataflow | COMMENT |
| LOW | …utions/pipelines/containers/pipeline/mlp_babyweight.py | 58 | # Step 2: Do hyperparameter tuning of the model on Cloud ML Engine | COMMENT |
| LOW | …utions/pipelines/containers/pipeline/mlp_babyweight.py | 72 | # Step 5: Deploy web app | COMMENT |
| 3 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 27 | # Step 5: Tag your element with the key | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 33 | # Step 8: Parse your results from the prediction | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 61 | # Step 3: Create the pipeline to read from the input topic | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 68 | # Step 4: Window the incoming element | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 73 | # Step 5: Tag your element with the key | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 77 | # Step 6: Create the model handler | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 83 | # Step 7: Submit the input to the model for a result | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 92 | # Step 8: Parse your results from the prediction | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 99 | # Step 9: Do a simple MAP and print | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 103 | # Step 10: Filter your data on the result key | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 108 | # Step 11: Submit the messages to Pub/Sub for further action | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 116 | # Step 12: Execute your pipeline | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py | 104 | # Step 1: Create the model handler | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py | 108 | # Step 2: Submit the input into the model for a result | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py | 118 | # Step 3: Join your results together | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py | 125 | # Step 4: Transform your joined results into a string | COMMENT |
| LOW⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py | 131 | # Step 6: Join your results together | COMMENT |
| LOW | quests/endtoendml/labs/pipelines/mlp_babyweight.py | 39 | # Step 1: create training dataset using Apache Beam on Cloud Dataflow | COMMENT |
| LOW | quests/endtoendml/labs/pipelines/mlp_babyweight.py | 60 | # Step 2: Do hyperparameter tuning of the model on Cloud ML Engine | COMMENT |
| LOW | quests/endtoendml/labs/pipelines/mlp_babyweight.py | 78 | # Step 3: Train the model some more, but on the pipelines cluster itself | COMMENT |
| LOW | quests/endtoendml/labs/pipelines/mlp_babyweight.py | 101 | # Step 4: Deploy the trained model to Cloud ML Engine | COMMENT |
| LOW | quests/endtoendml/labs/pipelines/mlp_babyweight.py | 125 | # Step 5: Deploy the trained model to AppEngine | COMMENT |
| LOW | …y-challenge-starter/src/mortgage-agent/deploy_agent.py | 88 | # Step 1: Delete existing agents by display name (must happen before | COMMENT |
| LOW | …y-challenge-starter/src/mortgage-agent/deploy_agent.py | 112 | # Step 2: Delete existing authorizations by prefix (now unlinked). | COMMENT |
| LOW | …y-challenge-starter/src/mortgage-agent/deploy_agent.py | 139 | # Step 3: Create authorization with timestamp-suffixed ID. | COMMENT |
| LOW | …y-challenge-starter/src/mortgage-agent/deploy_agent.py | 179 | # Step 4: Create agent registration | COMMENT |
| LOW | …gent-egress-gateway/src/mortgage-agent/deploy_agent.py | 88 | # Step 1: Delete existing agents by display name (must happen before | COMMENT |
| LOW | …gent-egress-gateway/src/mortgage-agent/deploy_agent.py | 112 | # Step 2: Delete existing authorizations by prefix (now unlinked). | COMMENT |
| LOW | …gent-egress-gateway/src/mortgage-agent/deploy_agent.py | 139 | # Step 3: Create authorization with timestamp-suffixed ID. | COMMENT |
| LOW | …gent-egress-gateway/src/mortgage-agent/deploy_agent.py | 179 | # Step 4: Create agent registration | COMMENT |
| LOW⚡ | …ctured/pipelines/containers/pipeline/mlp_babyweight.py | 43 | # Step 1: create training dataset using Apache Beam on Cloud Dataflow | COMMENT |
| LOW | …ctured/pipelines/containers/pipeline/mlp_babyweight.py | 58 | # Step 2: Do hyperparameter tuning of the model on Cloud ML Engine | COMMENT |
| LOW | …ctured/pipelines/containers/pipeline/mlp_babyweight.py | 72 | # Step 5: Deploy web app | COMMENT |
| LOW | …ctured/pipelines/containers/pipeline/mlp_babyweight.py | 106 | # Step 2: hyperparam train | COMMENT |
| LOW | …ctured/pipelines/containers/pipeline/mlp_babyweight.py | 123 | # Step 3: Train the model some more, but on the pipelines cluster itself | COMMENT |
| LOW | …ctured/pipelines/containers/pipeline/mlp_babyweight.py | 137 | # Step 4: Deploy the trained model to Cloud ML Engine | COMMENT |
| LOW | …earning/deepdive/05_review/pipelines/mlp_babyweight.py | 39 | # Step 1: create training dataset using Apache Beam on Cloud Dataflow | COMMENT |
| LOW | …earning/deepdive/05_review/pipelines/mlp_babyweight.py | 60 | # Step 2: Do hyperparameter tuning of the model on Cloud ML Engine | COMMENT |
| LOW | …earning/deepdive/05_review/pipelines/mlp_babyweight.py | 78 | # Step 3: Train the model some more, but on the pipelines cluster itself | COMMENT |
| LOW | …earning/deepdive/05_review/pipelines/mlp_babyweight.py | 101 | # Step 4: Deploy the trained model to Cloud ML Engine | COMMENT |
| LOW | …earning/deepdive/05_review/pipelines/mlp_babyweight.py | 125 | # Step 5: Deploy the trained model to AppEngine | COMMENT |
| LOW⚡ | …l/labs/pipelines/containers/pipeline/mlp_babyweight.py | 43 | # Step 1: create training dataset using Apache Beam on Cloud Dataflow | COMMENT |
| LOW | …l/labs/pipelines/containers/pipeline/mlp_babyweight.py | 58 | # Step 2: Do hyperparameter tuning of the model on Cloud ML Engine | COMMENT |
| LOW | …l/labs/pipelines/containers/pipeline/mlp_babyweight.py | 72 | # Step 5: Deploy web app | COMMENT |
| LOW | …l/labs/pipelines/containers/pipeline/mlp_babyweight.py | 106 | # Step 2: hyperparam train | COMMENT |
| LOW | …l/labs/pipelines/containers/pipeline/mlp_babyweight.py | 123 | # Step 3: Train the model some more, but on the pipelines cluster itself | COMMENT |
| LOW | …l/labs/pipelines/containers/pipeline/mlp_babyweight.py | 137 | # Step 4: Deploy the trained model to Cloud ML Engine | COMMENT |
| LOW⚡ | …utions/pipelines/containers/pipeline/mlp_babyweight.py | 43 | # Step 1: create training dataset using Apache Beam on Cloud Dataflow | COMMENT |
| LOW | …utions/pipelines/containers/pipeline/mlp_babyweight.py | 58 | # Step 2: Do hyperparameter tuning of the model on Cloud ML Engine | COMMENT |
| LOW | …utions/pipelines/containers/pipeline/mlp_babyweight.py | 72 | # Step 5: Deploy web app | COMMENT |
| LOW | …utions/pipelines/containers/pipeline/mlp_babyweight.py | 106 | # Step 2: hyperparam train | COMMENT |
| LOW | …utions/pipelines/containers/pipeline/mlp_babyweight.py | 123 | # Step 3: Train the model some more, but on the pipelines cluster itself | COMMENT |
| LOW | …utions/pipelines/containers/pipeline/mlp_babyweight.py | 137 | # Step 4: Deploy the trained model to Cloud ML Engine | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | quests/dataflow/batch_event_generator.py | 184 | # Iterate over the list of filepaths & remove each file. | COMMENT |
| LOW | quests/dataflow/generate_batch_events.sh | 16 | # Set BUCKET to the non-coldline Google Cloud Storage bucket | COMMENT |
| LOW | quests/dataflow_python/batch_event_generator.py | 184 | # Iterate over the list of filepaths & remove each file. | COMMENT |
| LOW | quests/dataflow_python/generate_batch_events.sh | 16 | # Set BUCKET to the non-coldline Google Cloud Storage bucket | COMMENT |
| LOW | quests/rl/dqn/trainer/trainer.py | 232 | # Check if output directory is google cloud and save there if so. | COMMENT |
| LOW | quests/rl/a2c/templates/trainer.py | 237 | # Check if output directory is google cloud and save there if so. | COMMENT |
| LOW | quests/dataflow_scala/batch_event_generator.py | 184 | # Iterate over the list of filepaths & remove each file. | COMMENT |
| LOW | quests/dataflow_scala/generate_batch_events.sh | 16 | # Set BUCKET to the non-coldline Google Cloud Storage bucket | COMMENT |
| LOW | …/batch_normalization/mnist_classifier/trainer/model.py | 24 | # Set logging to be level of INFO | COMMENT |
| LOW | blogs/gcp_forecasting/tf_module/trainer/model.py | 3 | # Set logging to be level of INFO | COMMENT |
| LOW | …agent-system/multi-agent-system-skills-starter/init.sh | 15 | # Check if a project ID file already exists and points to a valid project | COMMENT |
| LOW | …agent-system/multi-agent-system-skills-starter/init.sh | 21 | # Check if the project actually exists in GCP and we have permission to see it | COMMENT |
| LOW | …-multi-agent-system/multi-agent-system-starter/init.sh | 15 | # Check if a project ID file already exists and points to a valid project | COMMENT |
| LOW | …-multi-agent-system/multi-agent-system-starter/init.sh | 21 | # Check if the project actually exists in GCP and we have permission to see it | COMMENT |
| LOW⚡ | …en_project/ASL_youtube8m_models/video/trainer/model.py | 19 | # Set logging to be level of INFO | COMMENT |
| LOW⚡ | …en_project/ASL_youtube8m_models/video/trainer/model.py | 33 | # Read files from file_pattern which provided by args | COMMENT |
| LOW | …en_project/ASL_youtube8m_models/frame/trainer/model.py | 19 | # Set logging to be level of INFO | COMMENT |
| LOW | …en_project/ASL_youtube8m_models/frame/trainer/model.py | 64 | # Read files from file_pattern which provided by args | COMMENT |
| LOW | …ction_models/meta_models/model_module/trainer/model.py | 25 | # Set logging to be level of INFO | COMMENT |
| LOW | …on/anomaly_detection_module/trainer/autoencoder_pca.py | 286 | # Check if batch is a singleton, very important for covariance math | COMMENT |
| LOW | …el_selection/anomaly_detection_module/trainer/model.py | 7 | # Set logging to be level of INFO | COMMENT |
| LOW | …ule/trainer/calculate_error_distribution_statistics.py | 109 | # Check if inner dimension is greater than 1 to calculate covariance matrix | COMMENT |
| LOW | …ule/trainer/calculate_error_distribution_statistics.py | 123 | # Assign values to variables, use control dependencies around return to | COMMENT |
| LOW | …ule/trainer/calculate_error_distribution_statistics.py | 169 | # Check if inner dimension is greater than 1 to calculate covariance matrix | COMMENT |
| LOW | …ule/trainer/calculate_error_distribution_statistics.py | 184 | # Assign values to variables, use control dependencies around return to | COMMENT |
| LOW | …ule/trainer/calculate_error_distribution_statistics.py | 316 | # Check if inner dimension is greater than 1 to calculate covariance matrix | COMMENT |
| LOW | …ule/trainer/calculate_error_distribution_statistics.py | 331 | # Assign values to variables, use control dependencies around return to | COMMENT |
| LOW | …ule/trainer/calculate_error_distribution_statistics.py | 393 | # Check if inner dimension is greater than 1 to calculate covariance matrix | COMMENT |
| LOW | …ule/trainer/calculate_error_distribution_statistics.py | 410 | # Assign values to variables, use control dependencies around return to | COMMENT |
| LOW | …end/composer_gcf_trigger/dataflow/process_delimited.py | 97 | # Read the file. This is the source of the pipeline. All further | COMMENT |
| LOW | …abs/composer_gcf_trigger/dataflow/process_delimited.py | 97 | # Read the file. This is the source of the pipeline. All further | COMMENT |
| LOW | …uctured/labs/serving/application/lib/httplib2/socks.py | 369 | # Check if the destination address provided is an IP address | COMMENT |
| LOW | …labs/serving/application/lib/oauth2client/transport.py | 168 | # Check if the body is a file-like stream. | COMMENT |
| LOW | …/lib/oauth2client/contrib/multiprocess_file_storage.py | 267 | # Check if the credential is already in memory. | COMMENT |
| LOW | …ed/solutions/serving/application/lib/httplib2/socks.py | 369 | # Check if the destination address provided is an IP address | COMMENT |
| LOW | …ions/serving/application/lib/oauth2client/transport.py | 168 | # Check if the body is a file-like stream. | COMMENT |
| LOW | …/lib/oauth2client/contrib/multiprocess_file_storage.py | 267 | # Check if the credential is already in memory. | COMMENT |
| LOW | …_end_ml/labs/serving/application/lib/httplib2/socks.py | 369 | # Check if the destination address provided is an IP address | COMMENT |
| LOW | …labs/serving/application/lib/oauth2client/transport.py | 168 | # Check if the body is a file-like stream. | COMMENT |
| LOW | …/lib/oauth2client/contrib/multiprocess_file_storage.py | 267 | # Check if the credential is already in memory. | COMMENT |
| LOW | …ml/solutions/serving/application/lib/httplib2/socks.py | 369 | # Check if the destination address provided is an IP address | COMMENT |
| LOW | …ions/serving/application/lib/oauth2client/transport.py | 168 | # Check if the body is a file-like stream. | COMMENT |
| LOW | …/lib/oauth2client/contrib/multiprocess_file_storage.py | 267 | # Check if the credential is already in memory. | COMMENT |
| LOW | courses/ai-agents-with-databases/terraform/main.tf | 418 | # Check if the flag file exists. If it does, skip the Dataflow job. | COMMENT |
| LOW | …mos/composer_gcf_trigger/dataflow/process_delimited.py | 97 | # Read the file. This is the source of the pipeline. All further | COMMENT |
| LOW | courses/dw-pso/dataflow_python_examples/image_labels.py | 118 | # Read the file. This is the source of the pipeline. All further | COMMENT |
| LOW | …rses/dw-pso/dataflow_python_examples/data_ingestion.py | 103 | # Read the file. This is the source of the pipeline. All further | COMMENT |
| LOW | …ses/dw-pso/dataflow_python_examples/data_enrichment.py | 170 | # Read the file. This is the source of the pipeline. All further | COMMENT |
| LOW | …dw-pso/dataflow_python_examples/data_transformation.py | 141 | # Read the file. This is the source of the pipeline. All further | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | blogs/microservices-demo-1/hack/make-docker-images.sh | 17 | # Builds and pushes docker image for each demo microservice. | COMMENT |
| MEDIUM | …-paced-labs/private-embedded-looker/frontend/README.md | 9 | ## Code scaffolding | COMMENT |
| MEDIUM⚡ | …ent-system/multi-agent-system-skills-starter/README.md | 21 | ├── researcher/ # Researcher agent, A2A microservice | CODE |
| MEDIUM⚡ | …ent-system/multi-agent-system-skills-starter/README.md | 22 | ├── judge/ # Judge agent, A2A microservice | CODE |
| MEDIUM⚡ | …ent-system/multi-agent-system-skills-starter/README.md | 23 | └── content_builder/ # Content Builder agent, A2A microservice | CODE |
| MEDIUM | …ent-system-skills-starter/agents/orchestrator/agent.py | 95 | # TODO 3: Construct the orchestration loop and sequential pipeline agents below. | COMMENT |
| MEDIUM⚡ | …ulti-agent-system/multi-agent-system-starter/README.md | 21 | ├── researcher/ # Researcher agent, A2A microservice | CODE |
| MEDIUM⚡ | …ulti-agent-system/multi-agent-system-starter/README.md | 22 | ├── judge/ # Judge agent, A2A microservice | CODE |
| MEDIUM⚡ | …ulti-agent-system/multi-agent-system-starter/README.md | 23 | └── content_builder/ # Content Builder agent, A2A microservice | CODE |
| MEDIUM | …ulti-agent-system-starter/agents/orchestrator/agent.py | 90 | # TODO 3: Construct the orchestration loop and sequential pipeline agents (replacing the placeholders below). | COMMENT |
| MEDIUM⚡ | …allenge-starter/src/mortgage-agent/tests/test_agent.py | 249 | # Anti-hallucination guardrails are in place. | COMMENT |
| MEDIUM⚡ | …allenge-starter/src/mortgage-agent/tests/test_agent.py | 249 | # Anti-hallucination guardrails are in place. | COMMENT |
| MEDIUM | …allenge-starter/src/mortgage-agent/tests/test_agent.py | 299 | # exact names (preventing hallucination). | COMMENT |
| MEDIUM | …ay-challenge-starter/src/mortgage-agent/agent/agent.py | 138 | # hallucination) and the `list_mcp_connections` introspection tool can report | COMMENT |
| MEDIUM | …ay-challenge-starter/src/mortgage-agent/agent/agent.py | 156 | # render an empty instruction and reintroduce the hallucination this caching | COMMENT |
| MEDIUM | …ay-challenge-starter/src/mortgage-agent/agent/agent.py | 182 | # actually wired up — the LLM can't hallucinate a prefix it never sees. | COMMENT |
| MEDIUM⚡ | …-egress-gateway/src/mortgage-agent/tests/test_agent.py | 249 | # Anti-hallucination guardrails are in place. | COMMENT |
| MEDIUM⚡ | …-egress-gateway/src/mortgage-agent/tests/test_agent.py | 249 | # Anti-hallucination guardrails are in place. | COMMENT |
| MEDIUM | …-egress-gateway/src/mortgage-agent/tests/test_agent.py | 299 | # exact names (preventing hallucination). | COMMENT |
| MEDIUM | …agent-egress-gateway/src/mortgage-agent/agent/agent.py | 138 | # hallucination) and the `list_mcp_connections` introspection tool can report | COMMENT |
| MEDIUM | …agent-egress-gateway/src/mortgage-agent/agent/agent.py | 156 | # render an empty instruction and reintroduce the hallucination this caching | COMMENT |
| MEDIUM | …agent-egress-gateway/src/mortgage-agent/agent/agent.py | 182 | # actually wired up — the LLM can't hallucinate a prefix it never sees. | COMMENT |
| MEDIUM | courses/cloud-spanner/omegatrade/frontend/README.md | 9 | ## Code scaffolding | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …3_Batch_Analytics/lab/batch_minute_traffic_pipeline.py | 33 | # command-line argument is the more robust and explicit way to handle dependencies. | COMMENT |
| LOW | …n/anomaly_detection_module/trainer/autoencoder_lstm.py | 209 | # We just pass on the final c and h states of the encoder"s last layer, | COMMENT |
| MEDIUM | …uctured/labs/serving/application/lib/flask/sessions.py | 139 | """The basic interface you have to implement in order to replace the | STRING |
| MEDIUM | …2/structured/labs/serving/application/lib/flask/app.py | 1836 | """Can be overridden in order to modify the response object | STRING |
| MEDIUM | …tured/labs/serving/application/lib/pyasn1/type/univ.py | 945 | # Eventually we should deprecate `.prettyPrint()` / `.prettyOut()` harness | COMMENT |
| LOW | …ctured/labs/serving/application/lib/jinja2/compiler.py | 854 | # if we have a known extends we just add a template runtime | COMMENT |
| LOW | …ured/labs/serving/application/lib/jinja2/idtracking.py | 92 | # Otherwise we can just set it to undefined. | COMMENT |
| LOW | …uctured/labs/serving/application/lib/jinja2/runtime.py | 33 | #: a string. We can just use the text type here. | COMMENT |
| LOW | …uctured/labs/serving/application/lib/jinja2/bccache.py | 227 | # explicitly forced otherwise. We can just use that. | COMMENT |
| LOW | …uctured/labs/serving/application/lib/werkzeug/local.py | 18 | # since each thread has its own greenlet we can just use those as identifiers | COMMENT |
| MEDIUM | …ured/labs/serving/application/lib/werkzeug/__init__.py | 23 | """Wrap a module in order to raise """ | STRING |
| LOW | …ructured/labs/serving/application/lib/werkzeug/http.py | 252 | # a UNC path, then just return the value without quotes. Using the | STRING |
| LOW | …rving/application/lib/werkzeug/contrib/securecookie.py | 46 | # don't use this key but a different one; you could just use | COMMENT |
| MEDIUM | …ed/solutions/serving/application/lib/flask/sessions.py | 139 | """The basic interface you have to implement in order to replace the | STRING |
| MEDIUM | …uctured/solutions/serving/application/lib/flask/app.py | 1836 | """Can be overridden in order to modify the response object | STRING |
| MEDIUM | …/solutions/serving/application/lib/pyasn1/type/univ.py | 945 | # Eventually we should deprecate `.prettyPrint()` / `.prettyOut()` harness | COMMENT |
| LOW | …d/solutions/serving/application/lib/jinja2/compiler.py | 854 | # if we have a known extends we just add a template runtime | COMMENT |
| LOW | …solutions/serving/application/lib/jinja2/idtracking.py | 92 | # Otherwise we can just set it to undefined. | COMMENT |
| LOW | …ed/solutions/serving/application/lib/jinja2/runtime.py | 33 | #: a string. We can just use the text type here. | COMMENT |
| LOW | …ed/solutions/serving/application/lib/jinja2/bccache.py | 227 | # explicitly forced otherwise. We can just use that. | COMMENT |
| LOW | …ed/solutions/serving/application/lib/werkzeug/local.py | 18 | # since each thread has its own greenlet we can just use those as identifiers | COMMENT |
| MEDIUM | …solutions/serving/application/lib/werkzeug/__init__.py | 23 | """Wrap a module in order to raise """ | STRING |
| LOW | …red/solutions/serving/application/lib/werkzeug/http.py | 252 | # a UNC path, then just return the value without quotes. Using the | STRING |
| LOW | …rving/application/lib/werkzeug/contrib/securecookie.py | 46 | # don't use this key but a different one; you could just use | COMMENT |
| MEDIUM | …_end_ml/labs/serving/application/lib/flask/sessions.py | 139 | """The basic interface you have to implement in order to replace the | STRING |
| MEDIUM | …nd_to_end_ml/labs/serving/application/lib/flask/app.py | 1836 | """Can be overridden in order to modify the response object | STRING |
| MEDIUM | …nd_ml/labs/serving/application/lib/pyasn1/type/univ.py | 945 | # Eventually we should deprecate `.prettyPrint()` / `.prettyOut()` harness | COMMENT |
| LOW | …end_ml/labs/serving/application/lib/jinja2/compiler.py | 854 | # if we have a known extends we just add a template runtime | COMMENT |
| LOW | …d_ml/labs/serving/application/lib/jinja2/idtracking.py | 92 | # Otherwise we can just set it to undefined. | COMMENT |
| LOW | …_end_ml/labs/serving/application/lib/jinja2/runtime.py | 33 | #: a string. We can just use the text type here. | COMMENT |
| LOW | …_end_ml/labs/serving/application/lib/jinja2/bccache.py | 227 | # explicitly forced otherwise. We can just use that. | COMMENT |
| LOW | …_end_ml/labs/serving/application/lib/werkzeug/local.py | 18 | # since each thread has its own greenlet we can just use those as identifiers | COMMENT |
| MEDIUM | …d_ml/labs/serving/application/lib/werkzeug/__init__.py | 23 | """Wrap a module in order to raise """ | STRING |
| LOW | …o_end_ml/labs/serving/application/lib/werkzeug/http.py | 252 | # a UNC path, then just return the value without quotes. Using the | STRING |
| LOW | …rving/application/lib/werkzeug/contrib/securecookie.py | 46 | # don't use this key but a different one; you could just use | COMMENT |
| MEDIUM | …ml/solutions/serving/application/lib/flask/sessions.py | 139 | """The basic interface you have to implement in order to replace the | STRING |
| MEDIUM | …_end_ml/solutions/serving/application/lib/flask/app.py | 1836 | """Can be overridden in order to modify the response object | STRING |
| MEDIUM | …/solutions/serving/application/lib/pyasn1/type/univ.py | 945 | # Eventually we should deprecate `.prettyPrint()` / `.prettyOut()` harness | COMMENT |
| LOW | …l/solutions/serving/application/lib/jinja2/compiler.py | 854 | # if we have a known extends we just add a template runtime | COMMENT |
| LOW | …solutions/serving/application/lib/jinja2/idtracking.py | 92 | # Otherwise we can just set it to undefined. | COMMENT |
| LOW | …ml/solutions/serving/application/lib/jinja2/runtime.py | 33 | #: a string. We can just use the text type here. | COMMENT |
| LOW | …ml/solutions/serving/application/lib/jinja2/bccache.py | 227 | # explicitly forced otherwise. We can just use that. | COMMENT |
| LOW | …ml/solutions/serving/application/lib/werkzeug/local.py | 18 | # since each thread has its own greenlet we can just use those as identifiers | COMMENT |
| MEDIUM | …solutions/serving/application/lib/werkzeug/__init__.py | 23 | """Wrap a module in order to raise """ | STRING |
| LOW | …_ml/solutions/serving/application/lib/werkzeug/http.py | 252 | # a UNC path, then just return the value without quotes. Using the | STRING |
| LOW | …rving/application/lib/werkzeug/contrib/securecookie.py | 46 | # don't use this key but a different one; you could just use | COMMENT |
| MEDIUM | …deepdive2/production_ml/labs/samples/core/iris/iris.py | 69 | # Note: if one deployed KFP from GKE marketplace, it's possible to leverage | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | quests/iotlab/cloudiot_mqtt_example_json.py | 164 | # describes additional callbacks that Paho supports. In this example, the | COMMENT |
| HIGH | quests/iotlab/cloudiot_mqtt_example.py | 163 | # describes additional callbacks that Paho supports. In this example, the | COMMENT |
| HIGH | self-paced-labs/cloud-iot-core/cloudiot_mqtt_example.py | 163 | # describes additional callbacks that Paho supports. In this example, the | COMMENT |
| HIGH | …labs/samples/contrib/kubeflow-katib/mpi-job-horovod.py | 3 | # In this example you will create Katib Experiment using Bayesian optimization algorithm. | COMMENT |
| HIGH | …labs/samples/contrib/kubeflow-katib/mpi-job-horovod.py | 64 | # In this example we tune learning rate and number of training steps. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part1.py | 43 | # The arbitrary value is just for demonstration purposes | COMMENT |
| MEDIUM | …tarted_apache_beam/beam_ml_toxicity_in_gaming/part2.py | 41 | # The arbitrary value is just for demonstration purposes | COMMENT |
| MEDIUM | …che_beam/beam_ml_toxicity_in_gaming/exercises/part1.py | 42 | # The arbitrary value is just for demonstration purposes | COMMENT |
| MEDIUM | …che_beam/beam_ml_toxicity_in_gaming/exercises/part2.py | 42 | # The arbitrary value is just for demonstration purposes | COMMENT |
| MEDIUM | …ced-labs/cloud-hero/optional-kubernetes-engine/main.py | 27 | # If you were using another task queue, such as celery or rq, you can use this | COMMENT |
| MEDIUM | …tured/labs/serving/application/lib/werkzeug/routing.py | 69 | And here is how you can match URLs: | STRING |
| MEDIUM | …labs/serving/application/lib/werkzeug/contrib/cache.py | 26 | Here is a simple example of how to cache a sidebar for 5 minutes:: | STRING |
| MEDIUM | …/solutions/serving/application/lib/werkzeug/routing.py | 69 | And here is how you can match URLs: | STRING |
| MEDIUM | …ions/serving/application/lib/werkzeug/contrib/cache.py | 26 | Here is a simple example of how to cache a sidebar for 5 minutes:: | STRING |
| MEDIUM | …nd_ml/labs/serving/application/lib/werkzeug/routing.py | 69 | And here is how you can match URLs: | STRING |
| MEDIUM | …labs/serving/application/lib/werkzeug/contrib/cache.py | 26 | Here is a simple example of how to cache a sidebar for 5 minutes:: | STRING |
| MEDIUM | …/solutions/serving/application/lib/werkzeug/routing.py | 69 | And here is how you can match URLs: | STRING |
| MEDIUM | …ions/serving/application/lib/werkzeug/contrib/cache.py | 26 | Here is a simple example of how to cache a sidebar for 5 minutes:: | STRING |
| MEDIUM | …deepdive2/production_ml/labs/samples/core/iris/iris.py | 49 | # utility function is in iris_utils.py. Feel free to customize as needed. | COMMENT |
| MEDIUM⚡ | …oduction_ml/labs/samples/v2/hello_world/hello_world.py | 33 | ) # you can also use load_component_from_url | CODE |
| LOW | courses/streaming/publish/pubsub_pull.py | 14 | # make sure you have pubsub installed. On cloud shell you can just run | COMMENT |
| LOW | courses/streaming/publish/pubsub_pull.py | 29 | # make sure you replace "javier" with your project name | COMMENT |
| MEDIUM | …ata-engineering/demos/bq_parquet_demo/bq_to_parquet.sh | 8 | # do the conversion and you can change the query below to export a different | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | courses/unstructured/03-dataprocML.py | 35 | APIKEY="your-api-key" # CHANGE | CODE |
| HIGH | courses/unstructured/stagelabs.sh | 36 | sed -i "s/your-api-key/$APIKEY/" *dataprocML.py | CODE |
| HIGH | courses/unstructured/01-dataprocML.py | 35 | APIKEY="your-api-key" # CHANGE | CODE |
| HIGH | courses/unstructured/02-dataprocML.py | 35 | APIKEY="your-api-key" # CHANGE | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …/microservices-demo-1/src/emailservice/email_server.py | 71 | CODE | |
| MEDIUM | …learning/deepdive/10_recommend/labs/walsmodel/model.py | 105 | CODE | |
| MEDIUM | …learning/deepdive/10_recommend/labs/walsmodel/model.py | 108 | CODE | |
| MEDIUM | …hine_learning/deepdive/10_recommend/walsmodel/model.py | 110 | CODE | |
| MEDIUM | …hine_learning/deepdive/10_recommend/walsmodel/model.py | 113 | CODE | |
| MEDIUM | …epdive2/recommendation_systems/labs/walsmodel/model.py | 105 | CODE | |
| MEDIUM | …epdive2/recommendation_systems/labs/walsmodel/model.py | 108 | CODE | |
| MEDIUM | …e2/recommendation_systems/solutions/walsmodel/model.py | 110 | CODE | |
| MEDIUM | …e2/recommendation_systems/solutions/walsmodel/model.py | 113 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/labs/serving/application/lib/oauth2client/_helpers.py | 86 | def my_method(self, pos1, kwonly1=None): | STRING |
| LOW | …/labs/serving/application/lib/oauth2client/_helpers.py | 91 | def my_method(cls, pos1, kwonly1=None): | STRING |
| LOW | …tions/serving/application/lib/oauth2client/_helpers.py | 86 | def my_method(self, pos1, kwonly1=None): | STRING |
| LOW | …tions/serving/application/lib/oauth2client/_helpers.py | 91 | def my_method(cls, pos1, kwonly1=None): | STRING |
| LOW | …/labs/serving/application/lib/oauth2client/_helpers.py | 86 | def my_method(self, pos1, kwonly1=None): | STRING |
| LOW | …/labs/serving/application/lib/oauth2client/_helpers.py | 91 | def my_method(cls, pos1, kwonly1=None): | STRING |
| LOW | …tions/serving/application/lib/oauth2client/_helpers.py | 86 | def my_method(self, pos1, kwonly1=None): | STRING |
| LOW | …tions/serving/application/lib/oauth2client/_helpers.py | 91 | def my_method(cls, pos1, kwonly1=None): | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ackage/pipeline/StreamingMinuteTrafficSQLPipeline.java | 136 | // TODO: implement steps in the pipeline | COMMENT |
| LOW | …/deepdive/03_tensorflow/labs/taxifare/trainer/model.py | 37 | # TODO: Add input function | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ata-engineering/demos/bq_parquet_demo/bq_to_parquet.py | 8 | # Usage: | COMMENT |
| LOW | …ata-engineering/demos/bq_parquet_demo/bq_to_parquet.sh | 11 | # Usage: | COMMENT |