PaloAltoNetworks / SafeNetworking

Read only mirror. To contribute or submit issues, please go to the website link --->
https://gitlab.com/panw-gse/as/SafeNetworking/
Apache License 2.0
12 stars 10 forks source link

Threat sig_num is stored as text but should be integer #13

Closed punisherVX closed 5 years ago

punisherVX commented 6 years ago

Expected behavior and actual behavior.

The mapping for SFN.sig_num is "text" but should be "integer" so that we can do range queries on the signature number

Specifications like the version of the project, operating system, or hardware.

This is in SFN3.0

punisherVX commented 5 years ago

Fixed in commit 07bd982ade325a31d80be92e8d16251938f81315

Changed mapping to integer and tested.