Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:Java language:TypeScript language:CSS language:HTML

Filter by

245M results  (3 s)

245M results

PCI review checklist !-- heimdall_github_prtemplate:grc-pci_dss-2024-01-05 -- - [ ] I have documented a clear reason for, and description of, the change I am making. - [ ] If applicable, I ve documented ...

Summary Fixes 13 MAJOR SonarCloud S7608 vulnerabilities across all 4 ETL scripts by adding the ExpectedBucketOwner parameter to every S3 API call. This prevents confused-deputy attacks by verifying the ...

Summary - Add browser localStorage persistence for Navis tag sessions. - Add Save Session / Restore / Clear Session controls in the tag toolbar and Tag Viewpoints panel. - Autosave active imported ...

Summary Fixes 2 SonarCloud vulnerabilities in scripts/seed.py: 1. CRITICAL (S5344): bcrypt.gensalt(rounds=10) → rounds=12 to meet SonarCloud s minimum bcrypt work factor threshold. 2. MAJOR (S2068): ...

Summary Fixes 1 BLOCKER SonarCloud secrets:S6698 — hardcoded PostgreSQL password in document-service/app/config.py. The static connection string postgresql+asyncpg://otterworks:otterworks_dev@localhost:5432/otterworks ...

📝 작업 내용 - [x] GET /api/v1/products 목록 items에 totalQty, availableQty 추가 - [x] N+1 방지 — getByProductIds() 배치 조회로 단일 IN 쿼리 처리 - [x] mvp-api-spec.md items 필드 정의 업데이트 (SSOT 동기화) - [x] api-server/build.gradle.kts ...