Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live chats + prospector fix #87

Merged
merged 10 commits into from
Sep 18, 2021
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ It supports different communication buses on both communication sides (client an

Documentation
-------------
User documentation is available `here <https://uds.readthedocs.io/en/latest/>`_.
User documentation is hosted by ReadTheDocs portal and available under the following link: https://uds.readthedocs.io/

Security policy is stored in `SECURITY.md <https://github.com/mdabrowski1990/uds/blob/main/SECURITY.md>`_ file.
Security policy for this package is defined in
`SECURITY.md <https://github.com/mdabrowski1990/uds/blob/main/SECURITY.md>`_ file.

If you want to become a contributor, please read
`CONTRIBUTING.md <https://github.com/mdabrowski1990/uds/blob/main/CONTRIBUTING.md>`_ file.
Expand All @@ -52,6 +53,7 @@ Contact
-------
- e-mail: uds-package-development@googlegroups.com
- group: `UDS package development <https://groups.google.com/g/uds-package-development/about>`_
- discord: https://discord.gg/XYhJGeBg



Expand Down
18 changes: 15 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,19 @@ There were no security updates so far.
| < 0 | :x: |


## Reporting a Vulnerability
## Security Developers
We have a special `Security Developer` rank for developers who are specially trained and qualified for dealing
with security issues.

If you have noticed any security vulnerabilities, please report it via e-mail to
[uds-package-development@googlegroups.com](mailto:uds-package-development@googlegroups.com)
The full list of developers with `Security Developers` rank:
- [Maciej Dąbrowski](https://www.linkedin.com/in/maciej-dabrowski-test-engineer/)


## Reporting Vulnerabilities
If you have noticed any security vulnerability, you can report it via:
- e-mail: [uds-package-development@googlegroups.com](mailto:uds-package-development@googlegroups.com)
- discord: https://discord.gg/XYhJGeBg

If you have found an issue that must be handled quietly, then please contact directly at least two of our
[Security Developers](#security-developers). It would help us to keep things quiet until the problem is officially
resolved.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Contact
-------
- e-mail: uds-package-development@googlegroups.com
- group: `UDS package development <https://groups.google.com/g/uds-package-development/about>`_
- discord: https://discord.gg/XYhJGeBg


.. admonition:: Documentation generated
Expand Down
12 changes: 9 additions & 3 deletions docs/source/pages/contribution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@ How to contribute?
If you want to become a contributor, please visit `UDS project page <https://github.com/mdabrowski1990/uds>`_
and read `CONTRIBUTING.md <https://github.com/mdabrowski1990/uds/blob/main/CONTRIBUTING.md>`_ file.

If you are looking for a contact information, you are going to find them in the
mdabrowski1990 marked this conversation as resolved.
Show resolved Hide resolved
`contact section of README file <https://github.com/mdabrowski1990/uds#contact>`_.


Sponsoring
----------
If you are interested to sponsor development team that created and improves this package, please visit our
`wiki page with information for sponsors <https://github.com/mdabrowski1990/uds/wiki/Sponsoring>`_.
If you consider sponsoring the development team, please visit our `wiki page with detailed information for sponsors
<https://github.com/mdabrowski1990/uds/wiki/Sponsoring>`_.
We need your help and with some dose of it, we would be able to improve the quality of the code,
speed up the development and provide more features. We also offer special treatment for all our sponsors.
Please `contact us <https://github.com/mdabrowski1990/uds#contact>`_ for more details.


Reporting issues
----------------
To report issues, please visit our `issues tracking system <https://github.com/mdabrowski1990/uds/issues>`_.
To report issues, please use our `issues tracking system <https://github.com/mdabrowski1990/uds/issues>`_.
3 changes: 3 additions & 0 deletions tests/prospector_profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ pylint:
max-attributes: 15
min-public-methods: 1

disable:
- django-not-available

pyflakes:
disable:
- F401
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements_for_static_code_analysis.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prospector==1.5.0.1
prospector==1.4.1.1
mypy==0.910
vulture==2.3
pyroma==3.2
Expand Down