<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [x] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [x] Each component has a single commit (if not, squash them into one commit)
- [x] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [x] PR should be backported to stable branches
- [x] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
This module has been designed to offer an additional layer of security over our communications. To achieve this, the following features are available: Blacklist to filter user agents, IP addresses, countries, domains and users. Whitelist to filter user agents, IP addresses, countries, domains and users. Blacklist of destinations where calling is not allowed. SQL injection attacks prevention.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1755
-- Commit Summary --
* Module security: create database SQL
* Module security: database schema
* Module security: new module
* Change dst_exact_match from string to integer
* fix Makefile description
* update descriptions
* Now it is possible to define the names of the columns in as parameters of the module
* Update description
* Update description
* Fix sqli checks for some headers
-- File Changes --
A src/lib/srdb1/schema/security.xml (65)
A src/modules/security/Makefile (14)
A src/modules/security/README (461)
A src/modules/security/doc/Makefile (3)
A src/modules/security/doc/security.xml (33)
A src/modules/security/doc/security_admin.xml (601)
A src/modules/security/security.c (376)
A src/modules/security/security.h (64)
A src/modules/security/security_db.c (408)
A src/modules/security/security_hdr.c (294)
A src/modules/security/security_rpc.c (212)
A utils/kamctl/db_sqlite/security-create.sql (11)
A utils/kamctl/mysql/security-create.sql (11)
A utils/kamctl/oracle/security-create.sql (19)
A utils/kamctl/postgres/security-create.sql (11)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1755.patchhttps://github.com/kamailio/kamailio/pull/1755.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1755
Module: kamailio
Branch: master
Commit: 4e9558e1cb142612fa6053a790d29814a8b1e623
URL: https://github.com/kamailio/kamailio/commit/4e9558e1cb142612fa6053a790d2981…
Author: Jose Luis Verdeguer <pepeluxx(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-12-18T10:18:07+01:00
secfilter: new module for defining security filters
- the following features are available:
* blacklist to filter user agents, IP addresses, countries, domains and users
* whitelist to filter user agents, IP addresses, countries, domains and users
* blacklist of destinations where calling is not allowed
* SQL injection attacks prevention
---
Added: src/modules/secfilter/Makefile
Added: src/modules/secfilter/README
Added: src/modules/secfilter/doc/Makefile
Added: src/modules/secfilter/doc/secfilter.xml
Added: src/modules/secfilter/doc/secfilter_admin.xml
Added: src/modules/secfilter/secfilter.c
Added: src/modules/secfilter/secfilter.h
Added: src/modules/secfilter/secfilter_db.c
Added: src/modules/secfilter/secfilter_hdr.c
Added: src/modules/secfilter/secfilter_rpc.c
---
Diff: https://github.com/kamailio/kamailio/commit/4e9558e1cb142612fa6053a790d2981…
Patch: https://github.com/kamailio/kamailio/commit/4e9558e1cb142612fa6053a790d2981…
### Description
This in not important and may be closed at any time.
Some info about build warnings on Alpine dist
### Troubleshooting
#### Reproduction
start a build process on Alpine dist
#### Debugging Data
NA
#### Log Messages
```
CC (gcc) [M regex.so] regex_mod.o
regex_mod.c: In function 'w_pcre_match_group':
regex_mod.c:663:9: warning: 'num_pcre' may be used uninitialized in this function [-Wmaybe-uninitialized]
return ki_pcre_match_group(_msg, &string, (int)num_pcre);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LD (gcc) [M regex.so] regex.so
CC (gcc) [M db_berkeley.so] bdb_fld.o
```
Next
```
CC (gcc) [M cplc.so] cpl_parser.o
In file included from ../../core/mem/mem.h:41:0,
from cpl_run.c:37:
cpl_run.c: In function 'run_remove_location':
../../core/mem/../dprint.h:302:8: warning: 'url.len' may be used uninitialized in this function [-Wmaybe-uninitialized]
fprintf(stderr, "%2d(%d) %s: %.*s%s" fmt, \
^~~~~~~
cpl_run.c:416:6: note: 'url.len' was declared here
str url;
^~~
CC (gcc) [M cplc.so] sub_list.o
make[3]: 'libsrdb1.so.1.0' is up to date.
```
Next
```
CC (gcc) [M db2_ldap.so] ld_fld.o
ld_fld.c: In function 'ldap_gentime2db_datetime':
ld_fld.c:273:10: warning: implicit declaration of function 'timelocal' [-Wimplicit-function-declaration]
*dst = timelocal(&time);
^~~~~~~~~
CC (gcc) [M db2_ldap.so] ld_cmd.o
```
Next
```
CC (gcc) [M auth_identity.so] auth_dynstr.o
CC (gcc) [M auth_identity.so] auth_crypt.o
auth_crypt.c:29:0: warning: "_GNU_SOURCE" redefined
#define _GNU_SOURCE
<command-line>:0:0: note: this is the location of the previous definition
```
Next
```
CC (gcc) [M tls.so] tls_init.o
tls_init.c:320:13: warning: 'ser_free' defined but not used [-Wunused-function]
static void ser_free(void *ptr, const char *fname, int fline)
^~~~~~~~
CC (gcc) [M tls.so] tls_dump_vf.o
CC (gcc) [M tls.so] tls_select.o
CC (gcc) [M tls.so] tls_cfg.o
CC (gcc) [M tls.so] tls_map.o
CC (gcc) [M tls.so] tls_server.o
CC (gcc) [M tls.so] tls_locking.o
tls_locking.c:85:13: warning: 'dyn_destroy_f' defined but not used [-Wunused-function]
static void dyn_destroy_f(struct CRYPTO_dynlock_value *l,
^~~~~~~~~~~~~
tls_locking.c:67:13: warning: 'dyn_lock_f' defined but not used [-Wunused-function]
static void dyn_lock_f(int mode, struct CRYPTO_dynlock_value* l,
^~~~~~~~~~
tls_locking.c:45:37: warning: 'dyn_create_f' defined but not used [-Wunused-function]
static struct CRYPTO_dynlock_value* dyn_create_f(const char* file, int line)
^~~~~~~~~~~~
CC (gcc) [M tls.so] tls_domain.o
tls_domain.c:872:12: warning: 'tls_ssl_ctx_set_freelist' defined but not used [-Wunused-function]
static int tls_ssl_ctx_set_freelist(SSL_CTX* ctx, long val, void* unused)
^~~~~~~~~~~~~~~~~~~~~~~~
In file included from tls_domain.c:33:0:
tls_domain.c: In function 'load_engine_private_key':
tls_map.h:46:14: warning: 'pkey' may be used uninitialized in this function [-Wmaybe-uninitialized]
( (m)->tmp = (value),\
^
tls_domain.c:1183:12: note: 'pkey' was declared here
EVP_PKEY *pkey;
^~~~
CC (gcc) [M tls.so] tls_util.o
```
Next
```
CC (gcc) [M ims_usrloc_pcscf.so] dlist.o
In file included from usrloc_db.c:10:0:
usrloc_db.c: In function 'db_update_pcontact':
usrloc_db.h:46:25: warning: 'service_routes.len' may be used uninitialized in this function [-Wmaybe-uninitialized]
VAL_STR((_val)).len = (_str).len;\
^
usrloc_db.c:122:13: note: 'service_routes.len' was declared here
str impus, service_routes;
^~~~~~~~~~~~~~
In file included from usrloc_db.c:10:0:
usrloc_db.h:45:24: warning: 'service_routes.s' may be used uninitialized in this function [-Wmaybe-uninitialized]
VAL_STR((_val)).s = (_str).s;\
^
usrloc_db.c:122:13: note: 'service_routes.s' was declared here
str impus, service_routes;
^~~~~~~~~~~~~~
CC (gcc) [M ims_usrloc_pcscf.so] pcontact.o
```
Next
```
CC (gcc) [M evapi.so] evapi_mod.o
evapi_dispatch.c: In function 'evapi_run_dispatcher':
evapi_dispatch.c:699:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
ev_io_init(&io_server, evapi_accept_client, evapi_srv_sock, EV_READ);
^~~~~~~~~~
evapi_dispatch.c:699:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
evapi_dispatch.c:699:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
evapi_dispatch.c:699:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
evapi_dispatch.c:701:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
ev_io_init(&io_notify, evapi_recv_notify, _evapi_notify_sockets[0], EV_READ);
^~~~~~~~~~
evapi_dispatch.c:701:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
evapi_dispatch.c:701:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
evapi_dispatch.c:701:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
make[3]: 'libsrutils.so.1.0' is up to date.
LD (gcc) [M evapi.so] evapi.so
```
#### SIP Traffic
NA
### Possible Solutions
### Additional Information
Compiled master on Alpine 3.8 dist
If this is fixed, then i can provide more warnings.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1712