security-scanner
Here are 301 public repositories matching this topic...
-
Updated
Jun 3, 2021 - Shell
-
Updated
Jun 7, 2021 - Go
-
Updated
Jun 8, 2021 - Ruby
-
Updated
Jun 3, 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
Mar 19, 2021 - Python
-
Updated
Jun 6, 2021 - C#
-
Updated
Jun 2, 2021
-
Updated
Aug 7, 2020
-
Updated
May 3, 2021 - Python
-
Updated
May 22, 2020 - Lua
-
Updated
May 30, 2021 - CSS
-
Updated
Jul 6, 2020 - Python
-
Updated
May 27, 2021 - Python
-
Updated
May 28, 2021 - Go
-
Updated
Jan 15, 2021 - C++
-
Updated
Jun 8, 2021 - Ruby
-
Updated
Sep 28, 2020 - Python
-
Updated
Feb 3, 2020 - Python
-
Updated
Apr 26, 2020 - Python
-
Updated
Jun 8, 2021 - Perl
-
Updated
Aug 19, 2020
-
Updated
Nov 20, 2020
-
Updated
May 17, 2021 - Rust
-
Updated
Jun 7, 2021 - Python
-
Updated
Feb 23, 2021 - Go
-
Updated
May 10, 2021
-
Updated
May 24, 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