You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add clear description of study and tools
- List included artifacts (results, raw data, code)
- Add repository structure overview
- Include citation placeholder
- Better explain analysis outputs
Copy file name to clipboardExpand all lines: README.md
+51-3Lines changed: 51 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,19 @@
1
-
# Go CryptoAPI Analysis
1
+
# Crypto API Misuse Detectors for Go - Replication Package
2
2
3
-
Replication package for Go cryptographic API tool analysis study.
3
+
This repository contains the complete replication package for a comparative study of static analysis tools detecting cryptographic API misuse in Go projects.
4
+
5
+
**Tools compared:** CodeQL, Gosec, Gopher, Snyk
6
+
7
+
**Dataset:** 329 open-source Go projects analyzed for crypto API misuse patterns
0 commit comments