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 661 public repositories matching this topic...
-
Updated
May 5, 2020 - PHP
Hello everyone!
I have a few doubts on how events are handled across misp instances and Orgs. As I still haven't complete domain of the code and my curiosity is killing me, I'm coming here to ask help =]
- In the situation a site admin edit an event from another org and publish it. What exactly will happen with that information? Supposing it has a distribution level as "All communities".
Wil
Document Constraints
Poking around in the code I see references to Constraints. (Silber\Bouncer\Constraints and associated classes)
I have played around with them some and even got them to write out their configuration to the database, but I can't figure out how to actually use them. They appear to be completely undocumented, and I can't quite figure out how they tie into things, although they also appear to be V
I noticed that when I upload a .exe file, the download page does not explain at all what I am about to download.
Perhaps it should read " Download attachment (abcd.exe , 2.3MB)"
-
Updated
Jun 13, 2020 - PHP
-
Updated
Jul 22, 2018 - PHP
Confusing import button icon (css-class)
- Passbolt Version: v2.10.0
- Platform and Target:
-- Operating system: Ubuntu 18.04
-- PHP: v7.2.19-0ubuntu0.18.04.1
-- Web server: nginx 1.14.0-0ubuntu1.3
-- Database server: mariadb-server-10.1 1:10.1.40-0ubuntu0.18.04.1
In my opinion the css class for the import button, right of the "Create" button on the pasowrds page, should be fa-downl
Hello, while working with reminder I noticed method exists no longer returns instance like in v2 but just bool and there is method get (which have to be found by looking into ReminderRepositoryInterface). Would be great for future package users to have it in documentation.
-
Updated
Jun 12, 2020 - PHP
-
Updated
Jun 12, 2020 - PHP
-
Updated
Jun 12, 2020 - PHP
-
Updated
Jun 13, 2020 - PHP
-
Updated
Jan 2, 2018 - PHP
I might have set things up wrong to get in this position but I set the app up on targetdomain.com and now need to host some files on the domain so that I can direct the users to them.
I've moved the app out of the way and have now had to edit the laravel routes file to allow me to host some files in the root of the domain.
As an example I've added
Route::get('/amazon', function () {
-
Updated
Jun 2, 2020 - PHP
-
Updated
May 31, 2020 - PHP
- update server setup guide docs with workable default (
user:group,g+wfor www) - plugin attempt to set group write permissions when writing files
- don't pollute logs when can't set target permissions/ownership (but can still write files)
- stop processing when unable to write/delete a file due to permissions +
WsLogit
-
Updated
May 7, 2020 - PHP
Allow for 'SameSite' cookie attribute and 'X-Frame-Options' header to be disabled to support framing
The X-Frame-Options header can already be disabled as documented:
\header_remove('X-Frame-Options');Of course, this should be replaced with a proper option passed to this library so that setting and then removing the header is not necessary.
- 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
- Wikipedia
- Wikipedia
Security apps
LGTM
Find and prevent zero-days and other critical bugs, with customizable alerts and automated code review
BackHub
Reliable GitHub repository backup, set up in minutes
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
Sonatype DepShield
Monitor your open source components for security vulnerabilities - goodbye muda, hello kaizen
Snyk
Find, fix (and prevent!) known vulnerabilities in your code
Dependabot Preview
Automated dependency updates for Ruby, JavaScript, Python, Go, PHP, Elixir, Rust, Java and .NET
GuardRails
GuardRails provides continuous security feedback for modern development teams
Which lab is it that you're having issues with?
Lab: Docker for Java Developers
Description
When deploying Java applications in production one usually specifies the amount of memory available to the JVM (-Xmx) and other assorted configuration settings. Unfortunately, this is (usually) static configuration and therefore fixed in the container image. When specifying memory constraints