Pinned Repositories
BGNN4VD
BGNN4VD: Constructing Bidirectional Graph Neural-Network for Vulnerability Detection
CarrotsBlender
holding data and processing code for the paper 'A Large-Scale Empirical Study on Vulnerability Distribution within Projects and the Lessons Learned' of ICSE 2020
CompGCN
ICLR 2020: Composition-Based Multi-Relational Graph Convolutional Networks
CSrankings
A web app for ranking computer science departments according to their research output in selective venues, and for finding active faculty across a wide range of areas.
deepmind-research
This repository contains implementations and illustrative code to accompany DeepMind publications
devign
Effective Vulnerability Identification by Learning Comprehensive Program Semantics via Graph Neural Networks
dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.
FUNDED_NISL
FUNDED is a novel learning framework for building vulnerability detection models.
gadgetinspector
一个利用ASM对字节码进行污点传播分析的静态代码审计应用(添加了大量代码注释,适合大家进行源码学习)。也加入了挖掘Fastjson反序列化gadget chains和SQLInject(JdbcTemplate、MyBatis、JPA、Hibernate、原生jdbc等)静态检测功能。并且加入了很多功能以方便进行漏洞自动化挖掘。
graph-based-deep-learning-literature
links to conference publications in graph-based deep learning
SicongCao's Repositories
SicongCao/BGNN4VD
BGNN4VD: Constructing Bidirectional Graph Neural-Network for Vulnerability Detection
SicongCao/gadgetinspector
一个利用ASM对字节码进行污点传播分析的静态代码审计应用(添加了大量代码注释,适合大家进行源码学习)。也加入了挖掘Fastjson反序列化gadget chains和SQLInject(JdbcTemplate、MyBatis、JPA、Hibernate、原生jdbc等)静态检测功能。并且加入了很多功能以方便进行漏洞自动化挖掘。
SicongCao/graph-based-deep-learning-literature
links to conference publications in graph-based deep learning
SicongCao/CarrotsBlender
holding data and processing code for the paper 'A Large-Scale Empirical Study on Vulnerability Distribution within Projects and the Lessons Learned' of ICSE 2020
SicongCao/CompGCN
ICLR 2020: Composition-Based Multi-Relational Graph Convolutional Networks
SicongCao/CSrankings
A web app for ranking computer science departments according to their research output in selective venues, and for finding active faculty across a wide range of areas.
SicongCao/deepmind-research
This repository contains implementations and illustrative code to accompany DeepMind publications
SicongCao/devign
Effective Vulnerability Identification by Learning Comprehensive Program Semantics via Graph Neural Networks
SicongCao/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.
SicongCao/FUNDED_NISL
FUNDED is a novel learning framework for building vulnerability detection models.
SicongCao/GAM
A PyTorch implementation of "Graph Classification Using Structural Attention" (KDD 2018).
SicongCao/Graph-Matching-Networks
PyTorch implementation of Graph Matching Networks for Learning the Similarity of Graph Structured Objects.
SicongCao/GraphSmote
Pytorch implementation of paper 'GraphSMOTE: Imbalanced Node Classification on Graphs with Graph Neural Networks' to appear on WSDM2021
SicongCao/Multiclass-Imbalabced
SicongCao/Multitask-Learning
Awesome Multitask Learning Resources
SicongCao/node2vec
Implementation of the node2vec algorithm.
SicongCao/OOPSLA-2019-BugDetection
SicongCao/ReVeal
SicongCao/sicongcao.github.io
AcadHomepage: A Modern and Responsive Academic Personal Homepage
SicongCao/SySeVR_fix
https://github.com/SySeVR/SySeVR 项目的所需依赖和部分修改后的代码
SicongCao/tf-gnn-samples
TensorFlow implementations of Graph Neural Networks
SicongCao/VDPython
VulDeePecker algorithm implemented in Python