-
Updated
Jan 31, 2022
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 15,394 public repositories matching this topic...
-
Updated
Feb 5, 2022
-
Updated
Jan 21, 2022 - C++
-
Updated
Jan 31, 2022 - Python
-
Updated
Feb 6, 2022
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
Dec 2, 2020
-
Updated
Feb 5, 2022 - Python
-
Updated
Feb 6, 2022 - Python
-
Updated
Jan 15, 2022 - Python
-
Updated
Feb 5, 2022 - C++
-
Updated
Feb 6, 2022 - Shell
-
Updated
Feb 5, 2022 - PHP
[0x100001060]> pia 4
str z21, [x2, 0x4a, mul vl]
???
???
???
[0x100001060]> pia 8
str z21, [x2, 0x4a, mul vl]
???
???
???
invalid
???
???
???
[0x100001060]> p8 8
554889e541574156
[0x100001060]> e asm.arch;e asm.bits
arm
64
[0x100001060]>
Sorry for not following the template. It's a straightforward question.
By enabling "WordPress-specific rules", the following codes will be added to the wordpress.conf:
# WordPress: deny general stuff
location ~* ^/(?:xmlrpc\.php|wp-links-opml\.php|wp-config\.php|wp-config-sample\.php|readme\.html|license\.txt)$ {
deny all;
}
However, this disables xmlrpc feature, which disa
-
Updated
Oct 20, 2021 - Shell
-
Updated
Jan 19, 2022 - SCSS
You might have a compose file that doesn't reference the exact version of the container image you want to minified (e.g., the target service might reference the latest tag and you want to minify v1.2.3 for your target image).
The --target-compose-svc-image command parameter (for build and profile commands) should provide a way to use the desired image version without having to rewrite
-
Updated
Jan 16, 2022
Asking about this since the NSA recently published guidance advising the public and private sectors to transition to cryptographic algorithms that are no less than sha384 & ec384 (elliptic curves).
While Edwards' Curves are different, its worth noting that prior to this update sha256 & secp256k1 were both on the list of acceptable cryptographic algorithms. My deduction was that 128-bit securit
-
Updated
Feb 5, 2022 - C++
-
Updated
Feb 6, 2022 - C++
-
Updated
Feb 6, 2022 - Go
-
Updated
Feb 7, 2022 - Go
-
Updated
Nov 29, 2021 - Go
Is your feature request related to a problem? Please describe.
JSDec is by default but doesn't shine as much as ghidra, notably, it doesn't have syntaxic color
Describe the solution you'd like
Add Syntaxic coloring for JSDec
- Wikipedia
- Wikipedia
30 Minutes to Merge: Find bugs in your code with CodeQL
February 16, 2022 • Online
ZapCon
March 08, 2022 • Online
Security apps
GuardRails
GuardRails provides continuous security feedback for modern development teams
Cloudback Backup
Backups your GitHub repositories, fast and secure
Sonatype DepShield
Monitor your open source components for security vulnerabilities - goodbye muda, hello kaizen
Rewind Backups for GitHub (Formerly BackHub)
Backup your GitHub repos & metadata automatically. Get daily backups that can be restored in seconds – AWS storage available
Snyk
Find, fix (and prevent!) known vulnerabilities in your code
LGTM
Find and prevent zero-days and other critical bugs, with customizable alerts and automated code review
WhiteSource Bolt
Detect open source vulnerabilities in real time with suggested fixes for quick remediation
GitProtect.io Backup
Automatic, daily repo and metadata backup - no maintenance needed: fast restore, DR, AWS, and S3 cloud storage support
Semgrep
Code scanning at ludicrous speed. Find bugs, apply guardrails across your repos, and get feedback in PRs, Slack, or email
Renovate
Keep dependencies up-to-date with automated Pull Requests


It seems Caddy does not support wildcards/ expression matching in the reverse proxy's header_up.
For example this does not remove any headers:
This works as expected, but is limited in its use:
It'd be great if Caddy would support wildcards/ expression matching in the reverse proxy's header_up/ header_down.