Light, fluffy, and always free - The AWS Local Emulator alternative
This report presents the forensic synthetic code analysis of floci-io/floci, a Java project with 16,649 GitHub stars. SynthScan v2.0 examined 458,041 lines of code across 1973 source files, recording 2097 pattern matches distributed across 15 syntactic categories. The overall adjusted score of 14.8 places this repository in the Low 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).
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.
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 2097 distinct pattern matches across 15 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 |
|---|---|---|---|---|
| MEDIUM | …t-java/src/test/java/com/floci/test/SchedulerTest.java | 135 | // ──────────────────────────── Schedule CRUD ──────────────────────────── | COMMENT |
| MEDIUM | …t-java/src/test/java/com/floci/test/SchedulerTest.java | 544 | // ──────────────────────────── Tagging ──────────────────────────── | COMMENT |
| MEDIUM | …com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java | 80 | // ── Lambda handler source code ─────────────────────────────────────────── | COMMENT |
| MEDIUM | …com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java | 160 | // ── Setup / Teardown ───────────────────────────────────────────────────── | STRING |
| MEDIUM | …com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java | 182 | // ── Helpers ────────────────────────────────────────────────────────────── | STRING |
| MEDIUM | …com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java | 287 | // ──────────────────────────── 1. Basic WebSocket flow ──────────────────────────── | STRING |
| MEDIUM | …com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java | 319 | // ──────────────────────────── 2. Chat-style broadcast ──────────────────────────── | STRING |
| MEDIUM | …com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java | 372 | // ──────────────────────────── 3. $connect authorization ──────────────────────────── | STRING |
| MEDIUM | …com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java | 419 | // ──────────────────────────── 4. Route selection ──────────────────────────── | STRING |
| MEDIUM | …com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java | 472 | // ──────────────────────────── 5. @connections API ──────────────────────────── | STRING |
| MEDIUM | …com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java | 532 | // ──────────────────────────── 6. Stage variables ──────────────────────────── | STRING |
| MEDIUM | …com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java | 571 | // ──────────────────────────── 7. Mock integration ──────────────────────────── | STRING |
| MEDIUM | …com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java | 612 | // ──────────────────────────── 8. Disconnect cleanup ──────────────────────────── | STRING |
| MEDIUM | …com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java | 653 | // ──────────────────────────── 9. Payload size limit ──────────────────────────── | STRING |
| MEDIUM | …com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java | 693 | // ──────────────────────────── 10. Server-initiated close via @connections DELETE ──────────────────────────── | STRING |
| MEDIUM | …com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java | 741 | // ── WebSocket message capture listener ─────────────────────────────────── | STRING |
| MEDIUM | …dk-test-java/src/test/java/com/floci/test/EksTest.java | 142 | // ──────────────────────────── Managed node groups (#1137) ──────────────────────────── | COMMENT |
| MEDIUM | …dk-test-java/src/test/java/com/floci/test/EksTest.java | 142 | // ──────────────────────────── Managed node groups (#1137) ──────────────────────────── | COMMENT |
| MEDIUM | …st/java/com/floci/test/CloudWatchLogsInsightsTest.java | 138 | // ──────────────────────────── helpers ──────────────────────────── | COMMENT |
| MEDIUM | …a/src/test/java/com/floci/test/IamEnforcementTest.java | 40 | // ── Resource names ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …a/src/test/java/com/floci/test/IamEnforcementTest.java | 73 | // ── Shared state ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …a/src/test/java/com/floci/test/IamEnforcementTest.java | 134 | // ── Client factories ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …a/src/test/java/com/floci/test/IamEnforcementTest.java | 180 | // ── Tests ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …test-java/src/test/java/com/floci/test/LambdaTest.java | 203 | // ───────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …test-java/src/test/java/com/floci/test/LambdaTest.java | 205 | // ───────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/com/floci/test/CloudFormationLambdaInlineZipTest.java | 48 | // ── Node.js inline source ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/com/floci/test/CloudFormationLambdaInlineZipTest.java | 108 | // ── Python inline source ─────────────────────────────────────────────────── | STRING |
| MEDIUM | …/com/floci/test/CloudFormationLambdaInlineZipTest.java | 153 | // ── helpers ──────────────────────────────────────────────────────────────── | STRING |
| MEDIUM | …st/java/com/floci/test/LambdaPayloadSizeLimitTest.java | 53 | // ── Request payload limits ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …st/java/com/floci/test/LambdaPayloadSizeLimitTest.java | 104 | // ── Response payload limit ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …va/src/test/java/com/floci/test/CodeDeployEcsTest.java | 101 | // ── ELB v2 setup ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …va/src/test/java/com/floci/test/CodeDeployEcsTest.java | 181 | // ── ECS setup ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …va/src/test/java/com/floci/test/CodeDeployEcsTest.java | 221 | // ── CodeDeploy ECS deployment ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …va/src/test/java/com/floci/test/CodeDeployEcsTest.java | 396 | // ── Canary deployment variant ───────────────────────────────────────────── | STRING |
| MEDIUM | …rc/test/java/com/floci/test/StepFunctionsTagsTest.java | 69 | // ──────────────── State Machine Tags ──────────────── | STRING |
| MEDIUM | …rc/test/java/com/floci/test/StepFunctionsTagsTest.java | 115 | // ──────────────── Activity Tags ──────────────── | STRING |
| MEDIUM | …rc/test/java/com/floci/test/StepFunctionsTagsTest.java | 146 | // ──────────────── Helpers ──────────────── | STRING |
| MEDIUM | …-java/src/test/java/com/floci/test/CognitoSrpTest.java | 186 | // ────────────────────────── Caldera SRP helpers ────────────────────────── | COMMENT |
| MEDIUM | …est/java/com/floci/test/StepFunctionsActivityTest.java | 56 | // ──────────────────────────── Part A: Activity CRUD ──────────────────────────── | COMMENT |
| MEDIUM | …est/java/com/floci/test/StepFunctionsActivityTest.java | 98 | // ──────────────────────────── Part B: Activity task roundtrip ──────────────────────────── | COMMENT |
| MEDIUM | …est/java/com/floci/test/StepFunctionsActivityTest.java | 156 | // ──────────────────────────── Part C: waitForTaskToken ──────────────────────────── | STRING |
| MEDIUM | …est/java/com/floci/test/StepFunctionsActivityTest.java | 220 | // ──────────────────────────── helper ──────────────────────────── | STRING |
| MEDIUM | …-test-java/src/test/java/com/floci/test/ElbV2Test.java | 128 | // ─── Load Balancers ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …-test-java/src/test/java/com/floci/test/ElbV2Test.java | 223 | // ─── Target Groups ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …-test-java/src/test/java/com/floci/test/ElbV2Test.java | 290 | // ─── Targets ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …-test-java/src/test/java/com/floci/test/ElbV2Test.java | 318 | // ─── Listeners ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …-test-java/src/test/java/com/floci/test/ElbV2Test.java | 371 | // ─── Rules ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …-test-java/src/test/java/com/floci/test/ElbV2Test.java | 481 | // ─── Tags ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …-test-java/src/test/java/com/floci/test/ElbV2Test.java | 513 | // ─── SSL Policies / Account Limits ─────────────────────────────────────── | COMMENT |
| MEDIUM | …-test-java/src/test/java/com/floci/test/ElbV2Test.java | 542 | // ─── Delete cascade ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/test/java/com/floci/test/SesConfigurationSetTest.java | 68 | // ─────────────────────────── V2 (SESv2) ─────────────────────────── | COMMENT |
| MEDIUM | …/test/java/com/floci/test/SesConfigurationSetTest.java | 130 | // ─────────────────────────── V1 (SES) ─────────────────────────── | COMMENT |
| MEDIUM | …/test/java/com/floci/test/SesConfigurationSetTest.java | 192 | // ────────────────────────── Validation ────────────────────────── | COMMENT |
| MEDIUM | …/test/java/com/floci/test/SesConfigurationSetTest.java | 216 | // ─────────────────── V2 SuppressionOptions (per-CS) ─────────────────── | COMMENT |
| MEDIUM | …/test/java/com/floci/test/SesConfigurationSetTest.java | 309 | // ─────────────────────────── Helpers ─────────────────────────── | COMMENT |
| MEDIUM | …test-java/src/test/java/com/floci/test/BackupTest.java | 55 | // ── Vault ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …test-java/src/test/java/com/floci/test/BackupTest.java | 110 | // ── Plan ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …test-java/src/test/java/com/floci/test/BackupTest.java | 179 | // ── Selection ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …test-java/src/test/java/com/floci/test/BackupTest.java | 231 | // ── Job ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …test-java/src/test/java/com/floci/test/BackupTest.java | 298 | // ── Recovery Point ───────────────────────────────────────────────────────── | COMMENT |
| 1486 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …t-java/src/test/java/com/floci/test/SchedulerTest.java | 313 | .retryPolicy(software.amazon.awssdk.services.scheduler.model.RetryPolicy.builder() | CODE |
| CRITICAL | …com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java | 254 | .credentialsProvider(software.amazon.awssdk.auth.credentials.StaticCredentialsProvider.create( | STRING |
| CRITICAL | …com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java | 255 | software.amazon.awssdk.auth.credentials.AwsBasicCredentials.create("test", "test"))) | STRING |
| CRITICAL | …dk-test-java/src/test/java/com/floci/test/SsmTest.java | 167 | software.amazon.awssdk.services.ssm.model.Tag.builder().key("env").value("test").build(), | CODE |
| CRITICAL | …dk-test-java/src/test/java/com/floci/test/SsmTest.java | 168 | software.amazon.awssdk.services.ssm.model.Tag.builder().key("team").value("backend").build() | CODE |
| CRITICAL | …va/src/test/java/com/floci/test/CodeDeployEcsTest.java | 154 | .defaultActions(software.amazon.awssdk.services.elasticloadbalancingv2.model.Action.builder() | CODE |
| CRITICAL | …st-java/src/test/java/com/floci/test/FirehoseTest.java | 89 | .record(software.amazon.awssdk.services.firehose.model.Record.builder() | CODE |
| CRITICAL⚡ | …st-java/src/test/java/com/floci/test/FirehoseTest.java | 102 | software.amazon.awssdk.services.firehose.model.Record.builder().data(SdkBytes.fromString("{\"i\":1}", St | CODE |
| CRITICAL⚡ | …st-java/src/test/java/com/floci/test/FirehoseTest.java | 103 | software.amazon.awssdk.services.firehose.model.Record.builder().data(SdkBytes.fromString("{\"i\":2}", St | CODE |
| CRITICAL⚡ | …st-java/src/test/java/com/floci/test/FirehoseTest.java | 104 | software.amazon.awssdk.services.firehose.model.Record.builder().data(SdkBytes.fromString("{\"i\":3}", St | CODE |
| CRITICAL | …k-test-java/src/test/java/com/floci/test/Ec2Tests.java | 587 | .tags(software.amazon.awssdk.services.ec2.model.Tag.builder().key("Name").value("sdk-test-instance").bui | CODE |
| CRITICAL | …/test/java/com/floci/test/SesConfigurationSetTest.java | 73 | sesV2.createConfigurationSet(software.amazon.awssdk.services.sesv2.model.CreateConfigurationSetRequest.builder() | CODE |
| CRITICAL | …/test/java/com/floci/test/SesConfigurationSetTest.java | 88 | assertThatThrownBy(() -> sesV2.createConfigurationSet(software.amazon.awssdk.services.sesv2.model.CreateConfigur | CODE |
| CRITICAL | …/test/java/com/floci/test/SesConfigurationSetTest.java | 111 | sesV2.listConfigurationSets(software.amazon.awssdk.services.sesv2.model.ListConfigurationSetsRequest.bui | CODE |
| CRITICAL | …/test/java/com/floci/test/SesConfigurationSetTest.java | 118 | sesV2.deleteConfigurationSet(software.amazon.awssdk.services.sesv2.model.DeleteConfigurationSetRequest.builder() | CODE |
| CRITICAL | …/test/java/com/floci/test/SesConfigurationSetTest.java | 197 | assertThatThrownBy(() -> sesV2.createConfigurationSet(software.amazon.awssdk.services.sesv2.model.CreateConfigur | CODE |
| CRITICAL | …/test/java/com/floci/test/SesConfigurationSetTest.java | 221 | sesV2.createConfigurationSet(software.amazon.awssdk.services.sesv2.model.CreateConfigurationSetRequest.builder() | CODE |
| CRITICAL | …/test/java/com/floci/test/SesConfigurationSetTest.java | 321 | sesV2.deleteConfigurationSet(software.amazon.awssdk.services.sesv2.model.DeleteConfigurationSetRequest.build | CODE |
| CRITICAL | …dk-test-java/src/test/java/com/floci/test/AcmTest.java | 246 | software.amazon.awssdk.services.acm.model.Tag.builder().key("Environment").value("test").build() | CODE |
| CRITICAL | …dk-test-java/src/test/java/com/floci/test/AcmTest.java | 247 | software.amazon.awssdk.services.acm.model.Tag.builder().key("Project").value("floci").build() | CODE |
| CRITICAL | …dk-test-java/src/test/java/com/floci/test/AcmTest.java | 268 | .tags(software.amazon.awssdk.services.acm.model.Tag.builder().key("Project").value("floci").build())); | CODE |
| CRITICAL | …st-java/src/test/java/com/floci/test/DynamoDbTest.java | 269 | software.amazon.awssdk.services.dynamodb.model.Tag.builder().key("env").value("test").build(), | CODE |
| CRITICAL | …st-java/src/test/java/com/floci/test/DynamoDbTest.java | 270 | software.amazon.awssdk.services.dynamodb.model.Tag.builder().key("team").value("backend").build( | CODE |
| CRITICAL | …ava/com/floci/test/CloudFormationVirtualHostTests.java | 38 | .credentialsProvider(software.amazon.awssdk.auth.credentials.StaticCredentialsProvider.create( | CODE |
| CRITICAL | …ava/com/floci/test/CloudFormationVirtualHostTests.java | 39 | software.amazon.awssdk.auth.credentials.AwsBasicCredentials.create("test", "test"))) | CODE |
| CRITICAL | …t-java/src/test/java/com/floci/test/S3ControlTest.java | 126 | software.amazon.awssdk.services.s3control.model.Tag.builder() | CODE |
| CRITICAL | …t-java/src/test/java/com/floci/test/S3ControlTest.java | 128 | software.amazon.awssdk.services.s3control.model.Tag.builder() | CODE |
| CRITICAL | …t-java/src/test/java/com/floci/test/S3ControlTest.java | 150 | .tags(software.amazon.awssdk.services.s3control.model.Tag.builder() | CODE |
| CRITICAL | …t-java/src/test/java/com/floci/test/S3ControlTest.java | 177 | software.amazon.awssdk.services.s3control.model.Tag.builder() | CODE |
| CRITICAL | …t-java/src/test/java/com/floci/test/S3ControlTest.java | 179 | software.amazon.awssdk.services.s3control.model.Tag.builder() | CODE |
| CRITICAL | …k-test-java/src/test/java/com/floci/test/EcsTests.java | 289 | .tags(software.amazon.awssdk.services.ecs.model.Tag.builder().key("env").value("test").build(), | CODE |
| CRITICAL | …k-test-java/src/test/java/com/floci/test/EcsTests.java | 290 | software.amazon.awssdk.services.ecs.model.Tag.builder().key("team").value("sdk").build()) | CODE |
| CRITICAL | …java/src/test/java/com/floci/test/SesTemplateTest.java | 317 | .template(software.amazon.awssdk.services.ses.model.Template.builder() | CODE |
| CRITICAL | …java/src/test/java/com/floci/test/SesTemplateTest.java | 338 | .template(software.amazon.awssdk.services.ses.model.Template.builder() | CODE |
| CRITICAL | …java/src/test/java/com/floci/test/SesTemplateTest.java | 364 | .template(software.amazon.awssdk.services.ses.model.Template.builder() | CODE |
| CRITICAL | …java/src/test/java/com/floci/test/SesTemplateTest.java | 437 | .template(software.amazon.awssdk.services.ses.model.Template.builder() | CODE |
| CRITICAL | …java/src/test/java/com/floci/test/SesTemplateTest.java | 540 | .template(software.amazon.awssdk.services.ses.model.Template.builder() | CODE |
| CRITICAL | …java/src/test/java/com/floci/test/SesTemplateTest.java | 692 | .template(software.amazon.awssdk.services.ses.model.Template.builder() | CODE |
| CRITICAL | …java/src/test/java/com/floci/test/SesTemplateTest.java | 731 | .template(software.amazon.awssdk.services.ses.model.Template.builder() | CODE |
| CRITICAL | …java/src/test/java/com/floci/test/SesTemplateTest.java | 755 | .template(software.amazon.awssdk.services.ses.model.Template.builder() | CODE |
| CRITICAL | …java/src/test/java/com/floci/test/SesTemplateTest.java | 814 | .template(software.amazon.awssdk.services.ses.model.Template.builder() | CODE |
| CRITICAL | …test/java/com/floci/test/LambdaFunctionConfigTest.java | 235 | .imageConfig(software.amazon.awssdk.services.lambda.model.ImageConfig.builder() | CODE |
| CRITICAL | …test/java/com/floci/test/LambdaFunctionConfigTest.java | 254 | .imageConfig(software.amazon.awssdk.services.lambda.model.ImageConfig.builder() | CODE |
| CRITICAL | …dk-test-java/src/test/java/com/floci/test/IamTest.java | 174 | .tags(software.amazon.awssdk.services.iam.model.Tag.builder().key("env").value("sdk-test").build()) | CODE |
| CRITICAL⚡ | …loci/test/SesConfigurationSetEventDestinationTest.java | 233 | software.amazon.awssdk.services.ses.model.CreateConfigurationSetEventDestinationRequest.builder() | CODE |
| CRITICAL⚡ | …loci/test/SesConfigurationSetEventDestinationTest.java | 235 | .eventDestination(software.amazon.awssdk.services.ses.model.EventDestination.builder() | CODE |
| CRITICAL⚡ | …loci/test/SesConfigurationSetEventDestinationTest.java | 241 | .snsDestination(software.amazon.awssdk.services.ses.model.SNSDestination.builder() | CODE |
| CRITICAL⚡ | …loci/test/SesConfigurationSetEventDestinationTest.java | 274 | software.amazon.awssdk.services.ses.model.DescribeConfigurationSetRequest.builder() | CODE |
| CRITICAL⚡ | …loci/test/SesConfigurationSetEventDestinationTest.java | 284 | software.amazon.awssdk.services.ses.model.CreateConfigurationSetEventDestinationRequest.builder() | CODE |
| CRITICAL⚡ | …loci/test/SesConfigurationSetEventDestinationTest.java | 286 | .eventDestination(software.amazon.awssdk.services.ses.model.EventDestination.builder() | CODE |
| CRITICAL⚡ | …loci/test/SesConfigurationSetEventDestinationTest.java | 290 | .snsDestination(software.amazon.awssdk.services.ses.model.SNSDestination.builder() | CODE |
| CRITICAL⚡ | …loci/test/SesConfigurationSetEventDestinationTest.java | 304 | software.amazon.awssdk.services.ses.model.UpdateConfigurationSetEventDestinationRequest.builder() | CODE |
| CRITICAL⚡ | …loci/test/SesConfigurationSetEventDestinationTest.java | 306 | .eventDestination(software.amazon.awssdk.services.ses.model.EventDestination.builder() | CODE |
| CRITICAL⚡ | …loci/test/SesConfigurationSetEventDestinationTest.java | 310 | .snsDestination(software.amazon.awssdk.services.ses.model.SNSDestination.builder() | CODE |
| CRITICAL⚡ | …loci/test/SesConfigurationSetEventDestinationTest.java | 318 | software.amazon.awssdk.services.ses.model.DescribeConfigurationSetRequest.builder() | CODE |
| CRITICAL⚡ | …loci/test/SesConfigurationSetEventDestinationTest.java | 334 | software.amazon.awssdk.services.ses.model.UpdateConfigurationSetEventDestinationRequest.builder() | CODE |
| CRITICAL⚡ | …loci/test/SesConfigurationSetEventDestinationTest.java | 336 | .eventDestination(software.amazon.awssdk.services.ses.model.EventDestination.builder() | CODE |
| CRITICAL⚡ | …loci/test/SesConfigurationSetEventDestinationTest.java | 340 | .snsDestination(software.amazon.awssdk.services.ses.model.SNSDestination.builder() | CODE |
| CRITICAL⚡ | …loci/test/SesConfigurationSetEventDestinationTest.java | 352 | software.amazon.awssdk.services.ses.model.CreateConfigurationSetEventDestinationRequest.builder() | CODE |
| CRITICAL⚡ | …loci/test/SesConfigurationSetEventDestinationTest.java | 354 | .eventDestination(software.amazon.awssdk.services.ses.model.EventDestination.builder() | CODE |
| 177 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …e/common/AssumedRoleAccountRoutingIntegrationTest.java | 0 | { "tablename": "%s", "keyschema": [{"attributename": "id", "keytype": "hash"}], "attributedefinitions": [{"attributename | STRING |
| HIGH | …rvices/dynamodb/DynamoDbProjectionIntegrationTest.java | 0 | { "tablename": "%s", "keyschema": [{"attributename": "id", "keytype": "hash"}], "attributedefinitions": [{"attributename | STRING |
| HIGH | …services/dynamodb/DynamoDbTableArnIntegrationTest.java | 0 | { "tablename": "%s", "keyschema": [{"attributename": "id", "keytype": "hash"}], "attributedefinitions": [{"attributename | STRING |
| HIGH | …t/floci/services/dynamodb/DynamoDbIntegrationTest.java | 0 | { "tablename": "%s", "keyschema": [{"attributename": "id", "keytype": "hash"}], "attributedefinitions": [{"attributename | STRING |
| HIGH | …/dynamodb/DynamoDbKinesisStreamingIntegrationTest.java | 0 | { "tablename": "%s", "keyschema": [{"attributename": "id", "keytype": "hash"}], "attributedefinitions": [{"attributename | STRING |
| HIGH | …ctions/StepFunctionsAccountContextIntegrationTest.java | 0 | { "tablename": "%s", "keyschema": [{"attributename": "id", "keytype": "hash"}], "attributedefinitions": [{"attributename | STRING |
| HIGH | …/services/apigateway/ApiGatewayAwsIntegrationTest.java | 0 | { "tablename": "%s", "keyschema": [{"attributename": "id", "keytype": "hash"}], "attributedefinitions": [{"attributename | STRING |
| HIGH | …rvices/configservice/ConfigTaggingIntegrationTest.java | 0 | { "resourcearn": "%s", "tags": [ {"key": "env", "value": "test"}, {"key": "team", "value": "sfn"} ] } | STRING |
| HIGH | …/hectorvent/floci/services/ecs/EcsIntegrationTest.java | 0 | { "resourcearn": "%s", "tags": [ {"key": "env", "value": "test"}, {"key": "team", "value": "sfn"} ] } | STRING |
| HIGH | …oci/services/codedeploy/CodeDeployIntegrationTest.java | 0 | { "resourcearn": "%s", "tags": [ {"key": "env", "value": "test"}, {"key": "team", "value": "sfn"} ] } | STRING |
| HIGH | …tepfunctions/StepFunctionsDynamoDbIntegrationTest.java | 0 | { "resourcearn": "%s", "tags": [ {"key": "env", "value": "test"}, {"key": "team", "value": "sfn"} ] } | STRING |
| HIGH | …ces/cognito/AdminUserGlobalSignOutIntegrationTest.java | 0 | {"userpoolid":"%s","username":"%s","password":"%s","permanent":true} | STRING |
| HIGH | …oci/services/cognito/GlobalSignOutIntegrationTest.java | 0 | {"userpoolid":"%s","username":"%s","password":"%s","permanent":true} | STRING |
| HIGH | …t/floci/services/cognito/OriginJtiIntegrationTest.java | 0 | {"userpoolid":"%s","username":"%s","password":"%s","permanent":true} | STRING |
| HIGH | …ces/cognito/AdminUserGlobalSignOutIntegrationTest.java | 0 | { "clientid": "%s", "authflow": "user_password_auth", "authparameters": {"username": "%s", "password": "%s"} } | STRING |
| HIGH | …oci/services/cognito/GlobalSignOutIntegrationTest.java | 0 | { "clientid": "%s", "authflow": "user_password_auth", "authparameters": {"username": "%s", "password": "%s"} } | STRING |
| HIGH | …t/floci/services/cognito/OriginJtiIntegrationTest.java | 0 | { "clientid": "%s", "authflow": "user_password_auth", "authparameters": {"username": "%s", "password": "%s"} } | STRING |
| HIGH | …ces/cognito/AdminUserGlobalSignOutIntegrationTest.java | 0 | { "clientid": "%s", "authflow": "refresh_token_auth", "authparameters": {"refresh_token": "%s"} } | STRING |
| HIGH | …oci/services/cognito/GlobalSignOutIntegrationTest.java | 0 | { "clientid": "%s", "authflow": "refresh_token_auth", "authparameters": {"refresh_token": "%s"} } | STRING |
| HIGH | …t/floci/services/cognito/OriginJtiIntegrationTest.java | 0 | { "clientid": "%s", "authflow": "refresh_token_auth", "authparameters": {"refresh_token": "%s"} } | STRING |
| HIGH | …i/services/dynamodb/DynamoDbExportIntegrationTest.java | 0 | { "tablename": "%s", "keyschema": [ {"attributename": "pk", "keytype": "hash"}, {"attributename": "sk", "keytype": "rang | STRING |
| HIGH | …/dynamodb/DynamoDbFilterExpressionIntegrationTest.java | 0 | { "tablename": "%s", "keyschema": [ {"attributename": "pk", "keytype": "hash"}, {"attributename": "sk", "keytype": "rang | STRING |
| HIGH | …t/floci/services/dynamodb/DynamoDbIntegrationTest.java | 0 | { "tablename": "%s", "keyschema": [ {"attributename": "pk", "keytype": "hash"}, {"attributename": "sk", "keytype": "rang | STRING |
| HIGH | …tepfunctions/StepFunctionsDynamoDbIntegrationTest.java | 0 | { "tablename": "%s", "keyschema": [ {"attributename": "pk", "keytype": "hash"}, {"attributename": "sk", "keytype": "rang | STRING |
| HIGH | …services/apigatewayv2/WebSocketConnectionsApiTest.java | 0 | {"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handler | STRING |
| HIGH | …ices/apigatewayv2/WebSocketAwsHttpIntegrationTest.java | 0 | {"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handler | STRING |
| HIGH | …ces/apigatewayv2/WebSocketConnectionLifecycleTest.java | 0 | {"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handler | STRING |
| HIGH | …services/apigatewayv2/WebSocketMessageRoutingTest.java | 0 | {"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handler | STRING |
| HIGH | …/services/apigatewayv2/WebSocketRouteResponseTest.java | 0 | {"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handler | STRING |
| HIGH | …rvices/apigatewayv2/WebSocketLambdaAuthorizerTest.java | 0 | {"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handler | STRING |
| HIGH | …ervices/apigatewayv2/HttpApiRequestAuthorizerTest.java | 0 | {"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handler | STRING |
| HIGH | …services/apigatewayv2/WebSocketStageVariablesTest.java | 0 | {"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handler | STRING |
| HIGH | …rvices/apigatewayv2/WebSocketProxyEventFormatTest.java | 0 | {"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handler | STRING |
| HIGH | …services/apigatewayv2/WebSocketConnectionsApiTest.java | 0 | {"integrationtype":"aws_proxy","integrationuri":"arn:aws:lambda:us-east-1:000000000000:function:%s/invocations","integra | STRING |
| HIGH | …ices/apigatewayv2/WebSocketAwsHttpIntegrationTest.java | 0 | {"integrationtype":"aws_proxy","integrationuri":"arn:aws:lambda:us-east-1:000000000000:function:%s/invocations","integra | STRING |
| HIGH | …ces/apigatewayv2/WebSocketConnectionLifecycleTest.java | 0 | {"integrationtype":"aws_proxy","integrationuri":"arn:aws:lambda:us-east-1:000000000000:function:%s/invocations","integra | STRING |
| HIGH | …services/apigatewayv2/WebSocketMessageRoutingTest.java | 0 | {"integrationtype":"aws_proxy","integrationuri":"arn:aws:lambda:us-east-1:000000000000:function:%s/invocations","integra | STRING |
| HIGH | …/services/apigatewayv2/WebSocketRouteResponseTest.java | 0 | {"integrationtype":"aws_proxy","integrationuri":"arn:aws:lambda:us-east-1:000000000000:function:%s/invocations","integra | STRING |
| HIGH | …rvices/apigatewayv2/WebSocketLambdaAuthorizerTest.java | 0 | {"integrationtype":"aws_proxy","integrationuri":"arn:aws:lambda:us-east-1:000000000000:function:%s/invocations","integra | STRING |
| HIGH | …rvices/apigatewayv2/WebSocketProxyEventFormatTest.java | 0 | {"integrationtype":"aws_proxy","integrationuri":"arn:aws:lambda:us-east-1:000000000000:function:%s/invocations","integra | STRING |
| HIGH | …services/apigatewayv2/WebSocketConnectionsApiTest.java | 0 | {"routekey":"$default","target":"integrations/%s","routeresponseselectionexpression":"$default"} | STRING |
| HIGH | …ices/apigatewayv2/WebSocketAwsHttpIntegrationTest.java | 0 | {"routekey":"$default","target":"integrations/%s","routeresponseselectionexpression":"$default"} | STRING |
| HIGH | …services/apigatewayv2/WebSocketMessageRoutingTest.java | 0 | {"routekey":"$default","target":"integrations/%s","routeresponseselectionexpression":"$default"} | STRING |
| HIGH | …rvices/apigatewayv2/WebSocketLambdaAuthorizerTest.java | 0 | {"routekey":"$default","target":"integrations/%s","routeresponseselectionexpression":"$default"} | STRING |
| HIGH | …services/apigatewayv2/WebSocketStageVariablesTest.java | 0 | {"routekey":"$default","target":"integrations/%s","routeresponseselectionexpression":"$default"} | STRING |
| HIGH | …rvices/apigatewayv2/WebSocketProxyEventFormatTest.java | 0 | {"routekey":"$default","target":"integrations/%s","routeresponseselectionexpression":"$default"} | STRING |
| HIGH | …rvices/apigatewayv2/WebSocketLambdaAuthorizerTest.java | 0 | exports.handler = async (event) => ({ principalid: "test-user", policydocument: { version: "2012-10-17", statement: [{ a | STRING |
| HIGH | …ervices/apigatewayv2/HttpApiRequestAuthorizerTest.java | 0 | exports.handler = async (event) => ({ principalid: "test-user", policydocument: { version: "2012-10-17", statement: [{ a | STRING |
| HIGH | …ateway/ApiGatewayRequestAuthorizerIntegrationTest.java | 0 | exports.handler = async (event) => ({ principalid: "test-user", policydocument: { version: "2012-10-17", statement: [{ a | STRING |
| HIGH | …services/ses/SesConfigurationSetV2IntegrationTest.java | 0 | <?xml version="1.0" encoding="utf-8"?> <changeresourcerecordsetsrequest xmlns="https://route53.amazonaws.com/doc/2013-04 | STRING |
| HIGH | …ectorvent/floci/services/ses/SesV2IntegrationTest.java | 0 | <?xml version="1.0" encoding="utf-8"?> <changeresourcerecordsetsrequest xmlns="https://route53.amazonaws.com/doc/2013-04 | STRING |
| HIGH | …sConfigurationSetTrackingOptionsV1IntegrationTest.java | 0 | <?xml version="1.0" encoding="utf-8"?> <changeresourcerecordsetsrequest xmlns="https://route53.amazonaws.com/doc/2013-04 | STRING |
| HIGH | …services/ses/SesConfigurationSetV2IntegrationTest.java | 0 | <change> <action>create</action> <resourcerecordset> <name> | STRING |
| HIGH | …ectorvent/floci/services/ses/SesV2IntegrationTest.java | 0 | <change> <action>create</action> <resourcerecordset> <name> | STRING |
| HIGH | …sConfigurationSetTrackingOptionsV1IntegrationTest.java | 0 | <change> <action>create</action> <resourcerecordset> <name> | STRING |
| HIGH | …services/ses/SesConfigurationSetV2IntegrationTest.java | 0 | <type>cname</type> <ttl>300</ttl> <resourcerecords> <resourcerecord><value> | STRING |
| HIGH | …ectorvent/floci/services/ses/SesV2IntegrationTest.java | 0 | <type>cname</type> <ttl>300</ttl> <resourcerecords> <resourcerecord><value> | STRING |
| HIGH | …sConfigurationSetTrackingOptionsV1IntegrationTest.java | 0 | <type>cname</type> <ttl>300</ttl> <resourcerecords> <resourcerecord><value> | STRING |
| HIGH | …services/ses/SesConfigurationSetV2IntegrationTest.java | 0 | </changes> </changebatch> </changeresourcerecordsetsrequest> | STRING |
| HIGH | …ectorvent/floci/services/ses/SesV2IntegrationTest.java | 0 | </changes> </changebatch> </changeresourcerecordsetsrequest> | STRING |
| 6 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/docs/test_regen_action_docs.py | 17 | def test_extract_switch_single_label(): | CODE |
| LOW⚡ | tools/docs/test_regen_action_docs.py | 59 | def test_extract_switch_ignores_non_pascal_and_default(): | STRING |
| LOW⚡ | tools/docs/test_regen_action_docs.py | 68 | def test_extract_switch_excludes_screaming_case_enum_labels(): | STRING |
| LOW⚡ | tools/docs/test_regen_action_docs.py | 102 | def test_extract_rest_ucfirsts_method_names(): | STRING |
| LOW⚡ | tools/docs/test_regen_action_docs.py | 110 | def test_extract_rest_requires_class_path(): | STRING |
| LOW⚡ | tools/docs/test_regen_action_docs.py | 115 | def test_extract_rest_skips_comments_between_annotation_and_method(): | STRING |
| LOW⚡ | tools/docs/test_regen_action_docs.py | 181 | def test_parse_marker_block_rejects_missing_markers(): | STRING |
| LOW⚡ | tools/docs/test_regen_action_docs.py | 186 | def test_parse_table_rejects_non_table_line(): | STRING |
| LOW⚡ | tools/docs/test_regen_action_docs.py | 192 | def test_parse_table_rejects_extra_columns(): | STRING |
| LOW⚡ | tools/docs/test_regen_action_docs.py | 200 | def test_pipe_in_description_round_trips(): | STRING |
| LOW⚡ | tools/docs/test_regen_action_docs.py | 225 | def test_regenerate_preserves_known_and_placeholders_new(): | STRING |
| LOW⚡ | tools/docs/test_regen_action_docs.py | 235 | def test_regenerate_is_idempotent(): | STRING |
| LOW⚡ | tools/docs/test_regen_action_docs.py | 242 | def test_regenerate_touches_only_marker_block(): | STRING |
| LOW⚡ | tools/docs/test_regen_action_docs.py | 249 | def test_render_marker_block_shape(): | STRING |
| LOW | tools/docs/test_regen_action_docs.py | 28 | def test_extract_switch_multi_label_arm(): | STRING |
| LOW | tools/docs/test_regen_action_docs.py | 38 | def test_extract_switch_multiline_arm(): | STRING |
| LOW | tools/docs/test_regen_action_docs.py | 133 | def test_extract_actions_applies_rename_and_exclude(tmp_path: Path): | STRING |
| LOW | tools/docs/test_regen_action_docs.py | 146 | def test_extract_actions_dedupes_across_sources(tmp_path: Path): | STRING |
| LOW | tools/docs/test_regen_action_docs.py | 162 | def test_split_row_honors_escaped_pipe(): | STRING |
| LOW | tools/docs/test_regen_action_docs.py | 166 | def test_parse_marker_block_preserves_descriptions(): | STRING |
| LOW | tools/docs/regen_action_docs.py | 345 | def _find_unregistered_handlers( | CODE |
| LOW | compatibility-tests/sdk-test-python/conftest.py | 125 | def resourcegroupstaggingapi_client(aws_config, client_config): | CODE |
| LOW | …patibility-tests/sdk-test-python/tests/test_cognito.py | 34 | def test_create_user_pool_client(self, cognito_client, unique_name): | CODE |
| LOW | …patibility-tests/sdk-test-python/tests/test_cognito.py | 51 | def test_delete_user_pool_client(self, cognito_client, unique_name): | CODE |
| LOW | …patibility-tests/sdk-test-python/tests/test_cognito.py | 204 | def test_describe_user_pool_returns_all_standard_schema_attributes(self, cognito_client, unique_name): | CODE |
| LOW | compatibility-tests/sdk-test-python/tests/test_pipes.py | 147 | def test_describe_nonexistent_pipe(self, pipes_client): | CODE |
| LOW | compatibility-tests/sdk-test-python/tests/test_pipes.py | 188 | def test_sqs_to_sqs_forwarding(self, pipes_client, sqs_client, unique_name): | CODE |
| LOW | compatibility-tests/sdk-test-python/tests/test_pipes.py | 226 | def test_filter_criteria_filters_messages(self, pipes_client, sqs_client, unique_name): | CODE |
| LOW | compatibility-tests/sdk-test-python/tests/test_pipes.py | 285 | def test_batch_size_in_source_parameters(self, pipes_client, sqs_client, unique_name): | CODE |
| LOW | compatibility-tests/sdk-test-python/tests/test_pipes.py | 331 | def test_stopped_pipe_does_not_forward(self, pipes_client, sqs_client, unique_name): | CODE |
| LOW | compatibility-tests/sdk-test-python/tests/test_pipes.py | 367 | def test_source_queue_drained_after_forwarding( | CODE |
| LOW⚡ | …y-tests/sdk-test-python/tests/test_s3_notifications.py | 53 | def test_put_bucket_notification_configuration_with_filters(self): | CODE |
| LOW | …y-tests/sdk-test-python/tests/test_s3_notifications.py | 91 | def test_get_bucket_notification_configuration_sqs_filter_roundtrip(self): | CODE |
| LOW | …y-tests/sdk-test-python/tests/test_s3_notifications.py | 125 | def test_get_bucket_notification_configuration_sns_filter_roundtrip(self): | CODE |
| LOW | …patibility-tests/sdk-test-python/tests/test_kinesis.py | 50 | def test_describe_stream_summary(self, kinesis_client, unique_name): | CODE |
| LOW | compatibility-tests/sdk-test-python/tests/test_sts.py | 17 | def test_get_caller_identity_account_id(self, sts_client): | CODE |
| LOW⚡ | compatibility-tests/sdk-test-python/tests/test_sts.py | 38 | def test_assume_role_assumed_role_user(self, sts_client): | CODE |
| LOW⚡ | compatibility-tests/sdk-test-python/tests/test_sts.py | 46 | def test_assume_role_with_web_identity(self, sts_client): | CODE |
| LOW⚡ | compatibility-tests/sdk-test-python/tests/test_sts.py | 61 | def test_assume_role_missing_role_arn(self, sts_client): | CODE |
| LOW | compatibility-tests/sdk-test-python/tests/test_sts.py | 81 | def test_get_federation_token(self, sts_client): | CODE |
| LOW | compatibility-tests/sdk-test-python/tests/test_sts.py | 94 | def test_decode_authorization_message(self, sts_client): | CODE |
| LOW | …atibility-tests/sdk-test-python/tests/test_dynamodb.py | 63 | def test_describe_time_to_live(self, dynamodb_client, test_table): | CODE |
| LOW | …atibility-tests/sdk-test-python/tests/test_dynamodb.py | 68 | def test_update_and_describe_continuous_backups(self, dynamodb_client, unique_name): | CODE |
| LOW | …atibility-tests/sdk-test-python/tests/test_dynamodb.py | 250 | def test_batch_write_item_put(self, dynamodb_client, test_table): | CODE |
| LOW | …atibility-tests/sdk-test-python/tests/test_dynamodb.py | 278 | def test_batch_write_item_delete(self, dynamodb_client, test_table): | CODE |
| LOW | …atibility-tests/sdk-test-python/tests/test_dynamodb.py | 355 | def test_list_tags_of_resource(self, dynamodb_client, unique_name): | CODE |
| LOW | …atibility-tests/sdk-test-python/tests/test_dynamodb.py | 417 | def test_create_table_with_gsi_and_lsi(self, dynamodb_client, unique_name): | CODE |
| LOW | …atibility-tests/sdk-test-python/tests/test_dynamodb.py | 476 | def test_query_gsi_sparse_index(self, dynamodb_client, unique_name): | CODE |
| LOW | compatibility-tests/sdk-test-python/tests/test_iam.py | 216 | def test_list_groups_for_user(self, iam_client, unique_name): | CODE |
| LOW | compatibility-tests/sdk-test-python/tests/test_iam.py | 390 | def test_list_attached_user_policies(self, iam_client, unique_name): | CODE |
| LOW | compatibility-tests/sdk-test-python/tests/test_sqs.py | 103 | def test_delete_message_batch(self, sqs_client, test_queue): | CODE |
| LOW | compatibility-tests/sdk-test-python/tests/test_sqs.py | 155 | def test_set_queue_attributes(self, sqs_client, test_queue): | CODE |
| LOW | compatibility-tests/sdk-test-python/tests/test_sqs.py | 274 | def test_list_dead_letter_source_queues(self, sqs_client, unique_name): | CODE |
| LOW | …ibility-tests/sdk-test-python/tests/test_cloudwatch.py | 29 | def test_put_metric_data_with_dimensions(self, cloudwatch_client, unique_name): | CODE |
| LOW | …ibility-tests/sdk-test-python/tests/test_cloudwatch.py | 66 | def test_list_metrics_namespace_isolation(self, cloudwatch_client, unique_name): | CODE |
| LOW | …ibility-tests/sdk-test-python/tests/test_cloudwatch.py | 88 | def test_get_metric_statistics(self, cloudwatch_client, unique_name): | CODE |
| LOW | …ibility-tests/sdk-test-python/tests/test_cloudwatch.py | 120 | def test_put_metric_data_with_statistic_values(self, cloudwatch_client, unique_name): | CODE |
| LOW | compatibility-tests/sdk-test-python/tests/test_ecr.py | 36 | def test_create_repository_returns_loopback_uri(self, ecr_client): | CODE |
| LOW⚡ | compatibility-tests/sdk-test-python/tests/test_ecr.py | 50 | def test_create_duplicate_raises(self, ecr_client, repo): | CODE |
| LOW⚡ | compatibility-tests/sdk-test-python/tests/test_ecr.py | 55 | def test_describe_repositories(self, ecr_client, repo): | CODE |
| 114 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …st/java/com/floci/test/DynamoDbEnhancedClientTest.java | 61 | // Step 1: Create user WITHOUT the boolean field set | COMMENT |
| LOW⚡ | …st/java/com/floci/test/DynamoDbEnhancedClientTest.java | 79 | // Step 2: Update user - set boolean to true and other fields | COMMENT |
| LOW⚡ | …st/java/com/floci/test/DynamoDbEnhancedClientTest.java | 89 | // Step 3: Get the item and verify the boolean was set correctly | COMMENT |
| LOW | …st/java/com/floci/test/DynamoDbEnhancedClientTest.java | 109 | // Step 1: Create user WITH boolean = false | COMMENT |
| LOW⚡ | …st/java/com/floci/test/DynamoDbEnhancedClientTest.java | 122 | // Step 2: Update boolean to true | COMMENT |
| LOW⚡ | …st/java/com/floci/test/DynamoDbEnhancedClientTest.java | 129 | // Step 3: Verify the boolean changed to true | COMMENT |
| LOW | …vent/floci/services/acm/AcmServicePersistenceTest.java | 40 | // Step 1: Create a service with a persistent backend and create a certificate | COMMENT |
| LOW⚡ | …vent/floci/services/acm/AcmServicePersistenceTest.java | 56 | // Step 2: Create a second service instance sharing the same storage directory (simulating restart) | COMMENT |
| LOW⚡ | …vent/floci/services/acm/AcmServicePersistenceTest.java | 60 | // Step 3: Validate that the certificate was correctly restored and properties match | COMMENT |
| LOW | …rvent/floci/services/codedeploy/CodeDeployService.java | 1586 | // Step 1: shift canaryPercentage to targetVersion | COMMENT |
| LOW | …rvent/floci/services/codedeploy/CodeDeployService.java | 1599 | // Step 2: flip 100% to targetVersion | COMMENT |
| LOW⚡ | …/floci/services/rds/proxy/PostgresProtocolHandler.java | 413 | // Step 1: Send SASLInitialResponse with client-first-message | COMMENT |
| LOW | …/floci/services/rds/proxy/PostgresProtocolHandler.java | 431 | // Step 2: Read AuthenticationSASLContinue (authType=11) | COMMENT |
| LOW | …/floci/services/rds/proxy/PostgresProtocolHandler.java | 454 | // Step 3: Compute client-final-message with proof | COMMENT |
| LOW | …/floci/services/rds/proxy/PostgresProtocolHandler.java | 472 | // Step 4: Read AuthenticationSASLFinal (authType=12) — server signature (ignored) | COMMENT |
| LOW | …/floci/services/rds/proxy/PostgresProtocolHandler.java | 483 | // Step 5: Read final AuthenticationOK | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …st/java/com/floci/test/DynamoDbEnhancedClientTest.java | 61 | // Step 1: Create user WITHOUT the boolean field set | COMMENT |
| LOW⚡ | …st/java/com/floci/test/DynamoDbEnhancedClientTest.java | 79 | // Step 2: Update user - set boolean to true and other fields | COMMENT |
| LOW⚡ | …st/java/com/floci/test/DynamoDbEnhancedClientTest.java | 89 | // Step 3: Get the item and verify the boolean was set correctly | COMMENT |
| LOW | …st/java/com/floci/test/DynamoDbEnhancedClientTest.java | 109 | // Step 1: Create user WITH boolean = false | COMMENT |
| LOW⚡ | …st/java/com/floci/test/DynamoDbEnhancedClientTest.java | 122 | // Step 2: Update boolean to true | COMMENT |
| LOW⚡ | …st/java/com/floci/test/DynamoDbEnhancedClientTest.java | 129 | // Step 3: Verify the boolean changed to true | COMMENT |
| LOW | …vent/floci/services/acm/AcmServicePersistenceTest.java | 40 | // Step 1: Create a service with a persistent backend and create a certificate | COMMENT |
| LOW⚡ | …vent/floci/services/acm/AcmServicePersistenceTest.java | 56 | // Step 2: Create a second service instance sharing the same storage directory (simulating restart) | COMMENT |
| LOW⚡ | …vent/floci/services/acm/AcmServicePersistenceTest.java | 60 | // Step 3: Validate that the certificate was correctly restored and properties match | COMMENT |
| LOW | …rvent/floci/services/codedeploy/CodeDeployService.java | 1586 | // Step 1: shift canaryPercentage to targetVersion | COMMENT |
| LOW | …rvent/floci/services/codedeploy/CodeDeployService.java | 1599 | // Step 2: flip 100% to targetVersion | COMMENT |
| LOW⚡ | …/floci/services/rds/proxy/PostgresProtocolHandler.java | 413 | // Step 1: Send SASLInitialResponse with client-first-message | COMMENT |
| LOW | …/floci/services/rds/proxy/PostgresProtocolHandler.java | 431 | // Step 2: Read AuthenticationSASLContinue (authType=11) | COMMENT |
| LOW | …/floci/services/rds/proxy/PostgresProtocolHandler.java | 454 | // Step 3: Compute client-final-message with proof | COMMENT |
| LOW | …/floci/services/rds/proxy/PostgresProtocolHandler.java | 472 | // Step 4: Read AuthenticationSASLFinal (authType=12) — server signature (ignored) | COMMENT |
| LOW | …/floci/services/rds/proxy/PostgresProtocolHandler.java | 483 | // Step 5: Read final AuthenticationOK | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | compatibility-tests/sdk-test-python/tests/test_sts.py | 51 | WebIdentityToken="dummy-token", | CODE |
| LOW | …b/hectorvent/floci/services/sns/SnsMobilePushTest.java | 55 | "android-app", "GCM", Map.of("PlatformCredential", "fake-key"), REGION); | CODE |
| LOW | …ent/floci/services/cognito/CognitoIntegrationTest.java | 1743 | { "Name": "email", "Value": "user@example.com" }, | CODE |
| LOW | …rvices/appsync/graphql/scalars/AppSyncScalarsTest.java | 46 | Object valid = AppSyncScalars.AWS_EMAIL.getCoercing().parseValue("user@example.com"); | CODE |
| LOW | …rvices/appsync/graphql/scalars/AppSyncScalarsTest.java | 47 | assertThat(valid, is("user@example.com")); | CODE |
| LOW⚡ | …torvent/floci/services/ses/SimulatorAddressesTest.java | 34 | assertFalse(SimulatorAddresses.isSuccess("user@example.com")); | CODE |
| LOW⚡ | …torvent/floci/services/ses/SimulatorAddressesTest.java | 35 | assertFalse(SimulatorAddresses.isBounce("user@example.com")); | CODE |
| LOW⚡ | …torvent/floci/services/ses/SimulatorAddressesTest.java | 36 | assertFalse(SimulatorAddresses.isComplaint("user@example.com")); | CODE |
| LOW⚡ | …torvent/floci/services/ses/SimulatorAddressesTest.java | 37 | assertFalse(SimulatorAddresses.isSuppressionList("user@example.com")); | CODE |
| LOW | …stepfunctions/StepFunctionsJsonataIntegrationTest.java | 1197 | assertTrue(output.contains("Jane Doe")); | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | tools/docs/test_regen_action_docs.py | 62 | case null, default -> b(); | STRING |
| HIGH⚡ | compatibility-tests/sdk-test-python/conftest.py | 219 | " const name = (event && event.name) ? event.name : 'World';\n" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | compatibility-tests/sdk-test-python/tests/test_pipes.py | 411 | except Exception: | CODE |
| LOW⚡ | …y-tests/sdk-test-python/tests/test_s3_notifications.py | 41 | except Exception as e: | CODE |
| LOW⚡ | …y-tests/sdk-test-python/tests/test_s3_notifications.py | 45 | except Exception as e: | CODE |
| LOW⚡ | …y-tests/sdk-test-python/tests/test_s3_notifications.py | 50 | except Exception as e: | CODE |
| LOW⚡ | …ts/sdk-test-python/tests/test_cloudformation_naming.py | 86 | except Exception as e: | CODE |
| LOW | …ts/sdk-test-python/tests/test_cloudformation_naming.py | 315 | except Exception as e: | CODE |
| LOW | …patibility-tests/sdk-test-python/tests/test_s3_cors.py | 35 | except Exception as e: | CODE |
| LOW | …patibility-tests/sdk-test-python/tests/test_s3_cors.py | 40 | except Exception as e: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/docs/test_regen_action_docs.py | 5 | CODE | |
| LOW | tools/docs/regen_action_docs.py | 19 | CODE | |
| LOW | …patibility-tests/sdk-test-python/tests/test_cognito.py | 3 | CODE | |
| LOW | …patibility-tests/sdk-test-python/tests/test_kinesis.py | 5 | CODE | |
| LOW | …atibility-tests/sdk-test-python/tests/test_dynamodb.py | 3 | CODE | |
| LOW | compatibility-tests/sdk-test-python/tests/test_sqs.py | 6 | CODE | |
| LOW | …ibility-tests/sdk-test-python/tests/test_cloudwatch.py | 5 | CODE | |
| LOW | compatibility-tests/sdk-test-python/tests/test_kms.py | 3 | CODE | |
| LOW | compatibility-tests/sdk-test-python/tests/test_sns.py | 5 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | compatibility-tests/sdk-test-python/tests/test_sqs.py | 219 | # Create main queue and DLQ | COMMENT |
| MEDIUM | compatibility-tests/sdk-test-python/tests/test_kms.py | 208 | # Create an asymmetric signing key | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | compatibility-tests/sdk-test-python/conftest.py | 15 | logger = logging.getLogger(__name__) | CODE |
| LOW | …y-tests/sdk-test-python/tests/test_s3_notifications.py | 7 | logger = logging.getLogger(__name__) | CODE |
| LOW | compatibility-tests/sdk-test-python/tests/test_ecr.py | 14 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ts/sdk-test-python/tests/test_cloudformation_naming.py | 13 | logger = logging.getLogger(__name__) | CODE |
| LOW | …patibility-tests/sdk-test-python/tests/test_s3_cors.py | 9 | logger = logging.getLogger(__name__) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/docs/regen_action_docs.py | 41 | # doc and the tool's output would agree on the omission. | COMMENT |
| LOW | docker/entrypoint.sh | 1 | #!/bin/sh | COMMENT |
| LOW | .github/workflows/conventional-commits.yml | 21 | env: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | compatibility-tests/sdk-test-python/conftest.py | 235 | CODE | |
| LOW | compatibility-tests/sdk-test-python/tests/test_pipes.py | 285 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …sts/sdk-test-awscli/test/test_helper/common-setup.bash | 48 | # Check if operation is unsupported | COMMENT |