Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gst_video_sync integration test #408

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mvollrath
Copy link
Member

No description provided.

rospy.sleep(1)

with self.assertRaises(subprocess.CalledProcessError):
subprocess.check_call([

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

subprocess call - check for execution of untrusted input.

rospy.sleep(1)

with self.assertRaises(subprocess.CalledProcessError):
subprocess.check_call([

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Starting a process with a partial executable path

self.scene_pub.publish(GenericMessage(type='json', message=json.dumps(scene)))
rospy.sleep(1)

subprocess.check_call([

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

subprocess call - check for execution of untrusted input.

self.scene_pub.publish(GenericMessage(type='json', message=json.dumps(scene)))
rospy.sleep(1)

subprocess.check_call([

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Starting a process with a partial executable path

import unittest
import rospy
import json
import subprocess

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider possible security implications associated with subprocess module.

@sourcelevel-bot
Copy link

SourceLevel has finished reviewing this Pull Request and has found:

  • 416 possible new issues (including those that may have been commented here).
  • 189 fixed issues! 🎉

But beware that this branch is 41 commits behind the EndPointCorp:master branch, and a review of an up to date branch would produce more accurate results.

You can see more details about this review at https://app.sourcelevel.io/github/EndPointCorp/lg_ros_nodes/pulls/408.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant