Skip to content
#

phone

Here are 600 public repositories matching this topic...

Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等

  • Updated Aug 4, 2020
  • HTML

operative framework is a OSINT investigation framework, you can interact with multiple targets, execute multiple modules, create links with target, export rapport to PDF file, add note to target or results, interact with RESTFul API, write your own modules.

  • Updated Jul 14, 2020
  • Go
smichel17
smichel17 commented Jun 1, 2020

I made the direct download badge. The icon is get_app from https://github.com/google/material-design-icons, used under Apache v2. This is compatible with distributing the badge under GPLv3+ like the rest of the project, but still requires attribution, which we don't currently have. I believe Apache v2 also requires us to distribute the full text of the license. So, to do:

  • Add a note tha
bohnman
bohnman commented Jul 24, 2018

Former title: lastRequest and lastResponse in HttpClient should be volatile

Version:

7.22.0

Code Snippet

HttpClient.java

private Response lastResponse;  // missing volatile
private Request lastRequest;  // missing volatile

Steps to Reproduce

The lastRequest and lastResponse members in HttpClient should be volatile because the class is indirectly used as a

Improve this page

Add a description, image, and links to the phone topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the phone topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.