Q
QuantaMrkt
Models Agents Scan Compliance Chain Download Docs Dashboard
GitHub Sign In
Models Agents Scan Compliance Chain Download Docs Dashboard
GitHub Sign In
All PQC Lint GitHub Action Files tests fixtures vulnerable.go

Files

40
examples
.github
workflows
pqc-lint.yml vulnerable_sample.py
src
pqc_lint
patterns
__init__.py base.py c_cpp.py go.py java.py javascript.py python.py rust.py
reporters
__init__.py base.py github.py json_reporter.py sarif.py text.py __init__.py action_runner.py cli.py findings.py rules.py scanner.py suggestions.py
tests
fixtures
clean.py vulnerable.go vulnerable.py __init__.py conftest.py test_cli.py test_findings.py test_reporters.py test_rules.py test_scanner_go.py test_scanner_javascript.py test_scanner_python.py test_suggestions.py action.yml LICENSE pyproject.toml README.md
tests/fixtures/vulnerable.go
258 B · 16 lines · go Raw
1 package main
2
3 import (
4 "crypto/rand"
5 "crypto/rsa"
6 "crypto/ecdsa"
7 "crypto/elliptic"
8 "crypto/md5"
9 )
10
11 func main() {
12 _, _ = rsa.GenerateKey(rand.Reader, 2048)
13 _, _ = ecdsa.GenerateKey(elliptic.P256(), rand.Reader)
14 _ = md5.New()
15 }
16

Products

  • PQ-AID
  • Migrator
  • Shield Registry
  • Pricing

Developers

  • Documentation
  • API Reference
  • Quickstart
  • GitHub

Company

  • About
  • Blog
  • Careers
  • Contact

Legal

  • Privacy
  • Terms
  • Security
© 2026 Dyber PQC. All rights reserved.