API documentation
- bugfinder
- bugfinder.settings
- bugfinder.models
- bugfinder.utils
- bugfinder.base
- bugfinder.base.dataset
CodeWeaknessClassificationDataset
CodeWeaknessClassificationDataset.append_summary()
CodeWeaknessClassificationDataset.clear_queue()
CodeWeaknessClassificationDataset.get_classes()
CodeWeaknessClassificationDataset.get_features_info()
CodeWeaknessClassificationDataset.ignored_dirs
CodeWeaknessClassificationDataset.load_summary()
CodeWeaknessClassificationDataset.process()
CodeWeaknessClassificationDataset.queue_operation()
CodeWeaknessClassificationDataset.rebuild_index()
CodeWeaknessClassificationDataset.reset_summary()
CodeWeaknessClassificationDataset.save_summary()
DatasetQueueRetCode
- bugfinder.base.processing
AbstractProcessing
ProcessingCategory
ProcessingDeprecation
- bugfinder.base.processing.files
- bugfinder.base.processing.containers
AbstractContainerProcessing
AbstractContainerProcessing.assign_ports()
AbstractContainerProcessing.command
AbstractContainerProcessing.configure_command()
AbstractContainerProcessing.configure_container()
AbstractContainerProcessing.configure_container_with_dict()
AbstractContainerProcessing.container
AbstractContainerProcessing.container_name
AbstractContainerProcessing.container_ports
AbstractContainerProcessing.detach
AbstractContainerProcessing.environment
AbstractContainerProcessing.execute()
AbstractContainerProcessing.image_name
AbstractContainerProcessing.machine_ports
AbstractContainerProcessing.send_commands()
AbstractContainerProcessing.start_retries
AbstractContainerProcessing.volumes
- bugfinder.base.dataset
- bugfinder.features
- bugfinder.features.reduction
AbstractFeatureSelector
- bugfinder.features.reduction.pca
- bugfinder.features.reduction.recursive_feature_elimination
- bugfinder.features.reduction.auto_encoder
- bugfinder.features.reduction.select_from_model
- bugfinder.features.reduction.univariate_select
- bugfinder.features.reduction.variance_threshold
- bugfinder.features.reduction.sequential_feature_selector
- bugfinder.features.extraction
FlowGraphFeatureExtractor
FlowGraphFeatureExtractor.extract_features()
FlowGraphFeatureExtractor.extract_features_worker()
FlowGraphFeatureExtractor.finalize_features()
FlowGraphFeatureExtractor.get_flowgraph_count()
FlowGraphFeatureExtractor.get_flowgraph_list_for_entrypoint()
FlowGraphFeatureExtractor.get_label_from_flowgraph()
FlowGraphFeatureExtractor.initialize_features()
FlowGraphFeatureExtractor.map_features()
FlowGraphFeatureExtractor.map_features_worker()
GraphFeatureExtractor
GraphFeatureExtractor.check_extraction_inputs()
GraphFeatureExtractor.configure_container()
GraphFeatureExtractor.execute()
GraphFeatureExtractor.extract_features()
GraphFeatureExtractor.feature_map_filepath
GraphFeatureExtractor.get_labels_from_feature_map()
GraphFeatureExtractor.map_features()
GraphFeatureExtractor.need_map_features
GraphFeatureExtractor.save_labels_to_feature_map()
GraphFeatureExtractor.send_commands()
GraphFeatureExtractor.write_extraction_outputs()
- bugfinder.features.extraction.interproc
FeatureExtractor
FeatureExtractor.catlock
FeatureExtractor.cats
FeatureExtractor.check_extraction_inputs()
FeatureExtractor.configure_container()
FeatureExtractor.configure_container_with_dict()
FeatureExtractor.extract_features()
FeatureExtractor.extract_features_worker()
FeatureExtractor.get_flowgraph_list_for_entrypoint()
FeatureExtractor.send_commands()
FeatureExtractor.timeout
FeatureExtractor.write_extraction_outputs()
- bugfinder.features.extraction.bag_of_words
- bugfinder.features.extraction.bag_of_words.hops_n_flows
FeatureExtractor
FeatureExtractor.configure_container()
FeatureExtractor.execute()
FeatureExtractor.finalize_features()
FeatureExtractor.flows
FeatureExtractor.get_flowgraph_count()
FeatureExtractor.get_flowgraph_list_for_entrypoint()
FeatureExtractor.get_label_from_flowgraph()
FeatureExtractor.max_hops
FeatureExtractor.min_hops
- bugfinder.features.extraction.bag_of_words.single_hop
- bugfinder.features.extraction.bag_of_words.any_hop
- bugfinder.features.extraction.bag_of_words.hops_n_flows
- bugfinder.features.extraction.word2vec
- bugfinder.features.extraction.node2vec
- bugfinder.features.extraction.node2vec.embeddings
- bugfinder.features.extraction.node2vec.model
- bugfinder.features.extraction.node2vec.implementation
Node2VecImplementation
Node2VecImplementation.FIRST_TRAVEL_KEY
Node2VecImplementation.NEIGHBORS_KEY
Node2VecImplementation.NUM_WALKS_KEY
Node2VecImplementation.PROBABILITIES_KEY
Node2VecImplementation.P_KEY
Node2VecImplementation.Q_KEY
Node2VecImplementation.WALK_LENGTH_KEY
Node2VecImplementation.WEIGHT_KEY
Node2VecImplementation.fit()
- bugfinder.features.reduction
- bugfinder.processing
AbstractCppFileProcessing
- bugfinder.processing.interproc
InterprocMerger
InterprocProcessing
InterprocProcessing.assign_ports()
InterprocProcessing.configure_command()
InterprocProcessing.configure_container()
InterprocProcessing.configure_container_with_dict()
InterprocProcessing.interproc_cmds_post
InterprocProcessing.interproc_cmds_pre
InterprocProcessing.interproc_cmds_tc
InterprocProcessing.log_input
InterprocProcessing.log_output
InterprocProcessing.send_commands()
interproc_worker()
- bugfinder.processing.sink_tagging
SinkTaggingProcessing
SinkTaggingProcessing.assign_ports()
SinkTaggingProcessing.configure_command()
SinkTaggingProcessing.configure_container()
SinkTaggingProcessing.configure_container_with_dict()
SinkTaggingProcessing.log_input
SinkTaggingProcessing.log_output
SinkTaggingProcessing.send_commands()
SinkTaggingProcessing.sinksfile
sinktagging_worker()
- bugfinder.processing.tokenizers
- bugfinder.processing.cleaning
- bugfinder.processing.neo4j
- bugfinder.processing.dataset
- bugfinder.processing.joern
- bugfinder.processing.ast