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 992 public repositories matching this topic...
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
May 18, 2020 - JavaScript
I have a lot of calls to json.dumps. This can have exceptions when you serialize data, and sometimes I forget to sort the keys. I should have a generic function that I can call for this purpose.
See how to use a serializer here:
https://github.com/duo-labs/cloudmapper/blob/1015ea8ddef327d29333458ef5f1599f1321ad84/commands/collect.py#L180
This effectively allows adding exceptions to more general inbox rules, e.g., "all emails to @example.com should go to Archive, unless they are for [email protected] or [email protected]".
Make links clickable
When adding a link into a custom field, it would be helpful to be able to click on it to visit. It's possible to click to copy but not click to visit.
Suggested solution: On hover, add an extra button with a chain icon to visit the link
Multiples wiki issues.
Typos
- https://github.com/infobyte/faraday/wiki/Executive-Report#using-markdown-on-a-report: -lenguage +language
Bad links
- https://github.com/infobyte/faraday/wiki/Executive-Report#requirements: https://github.com/infobyte/faraday/wiki/first-steps, the nedpoint
first-stepsdoesn't exist anymore.
Images
-
Updated
Jun 11, 2020 - JavaScript
If not for some particular exceptions, the status code returned from our WebAPI on error is always 500, regardless of the kind of error.
If an object already exists, for example, it should be returned as 409. If the object does not pass the schema validation, it should be a 415.
Go through the whole WebAPI and verify that the status codes are being returned correctly.
Hint: Error cl
-
Updated
Jun 14, 2020 - JavaScript
As you know it is hard to surf on web with user.js. I always have problem with many sites, but it i realyly takes time to find which config is not compatibale with the visited site. I think we can create a list of buggy sites so anyone can contribute it.
I can start with mines:
- site
- bug
- comments
- how to fix
- linkedin.com
- does not go home page after login
- this is
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Feb 23, 2019 - JavaScript
-
Updated
May 7, 2020 - JavaScript
-
Updated
Jun 13, 2020 - JavaScript
-
Updated
Sep 29, 2019 - JavaScript
Hi,
thank you in providing VM ready instance.
I am running your provided VM ver 3.0.2 and how do I upgrade this to 3.0.3?
- Populate the list of secure web browsers that doesn't allows browser fingerprinting after visiting the www.nothingprivate.ml in them. If you are not able to fingerprint using that browser, add it to the list: https://github.com/gautamkrishnar/nothing-private/blob/master/Secure-Browsers.md
- Verify whether the browsers listed there are actually secure against fingerprinting.
-
Updated
May 31, 2020 - JavaScript
I've read the docs, and it seems you can pass through knex instances, but I didn't see if it supports SQLite3 - could you clarify please?
I wrote the server part
io.on('connection', socketioJwt.authorize({ secret: jwtsecret, timeout: 15000 })).on('authenticated', function (socket) { console.log('Connected: ' + socket.decoded_token.id + ' ' + socket.decoded_token.displayName); });
But I can not connect with android
Can you please tell me how to do this, can have a sample code?
As a contributor, I'd like to make it as easy as possible to review and have my contributions approved. In making that possible, I'd like to propose adding code style checks as a part of the build.
I'm happy to adopt the style that already exists in the repository, so all I'm asking here is whether such a change would be of interest if I do all of the work.
Custom status
Someone suggested users should be able to customize their status ("away", etc., and leave a status message.) Seems like a good idea.
If this is implemented the documentation should make sure to note how custom statuses are not encrypted (being general metadata.)
-
Updated
Nov 1, 2019 - JavaScript
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
May 16, 2020 - JavaScript
- Wikipedia
- Wikipedia
Security apps
Dependabot Preview
Automated dependency updates for Ruby, JavaScript, Python, Go, PHP, Elixir, Rust, Java and .NET
Sonatype DepShield
Monitor your open source components for security vulnerabilities - goodbye muda, hello kaizen
Snyk
Find, fix (and prevent!) known vulnerabilities in your code
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
GuardRails
GuardRails provides continuous security feedback for modern development teams
BackHub
Reliable GitHub repository backup, set up in minutes
WhiteSource Bolt
Detect open source vulnerabilities in real time with suggested fixes for quick remediation
When organizing entries into groups, it's better if the list view can show if an entry already belongs to a group or not. So I can choose to move that entry into group.
Also, it would be nice if there is option to filtering entries that don't belong to any group.
May be a small icon, or tooptip when hover on list's row.