security-scanner
Here are 300 public repositories matching this topic...
-
Updated
Jul 22, 2021 - Shell
-
Updated
Jul 23, 2021 - Go
-
Updated
Jul 19, 2021 - Ruby
-
Updated
Jul 9, 2021 - C#
Describe the bug
In the docs found here:
https://bandit.readthedocs.io/en/latest/plugins/index.html#complete-test-plugin-listing
B109 and B111 show a description instead of a plugin name. This looks inconsistent since all the other plugin names are listed. I believe this is a result of a recent change to remove these deprecated plugins.
To Reproduce
- Navigate to https://bandit
This hint has been around since 2018 and is documented on webhint.io (https://webhint.io/docs/user-guide/hints/hint-doctype/). However it's not enabled by default in any of webhint's configurations (likely an oversight).
We should turn this on by default and perform any necessary cleanup in the process (e.g. switching to get locations from webhint's location-aware DOM that was added after the
-
Updated
Jun 30, 2021 - Python
-
Updated
Jul 15, 2021 - C#
-
Updated
Jun 2, 2021
-
Updated
Aug 7, 2020
-
Updated
Jul 4, 2021 - Python
-
Updated
Jun 13, 2021 - Lua
-
Updated
Jul 23, 2021 - CSS
-
Updated
Jul 6, 2020 - Python
-
Updated
May 27, 2021 - Python
-
Updated
Jul 16, 2021 - Go
-
Updated
Jan 15, 2021 - C++
-
Updated
Jul 22, 2021 - Ruby
-
Updated
Aug 19, 2020
-
Updated
Sep 28, 2020 - Python
-
Updated
Feb 3, 2020 - Python
-
Updated
Apr 26, 2020 - Python
-
Updated
Jul 14, 2021 - Perl
-
Updated
Jun 23, 2021 - Rust
-
Updated
Nov 20, 2020
-
Updated
Jun 17, 2021 - Python
-
Updated
Feb 23, 2021 - Go
-
Updated
May 10, 2021
-
Updated
Jun 13, 2021 - Python
Improve this page
Add a description, image, and links to the security-scanner topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the security-scanner topic, visit your repo's landing page and select "manage topics."
Decimal numbers like
52.5702100309281,
trigger the PII scan rule, and they shouldnt.Example page: https://www.discoverireland.ie/limerick/glin-heritage-trails-knight-s-walk
They could be excluded using a similar check to https://github.com/zaproxy/zap-extensions/blob/master/addOns/pscanrulesBeta/src/main/java/org/zaproxy/zap/extension/pscanrulesBeta/PiiScanRule.java#L118-L139
cc @HugoBar