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

提交漏洞在“我的”->"已提交漏洞“页面,不方便操作,能否放在首页右上角,方便醒目 #12

Open
peterhelen opened this issue Jul 13, 2020 · 4 comments

Comments

@peterhelen
Copy link

提交漏洞在“我的”->"已提交漏洞“页面,不方便操作,能否放在首页右上角,方便醒目。

@CESRC-CreditEase
Copy link
Contributor

感谢提出的建议 ,我们会尽快在后续版本做这方面改进

@BigYoungs
Copy link

提交漏洞在“我的”->"已提交漏洞“页面,不方便操作,能否放在首页右上角,方便醒目。

说错了,是在【我的】——【已完成漏洞】页面里,我一下午都没翻到,以为是只有管理员在后台添加呢,心想这是什么鬼逻辑。sad~

@yueliangshuile
Copy link

提交突破在“我的”->“已提交扩展”页面,不方便操作,能否放在首页右上角,方便醒目。

说错了,是在【我的】-【已完成长度】页面里,我一下午都没翻到,以为是只有管理员在后台添加呢,心想这是什么鬼逻辑。sad〜

老哥,问一下为啥邮件发出收不到

@l4fu
Copy link

l4fu commented Mar 24, 2021

邮件发出收不到。 @url(r"/vul/send_notification_email", category = "漏洞")
class VulSendNotificationEmail(LoginedRequestHandler):
"""
漏洞手动发送邮件

    id: 漏洞id
    title: 标题
    content: 内容
"""
def get(self):
    self.post(self)

def post(self):
    _id = self.get_argument("id")
    title = self.get_argument("title", "")
    content = self.get_argument("content", "")
    users = get_vul_relate_users2(_id)
    user_ids = [user.get("id") for user in users]
    settings = SystemSettings.get_or_none()
    global_setting = json.loads(settings.global_setting)   这里的代码只拿到了发布或修改漏洞的人的信息,没有拿到应用系统的所有者的信息。  调试的结果是 我发布了一个漏洞,是别的系统的,但是发个邮件或短信发给了自己(短信是我自己加的。)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants