Repository Analysis

dotnet/aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

29.2 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of dotnet/aspnetcore, a C# project with 38,339 GitHub stars. SynthScan v2.0 examined 1,944,755 lines of code across 13392 source files, recording 10962 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 29.2 places this repository in the Moderate 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).

29.2
Adjusted Score
29.2
Raw Score
100%
Time Factor
2026-07-14
Last Push
38.3K
Stars
C#
Language
1.9M
Lines of Code
13.4K
Files
11.0K
Pattern Hits
2026-07-14
Scan Date
0.39
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

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.

CRITICAL 5134HIGH 120MEDIUM 57LOW 5651

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 10962 distinct pattern matches across 20 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.

Hallucination Indicators5134 hits · 50174 pts
SeverityFileLineSnippetContext
CRITICALdocs/Helix.md72D:\a\_work\1\s\.packages\microsoft.dotnet.helix.sdk\7.0.0-beta.21559.3\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targeCODE
CRITICALdocs/Helix.md73D:\a\_work\1\s\.packages\microsoft.dotnet.helix.sdk\7.0.0-beta.21559.3\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targeCODE
CRITICALdocs/Helix.md74##[error].packages\microsoft.dotnet.helix.sdk\7.0.0-beta.21559.3\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(78,COMMENT
CRITICAL…eware/Rewrite/src/PatternSegments/ServerNameSegment.cs12 return context.HttpContext.Request.Host.Host.ToString(CultureInfo.InvariantCulture);CODE
CRITICALsrc/Middleware/HealthChecks/src/PublicAPI.Shipped.txt2~Microsoft.AspNetCore.Diagnostics.HealthChecks.HealthCheckMiddleware.InvokeAsync(Microsoft.AspNetCore.Http.HttpContext hCODE
CRITICALsrc/Middleware/HealthChecks/src/PublicAPI.Shipped.txt14Microsoft.AspNetCore.Diagnostics.HealthChecks.HealthCheckMiddleware.HealthCheckMiddleware(Microsoft.AspNetCore.Http.RequCODE
CRITICALsrc/Middleware/HealthChecks/src/PublicAPI.Shipped.txt15Microsoft.AspNetCore.Diagnostics.HealthChecks.HealthCheckMiddleware.InvokeAsync(Microsoft.AspNetCore.Http.HttpContext! hCODE
CRITICALsrc/Middleware/HealthChecks/src/PublicAPI.Shipped.txt19Microsoft.AspNetCore.Diagnostics.HealthChecks.HealthCheckOptions.HealthCheckOptions() -> voidCODE
CRITICAL…dleware/StaticFiles/test/UnitTests/RangeHeaderTests.cs66 req.Headers.Add("If-Range", original.Content.Headers.LastModified.Value.ToString("r"));CODE
CRITICAL…dleware/StaticFiles/test/UnitTests/RangeHeaderTests.cs83 req.Headers.Add("If-Modified-Since", original.Content.Headers.LastModified.Value.AddHours(-1).ToString("r"));CODE
CRITICAL…dleware/StaticFiles/test/UnitTests/RangeHeaderTests.cs100 req.Headers.Add("If-Modified-Since", original.Content.Headers.LastModified.Value.ToString("r"));CODE
CRITICAL…dleware/StaticFiles/test/UnitTests/RangeHeaderTests.cs117 req.Headers.Add("If-Range", original.Content.Headers.LastModified.Value.ToString("r"));CODE
CRITICAL…dleware/StaticFiles/test/UnitTests/RangeHeaderTests.cs172 req.Headers.Add("If-Range", original.Content.Headers.LastModified.Value.Subtract(TimeSpan.FromDays(1)).ToString(CODE
CRITICAL…dleware/StaticFiles/test/UnitTests/RangeHeaderTests.cs191 req.Headers.Add("If-Range", original.Content.Headers.LastModified.Value.Subtract(TimeSpan.FromDays(1)).ToString(CODE
CRITICAL…dleware/StaticFiles/test/UnitTests/RangeHeaderTests.cs219 req.Headers.Add("If-Range", original.Content.Headers.LastModified.Value.ToString("r"));CODE
CRITICAL…dleware/StaticFiles/test/UnitTests/RangeHeaderTests.cs246 req.Headers.Add("If-Range", original.Content.Headers.LastModified.Value.ToString("r"));CODE
CRITICALsrc/Middleware/StaticFiles/src/PublicAPI.Shipped.txt66Microsoft.AspNetCore.StaticFiles.Infrastructure.SharedOptions.SharedOptions() -> voidCODE
CRITICALsrc/Middleware/StaticFiles/src/PublicAPI.Shipped.txt75Microsoft.AspNetCore.StaticFiles.Infrastructure.SharedOptionsBase.SharedOptionsBase(Microsoft.AspNetCore.StaticFiles.InfCODE
CRITICAL…e/Spa/SpaServices.Extensions/src/PublicAPI.Shipped.txt15Microsoft.AspNetCore.SpaServices.AngularCli.AngularCliBuilder.AngularCliBuilder(string! npmScript) -> voidCODE
CRITICAL…e/Spa/SpaServices.Extensions/src/PublicAPI.Shipped.txt16Microsoft.AspNetCore.SpaServices.AngularCli.AngularCliBuilder.Build(Microsoft.AspNetCore.SpaServices.ISpaBuilder! spaBuiCODE
CRITICAL…e/Spa/SpaServices.Extensions/src/PublicAPI.Shipped.txt22Microsoft.AspNetCore.SpaServices.Prerendering.ISpaPrerendererBuilder.Build(Microsoft.AspNetCore.SpaServices.ISpaBuilder!CODE
CRITICAL…e/Spa/SpaServices.Extensions/src/PublicAPI.Shipped.txt43Microsoft.AspNetCore.SpaServices.StaticFiles.SpaStaticFilesOptions.SpaStaticFilesOptions() -> voidCODE
CRITICAL…e/Spa/SpaServices.Extensions/src/PublicAPI.Shipped.txt49static Microsoft.AspNetCore.SpaServices.AngularCli.AngularCliMiddlewareExtensions.UseAngularCliServer(this Microsoft.AspCODE
CRITICAL…e/Spa/SpaServices.Extensions/src/PublicAPI.Shipped.txt50static Microsoft.AspNetCore.SpaServices.ReactDevelopmentServer.ReactDevelopmentServerMiddlewareExtensions.UseReactDeveloCODE
CRITICAL…eCompression/test/ResponseCompressionMiddlewareTest.cs1325 request.Headers.AcceptEncoding.Add(System.Net.Http.Headers.StringWithQualityHeaderValue.Parse(requestAcceptECODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt5~Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware.CorsMiddleware(Microsoft.AspNetCore.Http.RequestDelegate next, CODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt6~Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware.CorsMiddleware(Microsoft.AspNetCore.Http.RequestDelegate next, CODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt7~Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware.CorsMiddleware(Microsoft.AspNetCore.Http.RequestDelegate next, CODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt8~Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware.Invoke(Microsoft.AspNetCore.Http.HttpContext context, MicrosoftCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt9~Microsoft.AspNetCore.Cors.Infrastructure.CorsOptions.AddDefaultPolicy(Microsoft.AspNetCore.Cors.Infrastructure.CorsPoliCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt10~Microsoft.AspNetCore.Cors.Infrastructure.CorsOptions.AddDefaultPolicy(System.Action<Microsoft.AspNetCore.Cors.InfrastruCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt11~Microsoft.AspNetCore.Cors.Infrastructure.CorsOptions.AddPolicy(string name, Microsoft.AspNetCore.Cors.Infrastructure.CoCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt12~Microsoft.AspNetCore.Cors.Infrastructure.CorsOptions.AddPolicy(string name, System.Action<Microsoft.AspNetCore.Cors.InfCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt13~Microsoft.AspNetCore.Cors.Infrastructure.CorsOptions.GetPolicy(string name) -> Microsoft.AspNetCore.Cors.InfrastructureCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt16~Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder.AllowAnyHeader() -> Microsoft.AspNetCore.Cors.InfrastructureCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt17~Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder.AllowAnyMethod() -> Microsoft.AspNetCore.Cors.InfrastructureCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt18~Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder.AllowAnyOrigin() -> Microsoft.AspNetCore.Cors.InfrastructureCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt19~Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder.AllowCredentials() -> Microsoft.AspNetCore.Cors.InfrastructuCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt20~Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder.Build() -> Microsoft.AspNetCore.Cors.Infrastructure.CorsPoliCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt21~Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder.CorsPolicyBuilder(Microsoft.AspNetCore.Cors.Infrastructure.CCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt22~Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder.CorsPolicyBuilder(params string[] origins) -> voidCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt23~Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder.DisallowCredentials() -> Microsoft.AspNetCore.Cors.InfrastruCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt24~Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder.SetIsOriginAllowed(System.Func<string, bool> isOriginAllowedCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt25~Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder.SetIsOriginAllowedToAllowWildcardSubdomains() -> Microsoft.ACODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt26~Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder.SetPreflightMaxAge(System.TimeSpan preflightMaxAge) -> MicroCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt27~Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder.WithExposedHeaders(params string[] exposedHeaders) -> MicrosCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt28~Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder.WithHeaders(params string[] headers) -> Microsoft.AspNetCoreCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt29~Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder.WithMethods(params string[] methods) -> Microsoft.AspNetCoreCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt30~Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder.WithOrigins(params string[] origins) -> Microsoft.AspNetCoreCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt34~Microsoft.AspNetCore.Cors.Infrastructure.CorsService.EvaluatePolicy(Microsoft.AspNetCore.Http.HttpContext context, MicrCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt35~Microsoft.AspNetCore.Cors.Infrastructure.CorsService.EvaluatePolicy(Microsoft.AspNetCore.Http.HttpContext context, striCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt36~Microsoft.AspNetCore.Cors.Infrastructure.DefaultCorsPolicyProvider.GetPolicyAsync(Microsoft.AspNetCore.Http.HttpContextCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt38~Microsoft.AspNetCore.Cors.Infrastructure.ICorsPolicyProvider.GetPolicyAsync(Microsoft.AspNetCore.Http.HttpContext conteCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt39~Microsoft.AspNetCore.Cors.Infrastructure.ICorsService.ApplyResult(Microsoft.AspNetCore.Cors.Infrastructure.CorsResult rCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt40~Microsoft.AspNetCore.Cors.Infrastructure.ICorsService.EvaluatePolicy(Microsoft.AspNetCore.Http.HttpContext context, MicCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt41~override Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicy.ToString() -> stringCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt42~override Microsoft.AspNetCore.Cors.Infrastructure.CorsResult.ToString() -> stringCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt61~virtual Microsoft.AspNetCore.Cors.Infrastructure.CorsService.ApplyResult(Microsoft.AspNetCore.Cors.Infrastructure.CorsRCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt62~virtual Microsoft.AspNetCore.Cors.Infrastructure.CorsService.EvaluatePreflightRequest(Microsoft.AspNetCore.Http.HttpConCODE
CRITICALsrc/Middleware/CORS/src/PublicAPI.Shipped.txt63~virtual Microsoft.AspNetCore.Cors.Infrastructure.CorsService.EvaluateRequest(Microsoft.AspNetCore.Http.HttpContext contCODE
5074 more matches not shown…
Over-Commented Block5239 hits · 5053 pts
SeverityFileLineSnippetContext
LOW.CodeQL.yml1# This file configures CodeQL runs and TSA bug autofiling. For more information, see:COMMENT
LOWeng/common/SetupNugetSources.sh1#!/usr/bin/env bashCOMMENT
LOWeng/common/vmr-sync.sh1#!/bin/bashCOMMENT
LOWeng/common/vmr-sync.sh21###COMMENT
LOWeng/common/native/init-distro-rid.sh1#!/bin/shCOMMENT
LOWeng/common/native/init-distro-rid.sh61COMMENT
LOW…common/templates-official/variables/pool-providers.yml1# Select a pool provider based off branch name. Anything with branch name containing 'release' must go into an -Svc poolCOMMENT
LOWeng/common/templates/vmr-build-pr.yml1# This pipeline is used for running the VMR verification of the PR changes in repo-level PRs.COMMENT
LOWeng/common/templates/variables/pool-providers.yml1# Select a pool provider based off branch name. Anything with branch name containing 'release' must go into an -Svc poolCOMMENT
LOWeng/common/core-templates/stages/renovate.yml1# --------------------------------------------------------------------------------------COMMENT
LOWeng/common/core-templates/steps/install-microbuild.yml1parameters:COMMENT
LOWeng/common/core-templates/job/renovate.yml1# --------------------------------------------------------------------------------------COMMENT
LOWeng/common/core-templates/job/source-build.yml1parameters:COMMENT
LOWeng/common/core-templates/job/source-build.yml21 # published by source-build.COMMENT
LOWeng/common/core-templates/job/helix-job-monitor.yml61# are treated as failed: they count toward the monitor's exit code and are resubmitted by aCOMMENT
LOWeng/scripts/CaptureHangDumps.sh1#!/usr/bin/env bashCOMMENT
LOW.devcontainer/scripts/container-creation.sh1#!/usr/bin/env bashCOMMENT
LOW.github/workflows/community-pr-issue-check.lock.yml1# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"32c536b4383477606ab75e3e7dc7d1329d148c0d49a14755d3bc1519775COMMENT
LOW.github/workflows/community-pr-issue-check.lock.yml21# gh aw compileCOMMENT
LOW.github/workflows/community-pr-issue-check.lock.yml41# - COPILOT_PAT_8COMMENT
LOW.github/workflows/browsertesting-deps-update.lock.yml1# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"557a63eb7205998ed03d85a8f0c3a9a7839fe4a94285f49e6b09c1431afCOMMENT
LOW.github/workflows/browsertesting-deps-update.lock.yml21# gh aw compileCOMMENT
LOW.github/workflows/browsertesting-deps-update.lock.yml41# - COPILOT_PAT_8COMMENT
LOW.github/workflows/browsertesting-deps-update.lock.yml841 # --allow-tool shell(echo)COMMENT
LOW.github/workflows/cswin32-update.lock.yml1# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"3f1ad11f79a4a6d27a60dbd95442cbf1e59d9315f74db48e9b50e604c21COMMENT
LOW.github/workflows/cswin32-update.lock.yml21# gh aw compileCOMMENT
LOW.github/workflows/cswin32-update.lock.yml41# - COPILOT_PAT_8COMMENT
LOW.github/workflows/cswin32-update.lock.yml841 # --allow-tool shell(chmod)COMMENT
LOW.github/workflows/test-quarantine.lock.yml1# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"556bd367063bd31c6255c9edb091c14ae5ddf96f38bc1e2c7454207ec7fCOMMENT
LOW.github/workflows/test-quarantine.lock.yml21# gh aw compileCOMMENT
LOW.github/workflows/test-quarantine.lock.yml41# - COPILOT_PAT_8COMMENT
LOW.github/workflows/test-quarantine.lock.yml61# - ghcr.io/github/gh-aw-firewall/agent:0.27.11@sha256:979723c628182da7729333f2208bb249fd25ddee579645cf9a3892d681a929cCOMMENT
LOW.github/workflows/test-quarantine.lock.yml81 # # GitHub token access and writes results that get injected into the agent prompt.COMMENT
LOW.github/workflows/test-quarantine.lock.yml101 # url = part.split("<")[1].split(">")[0]COMMENT
LOW.github/workflows/test-quarantine.lock.yml121 # COMMENT
LOW.github/workflows/test-quarantine.lock.yml141 # # treating the whole file as potentially re-quarantinedCOMMENT
LOW.github/workflows/test-quarantine.lock.yml161 # COMMENT
LOW.github/workflows/test-quarantine.lock.yml181 # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}COMMENT
LOW.github/workflows/test-quarantine.lock.yml201 # req = urllib.request.Request(url, headers=headers)COMMENT
LOW.github/workflows/test-quarantine.lock.yml221 # github_output = os.environ.get("GITHUB_OUTPUT", "")COMMENT
LOW.github/workflows/test-quarantine.lock.yml241 # python3 << 'SCRIPT'COMMENT
LOW.github/workflows/test-quarantine.lock.yml261 # results.extend(data.get("items", []))COMMENT
LOW.github/workflows/test-quarantine.lock.yml281 # url = f"https://api.github.com/repos/dotnet/aspnetcore/issues/{number}/comments?per_page=100"COMMENT
LOW.github/workflows/test-quarantine.lock.yml301 # for part in link.split(","):COMMENT
LOW.github/workflows/test-quarantine.lock.yml321 # try:COMMENT
LOW.github/workflows/test-quarantine.lock.yml341 # # recognized as trusted — either because they are a public dotnet org member, orCOMMENT
LOW.github/workflows/test-quarantine.lock.yml361 # closer_is_privileged_human = bool(COMMENT
LOW.github/workflows/test-quarantine.lock.yml381 # # members), (2) a public member of the dotnet org, or (3) a login that authoredCOMMENT
LOW.github/workflows/test-quarantine.lock.yml401 # # rather than letting it be silently dropped later and starve the guardrail.COMMENT
LOW.github/workflows/test-quarantine.lock.yml421 # id: source_b_prsCOMMENT
LOW.github/workflows/test-quarantine.lock.yml441 # if headers:COMMENT
LOW.github/workflows/test-quarantine.lock.yml461 # BUILDS = "https://dev.azure.com/dnceng-public/public/_apis/build/builds"COMMENT
LOW.github/workflows/test-quarantine.lock.yml481 # if not branch.startswith("refs/pull/"):COMMENT
LOW.github/workflows/test-quarantine.lock.yml501 # COMMENT
LOW.github/workflows/test-quarantine.lock.yml521 # sys.exit(f"FATAL: GitHub GraphQL {e.code} — aborting Source B verification")COMMENT
LOW.github/workflows/test-quarantine.lock.yml541 # for alias, pr in repo.items():COMMENT
LOW.github/workflows/test-quarantine.lock.yml561 # # commit matches that PR's head SHA. Emit only those build IDs. ---COMMENT
LOW.github/workflows/test-quarantine.lock.yml581 # # workflow: it spans ~200 builds, many resultsbyBuild calls, and multi-MB HelixCOMMENT
LOW.github/workflows/test-quarantine.lock.yml601 # # Source C: for work items (names ending .WorkItemExecution) use those HelixCOMMENT
LOW.github/workflows/test-quarantine.lock.yml621 # COMMENT
5179 more matches not shown…
Synthetic Comment Markers117 hits · 874 pts
SeverityFileLineSnippetContext
HIGH…vc/Mvc.Analyzers/src/TagHelpersInCodeBlocksAnalyzer.cs25 // Generated Razor code is considered auto generated. By default analyzers skip over auto-generated code unless COMMENT
HIGH…erences#OpenApiXmlCommentSupport.generated.verified.cs4// This code was generated by a tool.COMMENT
HIGH…malApis#OpenApiXmlCommentSupport.generated.verified.cs4// This code was generated by a tool.COMMENT
HIGH…rollers#OpenApiXmlCommentSupport.generated.verified.cs4// This code was generated by a tool.COMMENT
HIGH…alTexts#OpenApiXmlCommentSupport.generated.verified.cs4// This code was generated by a tool.COMMENT
HIGH…OpenApi#OpenApiXmlCommentSupport.generated.verified.cs4// This code was generated by a tool.COMMENT
HIGH…Schemas#OpenApiXmlCommentSupport.generated.verified.cs4// This code was generated by a tool.COMMENT
HIGH…rollers#OpenApiXmlCommentSupport.generated.verified.cs4// This code was generated by a tool.COMMENT
HIGH…Formats#OpenApiXmlCommentSupport.generated.verified.cs4// This code was generated by a tool.COMMENT
HIGH…tionIds#OpenApiXmlCommentSupport.generated.verified.cs4// This code was generated by a tool.COMMENT
HIGH…Schemas#OpenApiXmlCommentSupport.generated.verified.cs4// This code was generated by a tool.COMMENT
HIGHsrc/OpenApi/gen/XmlCommentGenerator.Emitter.cs22// This code was generated by a tool.COMMENT
HIGH…E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs777 // Staleness check is used to assert enhanced navigation is enabled/disabled, as requestedCOMMENT
HIGH…E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs857 // staleness check is used to assert enhanced navigation is enabled/disabled, as requestedCOMMENT
HIGHsrc/Http/Routing/tools/Swaggatherer/Template.cs77 // This code was generated by the SwaggathererCOMMENT
HIGH…marks/Matching/MatcherGithubBenchmarkBase.generated.cs9 // This code was generated by the SwaggathererCOMMENT
HIGH…kGeneration/LinkGenerationGithubBenchmark.generated.cs10 // This code was generated by the SwaggathererCOMMENT
HIGH…_TakesCustomMetadataEmitter_Has_Metadata.generated.txt3// This code was generated by a tool.COMMENT
HIGH…ptyQueryStringValueProvided_StringReturn.generated.txt3// This code was generated by a tool.COMMENT
HIGH…urnsValidationProblemResult_Has_Metadata.generated.txt3// This code was generated by a tool.COMMENT
HIGH…icitQuery_NullableIntArrayParam_Optional.generated.txt3// This code was generated by a tool.COMMENT
HIGH…tion_ExplicitQuery_ComplexTypeArrayParam.generated.txt3// This code was generated by a tool.COMMENT
HIGH…thArrayQueryString_AndBody_ShouldUseBody.generated.txt3// This code was generated by a tool.COMMENT
HIGH…r/Baselines/MapAction_BindAsync_Snapshot.generated.txt3// This code was generated by a tool.COMMENT
HIGH…apAction_NoParam_StringReturn_WithFilter.generated.txt3// This code was generated by a tool.COMMENT
HIGH…ullableStringArrayParam_EmptyQueryValues.generated.txt3// This code was generated by a tool.COMMENT
HIGH…pAction_MultipleStringParam_StringReturn.generated.txt3// This code was generated by a tool.COMMENT
HIGH…ltiple_MapAction_WithParams_StringReturn.generated.txt3// This code was generated by a tool.COMMENT
HIGH…icitQuery_NullableIntArrayParam_Optional.generated.txt3// This code was generated by a tool.COMMENT
HIGH…es/MapAction_ReturnsVoid_Has_No_Metadata.generated.txt3// This code was generated by a tool.COMMENT
HIGH…n_ExplicitQuery_NullableStringArrayParam.generated.txt3// This code was generated by a tool.COMMENT
HIGH…pportsSameInterceptorsFromDifferentFiles.generated.txt3// This code was generated by a tool.COMMENT
HIGH…ion_ExplicitSource_SimpleReturn_Snapshot.generated.txt3// This code was generated by a tool.COMMENT
HIGH…QueryString_AndBody_ShouldUseQueryString.generated.txt3// This code was generated by a tool.COMMENT
HIGH…nBodyOrService_HandlesBothJsonAndService.generated.txt3// This code was generated by a tool.COMMENT
HIGH…MapAction_ImplicitQuery_StringArrayParam.generated.txt3// This code was generated by a tool.COMMENT
HIGH…/Multiple_MapAction_NoParam_StringReturn.generated.txt3// This code was generated by a tool.COMMENT
HIGH…tringArrayParam_Optional_QueryNotPresent.generated.txt3// This code was generated by a tool.COMMENT
HIGH…ion_ExplicitHeader_ComplexTypeArrayParam.generated.txt3// This code was generated by a tool.COMMENT
HIGH…_ExplicitHeader_NullableStringArrayParam.generated.txt3// This code was generated by a tool.COMMENT
HIGH…tor/Baselines/VerifyAsParametersBaseline.generated.txt3// This code was generated by a tool.COMMENT
HIGH…_ImplicitQuery_StringArrayParam_Optional.generated.txt3// This code was generated by a tool.COMMENT
HIGH…rtsDifferentInterceptorsFromSameLocation.generated.txt3// This code was generated by a tool.COMMENT
HIGH…y_IntArrayParam_Optional_QueryNotPresent.generated.txt3// This code was generated by a tool.COMMENT
HIGH…s/MapAction_SingleEnumParam_StringReturn.generated.txt3// This code was generated by a tool.COMMENT
HIGH…leIntArrayParam_Optional_QueryNotPresent.generated.txt3// This code was generated by a tool.COMMENT
HIGH…lines/MapAction_ReturnsTodo_Has_Metadata.generated.txt3// This code was generated by a tool.COMMENT
HIGH…/MapPost_WithArrayQueryString_ShouldFail.generated.txt3// This code was generated by a tool.COMMENT
HIGH…y_IntArrayParam_Optional_QueryNotPresent.generated.txt3// This code was generated by a tool.COMMENT
HIGH…thArrayQueryString_AndBody_ShouldUseBody.generated.txt3// This code was generated by a tool.COMMENT
HIGH…on_MultipleSpecialTypeParam_StringReturn.generated.txt3// This code was generated by a tool.COMMENT
HIGH…ion_ImplicitQuery_IntArrayParam_Optional.generated.txt3// This code was generated by a tool.COMMENT
HIGH…ion_ExplicitQuery_IntArrayParam_Optional.generated.txt3// This code was generated by a tool.COMMENT
HIGH…ExplicitBodyParam_ComplexReturn_Snapshot.generated.txt3// This code was generated by a tool.COMMENT
HIGH…tion_SingleComplexTypeParam_StringReturn.generated.txt3// This code was generated by a tool.COMMENT
HIGH…leIntArrayParam_Optional_QueryNotPresent.generated.txt3// This code was generated by a tool.COMMENT
HIGH…_ExplicitQuery_StringArrayParam_Optional.generated.txt3// This code was generated by a tool.COMMENT
HIGH…tringArrayParam_Optional_QueryNotPresent.generated.txt3// This code was generated by a tool.COMMENT
HIGH…n_ImplicitQuery_NullableStringArrayParam.generated.txt3// This code was generated by a tool.COMMENT
HIGH…thArrayQueryString_AndBody_ShouldUseBody.generated.txt3// This code was generated by a tool.COMMENT
57 more matches not shown…
Hyper-Verbose Identifiers146 hits · 164 pts
SeverityFileLineSnippetContext
LOWeng/common/cross/install-debs.py49async def download_deb_files_parallel(mirror, packages, tmp_dir):CODE
LOWeng/common/cross/install-debs.py65async def download_package_index_parallel(mirror, arch, suites, check_sig, keyring):CODE
LOWeng/common/cross/install-debs.py337def _rootfs_extraction_filter(member, dest_path):CODE
LOW…rWebCSharp.1/Components/Layout/ReconnectModal.razor.js11function handleReconnectStateChanged(event) {CODE
LOW…rWebCSharp.1/Components/Layout/ReconnectModal.razor.js59async function retryWhenDocumentBecomesVisible() {CODE
LOWsrc/SignalR/clients/ts/FunctionalTests/ts/Common.ts108export function eachTransportAndProtocolAndHttpClient(action: (transport: HttpTransportType, protocol: IHubProtocol, httCODE
LOWsrc/SignalR/clients/ts/signalr/tests/Utils.ts6export function registerUnhandledRejectionHandler(): void {CODE
LOW…ignalR/clients/ts/signalr/tests/HttpConnection.test.ts39function ServerSentEventsNotAllowed() { throw new Error("Don't allow ServerSentEvents."); }CODE
LOW…/Microsoft.JSInterop.JS/src/src/Microsoft.JSInterop.ts581 export function disposeJSObjectReferenceById(id: number) {CODE
LOW…ps/Wasm.Performance/TestApp/wwwroot/benchmarks/grid.js79async function measureRenderGridFromBlank(app) {CODE
LOW…ps/Wasm.Performance/TestApp/wwwroot/benchmarks/grid.js99async function measureRenderGridSwitchPages(app) {CODE
LOW…AspNetCore.Components.QuickGrid/src/QuickGrid.razor.js29export function checkColumnOptionsPosition(tableElement) {CODE
LOW…ver/RazorComponents/Components/ReconnectModal.razor.js11function handleReconnectStateChanged(event) {CODE
LOW…ver/RazorComponents/Components/ReconnectModal.razor.js59async function retryWhenDocumentBecomesVisible() {CODE
LOW…onents/test/testassets/BasicTestApp/wwwroot/index.html44 function navigationManagerNavigate() {CODE
LOW…onents/test/testassets/BasicTestApp/wwwroot/index.html52 function getRuntimeBuildConfiguration() {CODE
LOW…t/testassets/BasicTestApp/wwwroot/js/jsinteroptests.js5async function invokeDotNetInteropMethodsAsync(shouldSupportSyncInterop, dotNetObjectByRef, instanceMethodsTarget, generCODE
LOW…t/testassets/BasicTestApp/wwwroot/js/jsinteroptests.js313function roundTripByteArrayWrapperObject(byteArrayWrapperObject) {CODE
LOW…t/testassets/BasicTestApp/wwwroot/js/jsinteroptests.js320function jsToDotNetStreamReturnValueAsync() {CODE
LOW…t/testassets/BasicTestApp/wwwroot/js/jsinteroptests.js329function jsToDotNetStreamReturnValue() {CODE
LOW…t/testassets/BasicTestApp/wwwroot/js/jsinteroptests.js334function jsToDotNetStreamWrapperObjectReturnValueAsync() {CODE
LOW…t/testassets/BasicTestApp/wwwroot/js/jsinteroptests.js346function roundTripByteArrayWrapperObjectAsync(byteArrayWrapperObject) {CODE
LOW…t/testassets/BasicTestApp/wwwroot/js/jsinteroptests.js389function asyncFunctionThrowsSyncException() {CODE
LOW…t/testassets/BasicTestApp/wwwroot/js/jsinteroptests.js393function asyncFunctionThrowsAsyncException() {CODE
LOW…t/testassets/BasicTestApp/wwwroot/js/jsinteroptests.js399function asyncFunctionTakesLongerThanDefaultTimeoutToResolve() {CODE
LOW…t/testassets/BasicTestApp/wwwroot/js/jsinteroptests.js433function receiveDotNetObjectByRefAsync(incomingData) {CODE
LOW…t/testassets/BasicTestApp/wwwroot/js/jsinteroptests.js450async function validateDotNetStreamReference(streamRef) {CODE
LOW…t/testassets/BasicTestApp/wwwroot/js/jsinteroptests.js456async function validateDotNetStreamWrapperReference(wrapper) {CODE
LOW…t/testassets/BasicTestApp/wwwroot/js/jsinteroptests.js463async function receiveDotNetStreamReference(streamRef) {CODE
LOW…t/testassets/BasicTestApp/wwwroot/js/jsinteroptests.js467async function receiveDotNetStreamWrapperReference(wrapper) {CODE
LOWsrc/Components/Web.JS/src/PageTitle.ts10function getAndRemoveExistingTitle(): string | null {CODE
LOWsrc/Components/Web.JS/src/PageTitle.ts10function getAndRemoveExistingTitle(): string | null {CODE
LOWsrc/Components/Web.JS/src/StreamingInterop.ts21function getChunkFromArrayBufferView(data: ArrayBufferView, position: number, nextChunkSize: number): Uint8Array {CODE
LOWsrc/Components/Web.JS/src/Boot.WebAssembly.Common.ts208export function loadWebAssemblyPlatformIfNotStarted(serverOptions: WebAssemblyServerOptions | undefined, justDownload?: CODE
LOWsrc/Components/Web.JS/src/Boot.WebAssembly.Common.ts236export function hasStartedLoadingWebAssemblyPlatform(): boolean {CODE
LOWsrc/Components/Web.JS/src/Boot.WebAssembly.Common.ts240export function hasLoadedWebAssemblyPlatform(): boolean {CODE
LOWsrc/Components/Web.JS/src/Boot.WebAssembly.Common.ts244export function updateWebAssemblyRootComponents(operations: string, webAssemblyState: string): void {CODE
LOWsrc/Components/Web.JS/src/Boot.WebAssembly.Common.ts283function receiveWebAssemblyDotNetDataStream(streamId: number, data: Uint8Array, bytesRead: number, errorMessage: string)CODE
LOWsrc/Components/Web.JS/src/Virtualize.ts20function findClosestScrollContainer(element: HTMLElement | null): HTMLElement | null {CODE
LOWsrc/Components/Web.JS/src/Virtualize.ts104 function applyLayoutAttrsBetweenSpacers(): void {CODE
LOWsrc/Components/Web.JS/src/Virtualize.ts128 function flushPendingStyleMutations(): void {CODE
LOWsrc/Components/Web.JS/src/Virtualize.ts179 function beginProgrammaticScrollSuppression(): void {CODE
LOWsrc/Components/Web.JS/src/Virtualize.ts189 function compensateScrollForItemResizes(entries: ResizeObserverEntry[]): void {CODE
LOWsrc/Components/Web.JS/src/Virtualize.ts410 function startConvergenceObserving(): void {CODE
LOWsrc/Components/Web.JS/src/Virtualize.ts682 function processIntersectionEntries(entries: IntersectionObserverEntry[]): void {CODE
LOWsrc/Components/Web.JS/src/Boot.Server.Common.ts190export function updateServerRootComponents(operations: string, serverState: string): Promise<void> | undefined {CODE
LOWsrc/Components/Web.JS/src/Boot.Web.ts105function onInitialDomContentLoaded(options: Partial<WebStartOptions>) {CODE
LOWsrc/Components/Web.JS/src/Boot.Web.ts181function initFormValidationIfNeeded(formValidation?: ValidationOptions): void {CODE
LOWsrc/Components/Web.JS/src/Boot.Web.ts198async function callAfterStartedCallbacks(initializersPromise: Promise<JSInitializer>): Promise<void> {CODE
LOWsrc/Components/Web.JS/src/Boot.WebView.ts43function receiveWebViewDotNetDataStream(streamId: number, data: any, bytesRead: number, errorMessage: string): void {CODE
LOW…ts/Web.JS/src/Platform/Circuits/CircuitStartOptions.ts53function computeDefaultRetryInterval(previousAttempts: number, maxRetries?: number): number | null {CODE
LOW…onents/Web.JS/src/Platform/WebView/WebViewIpcCommon.ts23export function setApplicationIsTerminated(): void {CODE
LOW…onents/Web.JS/src/Platform/WebView/WebViewIpcSender.ts14export function sendBeginInvokeDotNetFromJS(callId: number, assemblyName: string | null, methodIdentifier: string, dotNeCODE
LOW…onents/Web.JS/src/Platform/WebView/WebViewIpcSender.ts18export function sendEndInvokeJSFromDotNet(asyncHandle: number, succeeded: boolean, argsJson: any): void {CODE
LOWsrc/Components/Web.JS/src/Platform/Mono/MonoPlatform.ts58 getObjectFieldsBaseAddress: function getObjectFieldsBaseAddress(referenceTypedObject: System_Object): Pointer {CODE
LOW…Components/Web.JS/src/JSInitializers/JSInitializers.ts57 async function importAndInvokeInitializer(jsInitializer: JSInitializer, asset: JSAsset): Promise<void> {CODE
LOW…Components/Web.JS/src/JSInitializers/JSInitializers.ts91 function runMultiRuntimeInitializers(CODE
LOW…onents/Web.JS/src/JSInitializers/JSInitializers.Web.ts9export async function fetchAndInvokeInitializers(options: Partial<WebStartOptions>, logger: Logger) : Promise<JSInitialiCODE
LOW…nts/Web.JS/src/JSInitializers/JSInitializers.Server.ts8export async function fetchAndInvokeInitializers(options: Partial<CircuitStartOptions>) : Promise<JSInitializer> {CODE
LOW…ts/Web.JS/src/JSInitializers/JSInitializers.WebView.ts6export async function fetchAndInvokeInitializers() : Promise<JSInitializer> {CODE
86 more matches not shown…
Structural Annotation Overuse74 hits · 129 pts
SeverityFileLineSnippetContext
LOW.github/workflows/cswin32-update.md127### Step 1: Check for a newer CsWin32 versionCOMMENT
LOW.github/workflows/cswin32-update.md144### Step 2: Restore and buildCOMMENT
LOW.github/workflows/cswin32-update.md184### Step 3: Research what changed in CsWin32COMMENT
LOW.github/workflows/cswin32-update.md210### Step 4: Find and fix CsWin32 workaroundsCOMMENT
LOW.github/workflows/triage-comment-reviewer.md109## Step 1: Fetch Issue ContextCOMMENT
LOW.github/workflows/triage-comment-reviewer.md303## Step 3: Decision GateCOMMENT
LOW.github/workflows/triage-comment-reviewer.md349## Step 4: Take Action (exactly one)COMMENT
LOW.github/workflows/issue-triage-agent.md152## Step 1: Area ClassificationCOMMENT
LOW.github/workflows/issue-triage-agent.md342## Step 2: Type ClassificationCOMMENT
LOW.github/workflows/issue-triage-agent.md351## Step 3: Additional LabelsCOMMENT
LOW.github/workflows/issue-triage-agent.md367## Step 4: Regression DetectionCOMMENT
LOW.github/workflows/issue-triage-agent.md389## Step 5: Duplicate DetectionCOMMENT
LOW.github/workflows/issue-triage-agent.md410## Step 6: Draft the Triage CommentCOMMENT
LOW.github/workflows/issue-triage-agent.md509## Step 7: Apply Labels, Type, and Hand Off the CommentCOMMENT
LOW…crosoft.AspNetCore.Tests/DefaultCsrfProtectionTests.cs71 // Step 1: Safe methods are always allowed regardless of headers.COMMENT
LOW…crosoft.AspNetCore.Tests/DefaultCsrfProtectionTests.cs86 // Step 2: Trusted origins (from the applicable CORS policy) allow cross-origin requests.COMMENT
LOW…crosoft.AspNetCore.Tests/DefaultCsrfProtectionTests.cs195 // Step 3: Sec-Fetch-Site header validation.COMMENT
LOW…crosoft.AspNetCore.Tests/DefaultCsrfProtectionTests.cs216 // Step 4: No Sec-Fetch-Site header → fall back to Origin vs Host comparison.COMMENT
LOW…crosoft.AspNetCore.Tests/DefaultCsrfProtectionTests.cs281 // Step 5: No Sec-Fetch-Site AND no Origin → non-browser → allowed.COMMENT
LOW…c/DefaultBuilder/src/Internal/DefaultCsrfProtection.cs28 // Step 1: Safe methods are always allowed.COMMENT
LOW…c/DefaultBuilder/src/Internal/DefaultCsrfProtection.cs34 // Step 2: Sec-Fetch-Site accept path. The vast majority of legitimate browserCOMMENT
LOW…c/DefaultBuilder/src/Internal/DefaultCsrfProtection.cs43 // Step 3: Check trusted origins from the CORS policy that applies to this requestCOMMENT
LOW…c/DefaultBuilder/src/Internal/DefaultCsrfProtection.cs62 // Step 4: Sec-Fetch-Site deny path. Any value other than "same-origin"/"none"COMMENT
LOW…c/DefaultBuilder/src/Internal/DefaultCsrfProtection.cs69 // Step 5: No Sec-Fetch-Site header. Fall back to Origin vs Host comparison.COMMENT
LOW…c/DefaultBuilder/src/Internal/DefaultCsrfProtection.cs77 // Step 6: No Sec-Fetch-Site AND no Origin header.COMMENT
LOW…ncyInjection/MvcNewtonsoftJsonOptionsExtensionsTest.cs240 // NOTE: This method was created to make sure to create a different instance of contract resolver as by defaultCOMMENT
LOW…src/Infrastructure/DefaultPageHandlerMethodSelector.cs87 // Step 1: match on HTTP method.COMMENT
LOW…src/Infrastructure/DefaultPageHandlerMethodSelector.cs117 // Step 2: remove candidates with non-matching handlers.COMMENT
LOW…c/Mvc.Core/src/Routing/ActionEndpointDataSourceBase.cs127 // Step 1 - capture old tokenCOMMENT
LOW…c/Mvc.Core/src/Routing/ActionEndpointDataSourceBase.cs130 // Step 2 - update endpointsCOMMENT
LOW…c/Mvc.Core/src/Routing/ActionEndpointDataSourceBase.cs133 // Step 3 - create new change tokenCOMMENT
LOW…c/Mvc.Core/src/Routing/ActionEndpointDataSourceBase.cs137 // Step 4 - trigger old tokenCOMMENT
LOW…structure/DefaultActionDescriptorCollectionProvider.cs167 // Step 4 - might be null if it's the first time.COMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs29 // Step 1: directory should be completely emptyCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs33 // Step 2: instantiate the system and round-trip a payloadCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs37 // Step 3: validate that there's now a single key in the directory and that it's not protectedCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs95 // Step 1: directory should be completely emptyCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs99 // Step 2: instantiate the system and round-trip a payloadCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs106 // Step 3: validate that there's now a single key in the directory and that it's protected with DPAPICOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs139 // Step 1: directory should be completely emptyCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs143 // Step 2: instantiate the system and round-trip a payloadCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs152 // Step 3: validate that there's now a single key in the directory and that it's is protected using COMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs223 // Step 1: directory should be completely emptyCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs227 // Step 2: instantiate the system and round-trip a payloadCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs232 // Step 3: validate that there's now a single key in the directory and that it's is protected using the certCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs252 // Step 1: directory should be completely emptyCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs256 // Step 2: instantiate the system and round-trip a payloadCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs261 // Step 3: validate that there's no key in the directoryCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs292 // Step 1: directory should be completely emptyCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs296 // Step 2: instantiate the system and create some dataCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs303 // Step 3: validate that there's now a single key in the directory and that it's is protected using the certCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs311 // Step 4: setup a second system and validate it can decrypt keys and unprotect dataCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs54 // Step 1: Instantiate the system and round-trip a payloadCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs72 // Step 2: Validate that there's now a single key in the directoryCOMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs336 // Step 1: Generate a random key modifier and IV for this operation.COMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs342 // Step 2: Decrypt the KDK, and use it to generate new encryption and HMAC keys.COMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs354 // Step 2: Copy the key modifier and the IV to the output stream since they'll act as a header.COMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs357 // Step 3: Generate IV for this operation right into the result arrayCOMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs361 // Step 4: Perform the encryption operation.COMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs371 // Step 5: Calculate the digest over the IV and ciphertext.COMMENT
14 more matches not shown…
Verbosity Indicators63 hits · 110 pts
SeverityFileLineSnippetContext
LOW…crosoft.AspNetCore.Tests/DefaultCsrfProtectionTests.cs71 // Step 1: Safe methods are always allowed regardless of headers.COMMENT
LOW…crosoft.AspNetCore.Tests/DefaultCsrfProtectionTests.cs86 // Step 2: Trusted origins (from the applicable CORS policy) allow cross-origin requests.COMMENT
LOW…crosoft.AspNetCore.Tests/DefaultCsrfProtectionTests.cs195 // Step 3: Sec-Fetch-Site header validation.COMMENT
LOW…crosoft.AspNetCore.Tests/DefaultCsrfProtectionTests.cs216 // Step 4: No Sec-Fetch-Site header → fall back to Origin vs Host comparison.COMMENT
LOW…crosoft.AspNetCore.Tests/DefaultCsrfProtectionTests.cs281 // Step 5: No Sec-Fetch-Site AND no Origin → non-browser → allowed.COMMENT
LOW…c/DefaultBuilder/src/Internal/DefaultCsrfProtection.cs28 // Step 1: Safe methods are always allowed.COMMENT
LOW…c/DefaultBuilder/src/Internal/DefaultCsrfProtection.cs34 // Step 2: Sec-Fetch-Site accept path. The vast majority of legitimate browserCOMMENT
LOW…c/DefaultBuilder/src/Internal/DefaultCsrfProtection.cs43 // Step 3: Check trusted origins from the CORS policy that applies to this requestCOMMENT
LOW…c/DefaultBuilder/src/Internal/DefaultCsrfProtection.cs62 // Step 4: Sec-Fetch-Site deny path. Any value other than "same-origin"/"none"COMMENT
LOW…c/DefaultBuilder/src/Internal/DefaultCsrfProtection.cs69 // Step 5: No Sec-Fetch-Site header. Fall back to Origin vs Host comparison.COMMENT
LOW…c/DefaultBuilder/src/Internal/DefaultCsrfProtection.cs77 // Step 6: No Sec-Fetch-Site AND no Origin header.COMMENT
LOW…src/Infrastructure/DefaultPageHandlerMethodSelector.cs87 // Step 1: match on HTTP method.COMMENT
LOW…src/Infrastructure/DefaultPageHandlerMethodSelector.cs117 // Step 2: remove candidates with non-matching handlers.COMMENT
LOWsrc/Mvc/Mvc.Core/src/Formatters/FormatFilter.cs97 // We need to check if the action can generate the content type the user asked for. That is, treat theCOMMENT
LOW…clients/ts/FunctionalTests/scripts/karma.local.conf.js21 // On linux, the browsers just return the command, not a path, so we need to check if it exists.COMMENT
LOW…c/SignalR/clients/ts/signalr/src/WebSocketTransport.ts97 // ErrorEvent is a browser only type we need to check if the type exists before using itCOMMENT
LOW…c/SignalR/clients/ts/signalr/src/WebSocketTransport.ts126 // ErrorEvent is a browser only type we need to check if the type exists before using itCOMMENT
LOWsrc/SignalR/server/Core/src/HubConnectionContext.cs670 // If there's a transfer format feature, we need to check if we're compatible and set thCOMMENT
LOW…mponents/Web.JS/src/Rendering/Events/EventDelegator.ts171 // when connection closed, it will detachWebRendererInterop, so we need to check if the renderer is still attachedCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs29 // Step 1: directory should be completely emptyCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs33 // Step 2: instantiate the system and round-trip a payloadCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs37 // Step 3: validate that there's now a single key in the directory and that it's not protectedCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs95 // Step 1: directory should be completely emptyCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs99 // Step 2: instantiate the system and round-trip a payloadCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs106 // Step 3: validate that there's now a single key in the directory and that it's protected with DPAPICOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs139 // Step 1: directory should be completely emptyCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs143 // Step 2: instantiate the system and round-trip a payloadCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs152 // Step 3: validate that there's now a single key in the directory and that it's is protected using COMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs223 // Step 1: directory should be completely emptyCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs227 // Step 2: instantiate the system and round-trip a payloadCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs232 // Step 3: validate that there's now a single key in the directory and that it's is protected using the certCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs252 // Step 1: directory should be completely emptyCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs256 // Step 2: instantiate the system and round-trip a payloadCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs261 // Step 3: validate that there's no key in the directoryCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs292 // Step 1: directory should be completely emptyCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs296 // Step 2: instantiate the system and create some dataCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs303 // Step 3: validate that there's now a single key in the directory and that it's is protected using the certCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs311 // Step 4: setup a second system and validate it can decrypt keys and unprotect dataCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs54 // Step 1: Instantiate the system and round-trip a payloadCOMMENT
LOW…tection/Extensions/test/DataProtectionProviderTests.cs72 // Step 2: Validate that there's now a single key in the directoryCOMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs336 // Step 1: Generate a random key modifier and IV for this operation.COMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs342 // Step 2: Decrypt the KDK, and use it to generate new encryption and HMAC keys.COMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs354 // Step 2: Copy the key modifier and the IV to the output stream since they'll act as a header.COMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs357 // Step 3: Generate IV for this operation right into the result arrayCOMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs361 // Step 4: Perform the encryption operation.COMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs371 // Step 5: Calculate the digest over the IV and ciphertext.COMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs554 // Step 3: Calculate the correct MAC for this payload.COMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs562 // Step 4: Validate the MAC provided as part of the payload.COMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs565 // Step 5: Decipher the ciphertext and return it to the caller.COMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs457 // Step 4: Validate the MAC provided as part of the payload.COMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs512 // Step 1: Extract the key modifier and IV from the payload.COMMENT
LOW…rotection/src/Managed/ManagedAuthenticatedEncryptor.cs528 // Step 2: Decrypt the KDK and use it to restore the original encryption and MAC keys.COMMENT
LOW…ion/src/KeyManagement/KeyRingBasedSpanDataProtector.cs48 // Step 1: Write the magic header and key idCOMMENT
LOW…ion/src/KeyManagement/KeyRingBasedSpanDataProtector.cs63 // Step 2: Perform encryption into the destination writerCOMMENT
LOW…/src/SP800_108/Win7SP800_108_CTR_HMACSHA512Provider.cs37 // Step 1: Calculate all necessary offsets into the temp input & output buffer.COMMENT
LOW…/src/SP800_108/Win7SP800_108_CTR_HMACSHA512Provider.cs43 // Step 2: Copy Label and Context into the temp input buffer.COMMENT
LOW…/src/SP800_108/Win7SP800_108_CTR_HMACSHA512Provider.cs47 // Step 3: copy [L] into last part of data to be hashed, big-endianCOMMENT
LOW…/src/SP800_108/Win7SP800_108_CTR_HMACSHA512Provider.cs50 // Step 4: iterate until all desired bytes have been generatedCOMMENT
LOWsrc/Http/Routing/src/Matching/ILEmitTrieFactory.cs233 // Basically we need to check if the text is non-ASCII first and bail if it is.COMMENT
LOWsrc/Http/Routing/src/Template/TemplateBinder.cs449 // Step 2: If the route is a match generate the appropriate URICOMMENT
3 more matches not shown…
Fake / Example Data95 hits · 102 pts
SeverityFileLineSnippetContext
LOW.config/CredScanSuppressions.json5 "placeholder": "aspnetcore",CODE
LOW.config/CredScanSuppressions.json9 "placeholder": "password",CODE
LOW.config/CredScanSuppressions.json13 "placeholder": "my password",CODE
LOW.config/CredScanSuppressions.json17 "placeholder": "newpassword",CODE
LOW.config/CredScanSuppressions.json21 "placeholder": "testpassword",CODE
LOW.config/CredScanSuppressions.json25 "placeholder": "AAABAgMEBQYHCAkKCwwNDg+ukCEMDf0yyQ29NYubggE=",CODE
LOW.config/CredScanSuppressions.json29 "placeholder": "1qaz!QAZ",CODE
LOW.config/CredScanSuppressions.json33 "placeholder": "1qaz@WSX",CODE
LOW…iddleware/ResponseCaching/test/ResponseCachingTests.cs280 client.DefaultRequestHeaders.From = "user@example.com";CODE
LOW…iddleware/ResponseCaching/test/ResponseCachingTests.cs303 client.DefaultRequestHeaders.From = "user@example.com";CODE
LOW…iddleware/ResponseCaching/test/ResponseCachingTests.cs833 client.DefaultRequestHeaders.From = "user@example.com";CODE
LOW…iddleware/ResponseCaching/test/ResponseCachingTests.cs837 client.DefaultRequestHeaders.From = "user@example.com";CODE
LOW…iddleware/ResponseCaching/test/ResponseCachingTests.cs859 client.DefaultRequestHeaders.From = "user@example.com";CODE
LOW…iddleware/ResponseCaching/test/ResponseCachingTests.cs869 client.DefaultRequestHeaders.From = "user@example.com";CODE
LOW…iddleware/ResponseCaching/test/ResponseCachingTests.cs894 client.DefaultRequestHeaders.From = "user@example.com";CODE
LOW…iddleware/ResponseCaching/test/ResponseCachingTests.cs904 client.DefaultRequestHeaders.From = "user@example.com";CODE
LOWsrc/Middleware/OutputCaching/test/OutputCacheTests.cs321 client.DefaultRequestHeaders.From = "user@example.com";CODE
LOWsrc/Middleware/OutputCaching/test/OutputCacheTests.cs345 client.DefaultRequestHeaders.From = "user@example.com";CODE
LOWsrc/Middleware/OutputCaching/test/OutputCacheTests.cs879 client.DefaultRequestHeaders.From = "user@example.com";CODE
LOWsrc/Middleware/OutputCaching/test/OutputCacheTests.cs883 client.DefaultRequestHeaders.From = "user@example.com";CODE
LOWsrc/Middleware/OutputCaching/test/OutputCacheTests.cs903 client.DefaultRequestHeaders.From = "user@example.com";CODE
LOWsrc/Middleware/OutputCaching/test/OutputCacheTests.cs913 client.DefaultRequestHeaders.From = "user@example.com";CODE
LOWsrc/Middleware/ResponseCompression/sample/LoremIpsum.cs8 internal const string Text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse leCODE
LOWsrc/Middleware/ResponseCompression/sample/LoremIpsum.cs8 internal const string Text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse leCODE
LOWsrc/Middleware/ResponseCompression/sample/LoremIpsum.cs9 "Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar.Nulla sollCODE
LOWsrc/Middleware/ResponseCompression/sample/LoremIpsum.cs9 "Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar.Nulla sollCODE
LOW…y/test/Identity.Test/UserClaimsPrincipalFactoryTest.cs45 var user = new PocoUser { UserName = "Foo", Email = "foo@bar.com" };CODE
LOW…dentity.Test/Passkeys/PasskeyHandlerAttestationTest.cs987 public string? UserDisplayName { get; set; } = "John Doe";STRING
LOW…kCore/test/EF.Test/UserStoreEncryptPersonalDataTest.cs207 user.Email = "test@test.com";CODE
LOW…ecification.Tests/src/UserManagerSpecificationTests.cs1821 IdentityResultAssert.IsSuccess(await manager.SetEmailAsync(user, "test@test.com"));CODE
LOW…rsWebSite/TagHelpers/TagCloudViewComponentTagHelper.cs19 ("Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod tempor incididunt ut labore et dolore mCODE
LOW…rsWebSite/TagHelpers/TagCloudViewComponentTagHelper.cs19 ("Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod tempor incididunt ut labore et dolore mCODE
LOW…es/RazorWebSite/Controllers/UrlResolutionController.cs14 Name = "John Doe"CODE
LOW….ViewFeatures/test/Rendering/HtmlHelperTextAreaTest.cs162 [Display(Prompt = "placeholder")]CODE
LOW….ViewFeatures/test/Rendering/HtmlHelperPasswordTest.cs537 [Display(Prompt = "placeholder")]CODE
LOW…c.ViewFeatures/test/Rendering/HtmlHelperTextBoxTest.cs180 [Display(Prompt = "placeholder")]CODE
LOWsrc/Mvc/Mvc.ViewFeatures/src/DefaultHtmlGenerator.cs1316 tagBuilder.MergeAttribute("placeholder", placeholder);CODE
LOWsrc/Security/Authentication/test/CertificateTests.cs571 const string Expected = "John Doe";CODE
LOWsrc/Security/Authentication/test/CertificateTests.cs646 const string Expected = "John Doe";CODE
LOWsrc/Security/Authentication/test/CertificateTests.cs696 const string Expected = "John Doe";CODE
LOW…ch.SystemTextJson/test/JsonPatchDocumentJObjectTest.cs18 var model = new ObjectWithJObject { CustomData = (JsonObject)JsonSerializer.SerializeToNode(new { Emails = new[]CODE
LOW…ch.SystemTextJson/test/JsonPatchDocumentJObjectTest.cs34 var model = new ObjectWithJObject { CustomData = (JsonObject)JsonSerializer.SerializeToNode(new { Email = "foo@bCODE
LOW…ch.SystemTextJson/test/JsonPatchDocumentJObjectTest.cs48 var model = new ObjectWithJObject { CustomData = new JsonObject([new("Email", "foo@bar.com"), new("Name", "Bar")CODE
LOW…ch.SystemTextJson/test/JsonPatchDocumentJObjectTest.cs51 patch.Operations.Add(new Operation<ObjectWithJObject>("test", "/CustomData/Email", null, "foo@bar.com"));CODE
LOW…ch.SystemTextJson/test/JsonPatchDocumentJObjectTest.cs65 var model = new ObjectWithJObject { CustomData = new JsonObject([new("Email", "foo@bar.com")]) };CODE
LOW…ch.SystemTextJson/test/JsonPatchDocumentJObjectTest.cs74 Assert.Equal("foo@bar.com", model.CustomData["UserName"].GetValue<string>());CODE
LOW…ch.SystemTextJson/test/JsonPatchDocumentJObjectTest.cs147 var model = new ObjectWithJObject { CustomData = new JsonObject([new("Email", "foo@bar.com"), new("Name", "Bar")CODE
LOW…ch.SystemTextJson/test/JsonPatchDocumentJObjectTest.cs163 var model = new ObjectWithJObject { CustomData = new JsonObject([new("Email", "foo@bar.com"), new("Name", "Bar")CODE
LOW…eatures/JsonPatch/test/JsonPatchDocumentJObjectTest.cs20 var model = new ObjectWithJObject { CustomData = JObject.FromObject(new { Emails = new[] { "foo@bar.com" } }) };CODE
LOW…eatures/JsonPatch/test/JsonPatchDocumentJObjectTest.cs36 var model = new ObjectWithJObject { CustomData = JObject.FromObject(new { Email = "foo@bar.com", Name = "Bar" })CODE
LOW…eatures/JsonPatch/test/JsonPatchDocumentJObjectTest.cs50 var model = new ObjectWithJObject { CustomData = JObject.FromObject(new { Email = "foo@bar.com", Name = "Bar" })CODE
LOW…eatures/JsonPatch/test/JsonPatchDocumentJObjectTest.cs53 patch.Operations.Add(new Operation<ObjectWithJObject>("test", "/CustomData/Email", null, "foo@bar.com"));CODE
LOW…eatures/JsonPatch/test/JsonPatchDocumentJObjectTest.cs67 var model = new ObjectWithJObject { CustomData = JObject.FromObject(new { Email = "foo@bar.com" }) };CODE
LOW…eatures/JsonPatch/test/JsonPatchDocumentJObjectTest.cs76 Assert.Equal("foo@bar.com", model.CustomData["UserName"].Value<string>());CODE
LOW…eatures/JsonPatch/test/JsonPatchDocumentJObjectTest.cs148 var model = new ObjectWithJObject { CustomData = JObject.FromObject(new { Email = "foo@bar.com", Name = "Bar" })CODE
LOW…eatures/JsonPatch/test/JsonPatchDocumentJObjectTest.cs164 var model = new ObjectWithJObject { CustomData = JObject.FromObject(new { Email = "foo@bar.com", Name = "Bar" })CODE
LOW…i.SourceGenerators.Tests/OperationTests.MinimalApis.cs327 /// <example>"user@example.com"</example>COMMENT
LOW…i.SourceGenerators.Tests/OperationTests.MinimalApis.cs490 Assert.Equal("user@example.com", path19.Parameters[1].Example.GetValue<string>());STRING
LOW…malApis#OpenApiXmlCommentSupport.generated.verified.cs82 cache.Add(@"P:MixedParametersClass.Email", new XmlComment(@"The user's email address.", null, null, null, nuCODE
LOWsrc/OpenApi/gen/Helpers/DocumentationCommentXmlNames.cs25 public const string PlaceholderElementName = "placeholder";CODE
35 more matches not shown…
Decorative Section Separators19 hits · 66 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/core-templates/stages/renovate.yml1# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/stages/renovate.yml3# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/stages/renovate.yml9# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/job/renovate.yml1# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/job/renovate.yml3# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/job/renovate.yml17# --------------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/validate-pat-pool.yml33 # -----------------------------------------------------------COMMENT
MEDIUM.github/workflows/validate-pat-pool.yml37 # -----------------------------------------------------------COMMENT
MEDIUM.github/workflows/validate-pat-pool.yml139 # -----------------------------------------------------------COMMENT
MEDIUM.github/workflows/validate-pat-pool.yml141 # -----------------------------------------------------------COMMENT
MEDIUM…omponents/Testing/test/GenerateE2EManifestTaskTests.cs31 // ── build mode + Build scenario (local dev) ──────────────────────COMMENT
MEDIUM…omponents/Testing/test/GenerateE2EManifestTaskTests.cs56 // ── build mode + Publish scenario ────────────────────────────────COMMENT
MEDIUM…omponents/Testing/test/GenerateE2EManifestTaskTests.cs94 // ── publish mode + Publish scenario (exe found) ──────────────────COMMENT
MEDIUM…omponents/Testing/test/GenerateE2EManifestTaskTests.cs121 // ── publish mode + Publish scenario (dll only) ───────────────────COMMENT
MEDIUM…omponents/Testing/test/GenerateE2EManifestTaskTests.cs162 // ── all mode + Publish scenario ──────────────────────────────────COMMENT
MEDIUM…omponents/Testing/test/GenerateE2EManifestTaskTests.cs200 // ── Custom E2EAppsRelativeDir ────────────────────────────────────COMMENT
MEDIUM…omponents/Testing/test/GenerateE2EManifestTaskTests.cs222 // ── Multiple apps ────────────────────────────────────────────────COMMENT
MEDIUM…omponents/Testing/test/GenerateE2EManifestTaskTests.cs244 // ── PublicUrl metadata flows through ─────────────────────────────COMMENT
MEDIUM…omponents/Testing/test/GenerateE2EManifestTaskTests.cs268 // ── Helpers ──────────────────────────────────────────────────────COMMENT
Modern AI Meta-Vocabulary19 hits · 53 pts
SeverityFileLineSnippetContext
MEDIUM.github/dependabot.yml15 # Actions pinned in the generated agentic .lock.yml files, managed by gh awCOMMENT
MEDIUM.github/workflows/cswin32-update.md53# Run agentic jobs in an isolated `copilot-pat-pool` environment.COMMENT
MEDIUM.github/workflows/triage-comment-reviewer.md58# Run agentic jobs in an isolated `copilot-pat-pool` environment.COMMENT
MEDIUM.github/workflows/community-pr-issue-check.md33# Run agentic jobs in an isolated `copilot-pat-pool` environment.COMMENT
MEDIUM.github/workflows/issue-triage-agent.md87# Run agentic jobs in an isolated `copilot-pat-pool` environment.COMMENT
MEDIUM.github/workflows/agentics-maintenance.yml24# This file defines the generated agentic maintenance workflow for this repository.COMMENT
MEDIUM.github/workflows/test-quarantine.md1187# Run agentic jobs in an isolated `copilot-pat-pool` environment.COMMENT
MEDIUM.github/workflows/browsertesting-deps-update.md49# Run agentic jobs in an isolated `copilot-pat-pool` environment.COMMENT
MEDIUM.github/workflows/shared/pat_pool.README.md82# Run agentic jobs in an isolated `copilot-pat-pool` environment.COMMENT
MEDIUM.github/workflows/shared/pat_pool.README.md214[configure-repo]: https://github.github.com/gh-aw/guides/agentic-authoring/#configuring-your-repositoryCODE
MEDIUM.github/agents/agentic-workflows.agent.md40- Configuration: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/github-agentic-workflows.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md62**Prompt file**: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/create-agentic-workflow.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md72**Prompt file**: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/update-agentic-workflow.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md82**Prompt file**: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/debug-agentic-workflow.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md92**Prompt file**: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/upgrade-agentic-workflows.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md112**Prompt file**: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/create-shared-agentic-workflow.mdCODE
MEDIUM.github/agents/agentic-workflows.agent.md196# Initialize repository for agentic workflowsCOMMENT
MEDIUM.github/agents/agentic-workflows.agent.md228- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/github-agentic-workfCODE
MEDIUMsrc/Analyzers/Analyzers/src/UseAuthorizationAnalyzer.cs87 // We'll avoid doing any analysis in this event and rely on the runtime guardrails.COMMENT
AI Slop Vocabulary13 hits · 36 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/cross/install-debs.py126 # keyboxd, which makes it robust on hosts running GnuPG 2.4+ (e.g. AzureCOMMENT
LOW…ommon/core-templates/steps/enable-internal-sources.yml34 # If running on dnceng (internal project), just use the default behavior for NuGetAuthenticate.COMMENT
MEDIUM.devcontainer/scripts/container-creation.sh14# Add .NET Dev Certs to environment to facilitate debugging.COMMENT
MEDIUMsrc/Mvc/Mvc.TagHelpers/src/FormTagHelper.cs260 // A <form> tag that doesn't utilize asp-* attributes. Let it flow to the output.COMMENT
MEDIUMsrc/SignalR/server/Core/src/Internal/Utf8HashLookup.cs14/// This type is not robust against hash collision attacks. DO NOT add arbitrary adversary-influenced keys to the collecCOMMENT
MEDIUM…ts/Web.JS/src/Services/ComponentDescriptorDiscovery.ts278 // comment invalid. We could unencode them in .NET Code, but that would be slower to do and we can leverage the fact tCOMMENT
MEDIUMsrc/Components/Web.JS/src/Validation/DomUtils.ts44 // Use getComputedStyle for robust visibility detection covering CSS classes, stylesheets,COMMENT
MEDIUMsrc/Components/Web/src/WebRenderer.cs119 // parameters, we utilize the source-generated WebRendererSerializerContextCOMMENT
MEDIUMsrc/Components/Components/src/ChangeDetection.cs33 if (oldValueType != newValueType // Definitely differentCODE
MEDIUM…nents/Components/src/Reflection/ComponentProperties.cs310 // SupplyParameterFromQuery feature that did not utilize cascading values, and thus did not have this liCOMMENT
MEDIUMsrc/Http/Headers/src/SetCookieHeaderValue.cs161 /// "SameSite" cookies offer a robust defense against CSRF attack whenCOMMENT
MEDIUMsrc/Http/Http.Extensions/src/RequestDelegateFactory.cs792 // For complex types, leverage the shared form binding infrastructure. For example,COMMENT
MEDIUMsrc/Http/Http.Extensions/src/RequestDelegateFactory.cs2689 // leverage the STJ polymorphism support.COMMENT
Excessive Try-Catch Wrapping14 hits · 16 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/cross/install-debs.py42 print(f"Error downloading {url}: {type(e).__name__} - {e}. Retrying...")CODE
MEDIUMeng/common/cross/install-debs.py206 print(f"Error: Package '{current}' was not found in the available packages.")CODE
LOW.github/workflows/test-quarantine.lock.yml3213 except Exception:CODE
LOW.github/workflows/test-quarantine.lock.yml3339 except Exception as e:CODE
LOW.github/workflows/test-quarantine.lock.yml3410 except Exception:CODE
LOW.github/workflows/test-quarantine.lock.yml3564 except Exception as e:CODE
LOW.github/workflows/test-quarantine.lock.yml3706 except Exception as ex:CODE
LOW.github/workflows/test-quarantine.lock.yml3946 except Exception as ex:CODE
LOW.github/workflows/test-quarantine.md265 except Exception:CODE
LOW.github/workflows/test-quarantine.md392 except Exception as e:CODE
LOW.github/workflows/test-quarantine.md463 except Exception:CODE
LOW.github/workflows/test-quarantine.md618 except Exception as e:CODE
LOW.github/workflows/test-quarantine.md760 except Exception as ex:CODE
LOW.github/workflows/test-quarantine.md1000 except Exception as ex:CODE
AI Response Leakage2 hits · 15 pts
SeverityFileLineSnippetContext
HIGH…S/src/Rendering/RenderBatch/SharedMemoryRenderBatch.ts11// In this implementation, all the DTO types are really heap pointers at runtime, hence allCOMMENT
HIGH…ebAssembly/src/Hosting/WebAssemblyHostConfiguration.cs38 // In this implementation, this largely exists as a way to satisfy theCOMMENT
Redundant / Tautological Comments9 hits · 14 pts
SeverityFileLineSnippetContext
LOWeng/common/tools.sh304 # Check if the script is older than 30 days using timestamp fileCOMMENT
LOWeng/common/tools.sh404 # Check if the toolset has already been extractedCOMMENT
LOWeng/common/SetupNugetSources.sh64 # Check if disabledPackageSources section existsCOMMENT
LOWeng/common/SetupNugetSources.sh70 # Check if this source name is disabledCOMMENT
LOWeng/common/SetupNugetSources.sh90 # Check if source already existsCOMMENT
LOWeng/common/SetupNugetSources.sh120 # Check if disabledPackageSources section existsCOMMENT
LOWeng/common/SetupNugetSources.sh190 # Check if there is no existing credential for this FeedNameCOMMENT
LOWeng/common/core-templates/steps/source-build.yml31 # Check if AzDO substitutes in a build config from a variable, and use it if so.COMMENT
LOWeng/common/core-templates/steps/install-microbuild.yml64 # Check if ESRP is disabled while SignType is realCOMMENT
Self-Referential Comments4 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUMeng/build.sh362# Initialize global variables need to be set before the import of Arcade is importedCOMMENT
MEDIUMeng/common/cross/build-rootfs.sh636 # Create the symlink in the same directoryCOMMENT
MEDIUMeng/common/core-templates/job/helix-job-monitor.yml148 # Create a minimal NuGet.config that only references the local nupkg directory.COMMENT
MEDIUM.github/workflows/agentics-maintenance.yml24# This file defines the generated agentic maintenance workflow for this repository.COMMENT
Example Usage Blocks4 hits · 7 pts
SeverityFileLineSnippetContext
LOWeng/common/native/install-dependencies.sh7# Usage:COMMENT
LOW…common/templates-official/variables/pool-providers.yml12# How to use:COMMENT
LOWeng/common/templates/variables/pool-providers.yml12# How to use:COMMENT
LOWeng/common/core-templates/job/renovate.yml11# Usage:COMMENT
Deep Nesting6 hits · 6 pts
SeverityFileLineSnippetContext
LOWeng/common/cross/install-debs.py20CODE
LOWeng/common/cross/install-debs.py196CODE
LOWeng/common/cross/install-debs.py221CODE
LOWeng/common/cross/install-debs.py259CODE
LOWeng/common/cross/install-debs.py293CODE
LOWeng/common/cross/install-debs.py348CODE
Magic Placeholder Names1 hit · 5 pts
SeverityFileLineSnippetContext
HIGH…jectTemplates/content/McpServer-CSharp/local/README.md692. Publish to NuGet.org with `dotnet nuget push bin/Release/*.nupkg --api-key <your-api-key> --source https://api.nuget.CODE
Slop Phrases1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…ent/McpServer-CSharp/common/Tools/RandomNumberTools.cs5/// Sample MCP tools for demonstration purposes.COMMENT
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…y/EntityFrameworkCore/test/EF.Test/SqlStoreTestBase.cs17// TODO: Add test variation with non IdentityDbContextCOMMENT
Unused Imports1 hit · 1 pts
SeverityFileLineSnippetContext
LOWeng/common/cross/install-debs.py18CODE