mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 11:16:30 +03:00
Jun 16th update
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
#include <chrono>
|
||||
#include <fstream>
|
||||
#include "i_time_get.h"
|
||||
#include "i_encryptor.h"
|
||||
#include "rest.h"
|
||||
#include "i_messaging.h"
|
||||
#include "i_mainloop.h"
|
||||
@@ -92,7 +91,6 @@ public:
|
||||
|
||||
virtual void saveData();
|
||||
virtual void restore();
|
||||
virtual void setFilePath(const std::string &new_file_path);
|
||||
|
||||
protected:
|
||||
// saved file name for testing
|
||||
|
@@ -18,8 +18,8 @@
|
||||
class I_WaapAssetState {
|
||||
public:
|
||||
virtual void updateScores() = 0;
|
||||
virtual std::string getSignaturesScoresFilePath() const = 0;
|
||||
virtual std::string getSignaturesFilterDir() const = 0;
|
||||
virtual std::string getWaapDataFileName() const = 0;
|
||||
virtual std::string getWaapDataDir() const = 0;
|
||||
virtual bool isKeywordOfType(const std::string& keyword, ParamType type) const = 0;
|
||||
virtual bool isBinarySampleType(const std::string & sample) const = 0;
|
||||
virtual bool isWBXMLSampleType(const std::string & sample) const = 0;
|
||||
|
Reference in New Issue
Block a user