Package org.parosproxy.paros.db

Examples of org.parosproxy.paros.db.TableAlert.update()


    // ZAP: Added updateAlertInDB
  public void updateAlertInDB(Alert alert) throws HttpMalformedHeaderException, SQLException {

      TableAlert tableAlert = getModel().getDb().getTableAlert();
      tableAlert.update(alert.getAlertId(), alert.getAlert(), alert.getRisk(),
          alert.getReliability(), alert.getDescription(), alert.getUri(),
          alert.getParam(), alert.getOtherInfo(), alert.getSolution(),
          alert.getReference(), alert.getSourceHistoryId());
  }
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.