Telegram for Android source
This report presents the forensic synthetic code analysis of DrKLO/Telegram, a Java project with 29,540 GitHub stars. SynthScan v2.0 examined 4,229,294 lines of code across 11280 source files, recording 11423 pattern matches distributed across 21 syntactic categories. The overall adjusted score of 3.0 places this repository in the Likely human-written 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 11423 distinct pattern matches across 21 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 |
|---|---|---|---|---|
| LOW | TMessagesProj/jni/TgNetWrapper.cpp | 1 | #include <jni.h> | COMMENT |
| LOW | TMessagesProj/jni/jni.c | 1 | #include <stdio.h> | COMMENT |
| LOW | TMessagesProj/jni/gifvideo.cpp | 1 | #include <jni.h> | COMMENT |
| LOW | TMessagesProj/jni/CMakeLists.txt | 61 | add_library(tdutils STATIC IMPORTED) | COMMENT |
| LOW | TMessagesProj/jni/CMakeLists.txt | 81 | #target_compile_definitions(mozjpeg PUBLIC | COMMENT |
| LOW | TMessagesProj/jni/CMakeLists.txt | 101 | # target_sources(mozjpeg PRIVATE | COMMENT |
| LOW | TMessagesProj/jni/CMakeLists.txt | 121 | # mozjpeg/simd/i386/jquant-sse.asm | COMMENT |
| LOW | TMessagesProj/jni/CMakeLists.txt | 141 | # mozjpeg/simd/i386/jdcolor-avx2.asm | COMMENT |
| LOW | TMessagesProj/jni/CMakeLists.txt | 161 | # mozjpeg/simd/x86_64/jcphuff-sse2.asm | COMMENT |
| LOW | TMessagesProj/jni/image.cpp | 1 | #include <jni.h> | COMMENT |
| LOW | TMessagesProj/jni/image.cpp | 1021 | // return 0; | COMMENT |
| LOW | TMessagesProj/jni/image.cpp | 1041 | // const char *disabledValue = "0"; | COMMENT |
| LOW | TMessagesProj/jni/image.cpp | 1061 | // fflush(f); | COMMENT |
| LOW | TMessagesProj/jni/image.cpp | 1081 | // std::string filePath = std::string(pathStr); | COMMENT |
| LOW | TMessagesProj/jni/image.cpp | 1101 | // jpeg_simple_progression(&cinfo); | COMMENT |
| LOW | TMessagesProj/jni/image.cpp | 1381 | AndroidBitmap_unlockPixels(env, dst); | COMMENT |
| LOW | TMessagesProj/jni/image.cpp | 1401 | // | COMMENT |
| LOW | TMessagesProj/jni/c_utils.h | 1 | #ifndef log_h | COMMENT |
| LOW | TMessagesProj/jni/c_utils.h | 21 | #define MAX(x, y) ((x) > (y)) ? (x) : (y) | COMMENT |
| LOW | TMessagesProj/jni/lottie.cpp | 1 | #include <jni.h> | COMMENT |
| LOW | TMessagesProj/jni/fast-edge.cpp | 21 | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | COMMENT |
| LOW | TMessagesProj/jni/secureid_ocr.cpp | 1 | #include <jni.h> | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/error.h | 41 | #else | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/error.h | 61 | #define AVERROR_OPTION_NOT_FOUND FFERRTAG(0xF8,'O','P','T') ///< Option not found | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/version.h | 101 | * @note, when bumping the major version it is recommended to manually | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/version.h | 121 | #define FF_API_PKT_PTS (LIBAVUTIL_VERSION_MAJOR < 57) | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/avconfig.h | 1 | /* Generated by ffmpeg configure */ | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/intmath.h | 21 | #ifndef AVUTIL_INTMATH_H | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/intmath.h | 81 | #endif | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/frame.h | 21 | * @ingroup lavu_frame | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/ffversion.h | 1 | /* Automatically generated by version.sh, do not manually edit! */ | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/attributes.h | 21 | /** | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/attributes.h | 41 | #endif | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/attributes.h | 61 | #if AV_GCC_VERSION_AT_LEAST(3,4) | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/attributes.h | 81 | #if AV_GCC_VERSION_AT_LEAST(2,6) || defined(__clang__) | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/attributes.h | 141 | #if AV_GCC_VERSION_AT_LEAST(3,1) || defined(__clang__) | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/attributes.h | 161 | # define av_printf_format(fmtpos, attrpos) __attribute__((__format__(__printf__, fmtpos, attrpos))) | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/common.h | 21 | /** | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/common.h | 41 | COMMENT | |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/common.h | 101 | #define FFDIFFSIGN(x,y) (((x)>(y)) - ((x)<(y))) | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/common.h | 121 | #ifndef av_clip | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/common.h | 141 | #endif | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/common.h | 161 | # define av_sat_dsub32 av_sat_dsub32_c | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/common.h | 601 | COMMENT | |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/bswap.h | 21 | /** | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/bswap.h | 41 | #elif ARCH_AVR32 | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/bswap.h | 81 | COMMENT | |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/bswap.h | 101 | COMMENT | |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/cpu.h | 21 | #ifndef AVUTIL_CPU_H | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/cpu.h | 41 | #define AV_CPU_FLAG_SSE3SLOW 0x20000000 ///< SSE3 supported, but usually not faster | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/cpu.h | 61 | #define AV_CPU_FLAG_VSX 0x0002 ///< ISA 2.06 | COMMENT |
| LOW | …agesProj/jni/ffmpeg/include/libavutil/channel_layout.h | 41 | * The number of bits set must be equal to the number of channels. | COMMENT |
| LOW | …agesProj/jni/ffmpeg/include/libavutil/channel_layout.h | 61 | #define AV_CH_TOP_FRONT_LEFT 0x00001000 | COMMENT |
| LOW | …agesProj/jni/ffmpeg/include/libavutil/channel_layout.h | 81 | to indicate that the user requests the channel order of the decoder output | COMMENT |
| LOW | …agesProj/jni/ffmpeg/include/libavutil/channel_layout.h | 101 | #define AV_CH_LAYOUT_5POINT1 (AV_CH_LAYOUT_5POINT0|AV_CH_LOW_FREQUENCY) | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/mem.h | 101 | * @endcode | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/pixfmt.h | 361 | AV_PIX_FMT_X2RGB10LE, ///< packed RGB 10:10:10, 30bpp, (msb)2X 10R 10G 10B(lsb), little-endian, X=unused/undefined | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/pixfmt.h | 381 | #define AV_PIX_FMT_GRAY12 AV_PIX_FMT_NE(GRAY12BE, GRAY12LE) | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/pixfmt.h | 401 | #define AV_PIX_FMT_YUV440P10 AV_PIX_FMT_NE(YUV440P10BE, YUV440P10LE) | COMMENT |
| LOW | TMessagesProj/jni/ffmpeg/include/libavutil/pixfmt.h | 421 | #define AV_PIX_FMT_GBRAP16 AV_PIX_FMT_NE(GBRAP16BE, GBRAP16LE) | COMMENT |
| 10206 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | TMessagesProj/jni/ffmpeg/include/libavformat/avformat.h | 1395 | #define AVFMT_FLAG_AUTO_BSF 0x200000 ///< Add bitstream filters as requested by the muxer | COMMENT |
| HIGH | TMessagesProj/jni/ffmpeg/include/libavformat/avformat.h | 1395 | #define AVFMT_FLAG_AUTO_BSF 0x200000 ///< Add bitstream filters as requested by the muxer | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 39 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 44 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 49 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 54 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 59 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 64 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 69 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 74 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 79 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 84 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 89 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 94 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 99 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 104 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 109 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 114 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 119 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 124 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 129 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 134 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 139 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 144 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 149 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 154 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 159 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 164 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 169 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 174 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 179 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 184 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 189 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 194 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 199 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 204 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 209 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 214 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 219 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 224 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 229 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 234 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 239 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 244 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 249 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 254 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 259 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 264 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 269 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 274 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 279 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 284 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 289 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 294 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 299 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 304 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 309 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 314 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 319 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| HIGH⚡ | TMessagesProj/jni/third_party/libvpx/include/elf.h | 324 | /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ | COMMENT |
| 30 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …264/src/codec/encoder/core/src/svc_motion_estimate.cpp | 166 | // Step 1: Initial point prediction | COMMENT |
| LOW | …264/src/codec/encoder/core/src/svc_motion_estimate.cpp | 232 | // Step 1: Initial point prediction | COMMENT |
| LOW⚡ | …264/src/codec/encoder/core/src/svc_motion_estimate.cpp | 1058 | // Step 1: diamond search | COMMENT |
| LOW⚡ | …264/src/codec/encoder/core/src/svc_motion_estimate.cpp | 1061 | // Step 2: CROSS search | COMMENT |
| LOW⚡ | …264/src/codec/encoder/core/src/svc_motion_estimate.cpp | 1069 | // Step 1: diamond search + cross | COMMENT |
| LOW⚡ | …264/src/codec/encoder/core/src/svc_motion_estimate.cpp | 1072 | // Step 2: FeatureSearch | COMMENT |
| LOW | …nh264/src/codec/encoder/core/src/svc_base_layer_md.cpp | 2007 | //Step 3: SubP16 MD | COMMENT |
| LOW | TMessagesProj/jni/voip/webrtc/absl/status/status.h | 497 | // NOTE: This function should only be called when converting to an associated | COMMENT |
| LOW | TMessagesProj/jni/voip/webrtc/absl/status/status.h | 588 | // NOTE: This function does nothing if the Status is ok. | COMMENT |
| LOW | TMessagesProj/jni/voip/webrtc/rtc_base/thread.h | 308 | // NOTE: This function can only be called when synchronous calls are allowed. | COMMENT |
| LOW | …ebrtc/rtc_base/deprecated/recursive_critical_section.h | 45 | // NOTE: This class is deprecated. Please use webrtc::Mutex instead! | COMMENT |
| LOW | …_audio_device_module_native_jni/WebRtcAudioTrack_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …_audio_device_module_native_jni/WebRtcAudioTrack_jni.h | 36 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …_audio_device_module_native_jni/WebRtcAudioTrack_jni.h | 39 | // Step 3: Method stubs. | COMMENT |
| LOW | …audio_device_module_native_jni/WebRtcAudioRecord_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …audio_device_module_native_jni/WebRtcAudioRecord_jni.h | 36 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …audio_device_module_native_jni/WebRtcAudioRecord_jni.h | 39 | // Step 3: Method stubs. | COMMENT |
| LOW | …webrtc/sdk/android/generated_metrics_jni/Metrics_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …webrtc/sdk/android/generated_metrics_jni/Metrics_jni.h | 48 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …webrtc/sdk/android/generated_metrics_jni/Metrics_jni.h | 51 | // Step 3: Method stubs. | COMMENT |
| LOW | …nerated_swcodecs_jni/SoftwareVideoEncoderFactory_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …nerated_swcodecs_jni/SoftwareVideoEncoderFactory_jni.h | 38 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …nerated_swcodecs_jni/SoftwareVideoEncoderFactory_jni.h | 41 | // Step 3: Method stubs. | COMMENT |
| LOW | …nerated_swcodecs_jni/SoftwareVideoDecoderFactory_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …nerated_swcodecs_jni/SoftwareVideoDecoderFactory_jni.h | 38 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …nerated_swcodecs_jni/SoftwareVideoDecoderFactory_jni.h | 41 | // Step 3: Method stubs. | COMMENT |
| LOW | …d/generated_java_audio_jni/JavaAudioDeviceModule_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …d/generated_java_audio_jni/JavaAudioDeviceModule_jni.h | 38 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …d/generated_java_audio_jni/JavaAudioDeviceModule_jni.h | 41 | // Step 3: Method stubs. | COMMENT |
| LOW | …tc/sdk/android/generated_base_jni/NetworkMonitor_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …tc/sdk/android/generated_base_jni/NetworkMonitor_jni.h | 35 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …tc/sdk/android/generated_base_jni/NetworkMonitor_jni.h | 38 | // Step 3: Method stubs. | COMMENT |
| LOW | …/webrtc/sdk/android/generated_base_jni/JniCommon_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …/webrtc/sdk/android/generated_base_jni/JniCommon_jni.h | 35 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …/webrtc/sdk/android/generated_base_jni/JniCommon_jni.h | 38 | // Step 3: Method stubs. | COMMENT |
| LOW | …webrtc/sdk/android/generated_base_jni/RefCounted_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …webrtc/sdk/android/generated_base_jni/RefCounted_jni.h | 35 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …webrtc/sdk/android/generated_base_jni/RefCounted_jni.h | 38 | // Step 3: Method stubs. | COMMENT |
| LOW | …/webrtc/sdk/android/generated_base_jni/Histogram_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …/webrtc/sdk/android/generated_base_jni/Histogram_jni.h | 35 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …/webrtc/sdk/android/generated_base_jni/Histogram_jni.h | 38 | // Step 3: Method stubs. | COMMENT |
| LOW | …android/generated_base_jni/NetworkChangeDetector_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …android/generated_base_jni/NetworkChangeDetector_jni.h | 67 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …android/generated_base_jni/NetworkChangeDetector_jni.h | 70 | // Step 3: Method stubs. | COMMENT |
| LOW | …droid/generated_native_api_jni/WebRtcClassLoader_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …droid/generated_native_api_jni/WebRtcClassLoader_jni.h | 35 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …droid/generated_native_api_jni/WebRtcClassLoader_jni.h | 38 | // Step 3: Method stubs. | COMMENT |
| LOW | …c/sdk/android/generated_native_api_jni/JniHelper_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …c/sdk/android/generated_native_api_jni/JniHelper_jni.h | 35 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …c/sdk/android/generated_native_api_jni/JniHelper_jni.h | 38 | // Step 3: Method stubs. | COMMENT |
| LOW | …erated_native_api_jni/ApplicationContextProvider_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …erated_native_api_jni/ApplicationContextProvider_jni.h | 38 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …erated_native_api_jni/ApplicationContextProvider_jni.h | 41 | // Step 3: Method stubs. | COMMENT |
| LOW | …rtc/sdk/android/generated_logging_jni/JNILogging_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …rtc/sdk/android/generated_logging_jni/JNILogging_jni.h | 35 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …rtc/sdk/android/generated_logging_jni/JNILogging_jni.h | 38 | // Step 3: Method stubs. | COMMENT |
| LOW | …dio_codecs_jni/BuiltinAudioEncoderFactoryFactory_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …dio_codecs_jni/BuiltinAudioEncoderFactoryFactory_jni.h | 38 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …dio_codecs_jni/BuiltinAudioEncoderFactoryFactory_jni.h | 41 | // Step 3: Method stubs. | COMMENT |
| LOW | …dio_codecs_jni/BuiltinAudioDecoderFactoryFactory_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| 254 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …264/src/codec/encoder/core/src/svc_motion_estimate.cpp | 166 | // Step 1: Initial point prediction | COMMENT |
| LOW | …264/src/codec/encoder/core/src/svc_motion_estimate.cpp | 232 | // Step 1: Initial point prediction | COMMENT |
| LOW⚡ | …264/src/codec/encoder/core/src/svc_motion_estimate.cpp | 1058 | // Step 1: diamond search | COMMENT |
| LOW⚡ | …264/src/codec/encoder/core/src/svc_motion_estimate.cpp | 1061 | // Step 2: CROSS search | COMMENT |
| LOW⚡ | …264/src/codec/encoder/core/src/svc_motion_estimate.cpp | 1069 | // Step 1: diamond search + cross | COMMENT |
| LOW⚡ | …264/src/codec/encoder/core/src/svc_motion_estimate.cpp | 1072 | // Step 2: FeatureSearch | COMMENT |
| LOW | …nh264/src/codec/encoder/core/src/svc_base_layer_md.cpp | 2007 | //Step 3: SubP16 MD | COMMENT |
| LOW | …_audio_device_module_native_jni/WebRtcAudioTrack_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …_audio_device_module_native_jni/WebRtcAudioTrack_jni.h | 36 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …_audio_device_module_native_jni/WebRtcAudioTrack_jni.h | 39 | // Step 3: Method stubs. | COMMENT |
| LOW | …audio_device_module_native_jni/WebRtcAudioRecord_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …audio_device_module_native_jni/WebRtcAudioRecord_jni.h | 36 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …audio_device_module_native_jni/WebRtcAudioRecord_jni.h | 39 | // Step 3: Method stubs. | COMMENT |
| LOW | …webrtc/sdk/android/generated_metrics_jni/Metrics_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …webrtc/sdk/android/generated_metrics_jni/Metrics_jni.h | 48 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …webrtc/sdk/android/generated_metrics_jni/Metrics_jni.h | 51 | // Step 3: Method stubs. | COMMENT |
| LOW | …nerated_swcodecs_jni/SoftwareVideoEncoderFactory_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …nerated_swcodecs_jni/SoftwareVideoEncoderFactory_jni.h | 38 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …nerated_swcodecs_jni/SoftwareVideoEncoderFactory_jni.h | 41 | // Step 3: Method stubs. | COMMENT |
| LOW | …nerated_swcodecs_jni/SoftwareVideoDecoderFactory_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …nerated_swcodecs_jni/SoftwareVideoDecoderFactory_jni.h | 38 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …nerated_swcodecs_jni/SoftwareVideoDecoderFactory_jni.h | 41 | // Step 3: Method stubs. | COMMENT |
| LOW | …d/generated_java_audio_jni/JavaAudioDeviceModule_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …d/generated_java_audio_jni/JavaAudioDeviceModule_jni.h | 38 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …d/generated_java_audio_jni/JavaAudioDeviceModule_jni.h | 41 | // Step 3: Method stubs. | COMMENT |
| LOW | …tc/sdk/android/generated_base_jni/NetworkMonitor_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …tc/sdk/android/generated_base_jni/NetworkMonitor_jni.h | 35 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …tc/sdk/android/generated_base_jni/NetworkMonitor_jni.h | 38 | // Step 3: Method stubs. | COMMENT |
| LOW | …/webrtc/sdk/android/generated_base_jni/JniCommon_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …/webrtc/sdk/android/generated_base_jni/JniCommon_jni.h | 35 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …/webrtc/sdk/android/generated_base_jni/JniCommon_jni.h | 38 | // Step 3: Method stubs. | COMMENT |
| LOW | …webrtc/sdk/android/generated_base_jni/RefCounted_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …webrtc/sdk/android/generated_base_jni/RefCounted_jni.h | 35 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …webrtc/sdk/android/generated_base_jni/RefCounted_jni.h | 38 | // Step 3: Method stubs. | COMMENT |
| LOW | …/webrtc/sdk/android/generated_base_jni/Histogram_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …/webrtc/sdk/android/generated_base_jni/Histogram_jni.h | 35 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …/webrtc/sdk/android/generated_base_jni/Histogram_jni.h | 38 | // Step 3: Method stubs. | COMMENT |
| LOW | …android/generated_base_jni/NetworkChangeDetector_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …android/generated_base_jni/NetworkChangeDetector_jni.h | 67 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …android/generated_base_jni/NetworkChangeDetector_jni.h | 70 | // Step 3: Method stubs. | COMMENT |
| LOW | …droid/generated_native_api_jni/WebRtcClassLoader_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …droid/generated_native_api_jni/WebRtcClassLoader_jni.h | 35 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …droid/generated_native_api_jni/WebRtcClassLoader_jni.h | 38 | // Step 3: Method stubs. | COMMENT |
| LOW | …c/sdk/android/generated_native_api_jni/JniHelper_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …c/sdk/android/generated_native_api_jni/JniHelper_jni.h | 35 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …c/sdk/android/generated_native_api_jni/JniHelper_jni.h | 38 | // Step 3: Method stubs. | COMMENT |
| LOW | …erated_native_api_jni/ApplicationContextProvider_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …erated_native_api_jni/ApplicationContextProvider_jni.h | 38 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …erated_native_api_jni/ApplicationContextProvider_jni.h | 41 | // Step 3: Method stubs. | COMMENT |
| LOW | …rtc/sdk/android/generated_logging_jni/JNILogging_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …rtc/sdk/android/generated_logging_jni/JNILogging_jni.h | 35 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …rtc/sdk/android/generated_logging_jni/JNILogging_jni.h | 38 | // Step 3: Method stubs. | COMMENT |
| LOW | …dio_codecs_jni/BuiltinAudioEncoderFactoryFactory_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …dio_codecs_jni/BuiltinAudioEncoderFactoryFactory_jni.h | 38 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …dio_codecs_jni/BuiltinAudioEncoderFactoryFactory_jni.h | 41 | // Step 3: Method stubs. | COMMENT |
| LOW | …dio_codecs_jni/BuiltinAudioDecoderFactoryFactory_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …dio_codecs_jni/BuiltinAudioDecoderFactoryFactory_jni.h | 38 | // Step 2: Constants (optional). | COMMENT |
| LOW⚡ | …dio_codecs_jni/BuiltinAudioDecoderFactoryFactory_jni.h | 41 | // Step 3: Method stubs. | COMMENT |
| LOW | …_audio_device_module_base_jni/WebRtcAudioManager_jni.h | 20 | // Step 1: Forward declarations. | COMMENT |
| LOW⚡ | …_audio_device_module_base_jni/WebRtcAudioManager_jni.h | 36 | // Step 2: Constants (optional). | COMMENT |
| 236 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …in/java/org/telegram/messenger/HuaweiMapsProvider.java | 55 | return new HuaweiCameraUpdate(CameraUpdateFactory.newLatLng(new com.huawei.hms.maps.model.LatLng(latLng.latitude | CODE |
| CRITICAL | …in/java/org/telegram/messenger/HuaweiMapsProvider.java | 60 | return new HuaweiCameraUpdate(CameraUpdateFactory.newLatLngZoom(new com.huawei.hms.maps.model.LatLng(latLng.lati | CODE |
| CRITICAL | …in/java/org/telegram/messenger/HuaweiMapsProvider.java | 296 | marker.setPosition(new com.huawei.hms.maps.model.LatLng(latLng.latitude, latLng.longitude)); | CODE |
| CRITICAL | …in/java/org/telegram/messenger/HuaweiMapsProvider.java | 350 | circle.setCenter(new com.huawei.hms.maps.model.LatLng(latLng.latitude, latLng.longitude)); | CODE |
| CRITICAL | …in/java/org/telegram/messenger/HuaweiMapsProvider.java | 370 | return projection.toScreenLocation(new com.huawei.hms.maps.model.LatLng(latLng.latitude, latLng.longitude)); | CODE |
| CRITICAL | …in/java/org/telegram/messenger/HuaweiMapsProvider.java | 406 | circleOptions.center(new com.huawei.hms.maps.model.LatLng(latLng.latitude, latLng.longitude)); | CODE |
| CRITICAL | …in/java/org/telegram/messenger/HuaweiMapsProvider.java | 458 | markerOptions.position(new com.huawei.hms.maps.model.LatLng(latLng.latitude, latLng.longitude)); | CODE |
| CRITICAL | …in/java/org/telegram/messenger/HuaweiMapsProvider.java | 508 | builder.include(new com.huawei.hms.maps.model.LatLng(latLng.latitude, latLng.longitude)); | CODE |
| CRITICAL | …dSrc/src/main/kotlin/com/example/GenerateSchemeTask.kt | 237 | val type = constructor.tl.key.name.type.replace('.', '_') | CODE |
| CRITICAL | TMessagesProj/jni/boringssl/ssl/test/runner/dtls.go | 1371 | c.err = c.conn.config.Bugs.PacketAdaptor.ExpectNextTimeout(d) | CODE |
| CRITICAL | TMessagesProj/jni/boringssl/ssl/test/runner/dtls.go | 1383 | c.err = c.conn.config.Bugs.PacketAdaptor.ExpectNoNextTimeout() | CODE |
| CRITICAL | …main/java/org/telegram/ui/ChannelAdminLogActivity.java | 3101 | String lowerUrl2 = messageObject.messageOwner.media.webpage.url.toLowerCase(); | CODE |
| CRITICAL | …telegram/ui/Components/GroupCallFullscreenAdapter.java | 181 | org.telegram.ui.Cells.GroupCallUserCell.AvatarWavesDrawable avatarWavesDrawable = new org.telegram.ui.Cells.Grou | CODE |
| CRITICAL | …main/java/org/telegram/ui/Components/ThanosEffect.java | 462 | egl = (EGL10) javax.microedition.khronos.egl.EGLContext.getEGL(); | CODE |
| CRITICAL | …in/java/org/telegram/ui/Components/BlurringShader.java | 267 | org.telegram.ui.Components.Paint.Shader.SetColorUniform(p.gradientTopHandle, gradientTop); | CODE |
| CRITICAL | …in/java/org/telegram/ui/Components/BlurringShader.java | 268 | org.telegram.ui.Components.Paint.Shader.SetColorUniform(p.gradientBottomHandle, gradientBottom); | CODE |
| CRITICAL | …in/java/org/telegram/ui/Components/BlurringShader.java | 291 | org.telegram.ui.Components.Paint.Shader.SetColorUniform(p.gradientTopHandle, gradientTop); | CODE |
| CRITICAL | …in/java/org/telegram/ui/Components/BlurringShader.java | 292 | org.telegram.ui.Components.Paint.Shader.SetColorUniform(p.gradientBottomHandle, gradientBottom); | CODE |
| CRITICAL | …in/java/org/telegram/ui/Components/MarkdownParser.java | 174 | io.noties.markwon.inlineparser.MarkwonInlineParserPlugin.create(); | CODE |
| CRITICAL | …in/java/org/telegram/ui/Components/MarkdownParser.java | 176 | io.noties.markwon.ext.latex.JLatexMathPlugin.create( | CODE |
| CRITICAL | …in/java/org/telegram/ui/Components/MarkdownParser.java | 231 | new io.noties.markwon.ext.latex.JLatexMathNode(); | CODE |
| CRITICAL | …ava/org/telegram/ui/Components/MessagePreviewView.java | 1203 | addView(textSelectionOverlay, LayoutHelper.createFrame(LayoutHelper.MATCH_PARENT, LayoutHelper.MATCH_PAR | CODE |
| CRITICAL | …ava/org/telegram/ui/Components/MessagePreviewView.java | 1363 | ((MarginLayoutParams) chatListView.getLayoutParams()).topMargin = org.telegram.ui.ActionBar.ActionBar.getCur | CODE |
| CRITICAL | …rg/telegram/ui/Components/spoilers/SpoilerEffect2.java | 400 | egl = (EGL10) javax.microedition.khronos.egl.EGLContext.getEGL(); | CODE |
| CRITICAL | …/main/java/org/telegram/ui/Stories/StoriesStorage.java | 670 | for (int i = 0; i < messageObject.messageOwner.media.webpage.attributes.size(); ++i) { | CODE |
| CRITICAL | …/main/java/org/telegram/ui/Stories/StoriesStorage.java | 671 | TLRPC.WebPageAttribute attr = messageObject.messageOwner.media.webpage.attributes.get(i); | CODE |
| CRITICAL | …/main/java/org/telegram/ui/Stories/StoriesStorage.java | 688 | for (int i = 0; i < messageObject.messageOwner.media.webpage.attributes.size(); ++i) { | CODE |
| CRITICAL | …/main/java/org/telegram/ui/Stories/StoriesStorage.java | 689 | TLRPC.WebPageAttribute attr = messageObject.messageOwner.media.webpage.attributes.get(i); | CODE |
| CRITICAL | …java/org/telegram/ui/iv/ChatAttachAlertRichLayout.java | 208 | cellPopupLayout = new org.telegram.ui.ActionBar.ActionBarPopupWindow.ActionBarPopupWindowLayout(context); | CODE |
| CRITICAL | …main/java/org/telegram/messenger/LanguageDetector.java | 22 | com.google.mlkit.common.sdkinternal.MlKitContext.zza(ApplicationLoader.applicationContext); | CODE |
| CRITICAL | …main/java/org/telegram/messenger/LanguageDetector.java | 24 | com.google.mlkit.nl.languageid.LanguageIdentification.getClient() | CODE |
| CRITICAL | …n/java/org/telegram/messenger/MediaDataController.java | 6468 | for (int i = 0; i < messageObject.messageOwner.media.webpage.attributes.size(); ++i) { | CODE |
| CRITICAL | …n/java/org/telegram/messenger/MediaDataController.java | 6469 | TLRPC.WebPageAttribute attr = messageObject.messageOwner.media.webpage.attributes.get(i); | CODE |
| CRITICAL⚡ | …/src/main/java/org/telegram/messenger/ImageLoader.java | 4396 | for (int a = 0, count = message.media.webpage.photo.sizes.size(); a < count; a++) { | CODE |
| CRITICAL⚡ | …/src/main/java/org/telegram/messenger/ImageLoader.java | 4397 | TLRPC.PhotoSize size = message.media.webpage.photo.sizes.get(a); | CODE |
| CRITICAL⚡ | …/src/main/java/org/telegram/messenger/ImageLoader.java | 4399 | message.media.webpage.photo.sizes.set(a, newPhotoSize); | CODE |
| CRITICAL | …/src/main/java/org/telegram/messenger/ImageLoader.java | 4520 | for (int a = 0, count = message.media.webpage.photo.sizes.size(); a < count; a++) { | CODE |
| CRITICAL | …/src/main/java/org/telegram/messenger/ImageLoader.java | 4521 | TLRPC.PhotoSize size = message.media.webpage.photo.sizes.get(a); | CODE |
| CRITICAL | …in/java/org/telegram/messenger/GoogleMapsProvider.java | 52 | return new GoogleCameraUpdate(CameraUpdateFactory.newLatLng(new com.google.android.gms.maps.model.LatLng(latLng. | CODE |
| CRITICAL | …in/java/org/telegram/messenger/GoogleMapsProvider.java | 57 | return new GoogleCameraUpdate(CameraUpdateFactory.newLatLngZoom(new com.google.android.gms.maps.model.LatLng(lat | CODE |
| CRITICAL | …in/java/org/telegram/messenger/GoogleMapsProvider.java | 295 | marker.setPosition(new com.google.android.gms.maps.model.LatLng(latLng.latitude, latLng.longitude)); | CODE |
| CRITICAL | …in/java/org/telegram/messenger/GoogleMapsProvider.java | 349 | circle.setCenter(new com.google.android.gms.maps.model.LatLng(latLng.latitude, latLng.longitude)); | CODE |
| CRITICAL | …in/java/org/telegram/messenger/GoogleMapsProvider.java | 369 | return projection.toScreenLocation(new com.google.android.gms.maps.model.LatLng(latLng.latitude, latLng.long | CODE |
| CRITICAL | …in/java/org/telegram/messenger/GoogleMapsProvider.java | 405 | circleOptions.center(new com.google.android.gms.maps.model.LatLng(latLng.latitude, latLng.longitude)); | CODE |
| CRITICAL | …in/java/org/telegram/messenger/GoogleMapsProvider.java | 457 | markerOptions.position(new com.google.android.gms.maps.model.LatLng(latLng.latitude, latLng.longitude)); | CODE |
| CRITICAL | …in/java/org/telegram/messenger/GoogleMapsProvider.java | 507 | builder.include(new com.google.android.gms.maps.model.LatLng(latLng.latitude, latLng.longitude)); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …Proj/jni/voip/webrtc/net/dcsctp/public/dcsctp_socket.h | 440 | // DcSctpSocket::Send ────────────────────────┐ | COMMENT |
| MEDIUM⚡ | …Proj/jni/voip/webrtc/net/dcsctp/public/dcsctp_socket.h | 444 | // OnLifecycleMessageFullySent ───────> OnLifecycleMessageExpired | COMMENT |
| MEDIUM⚡ | …Proj/jni/voip/webrtc/net/dcsctp/public/dcsctp_socket.h | 448 | // OnLifeCycleMessageDelivered ────────────> OnLifecycleEnd | COMMENT |
| MEDIUM | …agesProj/jni/boringssl/crypto/chacha/asm/chacha-x86.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …agesProj/jni/boringssl/crypto/chacha/asm/chacha-x86.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …esProj/jni/boringssl/crypto/chacha/asm/chacha-armv8.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …esProj/jni/boringssl/crypto/chacha/asm/chacha-armv8.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …sProj/jni/boringssl/crypto/chacha/asm/chacha-x86_64.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …sProj/jni/boringssl/crypto/chacha/asm/chacha-x86_64.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …esProj/jni/boringssl/crypto/chacha/asm/chacha-armv4.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …esProj/jni/boringssl/crypto/chacha/asm/chacha-armv4.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …i/boringssl/crypto/fipsmodule/ec/asm/p256-armv8-asm.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …i/boringssl/crypto/fipsmodule/ec/asm/p256-armv8-asm.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …j/jni/boringssl/crypto/fipsmodule/bn/asm/armv8-mont.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …j/jni/boringssl/crypto/fipsmodule/bn/asm/armv8-mont.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …roj/jni/boringssl/crypto/fipsmodule/bn/asm/x86-mont.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …roj/jni/boringssl/crypto/fipsmodule/bn/asm/x86-mont.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …/jni/boringssl/crypto/fipsmodule/bn/asm/x86_64-mont.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …/jni/boringssl/crypto/fipsmodule/bn/asm/x86_64-mont.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …jni/boringssl/crypto/fipsmodule/bn/asm/x86_64-mont5.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …jni/boringssl/crypto/fipsmodule/bn/asm/x86_64-mont5.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …j/jni/boringssl/crypto/fipsmodule/bn/asm/armv4-mont.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …j/jni/boringssl/crypto/fipsmodule/bn/asm/armv4-mont.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …ni/boringssl/crypto/fipsmodule/sha/asm/sha512-armv8.pl | 16 | # ==================================================================== | COMMENT |
| MEDIUM | …ni/boringssl/crypto/fipsmodule/sha/asm/sha512-armv8.pl | 19 | # ==================================================================== | COMMENT |
| MEDIUM | …i/boringssl/crypto/fipsmodule/sha/asm/sha512-x86_64.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …i/boringssl/crypto/fipsmodule/sha/asm/sha512-x86_64.pl | 21 | # ==================================================================== | COMMENT |
| MEDIUM | …/jni/boringssl/crypto/fipsmodule/sha/asm/sha256-586.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …/jni/boringssl/crypto/fipsmodule/sha/asm/sha256-586.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM⚡ | …oringssl/crypto/fipsmodule/sha/asm/sha1-armv4-large.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM⚡ | …oringssl/crypto/fipsmodule/sha/asm/sha1-armv4-large.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM⚡ | …oringssl/crypto/fipsmodule/sha/asm/sha1-armv4-large.pl | 27 | # ==================================================================== | COMMENT |
| MEDIUM⚡ | …oringssl/crypto/fipsmodule/sha/asm/sha1-armv4-large.pl | 29 | # ==================================================================== | COMMENT |
| MEDIUM⚡ | …oringssl/crypto/fipsmodule/sha/asm/sha1-armv4-large.pl | 35 | # ==================================================================== | COMMENT |
| MEDIUM | …/jni/boringssl/crypto/fipsmodule/sha/asm/sha512-586.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …/jni/boringssl/crypto/fipsmodule/sha/asm/sha512-586.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …/jni/boringssl/crypto/fipsmodule/sha/asm/sha1-armv8.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …/jni/boringssl/crypto/fipsmodule/sha/asm/sha1-armv8.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …ni/boringssl/crypto/fipsmodule/sha/asm/sha256-armv4.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …ni/boringssl/crypto/fipsmodule/sha/asm/sha256-armv4.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …ni/boringssl/crypto/fipsmodule/sha/asm/sha512-armv4.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …ni/boringssl/crypto/fipsmodule/sha/asm/sha512-armv4.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …ni/boringssl/crypto/fipsmodule/sha/asm/sha512-armv4.pl | 61 | # ==================================================================== | COMMENT |
| MEDIUM⚡ | …jni/boringssl/crypto/fipsmodule/sha/asm/sha1-x86_64.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM⚡ | …jni/boringssl/crypto/fipsmodule/sha/asm/sha1-x86_64.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …oj/jni/boringssl/crypto/fipsmodule/sha/asm/sha1-586.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …oj/jni/boringssl/crypto/fipsmodule/sha/asm/sha1-586.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …oj/jni/boringssl/crypto/fipsmodule/sha/asm/sha1-586.pl | 45 | # ---------------------------------------------------------------- | COMMENT |
| MEDIUM | …jni/boringssl/crypto/fipsmodule/aes/asm/bsaes-armv7.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …jni/boringssl/crypto/fipsmodule/aes/asm/bsaes-armv7.pl | 23 | # ==================================================================== | COMMENT |
| MEDIUM⚡ | …/jni/boringssl/crypto/fipsmodule/aes/asm/aesv8-armx.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM⚡ | …/jni/boringssl/crypto/fipsmodule/aes/asm/aesv8-armx.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …ni/boringssl/crypto/fipsmodule/aes/asm/ghashv8-armx.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | …ni/boringssl/crypto/fipsmodule/aes/asm/ghashv8-armx.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …ngssl/crypto/fipsmodule/aes/asm/aes-gcm-avx2-x86_64.pl | 16 | #------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | …boringssl/crypto/fipsmodule/aes/asm/ghash-ssse3-x86.pl | 29 | # ============ | COMMENT |
| MEDIUM | …boringssl/crypto/fipsmodule/aes/asm/ghash-ssse3-x86.pl | 47 | # ============ | COMMENT |
| MEDIUM⚡ | …ni/boringssl/crypto/fipsmodule/aes/asm/aesni-x86_64.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM⚡ | …ni/boringssl/crypto/fipsmodule/aes/asm/aesni-x86_64.pl | 20 | # ==================================================================== | COMMENT |
| MEDIUM | …boringssl/crypto/fipsmodule/aes/asm/aesv8-gcm-armv8.pl | 17 | #======================================================================== | COMMENT |
| 62 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | TMessagesProj/jni/ffmpeg/include/libavformat/avformat.h | 1370 | #define AVFMT_FLAG_NOFILLIN 0x0010 ///< Do not infer any values from other values, just return what is stored in the | COMMENT |
| MEDIUM | TMessagesProj/jni/tde2e/include/e2e_api.h | 335 | // we always have public key. Essentially contact is defined by its public key | COMMENT |
| MEDIUM | …_party/libvpx/source/libvpx/vp9/encoder/vp9_ratectrl.h | 38 | // Essentially this means that no frame in the group has more than 1% of MBs | COMMENT |
| MEDIUM | …d_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c | 5519 | // dependent variables more robust. | COMMENT |
| MEDIUM | …roj/jni/voip/webrtc/pc/test/integration_test_helpers.h | 835 | // TODO(deadbeef): Do something more robust. Since we're testing for aspect | COMMENT |
| MEDIUM | …roj/jni/voip/webrtc/pc/test/integration_test_helpers.h | 861 | // TODO(deadbeef): Do something more robust. | COMMENT |
| MEDIUM | …ssagesProj/jni/voip/webrtc/absl/debugging/stacktrace.h | 27 | // Note: stack traces in Abseil that do not utilize a symbolizer will result in | COMMENT |
| MEDIUM | TMessagesProj/jni/voip/webrtc/absl/meta/type_traits.h | 604 | // If it ever becomes possible to detect [[gsl::Owner]], we should leverage it: | COMMENT |
| MEDIUM | TMessagesProj/jni/voip/webrtc/absl/meta/type_traits.h | 637 | // If it ever becomes possible to detect [[gsl::Pointer]], we should leverage | COMMENT |
| MEDIUM | TMessagesProj/jni/voip/webrtc/absl/meta/type_traits.h | 657 | // we should change the implementation to leverage that. | COMMENT |
| MEDIUM | …essagesProj/jni/voip/webrtc/absl/log/scoped_mock_log.h | 57 | // // Simple robust setup, ignores unexpected logs. | COMMENT |
| MEDIUM | TMessagesProj/jni/voip/webrtc/absl/log/check.h | 29 | // compromise. It is also more robust and portable to deliberately terminate | COMMENT |
| MEDIUM | TMessagesProj/jni/voip/webrtc/absl/log/absl_check.h | 27 | // compromise. It is also more robust and portable to deliberately terminate | COMMENT |
| MEDIUM | …j/jni/voip/webrtc/absl/random/bernoulli_distribution.h | 161 | // greater than or equal to 1, the same would be true for `p`. Certainly `p` | COMMENT |
| MEDIUM | …j/jni/voip/webrtc/absl/random/internal/nanobenchmark.h | 19 | // prediction hit rates. Uses a robust estimator to summarize the measurements. | COMMENT |
| MEDIUM | …j/jni/voip/webrtc/absl/random/internal/nanobenchmark.h | 45 | // which is more robust to outliers and skewed data than the mean or median. | COMMENT |
| MEDIUM | TMessagesProj/jni/voip/webrtc/absl/base/options.h | 39 | // Diamond dependency problems can be avoided if all packages utilize the same | COMMENT |
| MEDIUM | …ssagesProj/jni/voip/webrtc/absl/base/internal/poison.h | 48 | // Non-optimized builds may use more robust implementation. Note that we can't | COMMENT |
| MEDIUM | …i/voip/webrtc/api/audio_codecs/audio_encoder_factory.h | 49 | // Note: Implementations need to be robust against combinations other than | COMMENT |
| MEDIUM | …i/voip/webrtc/api/audio_codecs/audio_decoder_factory.h | 43 | // Note: Implementations need to be robust against combinations other than | COMMENT |
| MEDIUM | …oj/jni/voip/webrtc/api/video_codecs/vp8_frame_config.h | 70 | // The encoder layer ID is used to utilize the correct bitrate allocator | COMMENT |
| MEDIUM | …oj/jni/voip/webrtc/api/video_codecs/vp8_frame_config.h | 76 | // packetize / utilize references to split a stream into multiple layers, | COMMENT |
| MEDIUM | …tc/modules/audio_processing/echo_control_mobile_impl.h | 27 | // robust option intended for use on mobile devices. | COMMENT |
| MEDIUM | …modules/audio_processing/aec3/stationarity_estimator.h | 43 | // getting a more robust estimation, it looks at future and/or past frames. | COMMENT |
| MEDIUM | …modules/audio_processing/vad/voice_activity_detector.h | 29 | // StandaloneVad and PitchBasedVad to get a more robust estimation. | COMMENT |
| MEDIUM | …les/audio_processing/utility/delay_estimator_wrapper.h | 170 | // Sets the `allowed_offset` used in the robust validation scheme. If the | COMMENT |
| MEDIUM | …les/audio_processing/utility/delay_estimator_wrapper.h | 186 | // Enables/Disables a robust validation functionality in the delay estimation. | COMMENT |
| MEDIUM | …les/audio_processing/utility/delay_estimator_wrapper.h | 194 | // Returns 1 if robust validation is enabled and 0 if disabled. | COMMENT |
| MEDIUM | …esProj/jni/voip/webrtc/base/observer_list_threadsafe.h | 31 | // observer_list (see observer_list.h), but it is more robust for multi- | COMMENT |
| MEDIUM | …roj/jni/voip/webrtc/base/metrics/histogram_functions.h | 242 | // than other histograms. Essentially, they sparse histograms use a map rather | COMMENT |
| MEDIUM | …essagesProj/jni/voip/webrtc/base/posix/safe_strerror.h | 38 | // more robust in the case of heap corruption errors, since it doesn't need to | COMMENT |
| MEDIUM | …essagesProj/jni/voip/webrtc/base/strings/string_util.h | 344 | // length of the string, not by its contents, so it is robust against | COMMENT |
| MEDIUM | TMessagesProj/jni/voip/webrtc/base/hash/md5.h | 21 | // MD5 is a robust hash function, designed for cyptography, but often used | COMMENT |
| MEDIUM | …sagesProj/jni/voip/webrtc/base/numerics/clamped_math.h | 44 | // This is not an explicit constructor because we want a seamless conversion | COMMENT |
| MEDIUM | …sagesProj/jni/voip/webrtc/base/numerics/checked_math.h | 44 | // This is not an explicit constructor because we want a seamless conversion | COMMENT |
| MEDIUM | …ip/webrtc/common_audio/resampler/push_sinc_resampler.h | 52 | // Delay due to the filter kernel. Essentially, the time after which an input | COMMENT |
| MEDIUM | TMessagesProj/jni/mozjpeg/jpegint.h | 94 | int num_scans_luma; /* # of entries in scan_info array pertaining to luma (used when optimize_scans is TRUE */ | CODE |
| MEDIUM | …sagesProj/jni/boringssl/crypto/perlasm/x86_64-xlate.pl | 1661 | # To facilitate composing of .pdata structures, auto-generated "gear" | COMMENT |
| MEDIUM | …oringssl/crypto/fipsmodule/sha/asm/sha1-armv4-large.pl | 703 | # this fix-up provides Thumb encoding in conjunction with INST | COMMENT |
| MEDIUM⚡ | …jni/boringssl/crypto/fipsmodule/sha/asm/sha1-x86_64.pl | 30 | # capacity to fully utilize SHA-1 parallelism. Therefore this fresh | COMMENT |
| LOW | …ssl/crypto/fipsmodule/aes/asm/aes-gcm-avx512-x86_64.pl | 1238 | # they're multiplied with are also all-zeroes. Therefore they just add | COMMENT |
| MEDIUM | …sProj/jni/boringssl/ssl/test/runner/shim_dispatcher.go | 80 | // To be robust against port scanners, etc., we log a warning | COMMENT |
| MEDIUM | …essagesProj/jni/boringssl/util/generate_build_files.py | 548 | """Filter function that can be passed to FindCFiles in order to remove test | STRING |
| MEDIUM | …essagesProj/jni/boringssl/util/generate_build_files.py | 556 | """Filter function that can be passed to FindCFiles in order to include all | STRING |
| MEDIUM | …Proj/jni/boringssl/util/fipstools/delocate/delocate.go | 230 | // Unknown sections are permitted in order to be robust | COMMENT |
| MEDIUM | TMessagesProj/jni/boringssl/include/openssl/ssl.h | 4563 | // reports the correct alert to the client and is more robust in case of | COMMENT |
| MEDIUM | …googletest/googletest/include/gtest/gtest-death-test.h | 152 | // This implementation is *not* meant to be as highly tuned or robust | COMMENT |
| MEDIUM | …googletest/googletest/include/gtest/gtest-death-test.h | 224 | // In practice, this can be used to test functions that utilize the | COMMENT |
| MEDIUM | …ni/boringssl/pki/testdata/nist-pkits/generate_tests.py | 1142 | # extensions. Rather than try to handle all the nuanced language, these are | STRING |
| MEDIUM | …main/java/org/webrtc/voiceengine/WebRtcAudioUtils.java | 63 | // By default, utilize hardware based audio effects for AEC and NS when | COMMENT |
| MEDIUM | …m/google/android/exoplayer2/ExoPlayerImplInternal.java | 2213 | // allow a seamless transition. | COMMENT |
| MEDIUM | …m/google/android/exoplayer2/decoder/SimpleDecoder.java | 243 | // This can occur if a sample is malformed in a way that the decoder is not robust against. | COMMENT |
| MEDIUM | …google/android/exoplayer2/offline/DownloadService.java | 1057 | // restart the service to robust against such cases. | COMMENT |
| MEDIUM | …/com/google/zxing/common/GlobalHistogramBinarizer.java | 101 | // more robust on the blackbox tests than sampling a diagonal as we used to do. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | TMessagesProj_AppTests/tlscheme/142.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/154.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/197.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/178.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/206.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/210.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/139.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/181.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/158.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/226.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/174.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/135.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/162.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/163.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/134.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/175.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/227.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/159.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/180.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/138.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/211.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/207.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/196.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/179.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/155.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/143.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/148.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/220.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/172.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/133.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/164.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/144.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/152.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/191.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/200.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/216.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/187.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/168.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/186.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/169.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/217.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/201.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/190.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/153.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/145.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/165.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/132.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/173.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/221.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/149.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/166.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/189.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/218.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/131.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/170.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/222.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/185.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/214.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/202.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| LOW | TMessagesProj_AppTests/tlscheme/193.json | 1 | {"constructors":[{"id":"-1132882121","predicate":"boolFalse","params":[],"type":"Bool"},{"id":"-1720552011","predicate": | CODE |
| 44 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …etest/test/googletest-param-test-invalid-name1-test.py | 0 | verifies that google test warns the user when not initialized properly. | STRING |
| HIGH | …etest/test/googletest-param-test-invalid-name2-test.py | 0 | verifies that google test warns the user when not initialized properly. | STRING |
| HIGH | …etest/googletest/test/googletest-uninitialized-test.py | 0 | verifies that google test warns the user when not initialized properly. | STRING |
| HIGH | …etest/test/googletest-param-test-invalid-name1-test.py | 0 | runs the given command and verifies its exit code and output. | STRING |
| HIGH | …etest/test/googletest-param-test-invalid-name2-test.py | 0 | runs the given command and verifies its exit code and output. | STRING |
| HIGH | …etest/googletest/test/googletest-uninitialized-test.py | 0 | runs the given command and verifies its exit code and output. | STRING |
| HIGH | …/googletest/googletest/test/googletest-env-var-test.py | 0 | sets the env variable to 'value'; unsets it when 'value' is none. | STRING |
| HIGH | …ty/googletest/googletest/test/googletest-color-test.py | 0 | sets the env variable to 'value'; unsets it when 'value' is none. | STRING |
| HIGH | …ogletest/googletest/test/googletest-filter-unittest.py | 0 | sets the env variable to 'value'; unsets it when 'value' is none. | STRING |
| HIGH | …letest/googletest/test/googletest-failfast-unittest.py | 0 | sets the env variable to 'value'; unsets it when 'value' is none. | STRING |
| HIGH | …cate_chain_unittest/target-eku-many/generate-chains.py | 0 | certificate chain where the target certificate sets the extended key usage to clientauth. neither the root nor the inter | STRING |
| HIGH | …icate_chain_unittest/target-eku-any/generate-chains.py | 0 | certificate chain where the target certificate sets the extended key usage to clientauth. neither the root nor the inter | STRING |
| HIGH | …hain_unittest/target-eku-clientauth/generate-chains.py | 0 | certificate chain where the target certificate sets the extended key usage to clientauth. neither the root nor the inter | STRING |
| HIGH | …chain_unittest/expired-intermediate/generate-chains.py | 0 | certificate chain where the root has a smaller validity range than the other certificates, making it easy to violate jus | STRING |
| HIGH | …icate_chain_unittest/expired-target/generate-chains.py | 0 | certificate chain where the root has a smaller validity range than the other certificates, making it easy to violate jus | STRING |
| HIGH | …ificate_chain_unittest/expired-root/generate-chains.py | 0 | certificate chain where the root has a smaller validity range than the other certificates, making it easy to violate jus | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …j/jni/voip/webrtc/third_party/libevent/event_rpcgen.py | 1124 | # Create the right entry | COMMENT |
| MEDIUM | …/voip/webrtc/base/third_party/libevent/event_rpcgen.py | 1124 | # Create the right entry | COMMENT |
| MEDIUM | …Proj/jni/boringssl/crypto/test/asm/trampoline-armv4.pl | 16 | # This file defines helper functions for crypto/test/abi_test.h on 32-bit | COMMENT |
| MEDIUM | …Proj/jni/boringssl/crypto/test/asm/trampoline-armv8.pl | 16 | # This file defines helper functions for crypto/test/abi_test.h on aarch64. See | COMMENT |
| MEDIUM | …roj/jni/boringssl/crypto/test/asm/trampoline-x86_64.pl | 16 | # This file defines helper functions for crypto/test/abi_test.h on x86_64. See | COMMENT |
| MEDIUM | …esProj/jni/boringssl/crypto/test/asm/trampoline-x86.pl | 16 | # This file defines helper functions for crypto/test/abi_test.h on x86. See | COMMENT |
| MEDIUM | …crypto/fipsmodule/ec/make_ec_scalar_base_mult_tests.go | 52 | fmt.Printf(`# This file contains multiples of the base point for various curves. The point | CODE |
| MEDIUM | …crypto/fipsmodule/ec/make_ec_scalar_base_mult_tests.go | 55 | # This file is generated by make_ec_scalar_base_mult_tests.go | COMMENT |
| MEDIUM⚡ | …/jni/boringssl/crypto/fipsmodule/aes/asm/aesv8-armx.pl | 22 | # This module implements support for ARMv8 AES instructions. The | COMMENT |
| MEDIUM | …ngssl/crypto/fipsmodule/aes/asm/aes-gcm-avx2-x86_64.pl | 472 | # This function handles large amounts of AAD efficiently, while also keeping the | COMMENT |
| MEDIUM⚡ | …ni/boringssl/crypto/fipsmodule/aes/asm/aesni-x86_64.pl | 22 | # This module implements support for Intel AES-NI extension. In | COMMENT |
| MEDIUM⚡ | …j/jni/boringssl/crypto/fipsmodule/aes/asm/aesni-x86.pl | 22 | # This module implements support for Intel AES-NI extension. In | COMMENT |
| MEDIUM | …ssl/crypto/fipsmodule/aes/asm/aes-gcm-avx512-x86_64.pl | 21 | # This file is based on aes-gcm-avx10-x86_64.S from the Linux kernel | COMMENT |
| MEDIUM | …ssl/crypto/fipsmodule/aes/asm/aes-gcm-avx512-x86_64.pl | 624 | # This function handles large amounts of AAD efficiently, while also keeping the | COMMENT |
| MEDIUM | …essagesProj/jni/boringssl/util/generate_build_files.py | 65 | # This file is created by generate_build_files.py. Do not edit manually. | COMMENT |
| MEDIUM | …essagesProj/jni/boringssl/util/generate_build_files.py | 164 | # This file is created by generate_build_files.py. Do not edit manually. | COMMENT |
| MEDIUM | …essagesProj/jni/boringssl/util/generate_build_files.py | 209 | """# This file is created by generate_build_files.py. Do not edit manually. | STRING |
| MEDIUM | …essagesProj/jni/boringssl/util/generate_build_files.py | 277 | # This file is created by generate_build_files.py. Do not edit manually. | COMMENT |
| MEDIUM | …essagesProj/jni/boringssl/util/generate_build_files.py | 306 | # This file is created by generate_build_files.py. Do not edit manually. | COMMENT |
| MEDIUM | …essagesProj/jni/boringssl/util/generate_build_files.py | 374 | # This file is created by generate_build_files.py. Do not edit manually. | COMMENT |
| MEDIUM | …essagesProj/jni/boringssl/util/generate_build_files.py | 405 | # This file is created by generate_build_files.py. Do not edit manually. | STRING |
| MEDIUM | …oringssl/util/convert_wycheproof/convert_wycheproof.go | 134 | # This file is generated by convert_wycheproof.go. Do not edit by hand. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ad/src/third_party/glog/src/windows/glog/raw_logging.h | 67 | // Usage example: | COMMENT |
| LOW | …breakpad/src/third_party/linux/include/gflags/gflags.h | 258 | // Example usage: | COMMENT |
| LOW | TMessagesProj/jni/voip/webrtc/pc/proxy.h | 22 | // Example usage: | COMMENT |
| LOW | …oip/webrtc/system_wrappers/include/denormal_disabler.h | 25 | // Example usage: | COMMENT |
| LOW | …Proj/jni/voip/webrtc/system_wrappers/include/metrics.h | 92 | // Example usage: | COMMENT |
| LOW | TMessagesProj/jni/voip/webrtc/video/stats_counter.h | 63 | // Example usage: | COMMENT |
| LOW | …sagesProj/jni/voip/webrtc/absl/synchronization/mutex.h | 168 | // Example usage: | COMMENT |
| LOW | TMessagesProj/jni/voip/webrtc/absl/hash/internal/hash.h | 114 | // Example usage: | COMMENT |
| LOW | …jni/voip/webrtc/absl/debugging/internal/vdso_support.h | 30 | // Example usage: | COMMENT |
| LOW | …sProj/jni/voip/webrtc/absl/base/internal/raw_logging.h | 39 | // Usage example: | COMMENT |
| LOW | TMessagesProj/jni/voip/webrtc/rtc_base/callback_list.h | 113 | // Usage example: | COMMENT |
| LOW | TMessagesProj/jni/voip/webrtc/rtc_base/string_utils.h | 42 | // Example usage: | COMMENT |
| LOW | …essagesProj/jni/voip/webrtc/rtc_base/gtest_prod_util.h | 25 | // Example usage: | COMMENT |
| LOW | …sProj/jni/voip/webrtc/api/task_queue/task_queue_test.h | 23 | // Example usage: | COMMENT |
| LOW | …/voip/webrtc/api/task_queue/pending_task_safety_flag.h | 120 | // Example usage: | COMMENT |
| LOW | …/jni/voip/webrtc/modules/utility/include/jvm_android.h | 121 | // Example usage: | COMMENT |
| LOW | …oip/webrtc/logging/rtc_event_log/rtc_event_processor.h | 105 | // Usage example: | COMMENT |
| LOW | TMessagesProj/jni/voip/webrtc/base/lazy_instance.h | 36 | // Example usage: | COMMENT |
| LOW | TMessagesProj/jni/voip/webrtc/base/gtest_prod_util.h | 14 | // Example usage: | COMMENT |
| LOW | TMessagesProj/jni/voip/webrtc/base/gtest_prod_util.h | 44 | // Example usage: | COMMENT |
| LOW | TMessagesProj/jni/voip/webrtc/base/tuple.h | 11 | // Example usage: | COMMENT |
| LOW | TMessagesProj/jni/voip/webrtc/base/memory/singleton.h | 146 | // Example usage: | COMMENT |
| LOW | …roj/jni/voip/webrtc/base/trace_event/trace_arguments.h | 238 | // Usage example: | COMMENT |
| LOW | …Proj/jni/voip/webrtc/base/profiler/metadata_recorder.h | 152 | // Example usage: | COMMENT |
| LOW | …sProj/jni/voip/webrtc/base/containers/intrusive_heap.h | 23 | // Example usage: | COMMENT |
| LOW | …/jni/voip/webrtc/base/containers/unique_ptr_adapters.h | 17 | // Example usage: | COMMENT |
| LOW | …/jni/voip/webrtc/base/containers/unique_ptr_adapters.h | 50 | // Example usage: | COMMENT |
| LOW | …Proj/jni/voip/webrtc/base/containers/buffer_iterator.h | 32 | // Example usage: | COMMENT |
| LOW | …ip/webrtc/base/threading/sequence_local_storage_slot.h | 24 | // Example usage: | COMMENT |
| LOW | …agesProj/jni/voip/webrtc/base/threading/thread_local.h | 30 | // Example usage: | COMMENT |
| LOW | …agesProj/jni/voip/webrtc/base/threading/hang_watcher.h | 34 | // Example usage: | COMMENT |
| LOW | TMessagesProj/jni/voip/webrtc/base/debug/task_trace.h | 24 | // Example usage: | COMMENT |
| LOW | …essagesProj/jni/voip/webrtc/base/debug/crash_logging.h | 27 | // Example usage: | COMMENT |
| LOW | …oj/src/main/java/org/webrtc/PeerConnectionFactory.java | 341 | // Example usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …j/jni/voip/webrtc/third_party/libevent/event_rpcgen.py | 889 | if (!msg->%(name)s_set || offset < 0 || offset >= msg->%(name)s_length) | CODE |
| HIGH | …j/jni/voip/webrtc/third_party/libevent/event_rpcgen.py | 903 | if (!msg->%(name)s_set || off < 0 || off >= msg->%(name)s_length) | CODE |
| HIGH | …/voip/webrtc/base/third_party/libevent/event_rpcgen.py | 889 | if (!msg->%(name)s_set || offset < 0 || offset >= msg->%(name)s_length) | CODE |
| HIGH | …/voip/webrtc/base/third_party/libevent/event_rpcgen.py | 903 | if (!msg->%(name)s_set || off < 0 || off >= msg->%(name)s_length) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | TMessagesProj/jni/voip/webrtc/call/simulated_network.h | 33 | // This is a basic implementation of NetworkBehaviorInterface that supports: | COMMENT |
| LOW | …esProj/jni/voip/webrtc/api/peer_connection_interface.h | 684 | // Don't forget to update operator== if adding something. | COMMENT |
| LOW | …oip/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h | 184 | // Again, don't forget to update `kNumMediaTypes` if you add another value! | COMMENT |
| LOW | TMessagesProj/jni/voip/webrtc/base/process/launch.h | 319 | // and don't forget to quote it. | COMMENT |
| LOW | TMessagesProj/jni/boringssl/crypto/md5/asm/md5-586.pl | 121 | # make sure to do 'D' first, not 'B', else we clash with | COMMENT |
| LOW | TMessagesProj/jni/boringssl/crypto/md5/asm/md5-586.pl | 139 | # make sure to do 'D' first, not 'B', else we clash with | COMMENT |
| MEDIUM | …java/androidx/recyclerview/widget/ItemTouchHelper.java | 1381 | * {@link #makeMovementFlags(int, int)} to easily construct it. Alternatively, you can use | COMMENT |
| MEDIUM | …in/java/androidx/recyclerview/widget/RecyclerView.java | 9709 | * {@link View#measure(int, int)}, you can use this method to get decorations. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …i/voip/webrtc/net/dcsctp/socket/stream_reset_handler.h | 64 | // In this implementation, when a stream is reset, the queued but not-yet-sent | COMMENT |
| HIGH | …c/modules/audio_device/android/audio_device_template.h | 374 | // until I have added full support for audio effects based on OpenSL ES APIs. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | apkfrombundle.py | 21 | CODE | |
| LOW | apkdiff.py | 16 | CODE | |
| LOW | …j/jni/voip/webrtc/third_party/libevent/event_rpcgen.py | 1061 | CODE | |
| LOW | …/voip/webrtc/base/third_party/libevent/event_rpcgen.py | 1061 | CODE | |
| LOW | …essagesProj/jni/boringssl/util/generate_build_files.py | 590 | CODE | |
| LOW | TMessagesProj/jni/boringssl/util/bot/extract.py | 66 | CODE | |
| LOW | TMessagesProj/jni/boringssl/util/bot/extract.py | 83 | CODE | |
| LOW | …ty/googletest/googletest/test/gtest_json_test_utils.py | 35 | CODE | |
| LOW | …ty/googletest/googletest/test/gtest_json_test_utils.py | 46 | CODE | |
| LOW | …rty/googletest/googletest/test/gtest_xml_test_utils.py | 131 | CODE | |
| LOW | …rty/googletest/googletest/test/gtest_xml_test_utils.py | 186 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …breakpad/src/third_party/glog/src/demangle_unittest.sh | 65 | # Check if mangled symbols exist. If there are none, we quit. | COMMENT |
| LOW | …breakpad/src/third_party/glog/src/demangle_unittest.sh | 85 | # Check if mangled symbols exist. They must not exist. | COMMENT |
| LOW | …j/jni/voip/webrtc/third_party/libevent/event_rpcgen.py | 237 | # Check if it was decoded completely | COMMENT |
| LOW | …/voip/webrtc/base/third_party/libevent/event_rpcgen.py | 237 | # Check if it was decoded completely | COMMENT |
| LOW | …ogletest/googletest/test/googletest-filter-unittest.py | 69 | # Check if this platform can unset environment variables in child processes. | COMMENT |
| LOW | …ata/verify_certificate_chain_unittest/rebase-errors.py | 75 | # Check if it looks like the BoringSSL root. | COMMENT |
| LOW | …i/testdata/parse_certificate_unittest/rebase-errors.py | 120 | # Check if it looks like the BoringSSL root. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …p/webrtc/base/metrics/persistent_histogram_allocator.h | 27 | class PersistentSparseHistogramDataManager; | CODE |
| LOW | …oj/jni/boringssl/crypto/hpke/translate_test_vectors.py | 39 | def read_test_vectors_and_generate_code(json_file_in_path, test_file_out_path): | CODE |
| LOW | …rd_party/googletest/googletest/test/gtest_help_test.py | 130 | def test_prints_help_with_full_flag(self): | CODE |
| LOW | …rd_party/googletest/googletest/test/gtest_help_test.py | 157 | def test_runs_tests_without_help_flag(self): | CODE |
| LOW | …rd_party/googletest/googletest/test/gtest_help_test.py | 168 | def test_runs_tests_with_gtest_internal_flag(self): | CODE |
| LOW | …rtificate_chain_unittest/many-names/generate-chains.py | 21 | def add_excluded_name_constraints(cert, num_dns, num_ip, num_dirnames, num_uri): | CODE |
| LOW | …rtificate_chain_unittest/many-names/generate-chains.py | 40 | def add_permitted_name_constraints( | CODE |
| LOW | …name_constraints_unittest/generate_name_constraints.py | 166 | def uniform_resource_identifier(name): | CODE |
| LOW | …m/google/android/exoplayer2/drm/DefaultDrmSession.java | 567 | private class ResponseHandler extends Handler { | CODE |
| LOW | …m/google/android/exoplayer2/drm/DefaultDrmSession.java | 593 | private class RequestHandler extends Handler { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …oj/jni/boringssl/crypto/hpke/translate_test_vectors.py | 26 | CODE | |
| LOW | …essagesProj/jni/boringssl/util/generate_build_files.py | 21 | CODE | |
| LOW | TMessagesProj/jni/boringssl/util/bot/vs_toolchain.py | 5 | CODE | |
| LOW | TMessagesProj/jni/boringssl/util/bot/vs_env.py | 15 | CODE | |
| LOW | …/googletest/googletest/test/gtest_xml_outfiles_test.py | 35 | CODE | |
| LOW | …rty/googletest/googletest/test/gtest_xml_test_utils.py | 33 | CODE | |
| LOW | …ata/certificate_policies_unittest/generate_policies.py | 17 | CODE | |
| LOW | …ata/certificate_policies_unittest/generate_policies.py | 18 | CODE | |
| LOW | …a/cert_issuer_source_static_unittest/generate-certs.py | 44 | CODE | |
| LOW | …ni/boringssl/pki/testdata/nist-pkits/generate_tests.py | 27 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …j/jni/voip/webrtc/third_party/libevent/event_rpcgen.py | 1269 | CODE | |
| LOW | …/voip/webrtc/base/third_party/libevent/event_rpcgen.py | 1269 | CODE | |
| LOW | …y/googletest/googletest/test/googletest-output-test.py | 215 | CODE | |
| LOW | …_party/googletest/googlemock/test/gmock_output_test.py | 72 | CODE | |
| LOW | …/jni/boringssl/pki/testdata/ocsp_unittest/make_ocsp.py | 186 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …d_party/googletest/googletest/test/gtest_test_utils.py | 200 | Changes into a specified directory, if provided, and executes a command. Restores the old directory afterwards. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/google/android/exoplayer2/text/cea/Cea608Decoder.java | 688 | // TODO: implement | COMMENT |