Results 34 comments of kylak

Hi, I'm in the same case than you @BrianLima and @atanasj …

Warning guys; product->location is "@deprecated since 1.7.8" (cf. classes/Product.php), to use the location system we can/should use StockAvailable::$location instead. Prestashop 1.7.8 BO reads the "product location" in the stock_available database...

Ok, thanks. Do you have an idea on when you think it could be completed?

Ah ok I see that's great. Yes I asked for fuzzing.

Ok. I currently have a network problem. When the network is repaired I'll give you what you need to debug the panic error.

Hello, You said regarding cipher suite that "depending on the protocol it's actually 3 bytes". However, I didn't find a SSL/TLS version protocol having 3 bytes for the cipher suite,...

But there's only SSL2, right ? Concerning ```openssl ciphers -V ALL:EXP:NULL```, I have with OpenSSL 1.0.2k-fips a response which doesn't give any 3 bytes cipher suite : ``` [admin@computer dev]$...

Ok. Thanks. Therefore, it doesn't make sense to do a --range=full on a protocol that is not SSLv2, and thus we shouldn't do it. And do we agree that the...

> hmm, please make yourself used to the defined ranges first: ./o-saft.pl --help=ranges I broke the help option, cf. [here](https://github.com/OWASP/O-Saft/issues/157). > BUT, keep in mind that there's no restriction that...