Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed Apr 3, 2024
1 parent b8d9413 commit 8d8952d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/codemodder/scripts/generate_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,11 @@ class DocMetadata:
guidance_explained=CORE_METADATA["secure-tempfile"].guidance_explained,
need_sarif="Yes (Sonar)",
),
"secure-random-S2245": DocMetadata(
importance=CORE_METADATA["secure-random"].importance,
guidance_explained=CORE_METADATA["secure-random"].guidance_explained,
need_sarif="Yes (Sonar)",
),
}


Expand Down

0 comments on commit 8d8952d

Please sign in to comment.