wzr1337 / if9simu

This is a small simulation of JLRs IF9. It is far from complete and was developed to suport the "Connected Car: From APIs to Zecurity" class.
Other
3 stars 2 forks source link

Error "max can not be smaller then min " on Route /if9/jlr/vehicles/:VIN/unlock #12

Open NikoRuthardt opened 4 years ago

NikoRuthardt commented 4 years ago

https://github.com/wzr1337/if9simu/blob/d55bf0ce29f84abe8db27d59dd58a07aaaedc696/src/if9/serviceDispatcher.ts#L27

Should be const delay = getRandomInt(60000, 1000);

https://github.com/wzr1337/if9simu/blob/d55bf0ce29f84abe8db27d59dd58a07aaaedc696/src/utils/math.ts#L1-L4

wzr1337 commented 4 years ago

Good catch