Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
ErebusZ committed Sep 23, 2024
1 parent d9e1fed commit 165fadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostorlab_insecure_flutter_app/lib/bugs/bind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class OpenPortOnDevice extends BugRule {

/// Returns a description of this [BugRule] implementation.
@override
String get description => 'Use of cleartext HTTP server';
String get description => 'Bind local host to a port';

/// Trigger the [BugRule] by starting an HTTP server that listens for connections and binds to a port.
@override
Expand Down

0 comments on commit 165fadc

Please sign in to comment.