Noam Rathaus

Results 96 comments of Noam Rathaus

Hi, I am able to reconfirm this bug - I am not sure whether it is or not a bug as the SSL certificate (and SSL interface) is encapsulated inside...

I agree it's not direct SSL/TLS - rather encapsulated - if you offset the processed data to the SSL part inside the TDS packet it can interpret it - if...

I think it may be related to: ``` OVAL System Characteristics (5.10.1) ``` Being the characteristics file

I tried changing the system characteristics file to support, didn't seem to help: ``` OVAL System Characteristics (5.11.2) ```

IOS and IOSXE are almost identical How can I help to get this working? On Mon, 31 Aug 2020 at 12:07, Evgeny Kolesnikov wrote: > OpenSCAP internals are currently not...

Would you be interested in a proposed `code` that I have built to resolve it? I do not know how to integrate it into the probe though, so that part...

Hi, My proposed method, where sKeyOperation is the `operator="..."`: ```cpp if (0 == sKeyOperation.compare("pattern match") && std::string::npos != sKey.find("^")) { ``` I limit my optimization to the case where it...

NOTE: There is the danger here of (very deep) recursion as someone can put "^.*" as a regex I didn't handle this because I am using trusted sources for the...