Skip to content

Commit

Permalink
Merge pull request #405 from salopensource/xss
Browse files Browse the repository at this point in the history
Prevents an XSS vulnerability on the machine_list view
  • Loading branch information
grahamgilbert authored Oct 7, 2020
2 parents cee85c4 + 1151176 commit 145bb72
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
max-line-length = 120
ignore = F401,F405,E402,F403,W504,W605
ignore = F401,F405,E402,F403,W504,W605,E203
max-complexity = 126
exclude = venv/*,*/migrations/*,wip_plugins/*,datatableview/*, sal/settings.py
2 changes: 1 addition & 1 deletion sal/version.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>version</key>
<string>4.1.6.2167</string>
<string>4.1.6.2169</string>
</dict>
</plist>
Loading

1 comment on commit 145bb72

@abergmann
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CVE-2020-26205 was assigned to this commit.

Please sign in to comment.