-
Updated
Jun 15, 2020 - CSS
xss
Here are 397 public repositories matching this topic...
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Jul 7, 2020 - Vue
-
Updated
Jul 2, 2020
-
Updated
Feb 26, 2020 - JavaScript
-
Updated
Jan 28, 2020 - Ruby
-
Updated
May 23, 2020 - Java
-
Updated
Apr 6, 2019 - Shell
-
Updated
Feb 5, 2020 - JavaScript
https://staticcheck.io/docs/checks#SA6005
In file sanitize.go: if strings.ToLower(straw) == strings.ToLower(needle) { should be strings.EqualsFold(straw, needle)
or, even better, compile a regexp literal for needle and use it for the entire loop.
-
Updated
Sep 7, 2018 - JavaScript
-
Updated
Jul 7, 2020
-
Updated
Jun 28, 2020
-
Updated
Feb 21, 2019 - Python
-
Updated
Mar 19, 2020 - PHP
-
Updated
Jul 8, 2020 - PowerShell
-
Updated
Aug 14, 2019 - Python
-
Updated
Jul 8, 2020 - Go
-
Updated
Jul 3, 2020 - Perl
Update main table
The table on the main README is pretty outdated.
It'd be great if someone could update it.
Adding a few entries from the repo to the table is already a valuable help
😈
- bug report? maybe
- feature request? no
- version: 2.4
Description
Hello,
I'm migrating one old project from Nette 2.2-dev to 2.4 and i've realized that new latte doesn't support "AND" keyword in if condition. I can't find any reason why it was removed. Documentation says "Conditions behave exactly the same way as their PHP counterparts". Modify all templates to use "&&" was pain an
the json example in the readme has no self in various params but the json file from the tests does have these set.
https://github.com/paragonie/csp-builder#example
https://github.com/paragonie/csp-builder/blob/e9a7560fd3f133a85f03c51de5fc051ac97630a7/test/vectors/basic-csp.json
for example i am guessing that using the example from the readme does not set self fore base-uri. but that might n
Improve this page
Add a description, image, and links to the xss topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xss topic, visit your repo's landing page and select "manage topics."
Thanks for this great project! I haven't tried it myself yet but it seems like a well-documented and mature tool to start using -- and it's under a year old!
I was wondering if you thought about creating a documentation site for the project. This could make people think it's more professional and help attract more users from commercial tools.
One idea is to use Mkdocs with a theme like Mkdoc