8000 fixed URLs in the README (closes #15) · jderusse/symfony@299bd0e · GitHub
[go: up one dir, main page]

Skip to content

Commit 299bd0e

Browse files
committed
fixed URLs in the README (closes symfony#15)
1 parent 2ca3055 commit 299bd0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@ information for convenience and easy consumption.
1010
Browsing Vulnerabilities
1111
------------------------
1212

13-
You can browse the all database entries on http://security.sensiolabs.org/database.
13+
You can browse the database entries on https://security.sensiolabs.org/database.
1414

1515
Checking for Vulnerabilities
1616
----------------------------
1717

1818
There are several possibilities to check for vulnerabilities in your
1919
applications beside manual checks:
2020

21-
* Upload your `composer.lock` file on http://security.sensiolabs.org/;
21+
* Upload your `composer.lock` file on https://security.sensiolabs.org/;
2222

2323
* Use the [CLI tool][1]:
2424

2525
php checker security:check /path/to/composer.lock
2626

2727
* Use the web service:
2828

29-
curl -H "Accept: text/plain" http://security.sensiolabs.org/check_lock -F lock=@/path/to/composer.lock
29+
curl -H "Accept: text/plain" https://security.sensiolabs.org/check_lock -F lock=@/path/to/composer.lock
3030

3131
It will return all vulnerabilities detected in your dependencies in plain
3232
text. You can also retrieve the information in the JSON format:
3333

34-
curl -H "Accept: application/json" http://security.sensiolabs.org/check_lock -F lock=@/path/to/composer.lock
34+
curl -H "Accept: application/json" https://security.sensiolabs.org/check_lock -F lock=@/path/to/composer.lock
3535

3636
Contributing
3737
------------

0 commit comments

Comments
 (0)
0