v2.251.0 Model Updates
The following model updates were made during the v2.251.0 Synapse release.
New Properties
econ:bank:accountThe form had the following property added to it:
swift:bicThe SWIFT BIC for the bank which issued the account.
risk:attackThe form had the following property added to it:
actorThe actor which conducted the attack.
risk:threatThe form had the following property added to it:
ext:idsAn array of alternate external identifiers for the threat.
Updated Types
econ:bank:aba:rtnThe regex for the type has been modified from
[0-9]{9}to^[0-9]{9}$.econ:bank:ibanThe regex for the type has been modified from
[A-Z]{2}[0-9]{2}[a-zA-Z0-9]{1,30}to^[A-Z]{2}[0-9]{2}[a-zA-Z0-9]{1,30}$.econ:bank:swift:bicThe regex for the type has been modified from
[A-Z]{6}[A-Z0-9]{5}to^[A-Z]{6}[A-Z0-9]{2}([A-Z0-9]{3})?$.
Updated Properties
risk:threatThe form had the following property updated:
The property
ext:idhad the['alts']keys added to its definition.