We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff8431 commit f327d20Copy full SHA for f327d20
src/macaron/slsa_analyzer/checks/detect_malicious_metadata_check.py
@@ -42,6 +42,8 @@
42
class MaliciousMetadataFacts(CheckFacts):
43
"""The ORM mapping for justifications in pypi heuristic check."""
44
45
+ # pylint: disable=unsubscriptable-object
46
+
47
__tablename__ = "_detect_malicious_metadata_check"
48
49
#: The primary key.
0 commit comments