Fupeng Zhao

Results 7 issues of Fupeng Zhao

I like this component, but it doesn't work on IE11. Is there any way to make it compatible with IE11?

According to the [docs](https://docs.zeek.org/en/master/script-reference/types.html#type-pattern), Zeek accepts “patterns supported by the [flex lexical analyzer](http://westes.github.io/flex/manual/Patterns.html).” However, character class unions/differences are not working. Running the following test-script with Zeek 5.0: ``` const mypattern:...

Fixes #2385 Hi @vpax - I'm not sure if this is correct. So, Please review it. Originally, I also wanted to implement complex construction for `set` and all other things...

Closes #2716 - **Support for `caching_sha2_password` authentication plugin**: Enhance the MySQL protocol analyzer to parse and handle the `caching_sha2_password` authentication plugin, improving compatibility with modern MySQL servers. - **Support for...

# Description: When attempting to create a package using `zkg create`, I encountered an issue where non-ASCII characters in the user variables (e.g., author name) result in a `UnicodeEncodeError`. This...