Velocidex / velociraptor

Digging Deeper....
https://docs.velociraptor.app/
Other
2.93k stars 484 forks source link

Exporting notebook fails: unknown field "TableOptions" #3114

Closed misje closed 10 months ago

misje commented 11 months ago

Version 0.7.1-rc1. Steps to reproduce:

  1. Create a notebook.
  2. Copy cell from a flow notebook, in this case Sigma.Windows.Hayabusa.Rules to the notebook created above
  3. Export notebook to HTML

This results in 'proto: (line 1:91): unknown field "TableOptions"' for the Rules cell.

misje commented 11 months ago

This happens to all cells in notebooks that include tables. Works in 0.7.0-3.

scudette commented 10 months ago

Just having trouble to replicate this issue... Can you please ensure your browser cache is flushed? You can do this by opening the developer tools from the chrome menu then select the network tab and check the disable cache then hit reload.

image

image

image

scudette commented 10 months ago

Oh ok i think I see what you mean - you are referring to the output inside the actual HTML that is produced.

scudette commented 10 months ago

Fixed by #3117