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

Optionally require company name to be included in the deal name #31

Open
joonasnuutinen opened this issue Mar 1, 2023 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@joonasnuutinen
Copy link
Collaborator

Sometimes, the true company behind a deal should not be disclosed due to confidentiality reasons. Currently, the bot doesn't recognise these kinds of NDA deals. Thus, it's possible that the Bot leaks information about a company on Slack that shouldn't be disclosed.

To solve this, add a mechanism for optionally requiring the deal name to include the company name before sending the Upright profile to Slack. This would allow the use of a codename for a NDA company in the deal name to prevent unwanted disclosure.

For example:

  • Define a boolean environment variable REQUIRE_COMPANY_NAME_IN_DEAL_NAME
  • If the above is true, check that the deal name includes the company name whenever earliest possible
    • If not, terminate
@joonasnuutinen joonasnuutinen added the enhancement New feature or request label Mar 1, 2023
@mgdemel mgdemel self-assigned this Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants