corelight / zeekjs

ZeekJS - Experimental JavaScript support for Zeek.
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

types: Implement int type #16

Closed awelzel closed 2 years ago

awelzel commented 2 years ago

Using zeek.invoke('exit', [1]) didn't work due to missing conversion for int. We cast to double / number - this may be lossy, but there's only so much we can do (other than switching to BigInt, too).