From 8a3eea54ceb2c3a2fbfd39552d3e2a6b427441b4 Mon Sep 17 00:00:00 2001 From: art Date: Tue, 30 Jun 2026 10:44:55 +0900 Subject: [PATCH] =?UTF-8?q?chore(dep):=20NVD=20API=20key=20=ED=99=98?= =?UTF-8?q?=EA=B2=BD=EB=B3=80=EC=88=98=20=EC=97=B0=EB=8F=99=20profile=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NVD_API_KEY 환경변수 존재 시 nvd-api-key 프로파일 활성화, dependency-check에 키 전달 → rate limit 완화 (5 → 50 req/30s). 환경변수 없으면 프로파일 비활성 — 기존 동작 유지. --- pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index aafe34c..0f4c8b2 100644 --- a/pom.xml +++ b/pom.xml @@ -294,6 +294,25 @@ + + nvd-api-key + + + env.NVD_API_KEY + + + + + + org.owasp + dependency-check-maven + + ${env.NVD_API_KEY} + + + + +