hacnho commited on
Commit
9895a8f
·
verified ·
1 Parent(s): cabc407

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - security
4
+ - proof-of-concept
5
+ - protobuf
6
+ license: mit
7
+ ---
8
+
9
+ # Protocol Buffers Publishing codeowner_github_teams materialization DoS PoC
10
+
11
+ This repository contains a benign security research PoC for a `.pb` artifact
12
+ that drives repeated-string materialization during
13
+ `client_pb2.Publishing.ParseFromString(...)`.
14
+
15
+ Files:
16
+
17
+ - `control_one_documentation_uri.pb`
18
+ - `malicious_codeowner_github_teams_5000000.pb`
19
+ - `reproduce.py`
20
+