katyacyfra's Stars
s2e-lab/SecurityEval
Repository for "SecurityEval Dataset: Mining Vulnerability Examples to Evaluate Machine Learning-Based Code Generation Techniques" published in MSR4P&S'22.
proganalysis/type-inference
Automatically exported from code.google.com/p/type-inference
morpheuslord/GPT_Vuln-analyzer
Uses ChatGPT API, Bard API, and Llama2, Python-Nmap, DNS Recon, PCAP and JWT recon modules and uses the GPT3 model to create vulnerability reports based on Nmap scan data, and DNS scan information. It can also perform subdomain enumeration to a great extent
JoyChou93/java-sec-code
Java web common vulnerabilities and security code which is base on springboot and spring security
OscarRodriguezPrieto/ProgQuery
ProgQuery is a system to extract useful syntactic and semantic information from source code programs and store it in a graph database for posterior querying.
projectdiscovery/nuclei-templates
Community curated list of templates for the nuclei engine to find security vulnerabilities.
yeswehack/vulnerable-code-snippets
Twitter vulnerable snippets
snoopysecurity/Vulnerable-Code-Snippets
A small collection of vulnerable code snippets
WebGoat/WebGoat
WebGoat is a deliberately insecure application
UnitTestBot/UTBotJava
Automated unit test generation and precise code analysis for Java
kisslune/POCR
tree-sitter/tree-sitter
An incremental parsing system for programming tools
gsvgit/CFPQ_GLL
frankmcsherry/differential-dataflow
An implementation of differential dataflow using timely dataflow on Rust.
vmware/differential-datalog
DDlog is a programming language for incremental computation. It is well suited for writing programs that continuously update their output in response to input changes. A DDlog programmer does not write incremental algorithms; instead they specify the desired input-output mapping in a declarative manner.
eth-sri/securify2
Securify v2.0
FormalLanguageConstrainedPathQuerying/CFPQ_Data
Graphs and grammars for Context-Free Path Querying algorithms evaluation.
sosy-lab/java-smt
JavaSMT - Unified Java API for SMT solvers.
vadyushkins/CFPQ_Algo
Context-Free Path Querying Algorithms
FormalLanguageConstrainedPathQuerying/CFPQ_PyAlgo
The collection of Context-Free Path Querying algorithms
papers-we-love/papers-we-love
Papers from the computer science community to read and discuss.
sslab-gatech/ArcHeap
ArcHeap: Automatic Techniques to Systematically Discover New Heap Exploitation Primitives
YaccConstructor/articles
Papers sources, pictures, presentations, and other stuff
shellphish/how2heap
A repository for learning various heap exploitation techniques.
matrix1001/heapinspect
🔍Heap analysis tool for CTF pwn.
George66/Textbook
Учебник теории категорий
Changochen/algorithms_and_data_structures
160+ Algorithm & Data Structure Problems using C++
angr/heaphopper
HeapHopper is a bounded model checking framework for Heap-implementations