Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed Nov 21, 2023
1 parent e106977 commit 0b21ebd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/codemodder/scripts/generate_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ class DocMetadata:
importance="Low",
guidance_explained="We believe this replacement is safe and leads to better performance.",
),
"secure-flask-session-configuration": DocMetadata(
importance="Medium",
guidance_explained="Our change fixes explicitly insecure session configuration for a Flask application. However, there may be valid cases to use these insecure configurations, such as for testing or backward compatibility.",
),
}


Expand Down

0 comments on commit 0b21ebd

Please sign in to comment.