-
Updated
Aug 23, 2020
Security
Cybersecurity (security) includes controlling physical access to hardware as well as protection from attacks that come via network access, data injection, and code injection.
Here are 10,784 public repositories matching this topic...
-
Updated
Aug 21, 2020 - C++
-
Updated
Aug 19, 2020
-
Updated
Apr 17, 2020
OS/Environment
None yet, but I'm working on OS X v10.11.6 'El Capitan' client-side. (See 'The way of deployment (cloud or local)' below for details on considered server infrastructure.)
Ansible version
None yet, as I haven't yet gotten that far into setting up Algo.
Version of components from requirements.txt
Not applicable (see above.)
Summary of the pro
-
Updated
Aug 24, 2020 - C++
-
Updated
Aug 22, 2020 - Python
-
Updated
Aug 22, 2020 - Python
-
Updated
Aug 23, 2020 - Python
-
Updated
Jul 15, 2020
-
Updated
Aug 24, 2020 - Shell
-
Updated
Aug 23, 2020 - Python
Currently we use both, but it's probably wrong:
radare2 on master [$?]
[i] ℤ rg __WINDOWS__ | wc -l 17:44:21
377
radare2 on master [$?]
[i] ℤ rg _MSC_VER | wc -l
-
Updated
Aug 24, 2020 - Shell
-
Updated
Aug 21, 2020 - CSS
-
Updated
Aug 17, 2020 - Vue
-
Updated
Jan 21, 2020
-
Updated
Aug 24, 2020 - Java
-
Updated
Jul 28, 2020 - PHP
-
Updated
Aug 8, 2020 - JavaScript
-
Updated
Aug 16, 2020 - Python
At least in the latest spec: https://openid.net/specs/openid-connect-rpinitiated-1_0.html
Currently Hydra uses id_token_hint to determine if logout is RP-initiated or OP-initiated. I do not think this is possible by relaying on id_token_hint.
Looking at the implementation of issueLogoutVerifier I think the logic is correct (if id_token_hint is missing, you ask for consent, if it is p
-
Updated
Aug 24, 2020 - Go
-
Updated
Aug 24, 2020 - Go
Not exactly a bug, for for those who have been using Claimable in earlier versions of OZ (for the purpose of transferOwnership followed by claimOwnership) - what are the options in v2.0.0?
Relying solely on Ownable.transferOwnership lacks a safety mechanism for accidentally transferring the ownership to an incorrect address.
At present, the only alternative that I see is copying `Cla
-
Updated
Apr 5, 2020
-
Updated
Jun 28, 2020 - Python
- Wikipedia
- Wikipedia
Security apps
WhiteSource Bolt
Detect open source vulnerabilities in real time with suggested fixes for quick remediation
Renovate
Keep dependencies up-to-date with automated Pull Requests
Snyk
Find, fix (and prevent!) known vulnerabilities in your code
BackHub
Reliable GitHub repository backup, set up in minutes
Dependabot Preview
Automated dependency updates for Ruby, JavaScript, Python, Go, PHP, Elixir, Rust, Java and .NET
LGTM
Find and prevent zero-days and other critical bugs, with customizable alerts and automated code review
GuardRails
GuardRails provides continuous security feedback for modern development teams
Sonatype DepShield
Monitor your open source components for security vulnerabilities - goodbye muda, hello kaizen
See the discussion here: https://caddy.community/t/v2-http-handlers-templates-functions-in-file-server-browse-template/9214
The
file_serverdirective has abrowseoption which enables a directory index to be served when a directory is requested. By default, this index is rendered using a template which can be [found in the cod