Noam Rathaus
Noam Rathaus
The line of code: `frame->size = btoi(bytes, 4, offset += ID3_FRAME_ID);` Takes the value found inside the frame without looking whether or not the data that is expected is found,...
The following code can be seen inside itob: `char* result = (char*) malloc(sizeof(char) * size);` This result buffer is never freed in any subsequent calls and thus repeated calling of...
#### Description of Problem: Trying to anlayse a system characteristics file (generated by a 3rd party) returns an error that IOSxe is not supported I am using the iosxe.xml from:...
#### Description of Problem: OpenSCAP doesn't appear to support service_test, example: ```xml ``` Reporting: ``` Failed to import the OVAL Definitions from 'all.windows.vulnerability.xml'. OpenSCAP Error: Unknown test type oval:org.mitre.oval:tst:100270. [../../../src/OVAL/oval_test.c:395]...
#### Description of Problem: Collection of a registry item such as this: ```xml HKEY_LOCAL_MACHINE ^SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Mozilla (\([0-1]\.[0-7]\)|\([0-1]\.[0-7]\.[0-6]\))$ DisplayName ``` Is extremely slow - taking 1min-2min to complete I am not 100%...
Hi, Can you clarify why you have set this as the maximum port to `65389`? per nmap documentation: ``` ... you can specify -p- to scan ports from 1 through...
Migration from `multi property something: std::str;` to `property something: array<std::str>;` fails
``` edgedb>select sys::get_version_as_str(); {'4.4+4ebefbb'} ``` OS Version: Linux (Ubuntu 22.04) Steps to Reproduce: 1. Create schema having: ``` type Test { multi property something: std::str; } ``` 2. Then try...
Reduce code complexity by making repeated code appear once inside a function - - - This change is [](https://reviewable.io/reviews/tlsfuzzer/tlsfuzzer/843)
Reduce script complexity by defining shared section inside a function - - - This change is [](https://reviewable.io/reviews/tlsfuzzer/tlsfuzzer/841)
Reduce code complexity by making repeated code appear once inside a function - - - This change is [](https://reviewable.io/reviews/tlsfuzzer/tlsfuzzer/842)