adorsys / xs2a

Open Source NextGenPSD2 XS2A Implementation from adorsys.
https://adorsys.com/en/products/
GNU Affero General Public License v3.0
130 stars 62 forks source link

Implement the field lengths in the framework #58

Closed yves-bussard closed 4 years ago

yves-bussard commented 4 years ago

Question

Is there any plan to verify or even truncate the field lengths in the XS2A service component?

Current behavior

Expected behavior

XS2A version(s):

Seregy commented 4 years ago

Hello yves-bussard,

Currently it's indeed the responsibility of SPI implementation to adhere to length limitations and at the moment there is no plan to truncate responses from SPI, as it could lead to undesirable loss of data.

yves-bussard commented 4 years ago

Hi Seregy,

Ok, thank you.

regards Yves