Project

General

Profile

Actions

Bug #7556

closed

Created abuse groups can have invalid email address

Added by Rajmund Hruška about 2 years ago. Updated about 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Development - Database
Target version:
Start date:
02/07/2022
Due date:
% Done:

0%

Estimated time:
To be discussed:

Description

When new abuse group is created, the name of the group is used as contact email address. If the name of the group is not a valid email address then mentat sends emails to invalid address during the reporting.

Actions #1

Updated by Rajmund Hruška about 2 years ago

  • To be discussed deleted (Yes)
Actions #2

Updated by Jakub Judiny about 1 year ago

  • Assignee set to Jakub Judiny
Actions #3

Updated by Jakub Judiny about 1 year ago

  • Status changed from New to In Progress
Actions #4

Updated by Rajmund Hruška about 1 year ago

  • Status changed from In Progress to In Review
  • Target version changed from Backlog to 2.11
Actions #5

Updated by Rajmund Hruška about 1 year ago

  • Status changed from In Review to Feedback

I don't like the change on line 268 of file lib/mentat/reports/test_utils.py in 7087a10d:

self.assertEqual(reporting_settings.emails, (['abuse@cesnet.cz'], [], [], []))

to

self.assertEqual(reporting_settings.emails, ([], [], [], []))

I think the expected behaviour is to return (['abuse@cesnet.cz'], [], [], []) when asked for the emails.

This also shows the case which we need to think about: creating an abuse group without setting the reporting emails. If I see correctly, in your branch it is still possible to create an abuse group with a name which is not a valid email address and this group wouldn't have the correct emails for reporting.

Actions #6

Updated by Rajmund Hruška about 1 year ago

  • Category set to Development - Database
  • Status changed from Feedback to In Review
Actions #7

Updated by Rajmund Hruška about 1 year ago

  • Status changed from In Review to Closed
Actions

Also available in: Atom PDF