Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.32 KB

scope.md

File metadata and controls

34 lines (30 loc) · 1.32 KB

Scope and Audit Details

1. Files In Scope

2. Lines of Code (LoC)

  • Requirement: Total lines of code to be audited.
  • Details:
    • Total LoC: 23,300
    • Breakdown:
      • wc -l find src/ic_message/src -name '*.rs': 1848
      • wc -l find src/ic_message_channel/src -name '*.rs': 1899
      • wc -l find src/ic_message_profile/src -name '*.rs': 821
      • wc -l find src/ic_message_types/src -name '*.rs': 500
      • wc -l find src/ic_message_frontend/src "(" -name "*.ts" -or -name "*.svelte" ")": 18232

3. Commit Hash and Branch

4. Verification Steps

  • Clone and checkout:
    git clone [email protected]:ldclabs/ic-panda.git
    cd ic-panda
    git checkout v2.7.0