- PortalOrg 초기화 필드 추가(orgDesc, ipWhitelist 등)
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled

- ApiTesterFilter 디버깅 로직/유틸 추가(maskHeaders 등)
- jackson-core 취약점(CVSS 7.5) 수정 버전 업그레이드(2.18.6)
This commit is contained in:
Rinjae
2026-07-29 20:20:43 +09:00
parent dc5d2df166
commit 31c08a7284
@@ -121,5 +121,8 @@ public class PortalOrg extends Auditable implements Serializable, com.eactive.ea
this.orgSectors = null;
this.orgIndustryType = null;
this.serviceName = null;
this.orgDesc = null;
this.ipWhitelist = null;
this.reverseProxyPath = null;
}
}