-
Updated
Sep 27, 2021 - Python
cybersecurity
Here are 2,093 public repositories matching this topic...
-
Updated
Sep 24, 2021 - Go
-
Updated
Aug 24, 2021
-
Updated
Sep 27, 2021 - Python
-
Updated
Sep 27, 2021 - C
-
Updated
Sep 27, 2021 - Shell
-
Updated
Sep 22, 2021
Is described as:
Regex codes of some patterns used in Turkey. We can add some of these which we don't have already.
You can follow this guide:
https://github.com/bee-san/pyWhat/wiki/Adding-your-own-Regex
to add your own Regex! :) <3
Problem in MISP/app/Lib/Export/NidsExport.php /
causes there are two rows in beggening of all rules regarding email. Bug is in row 161
case 'email':
$this->emailSrcRule($ruleFormat, $item['Attribute'], $sid);
$this->emailDstRule($ruleFormat, $item['Attribute'], $sid);
break;
this causes inserting both source and destinati
Almost all blocks which have PMT message inputs use the name:value format. For example: https://wiki.gnuradio.org/index.php/QT_GUI_Digital_Number_Control
However, there are two which use raw values instead of the name:value format. These are:
I recommend that the code accept either name:value pairs or
-
Updated
Sep 27, 2021 - Python
-
Updated
Apr 22, 2021 - Shell
-
Updated
Sep 27, 2021 - JavaScript
-
Updated
Sep 28, 2021 - Python
-
Updated
Aug 6, 2021
-
Updated
Sep 27, 2021 - JavaScript
-
Updated
Sep 26, 2021 - Go
-
Updated
Sep 18, 2021
-
Updated
Sep 2, 2021 - Jupyter Notebook
-
Updated
Sep 12, 2021 - JavaScript
-
Updated
Sep 27, 2021 - Jupyter Notebook
-
Updated
Sep 20, 2021
Description of problem:
The bash remediation of selinux_state runs:
fixfiles onboot
fixfiles -f relabel
whereas the Ansible remediation doe
-
Updated
Mar 18, 2019 - Go
-
Updated
Feb 3, 2021 - Python
-
Updated
Sep 23, 2021 - Jupyter Notebook
The project works with 8 modules < reference source/Module >
- Creating issue to accelerate/track test frame building of each module
- The test folder has a very basic example to start with.
- Feel free to make a pull request for the test cases
Hi,
For safety use, it's better to have null check for all variables which are used in this function.
if (!_sessionPriv.$clientAlarmList) {
return;
}
↓
if (!_sessionPriv.$clientAlarmList
|| !_sessionPriv.$monitoredItemForAlarmList
|| !_sessionPriv.$subscriptionforAlarmList ) {
return;
}
-
Updated
Sep 27, 2021 - TypeScript
Improve this page
Add a description, image, and links to the cybersecurity topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cybersecurity topic, visit your repo's landing page and select "manage topics."
When a contact is already added, open the contact profile or the existing conversation
The error check is done here: https://github.com/berty/berty/blob/097eb0229f22e2abce3addd750c8dce98e92845f/js/packages/components/modals/InvalidScan.tsx#L126
We shouldn't show the invalid scan modal but navigate instead