Skip to content

Commit

Permalink
Add mapping for pcidss and hippa
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmosgenius committed Apr 13, 2020
1 parent 4bd40b0 commit 8ca7bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appknox/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def mapper_drf_api(model: type, resource: dict) -> object:
'Analysis',
['id', 'risk', 'status', 'cvss_base', 'cvss_vector', 'cvss_version',
'cvss_metrics_humanized', 'findings', 'updated_on', 'vulnerability',
'owasp']
'owasp', 'pcidss', 'hipaa']
)

Vulnerability = namedtuple(
Expand Down

0 comments on commit 8ca7bf2

Please sign in to comment.