Jishan Shaikh

Results 146 issues of Jishan Shaikh

Basics of Network Security. Comment finalized ideas in this thread.

modules

Basics of Cryptanalysis. Comment finalized ideas in this thread.

modules

Basics of Cryptography. Comment finalized ideas in this thread.

modules

- Development of this repository is very crucial wrt its readme - This issue is for tracking of readme

Merge the contents of this repository with /assignments repository. Fill out the entry for grades, experience, learning, outcome, and future-work.

enhancement

Also see #1394 Possible race condition (CWE-362). This accepts filename arguments; if an attacker can move those files, a race condition results. (CWE-362). LABEL: Bug SEVERITY: Major SOLUTION: Use fchmod(...

### Prerequisites * [x] Can you reproduce? * [x] Are you running the latest version of SoftEtherVPN? **SoftEther version:** **Component:** [Server, Client, Bridge, etc.] **Operating system:** [Windows, Linux, BSD, macOS,...

Also see #1394 Does not check for buffer overflows (CWE-120). LABEL: Bug SEVERITY: Major SOLUTION: Use sprintf_s, snprintf, or vsnprintf. Similar vulnerability hotspots: - [ ] src\SeLow\SeLow.c:248 - [ ]...

- [x] Updated Golang cheat sheet based on README - [x] \LaTeX source with compilation

The scanf() family's %s operation, without a limit specification, permits buffer overflows. Buffer overflow is one of the most common class of vulnerabilities. LABEL: Bug SEVERITY: Major SOLUTION: Specify a...