-
Updated
Mar 30, 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 16,025 public repositories matching this topic...
-
Updated
Mar 7, 2022
How to test
Caddyfile
http://{$BASE_URL} {
log
handle {
root * /usr/share/caddy/html
try_files {path} /index.html
file_server
}
}
test1.env
BASE_URL="test.com"
test2.env
BASE_URL=test.com
Run command
caddy run --config /etc/caddy/Caddyfile --adapter caddyfile --envfile /etc/caddy/.env
Possib
-
Updated
Apr 9, 2022 - Python
-
Updated
Apr 9, 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
Apr 9, 2022 - Python
-
Updated
Apr 9, 2022 - Python
-
Updated
Dec 2, 2020
-
Updated
Apr 9, 2022 - Python
-
Updated
Apr 10, 2022 - C++
-
Updated
Apr 7, 2022 - Shell
The current flash loans implementation suggests to burn the fee of the flash loan with no easy way for implementers to override this default behavior. e.g. If the token is capped, this leads to shrink the total supply over time [considering the fee is higher than 0].
This behavior is not well documented and the Wizard doesn't consider this.
I would suggest to
-
Updated
Apr 11, 2022 - PHP
We have cd,pwd already, those two can be useful for scripts
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
We need a flag (compose-svc-start-wait ) to control how long docker-slim should wait before starting each service when there's a compose file (build, profile, run commands though the run command doesn't have support for compose yet).
-
Updated
Apr 10, 2022 - C++
-
Updated
Oct 20, 2021 - Shell
-
Updated
Apr 10, 2022 - Go
-
Updated
Mar 20, 2022 - SCSS
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
Mar 20, 2022
-
Updated
Apr 8, 2022 - C++
-
Updated
Apr 11, 2022 - Go
-
Updated
Apr 11, 2022 - Go
Hi,
it would be nice, if pod annotations would be configurable via values file. E.g:
values.yaml:
.
.
.
podAnnotations: {}
.
.
.
statefulset.yaml:
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
{{- . | toYaml | nindent 8 }}
{{- end }}
- Wikipedia
- Wikipedia
Security apps
Semgrep
Code scanning at ludicrous speed. Find bugs and enforce code standards
Snyk
Find, fix (and prevent!) known vulnerabilities in your code
Sonatype DepShield
Monitor your open source components for security vulnerabilities - goodbye muda, hello kaizen
WhiteSource Bolt
Detect open source vulnerabilities in real time with suggested fixes for quick remediation
Cloudback Backup
Backups your GitHub repository, code, LFS and metadata, on-demand and on-schedule
GuardRails
GuardRails provides continuous security feedback for modern development teams
Rewind Backups for GitHub (Formerly BackHub)
Daily, automatic backups of your repos & metadata. Restore your backups with metadata in seconds + Sync to your S3 or Azure
GitProtect.io Backup
Automatic, daily repo and metadata backup - no maintenance needed: fast restore, DR, AWS, and S3 cloud storage support
Renovate
Keep dependencies up-to-date with automated Pull Requests
LGTM
Find and prevent zero-days and other critical bugs, with customizable alerts and automated code review


Feature type
Quality of life
Describe the feature
I would like to be able to use relative paths in the launcher settings file to point to
x32dbg.exeandx64dbg.exerespectively. I've already tried editing the file manually and assuming my implementation (.\/\//) isn't wrong, the launcher seemingly refuses the use of relative paths.